@una-ui/preset-edge 0.56.4-29138584.54ba1d9 → 0.56.5-29138877.a48c182

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -3,7 +3,7 @@ import { colors } from '@unocss/preset-mini/colors';
3
3
  import { fonts } from '@unocss/preset-mini/rules';
4
4
  import { handler, parseColor } from '@unocss/preset-mini/utils';
5
5
  import { mergeDeep } from 'unocss';
6
- import { s as shortcuts } from './shared/preset-edge.z9pE1V_k.mjs';
6
+ import { s as shortcuts } from './shared/preset-edge.BHGEskTu.mjs';
7
7
 
8
8
  function presetUna(options = {
9
9
  // TODO: add options
@@ -1130,7 +1130,7 @@ const staticTabs = {
1130
1130
  "tabs": "flex flex-col gap-2",
1131
1131
  "tabs-disabled": "n-disabled",
1132
1132
  // components
1133
- "tabs-trigger": "",
1133
+ "tabs-trigger": "py-0.25em h-[calc(100%-1px)]",
1134
1134
  "tabs-list": "bg-muted text-muted inline-flex h-2.5714285714285716em w-fit items-center justify-center rounded-lg p-[3px]",
1135
1135
  "tabs-content": "flex-1 outline-none"
1136
1136
  };
@@ -1,3 +1,3 @@
1
- export { s as shortcuts } from './shared/preset-edge.z9pE1V_k.mjs';
1
+ export { s as shortcuts } from './shared/preset-edge.BHGEskTu.mjs';
2
2
  import '@unocss/preset-mini/utils';
3
3
  import '@unocss/preset-mini';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@una-ui/preset-edge",
3
- "version": "0.56.4-29138584.54ba1d9",
3
+ "version": "0.56.5-29138877.a48c182",
4
4
  "description": "The default preset for @una-ui",
5
5
  "author": "Phojie Rengel <phojrengel@gmail.com>",
6
6
  "license": "MIT",