@una-ui/preset-edge 1.0.0-alpha.0-29178875.ef166fe → 1.0.0-alpha.0-29178877.ef4e1af

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.DdOONAEf.mjs';
4
+ import { s as shortcuts } from './shared/preset-edge.CWR84hRp.mjs';
5
5
  import '@unocss/preset-mini';
6
6
 
7
7
  function presetUna(options = {
@@ -31,11 +31,11 @@ const accordion = [
31
31
 
32
32
  const staticAlert = {
33
33
  // config
34
- "alert-info-icon": "i-info",
35
- "alert-error-icon": "i-error",
36
- "alert-success-icon": "i-success",
37
- "alert-warning-icon": "i-warning",
38
- "alert-close-icon": "i-close",
34
+ "alert-info-icon": "i-lucide-info",
35
+ "alert-error-icon": "i-lucide-circle-alert",
36
+ "alert-success-icon": "i-lucide-circle-check",
37
+ "alert-warning-icon": "i-lucide-triangle-alert",
38
+ "alert-close-icon": "i-lucide-x",
39
39
  // base
40
40
  "alert": "rounded-lg relative grid grid-cols-[0_1fr] w-full items-start gap-y-0.14285714285714285em px-4 py-3 text-0.875em leading-1.4285714285714286em has-[>span[icon-base]]:grid-cols-[calc(var(--spacing)*4)_1fr] [&>span[icon-base]]:translate-y-0.5 has-[>span[icon-base]]:gap-x-0.8571428571428571em [&>span[icon-base]]:text-current [&>span[icon-base]]:square-1.1428571428571428em",
41
41
  "alert-title": "col-start-2 line-clamp-1 min-h-4 font-medium tracking-tight",
@@ -1,3 +1,3 @@
1
- export { s as shortcuts } from './shared/preset-edge.DdOONAEf.mjs';
1
+ export { s as shortcuts } from './shared/preset-edge.CWR84hRp.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.0-29178875.ef166fe",
3
+ "version": "1.0.0-alpha.0-29178877.ef4e1af",
4
4
  "description": "The default preset for @una-ui",
5
5
  "author": "Phojie Rengel <phojrengel@gmail.com>",
6
6
  "license": "MIT",