@una-ui/preset-edge 1.0.0-alpha.0-29174755.cc2ce8d → 1.0.0-alpha.0-29174779.f2c990f
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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { fonts } from '@unocss/preset-mini/rules';
|
|
2
2
|
import { handler, parseColor } from '@unocss/preset-mini/utils';
|
|
3
3
|
import { colors } from '@unocss/preset-wind4/colors';
|
|
4
|
-
import { s as shortcuts } from './shared/preset-edge.
|
|
4
|
+
import { s as shortcuts } from './shared/preset-edge.rZ51KvLm.mjs';
|
|
5
5
|
import '@unocss/preset-mini';
|
|
6
6
|
|
|
7
7
|
function presetUna(options = {
|
|
@@ -621,8 +621,8 @@ const staticInput = {
|
|
|
621
621
|
"input-leading-wrapper": "pointer-events-none absolute inset-y-0 start-0 flex items-center px-0.8571428571428571em text-muted-foreground",
|
|
622
622
|
"input-trailing-wrapper": "pointer-events-none absolute inset-y-0 end-0 flex items-center px-0.8571428571428571em text-muted-foreground",
|
|
623
623
|
// variants
|
|
624
|
-
"input-outline-gray": "border border-input input-
|
|
625
|
-
"input-outline-black": "border border-foreground focus-visible:ring-foreground/50 focus-visible:ring-3px",
|
|
624
|
+
"input-outline-gray": "border bg-transparent dark:bg-input/30 border-input focus-visible:ring-input/50 focus-visible:ring-3px",
|
|
625
|
+
"input-outline-black": "border bg-transparent dark:bg-input/30 border-foreground focus-visible:ring-foreground/50 focus-visible:ring-3px",
|
|
626
626
|
"input-solid-primary": "bg-transparent dark:bg-input/30 border border-ring input-focus",
|
|
627
627
|
"input-solid": "input-solid-primary",
|
|
628
628
|
"input-focus-primary": "focus-visible:ring-3px focus-visible:border-ring focus-visible:ring-ring/50",
|
package/dist/shortcuts.mjs
CHANGED
package/package.json
CHANGED