@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
package/dist/index.css
CHANGED
|
@@ -2379,12 +2379,6 @@
|
|
|
2379
2379
|
.bottom-0 {
|
|
2380
2380
|
bottom: 0px;
|
|
2381
2381
|
}
|
|
2382
|
-
.bottom-1\.5 {
|
|
2383
|
-
bottom: 0.375rem;
|
|
2384
|
-
}
|
|
2385
|
-
.bottom-full {
|
|
2386
|
-
bottom: 100%;
|
|
2387
|
-
}
|
|
2388
2382
|
.left-0 {
|
|
2389
2383
|
left: 0px;
|
|
2390
2384
|
}
|
|
@@ -2698,8 +2692,8 @@
|
|
|
2698
2692
|
.min-w-\[12rem\] {
|
|
2699
2693
|
min-width: 12rem;
|
|
2700
2694
|
}
|
|
2701
|
-
.min-w-\[
|
|
2702
|
-
min-width:
|
|
2695
|
+
.min-w-\[160px\] {
|
|
2696
|
+
min-width: 160px;
|
|
2703
2697
|
}
|
|
2704
2698
|
.min-w-\[200px\] {
|
|
2705
2699
|
min-width: 200px;
|
|
@@ -3486,14 +3480,6 @@
|
|
|
3486
3480
|
var(--tw-ring-shadow, 0 0 #0000),
|
|
3487
3481
|
var(--tw-shadow);
|
|
3488
3482
|
}
|
|
3489
|
-
.shadow-md {
|
|
3490
|
-
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
3491
|
-
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
|
|
3492
|
-
box-shadow:
|
|
3493
|
-
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
3494
|
-
var(--tw-ring-shadow, 0 0 #0000),
|
|
3495
|
-
var(--tw-shadow);
|
|
3496
|
-
}
|
|
3497
3483
|
.shadow-sm {
|
|
3498
3484
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
3499
3485
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|