@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.
|
|
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-
|
|
36
|
-
"alert-success-icon": "i-
|
|
37
|
-
"alert-warning-icon": "i-
|
|
38
|
-
"alert-close-icon": "i-
|
|
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",
|
package/dist/shortcuts.mjs
CHANGED
package/package.json
CHANGED