@proveanything/smartlinks-utils-ui 1.13.0 → 1.13.2
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/{chunk-PSVYUVZC.js → chunk-AWWWHHLL.js} +270 -107
- package/dist/chunk-AWWWHHLL.js.map +1 -0
- package/dist/components/AssetPicker/index.css +2 -16
- package/dist/components/AssetPicker/index.css.map +1 -1
- package/dist/components/AssetPicker/index.d.ts +1 -1
- package/dist/components/AssetPicker/index.js +1 -1
- package/dist/components/ConditionsEditor/index.css +2 -16
- package/dist/components/ConditionsEditor/index.css.map +1 -1
- package/dist/components/FontPicker/index.css +2 -16
- package/dist/components/FontPicker/index.css.map +1 -1
- package/dist/components/IconPicker/index.css +2 -16
- package/dist/components/IconPicker/index.css.map +1 -1
- package/dist/components/LinkPicker/index.css +2 -16
- package/dist/components/LinkPicker/index.css.map +1 -1
- package/dist/components/RecordsAdmin/index.css +2 -16
- package/dist/components/RecordsAdmin/index.css.map +1 -1
- package/dist/index.css +2 -16
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/{useAssets-tRkW00zx.d.ts → useAssets-Cs0OJs-x.d.ts} +6 -2
- package/package.json +1 -1
- package/dist/chunk-PSVYUVZC.js.map +0 -1
|
@@ -2561,12 +2561,6 @@
|
|
|
2561
2561
|
.bottom-0 {
|
|
2562
2562
|
bottom: 0px;
|
|
2563
2563
|
}
|
|
2564
|
-
.bottom-1\.5 {
|
|
2565
|
-
bottom: 0.375rem;
|
|
2566
|
-
}
|
|
2567
|
-
.bottom-full {
|
|
2568
|
-
bottom: 100%;
|
|
2569
|
-
}
|
|
2570
2564
|
.left-0 {
|
|
2571
2565
|
left: 0px;
|
|
2572
2566
|
}
|
|
@@ -2880,8 +2874,8 @@
|
|
|
2880
2874
|
.min-w-\[12rem\] {
|
|
2881
2875
|
min-width: 12rem;
|
|
2882
2876
|
}
|
|
2883
|
-
.min-w-\[
|
|
2884
|
-
min-width:
|
|
2877
|
+
.min-w-\[160px\] {
|
|
2878
|
+
min-width: 160px;
|
|
2885
2879
|
}
|
|
2886
2880
|
.min-w-\[200px\] {
|
|
2887
2881
|
min-width: 200px;
|
|
@@ -3668,14 +3662,6 @@
|
|
|
3668
3662
|
var(--tw-ring-shadow, 0 0 #0000),
|
|
3669
3663
|
var(--tw-shadow);
|
|
3670
3664
|
}
|
|
3671
|
-
.shadow-md {
|
|
3672
|
-
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
3673
|
-
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
|
|
3674
|
-
box-shadow:
|
|
3675
|
-
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
3676
|
-
var(--tw-ring-shadow, 0 0 #0000),
|
|
3677
|
-
var(--tw-shadow);
|
|
3678
|
-
}
|
|
3679
3665
|
.shadow-sm {
|
|
3680
3666
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
3681
3667
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|