@una-ui/preset-edge 0.44.0-29044656.91693ea → 0.44.1-29046452.6573485
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/shared/{preset-edge.CWtzB8rF.cjs → preset-edge.Df8K_uP1.cjs} +1 -1
- package/dist/shared/{preset-edge.CbcD1yFb.mjs → preset-edge.GJLOlCOL.mjs} +1 -1
- 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-edge.
|
|
8
|
+
const index = require('./shared/preset-edge.Df8K_uP1.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-edge.
|
|
6
|
+
import { s as shortcuts } from './shared/preset-edge.GJLOlCOL.mjs';
|
|
7
7
|
|
|
8
8
|
function presetUna(options = {
|
|
9
9
|
// TODO: add options
|
|
@@ -712,7 +712,7 @@ const staticSelect = {
|
|
|
712
712
|
"select-content-popper": "data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",
|
|
713
713
|
"select-group": "p-1 w-full",
|
|
714
714
|
"select-separator": "-mx-1 my-1 h-px bg-muted",
|
|
715
|
-
"select-item": "
|
|
715
|
+
"select-item": "relative flex w-full cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-1em outline-none data-[disabled]:pointer-events-none data-[disabled]:n-disabled",
|
|
716
716
|
"select-item-indicator": "absolute left-2 size-1.1428571428571428em flex items-center justify-center",
|
|
717
717
|
"select-item-indicator-icon": "i-check",
|
|
718
718
|
"select-viewport": "p-1",
|
|
@@ -710,7 +710,7 @@ const staticSelect = {
|
|
|
710
710
|
"select-content-popper": "data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",
|
|
711
711
|
"select-group": "p-1 w-full",
|
|
712
712
|
"select-separator": "-mx-1 my-1 h-px bg-muted",
|
|
713
|
-
"select-item": "
|
|
713
|
+
"select-item": "relative flex w-full cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-1em outline-none data-[disabled]:pointer-events-none data-[disabled]:n-disabled",
|
|
714
714
|
"select-item-indicator": "absolute left-2 size-1.1428571428571428em flex items-center justify-center",
|
|
715
715
|
"select-item-indicator-icon": "i-check",
|
|
716
716
|
"select-viewport": "p-1",
|
package/dist/shortcuts.cjs
CHANGED
package/dist/shortcuts.mjs
CHANGED