@una-ui/preset-edge 1.0.0-alpha.3-29194187.943c97c → 1.0.0-alpha.3-29194189.c0fc878
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.CovrBXOl.mjs';
|
|
5
5
|
import '@unocss/preset-mini';
|
|
6
6
|
|
|
7
7
|
function presetUna(options = {
|
|
@@ -501,13 +501,13 @@ const formGroup = [
|
|
|
501
501
|
];
|
|
502
502
|
|
|
503
503
|
const staticIcons = {
|
|
504
|
-
"i-
|
|
505
|
-
"i-
|
|
506
|
-
"i-
|
|
507
|
-
"i-
|
|
508
|
-
"i-
|
|
509
|
-
"i-close": "i-
|
|
510
|
-
"i-check": "i-
|
|
504
|
+
"i-warning": "i-lucide-triangle-alert",
|
|
505
|
+
"i-error": "i-lucide-circle-alert",
|
|
506
|
+
"i-success": "i-lucide-circle-check-big",
|
|
507
|
+
"i-info": "i-lucide-info",
|
|
508
|
+
"i-loading": "i-lucide-loader",
|
|
509
|
+
"i-close": "i-lucide-x",
|
|
510
|
+
"i-check": "i-lucide-check",
|
|
511
511
|
"i-dot": "i-tabler-circle-filled"
|
|
512
512
|
};
|
|
513
513
|
|
package/dist/shortcuts.mjs
CHANGED
package/package.json
CHANGED