@una-ui/preset-edge 0.56.0-29135441.b6b1fea → 0.56.1-29135534.3965f48
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.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.B78IqVqk.mjs';
|
|
7
7
|
|
|
8
8
|
function presetUna(options = {
|
|
9
9
|
// TODO: add options
|
|
@@ -197,7 +197,7 @@ const staticBtn = {
|
|
|
197
197
|
"btn-default-variant": "btn-solid",
|
|
198
198
|
"btn-loading-icon": "i-loading",
|
|
199
199
|
// base
|
|
200
|
-
"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",
|
|
200
|
+
"btn": "btn-rectangle bg-transparent transition-colors leading-1.4285714285714286em shrink-0 gap-x-0.5714285714285714em rounded-md whitespace-nowrap inline-flex justify-center items-center btn-disabled font-medium",
|
|
201
201
|
"btn-disabled": "disabled:n-disabled",
|
|
202
202
|
"btn-label": "",
|
|
203
203
|
"btn-icon-label": "size-1.1428571428571428em",
|
package/dist/shortcuts.mjs
CHANGED