@una-ui/preset 0.42.1 → 0.44.0
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.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/prefixes.cjs +0 -1
- package/dist/prefixes.mjs +0 -1
- package/dist/shared/{preset.ajO7qeo0.cjs → preset.CWtzB8rF.cjs} +1 -2
- package/dist/shared/{preset.DrYcFChb.mjs → preset.CbcD1yFb.mjs} +1 -2
- package/dist/shortcuts.cjs +1 -1
- package/dist/shortcuts.mjs +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5,7 +5,7 @@ const colors = require('@unocss/preset-mini/colors');
|
|
|
5
5
|
const rules = require('@unocss/preset-mini/rules');
|
|
6
6
|
const utils = require('@unocss/preset-mini/utils');
|
|
7
7
|
const unocss = require('unocss');
|
|
8
|
-
const index = require('./shared/preset.
|
|
8
|
+
const index = require('./shared/preset.CWtzB8rF.cjs');
|
|
9
9
|
|
|
10
10
|
function presetUna(options = {
|
|
11
11
|
// TODO: add options
|
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.
|
|
6
|
+
import { s as shortcuts } from './shared/preset.CbcD1yFb.mjs';
|
|
7
7
|
|
|
8
8
|
function presetUna(options = {
|
|
9
9
|
// TODO: add options
|
package/dist/prefixes.cjs
CHANGED
package/dist/prefixes.mjs
CHANGED
|
@@ -703,10 +703,9 @@ const staticSelect = {
|
|
|
703
703
|
"select-trigger-success-icon": "i-success",
|
|
704
704
|
"select-trigger-warning-icon": "i-warning",
|
|
705
705
|
// components
|
|
706
|
-
"select-root": "",
|
|
707
706
|
"select-trigger": "px-0.8571428571428571em w-full [&>span]:truncate",
|
|
708
707
|
"select-trigger-trailing-icon": "i-lucide-chevron-down",
|
|
709
|
-
"select-trigger-trailing": "
|
|
708
|
+
"select-trigger-trailing": "size-1.4285714285714286em data-[status=error]:text-error data-[status=success]:text-success data-[status=warning]:text-warning data-[status=info]:text-info data-[status=default]:(n-disabled size-1.1428571428571428em)",
|
|
710
709
|
"select-trigger-leading": "size-1.1428571428571428em",
|
|
711
710
|
"select-value": "text-1em data-[status=error]:text-error-active data-[status=success]:text-success-active data-[status=warning]:text-warning-active data-[status=info]:text-info-active data-[placeholder]:n-disabled",
|
|
712
711
|
"select-content": "relative z-50 max-h-96 min-w-32 overflow-hidden rounded-md border border-base bg-popover text-popover shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
|
|
@@ -701,10 +701,9 @@ const staticSelect = {
|
|
|
701
701
|
"select-trigger-success-icon": "i-success",
|
|
702
702
|
"select-trigger-warning-icon": "i-warning",
|
|
703
703
|
// components
|
|
704
|
-
"select-root": "",
|
|
705
704
|
"select-trigger": "px-0.8571428571428571em w-full [&>span]:truncate",
|
|
706
705
|
"select-trigger-trailing-icon": "i-lucide-chevron-down",
|
|
707
|
-
"select-trigger-trailing": "
|
|
706
|
+
"select-trigger-trailing": "size-1.4285714285714286em data-[status=error]:text-error data-[status=success]:text-success data-[status=warning]:text-warning data-[status=info]:text-info data-[status=default]:(n-disabled size-1.1428571428571428em)",
|
|
708
707
|
"select-trigger-leading": "size-1.1428571428571428em",
|
|
709
708
|
"select-value": "text-1em data-[status=error]:text-error-active data-[status=success]:text-success-active data-[status=warning]:text-warning-active data-[status=info]:text-info-active data-[placeholder]:n-disabled",
|
|
710
709
|
"select-content": "relative z-50 max-h-96 min-w-32 overflow-hidden rounded-md border border-base bg-popover text-popover shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
|
package/dist/shortcuts.cjs
CHANGED
package/dist/shortcuts.mjs
CHANGED