@una-ui/preset-edge 0.52.1-29105159.cc3382e → 0.52.1-29105331.a95651e
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.DyircbGM.mjs';
|
|
7
7
|
|
|
8
8
|
function presetUna(options = {
|
|
9
9
|
// TODO: add options
|
|
@@ -314,17 +314,17 @@ const staticCombobox = {
|
|
|
314
314
|
"combobox-trigger-warning-icon": "i-warning",
|
|
315
315
|
"combobox-trigger-trailing-icon": "i-lucide-chevrons-up-down",
|
|
316
316
|
"combobox-input-leading-icon": "i-lucide-search",
|
|
317
|
-
"combobox-trigger": "px-0.8571428571428571em w-full justify-between font-normal [&>span]:truncate",
|
|
318
|
-
"combobox-trigger-trailing": "size-1.
|
|
317
|
+
"combobox-trigger": "px-0.8571428571428571em min-w-200px w-full justify-between font-normal [&>span]:truncate",
|
|
318
|
+
"combobox-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",
|
|
319
319
|
"combobox-trigger-leading": "size-1.1428571428571428em",
|
|
320
|
-
"combobox-item": "data-[highlighted]:bg-accent data-[highlighted]:text-accent relative flex cursor-default items-center gap-2 rounded-sm px-0.
|
|
320
|
+
"combobox-item": "data-[highlighted]:bg-accent data-[highlighted]:text-accent relative flex cursor-default items-center gap-2 rounded-sm px-0.5em py-0.375em text-1em outline-none select-none data-[disabled=true]:pointer-events-none data-[disabled=true]:opacity-50",
|
|
321
321
|
"combobox-item-indicator": "ml-auto",
|
|
322
322
|
"combobox-item-indicator-icon": "",
|
|
323
323
|
"combobox-item-indicator-icon-name": "i-check",
|
|
324
|
-
"combobox-anchor": "
|
|
325
|
-
"combobox-empty": "py-1.7142857142857142em text-center text-
|
|
324
|
+
"combobox-anchor": "w-full",
|
|
325
|
+
"combobox-empty": "py-1.7142857142857142em text-center text-1em leading-1.4285714285714286em",
|
|
326
326
|
"combobox-group": "overflow-hidden p-0.2857142857142857em text-foreground",
|
|
327
|
-
"combobox-label": "px-0.6666666666666666em py-0.5em text-0.8571428571428571em text-muted font-medium",
|
|
327
|
+
"combobox-label": "px-0.6666666666666666em py-0.5em text-0.8571428571428571em leading-1.1428571428571428em text-muted font-medium px-2",
|
|
328
328
|
"combobox-list": "z-50 w-[--reka-popper-anchor-width] rounded-md border bg-popover text-popover overflow-hidden shadow-md outline-none 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",
|
|
329
329
|
"combobox-separator": "bg-border -mx-1 h-px",
|
|
330
330
|
"combobox-viewport": "max-h-300px scroll-py-1 overflow-x-hidden overflow-y-auto"
|
|
@@ -825,7 +825,7 @@ const staticSelect = {
|
|
|
825
825
|
// components
|
|
826
826
|
"select-trigger": "px-0.8571428571428571em w-full [&>span]:truncate",
|
|
827
827
|
"select-trigger-trailing-icon": "i-lucide-chevron-down",
|
|
828
|
-
"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
|
|
828
|
+
"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",
|
|
829
829
|
"select-trigger-leading": "size-1.1428571428571428em",
|
|
830
830
|
"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",
|
|
831
831
|
"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.mjs
CHANGED