@proveanything/smartlinks-utils-ui 1.13.1 → 1.13.3
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-HKL24TFC.js → chunk-VP4LZEEZ.js} +344 -112
- package/dist/chunk-VP4LZEEZ.js.map +1 -0
- package/dist/components/AssetPicker/index.css +8 -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 +8 -16
- package/dist/components/ConditionsEditor/index.css.map +1 -1
- package/dist/components/FontPicker/index.css +8 -16
- package/dist/components/FontPicker/index.css.map +1 -1
- package/dist/components/IconPicker/index.css +8 -16
- package/dist/components/IconPicker/index.css.map +1 -1
- package/dist/components/LinkPicker/index.css +8 -16
- package/dist/components/LinkPicker/index.css.map +1 -1
- package/dist/components/RecordsAdmin/index.css +8 -16
- package/dist/components/RecordsAdmin/index.css.map +1 -1
- package/dist/index.css +8 -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-HKL24TFC.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
|
}
|
|
@@ -2451,6 +2445,12 @@
|
|
|
2451
2445
|
.z-\[100\] {
|
|
2452
2446
|
z-index: 100;
|
|
2453
2447
|
}
|
|
2448
|
+
.z-\[2147483600\] {
|
|
2449
|
+
z-index: 2147483600;
|
|
2450
|
+
}
|
|
2451
|
+
.z-\[2147483647\] {
|
|
2452
|
+
z-index: 2147483647;
|
|
2453
|
+
}
|
|
2454
2454
|
.col-span-2 {
|
|
2455
2455
|
grid-column: span 2 / span 2;
|
|
2456
2456
|
}
|
|
@@ -2698,8 +2698,8 @@
|
|
|
2698
2698
|
.min-w-\[12rem\] {
|
|
2699
2699
|
min-width: 12rem;
|
|
2700
2700
|
}
|
|
2701
|
-
.min-w-\[
|
|
2702
|
-
min-width:
|
|
2701
|
+
.min-w-\[160px\] {
|
|
2702
|
+
min-width: 160px;
|
|
2703
2703
|
}
|
|
2704
2704
|
.min-w-\[200px\] {
|
|
2705
2705
|
min-width: 200px;
|
|
@@ -3486,14 +3486,6 @@
|
|
|
3486
3486
|
var(--tw-ring-shadow, 0 0 #0000),
|
|
3487
3487
|
var(--tw-shadow);
|
|
3488
3488
|
}
|
|
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
3489
|
.shadow-sm {
|
|
3498
3490
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
3499
3491
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|