@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 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.DFWtI-hW.cjs');
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.CVIaNR33.mjs';
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-child": "ring-2 ring-$c-background",
110
- "avatar-group-margin": "-me-1.5 first:me-0",
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-child": "ring-2 ring-$c-background",
112
- "avatar-group-margin": "-me-1.5 first:me-0",
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 = [
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const index = require('./shared/preset-edge.DFWtI-hW.cjs');
3
+ const index = require('./shared/preset-edge.DicupeA2.cjs');
4
4
  require('@unocss/preset-mini/utils');
5
5
  require('@unocss/preset-mini');
6
6
 
@@ -1,3 +1,3 @@
1
- export { s as shortcuts } from './shared/preset-edge.CVIaNR33.mjs';
1
+ export { s as shortcuts } from './shared/preset-edge.Cqh9bm9O.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": "0.49.1-29061061.c2476be",
3
+ "version": "0.49.3-29061335.4922ff9",
4
4
  "description": "The default preset for @una-ui",
5
5
  "author": "Phojie Rengel <phojrengel@gmail.com>",
6
6
  "license": "MIT",