@una-ui/preset-edge 0.51.3-29067496.4e6e101 → 0.51.3-29069350.0010bbb

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.DicupeA2.cjs');
8
+ const index = require('./shared/preset-edge.isbRi640.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.Cqh9bm9O.mjs';
6
+ import { s as shortcuts } from './shared/preset-edge.BqTxkr3V.mjs';
7
7
 
8
8
  function presetUna(options = {
9
9
  // TODO: add options
@@ -176,7 +176,6 @@ const staticBtn = {
176
176
  // config
177
177
  "btn-default-variant": "btn-solid",
178
178
  "btn-loading-icon": "i-loading",
179
- "btn-default-radius": "rounded-md",
180
179
  // base
181
180
  "btn": "btn-rectangle bg-transparent transition-colors leading-1.4285714285714286em gap-x-0.5714285714285714em rounded-md whitespace-nowrap inline-flex justify-center items-center btn-disabled font-medium",
182
181
  "btn-disabled": "disabled:n-disabled",
@@ -178,7 +178,6 @@ const staticBtn = {
178
178
  // config
179
179
  "btn-default-variant": "btn-solid",
180
180
  "btn-loading-icon": "i-loading",
181
- "btn-default-radius": "rounded-md",
182
181
  // base
183
182
  "btn": "btn-rectangle bg-transparent transition-colors leading-1.4285714285714286em gap-x-0.5714285714285714em rounded-md whitespace-nowrap inline-flex justify-center items-center btn-disabled font-medium",
184
183
  "btn-disabled": "disabled:n-disabled",
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const index = require('./shared/preset-edge.DicupeA2.cjs');
3
+ const index = require('./shared/preset-edge.isbRi640.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.Cqh9bm9O.mjs';
1
+ export { s as shortcuts } from './shared/preset-edge.BqTxkr3V.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.51.3-29067496.4e6e101",
3
+ "version": "0.51.3-29069350.0010bbb",
4
4
  "description": "The default preset for @una-ui",
5
5
  "author": "Phojie Rengel <phojrengel@gmail.com>",
6
6
  "license": "MIT",