@una-ui/preset-edge 0.56.4-29136694.88ad8d5 → 0.56.4-29138876.6ddcb8e
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.
|
|
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
|
};
|
package/dist/shortcuts.mjs
CHANGED