@una-ui/preset-edge 0.48.0-29060459.2e3b7e5 → 0.49.0-29061060.c932ef1
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.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/shared/{preset-edge.Dfe8g-ZP.mjs → preset-edge.CVIaNR33.mjs} +1 -1
- package/dist/shared/{preset-edge.CP60wShv.cjs → preset-edge.DFWtI-hW.cjs} +1 -1
- package/dist/shortcuts.cjs +1 -1
- package/dist/shortcuts.mjs +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5,7 +5,7 @@ const colors = require('@unocss/preset-mini/colors');
|
|
|
5
5
|
const rules = require('@unocss/preset-mini/rules');
|
|
6
6
|
const utils = require('@unocss/preset-mini/utils');
|
|
7
7
|
const unocss = require('unocss');
|
|
8
|
-
const index = require('./shared/preset-edge.
|
|
8
|
+
const index = require('./shared/preset-edge.DFWtI-hW.cjs');
|
|
9
9
|
|
|
10
10
|
function presetUna(options = {
|
|
11
11
|
// TODO: add options
|
package/dist/index.mjs
CHANGED
|
@@ -3,7 +3,7 @@ import { colors } from '@unocss/preset-mini/colors';
|
|
|
3
3
|
import { fonts } from '@unocss/preset-mini/rules';
|
|
4
4
|
import { handler, parseColor } from '@unocss/preset-mini/utils';
|
|
5
5
|
import { mergeDeep } from 'unocss';
|
|
6
|
-
import { s as shortcuts } from './shared/preset-edge.
|
|
6
|
+
import { s as shortcuts } from './shared/preset-edge.CVIaNR33.mjs';
|
|
7
7
|
|
|
8
8
|
function presetUna(options = {
|
|
9
9
|
// TODO: add options
|
|
@@ -1067,7 +1067,7 @@ const dynamicToast = [
|
|
|
1067
1067
|
// dynamic variants
|
|
1068
1068
|
[/^toast-solid(-(\S+))?$/, ([, , c = "primary"]) => `alert-solid-${c}`],
|
|
1069
1069
|
[/^toast-soft(-(\S+))?$/, ([, , c = "primary"]) => `alert-soft-${c}`],
|
|
1070
|
-
[/^toast-outline(-(\S+))?$/, ([, , c = "primary"]) => `alert-outline-${c}`],
|
|
1070
|
+
[/^toast-outline(-(\S+))?$/, ([, , c = "primary"]) => `alert-outline-${c} bg-base`],
|
|
1071
1071
|
[/^toast-border(-(\S+))?$/, ([, , c = "primary"]) => `alert-border-${c}`]
|
|
1072
1072
|
];
|
|
1073
1073
|
const toast = [
|
|
@@ -1069,7 +1069,7 @@ const dynamicToast = [
|
|
|
1069
1069
|
// dynamic variants
|
|
1070
1070
|
[/^toast-solid(-(\S+))?$/, ([, , c = "primary"]) => `alert-solid-${c}`],
|
|
1071
1071
|
[/^toast-soft(-(\S+))?$/, ([, , c = "primary"]) => `alert-soft-${c}`],
|
|
1072
|
-
[/^toast-outline(-(\S+))?$/, ([, , c = "primary"]) => `alert-outline-${c}`],
|
|
1072
|
+
[/^toast-outline(-(\S+))?$/, ([, , c = "primary"]) => `alert-outline-${c} bg-base`],
|
|
1073
1073
|
[/^toast-border(-(\S+))?$/, ([, , c = "primary"]) => `alert-border-${c}`]
|
|
1074
1074
|
];
|
|
1075
1075
|
const toast = [
|
package/dist/shortcuts.cjs
CHANGED
package/dist/shortcuts.mjs
CHANGED