@una-ui/preset-edge 0.51.3-29067496.4e6e101 → 0.51.4-29069350.c8334f5
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.Cqh9bm9O.mjs → preset-edge.BqTxkr3V.mjs} +0 -1
- package/dist/shared/{preset-edge.DicupeA2.cjs → preset-edge.isbRi640.cjs} +0 -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.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.
|
|
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",
|
package/dist/shortcuts.cjs
CHANGED
package/dist/shortcuts.mjs
CHANGED