@una-ui/preset-edge 1.0.0-alpha.0-29174700.640b0f9 → 1.0.0-alpha.0-29174704.0e26b5d
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.CsXnfg1S.mjs';
|
|
5
5
|
import '@unocss/preset-mini';
|
|
6
6
|
|
|
7
7
|
function presetUna(options = {
|
|
@@ -622,7 +622,7 @@ const staticInput = {
|
|
|
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
624
|
"input-outline-gray": "border border-input focus-visible:ring-input/50 focus-visible:ring-3px",
|
|
625
|
-
"input-outline-black": "border border-
|
|
625
|
+
"input-outline-black": "border border-foreground focus-visible:ring-foreground/50 focus-visible:ring-3px",
|
|
626
626
|
"input-focus-primary": "focus-visible:ring-3px focus-visible:border-ring focus-visible:ring-ring/50"
|
|
627
627
|
};
|
|
628
628
|
const dynamicInput = [
|
package/dist/shortcuts.mjs
CHANGED
package/package.json
CHANGED