@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.aZkCziTk.mjs';
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-loading": "i-tabler-loader-2",
505
- "i-warning": "i-tabler-alert-triangle-filled",
506
- "i-error": "i-tabler-exclamation-circle-filled",
507
- "i-success": "i-tabler-circle-check-filled",
508
- "i-info": "i-tabler-info-circle-filled",
509
- "i-close": "i-tabler-x",
510
- "i-check": "i-tabler-check",
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
 
@@ -1,3 +1,3 @@
1
- export { s as shortcuts } from './shared/preset-edge.aZkCziTk.mjs';
1
+ export { s as shortcuts } from './shared/preset-edge.CovrBXOl.mjs';
2
2
  import '@unocss/preset-mini/utils';
3
3
  import '@unocss/preset-mini';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@una-ui/preset-edge",
3
- "version": "1.0.0-alpha.3-29194187.943c97c",
3
+ "version": "1.0.0-alpha.3-29194189.c0fc878",
4
4
  "description": "The default preset for @una-ui",
5
5
  "author": "Phojie Rengel <phojrengel@gmail.com>",
6
6
  "license": "MIT",