@una-ui/preset-edge 0.51.6-29087319.7e403b0 → 0.51.6-29089757.df6f82f
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.BqTxkr3V.mjs → preset-edge.DuojR_Qu.mjs} +3 -3
- package/dist/shared/{preset-edge.isbRi640.cjs → preset-edge.Dx0WlbOx.cjs} +3 -3
- 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.Dx0WlbOx.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.DuojR_Qu.mjs';
|
|
7
7
|
|
|
8
8
|
function presetUna(options = {
|
|
9
9
|
// TODO: add options
|
|
@@ -506,10 +506,10 @@ const staticInput = {
|
|
|
506
506
|
"input-leading-padding": "pl-2.9em",
|
|
507
507
|
"input-trailing-padding": "pr-2.9em",
|
|
508
508
|
// base
|
|
509
|
-
"input": "text-base text-0.875em leading-1.4285714285714286em px-0.8571428571428571em
|
|
510
|
-
"input-input": "h-2.5714285714285716em",
|
|
509
|
+
"input": "text-base text-0.875em leading-1.4285714285714286em px-0.8571428571428571em w-full focus-visible:outline-none input-disabled placeholder:text-muted block rounded-md shadow-sm bg-transparent transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium",
|
|
510
|
+
"input-input": "h-2.5714285714285716em py-0.2857142857142857em",
|
|
511
511
|
// role='input'
|
|
512
|
-
"input-textarea": "",
|
|
512
|
+
"input-textarea": "min-h-4.285714285714286em py-0.5714285714em",
|
|
513
513
|
// role='textarea'
|
|
514
514
|
"input-disabled": "disabled:(n-disabled)",
|
|
515
515
|
"input-status-ring": "ring-opacity-50 dark:ring-opacity-40",
|
|
@@ -508,10 +508,10 @@ const staticInput = {
|
|
|
508
508
|
"input-leading-padding": "pl-2.9em",
|
|
509
509
|
"input-trailing-padding": "pr-2.9em",
|
|
510
510
|
// base
|
|
511
|
-
"input": "text-base text-0.875em leading-1.4285714285714286em px-0.8571428571428571em
|
|
512
|
-
"input-input": "h-2.5714285714285716em",
|
|
511
|
+
"input": "text-base text-0.875em leading-1.4285714285714286em px-0.8571428571428571em w-full focus-visible:outline-none input-disabled placeholder:text-muted block rounded-md shadow-sm bg-transparent transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium",
|
|
512
|
+
"input-input": "h-2.5714285714285716em py-0.2857142857142857em",
|
|
513
513
|
// role='input'
|
|
514
|
-
"input-textarea": "",
|
|
514
|
+
"input-textarea": "min-h-4.285714285714286em py-0.5714285714em",
|
|
515
515
|
// role='textarea'
|
|
516
516
|
"input-disabled": "disabled:(n-disabled)",
|
|
517
517
|
"input-status-ring": "ring-opacity-50 dark:ring-opacity-40",
|
package/dist/shortcuts.cjs
CHANGED
package/dist/shortcuts.mjs
CHANGED