@una-ui/preset-edge 0.56.1-29135534.3965f48 → 0.56.2-29135594.9d28802
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.Da4x31Ds.mjs';
|
|
7
7
|
|
|
8
8
|
function presetUna(options = {
|
|
9
9
|
// TODO: add options
|
|
@@ -846,7 +846,7 @@ const staticSelect = {
|
|
|
846
846
|
"select-trigger-success-icon": "i-success",
|
|
847
847
|
"select-trigger-warning-icon": "i-warning",
|
|
848
848
|
// components
|
|
849
|
-
"select-trigger": "px-0.8571428571428571em w-full [&>span]:truncate",
|
|
849
|
+
"select-trigger": "px-0.8571428571428571em w-full shrink [&>span]:truncate",
|
|
850
850
|
"select-trigger-trailing-icon": "i-lucide-chevron-down",
|
|
851
851
|
"select-trigger-trailing": "size-1.1428571428571428em 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) rtl:mr-auto ltr:ml-auto",
|
|
852
852
|
"select-trigger-leading": "size-1.1428571428571428em",
|
package/dist/shortcuts.mjs
CHANGED