@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
|
@@ -47,12 +47,6 @@
|
|
|
47
47
|
.bottom-0 {
|
|
48
48
|
bottom: 0px;
|
|
49
49
|
}
|
|
50
|
-
.bottom-1\.5 {
|
|
51
|
-
bottom: 0.375rem;
|
|
52
|
-
}
|
|
53
|
-
.bottom-full {
|
|
54
|
-
bottom: 100%;
|
|
55
|
-
}
|
|
56
50
|
.left-0 {
|
|
57
51
|
left: 0px;
|
|
58
52
|
}
|
|
@@ -119,6 +113,12 @@
|
|
|
119
113
|
.z-\[100\] {
|
|
120
114
|
z-index: 100;
|
|
121
115
|
}
|
|
116
|
+
.z-\[2147483600\] {
|
|
117
|
+
z-index: 2147483600;
|
|
118
|
+
}
|
|
119
|
+
.z-\[2147483647\] {
|
|
120
|
+
z-index: 2147483647;
|
|
121
|
+
}
|
|
122
122
|
.col-span-2 {
|
|
123
123
|
grid-column: span 2 / span 2;
|
|
124
124
|
}
|
|
@@ -366,8 +366,8 @@
|
|
|
366
366
|
.min-w-\[12rem\] {
|
|
367
367
|
min-width: 12rem;
|
|
368
368
|
}
|
|
369
|
-
.min-w-\[
|
|
370
|
-
min-width:
|
|
369
|
+
.min-w-\[160px\] {
|
|
370
|
+
min-width: 160px;
|
|
371
371
|
}
|
|
372
372
|
.min-w-\[200px\] {
|
|
373
373
|
min-width: 200px;
|
|
@@ -1154,14 +1154,6 @@
|
|
|
1154
1154
|
var(--tw-ring-shadow, 0 0 #0000),
|
|
1155
1155
|
var(--tw-shadow);
|
|
1156
1156
|
}
|
|
1157
|
-
.shadow-md {
|
|
1158
|
-
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
1159
|
-
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
|
|
1160
|
-
box-shadow:
|
|
1161
|
-
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
1162
|
-
var(--tw-ring-shadow, 0 0 #0000),
|
|
1163
|
-
var(--tw-shadow);
|
|
1164
|
-
}
|
|
1165
1157
|
.shadow-sm {
|
|
1166
1158
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1167
1159
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|