@una-ui/preset-edge 0.49.1-29061061.c2476be → 0.49.3-29061335.4922ff9
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.CVIaNR33.mjs → preset-edge.Cqh9bm9O.mjs} +2 -3
- package/dist/shared/{preset-edge.DFWtI-hW.cjs → preset-edge.DicupeA2.cjs} +2 -3
- 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.DicupeA2.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.Cqh9bm9O.mjs';
|
|
7
7
|
|
|
8
8
|
function presetUna(options = {
|
|
9
9
|
// TODO: add options
|
|
@@ -106,9 +106,8 @@ const avatar = [
|
|
|
106
106
|
|
|
107
107
|
const staticAvatarGroup = {
|
|
108
108
|
"avatar-group": "flex flex-row-reverse justify-end",
|
|
109
|
-
"avatar-group-
|
|
110
|
-
"avatar-group-
|
|
111
|
-
"avatar-group-label": "text-.9em"
|
|
109
|
+
"avatar-group-item": "ring-0.125em ring-background -me-0.375em first:me-0",
|
|
110
|
+
"avatar-group-count": "text-0.875em"
|
|
112
111
|
};
|
|
113
112
|
const dynamicAvatarGroup = [];
|
|
114
113
|
const avatarGroup = [
|
|
@@ -108,9 +108,8 @@ const avatar = [
|
|
|
108
108
|
|
|
109
109
|
const staticAvatarGroup = {
|
|
110
110
|
"avatar-group": "flex flex-row-reverse justify-end",
|
|
111
|
-
"avatar-group-
|
|
112
|
-
"avatar-group-
|
|
113
|
-
"avatar-group-label": "text-.9em"
|
|
111
|
+
"avatar-group-item": "ring-0.125em ring-background -me-0.375em first:me-0",
|
|
112
|
+
"avatar-group-count": "text-0.875em"
|
|
114
113
|
};
|
|
115
114
|
const dynamicAvatarGroup = [];
|
|
116
115
|
const avatarGroup = [
|
package/dist/shortcuts.cjs
CHANGED
package/dist/shortcuts.mjs
CHANGED