@una-ui/preset-edge 1.0.0-alpha.0-29174700.640b0f9 → 1.0.0-alpha.0-29174755.cc2ce8d
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.V3ahzJ2y.mjs';
|
|
5
5
|
import '@unocss/preset-mini';
|
|
6
6
|
|
|
7
7
|
function presetUna(options = {
|
|
@@ -621,9 +621,12 @@ 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
|
|
625
|
-
"input-outline-black": "border border-
|
|
626
|
-
"input-
|
|
624
|
+
"input-outline-gray": "border border-input input-focus",
|
|
625
|
+
"input-outline-black": "border border-foreground focus-visible:ring-foreground/50 focus-visible:ring-3px",
|
|
626
|
+
"input-solid-primary": "bg-transparent dark:bg-input/30 border border-ring input-focus",
|
|
627
|
+
"input-solid": "input-solid-primary",
|
|
628
|
+
"input-focus-primary": "focus-visible:ring-3px focus-visible:border-ring focus-visible:ring-ring/50",
|
|
629
|
+
"input-focus": "input-focus-primary"
|
|
627
630
|
};
|
|
628
631
|
const dynamicInput = [
|
|
629
632
|
// config
|
package/dist/shortcuts.mjs
CHANGED
package/package.json
CHANGED