@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
|
@@ -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
|
}
|
|
@@ -366,8 +360,8 @@
|
|
|
366
360
|
.min-w-\[12rem\] {
|
|
367
361
|
min-width: 12rem;
|
|
368
362
|
}
|
|
369
|
-
.min-w-\[
|
|
370
|
-
min-width:
|
|
363
|
+
.min-w-\[160px\] {
|
|
364
|
+
min-width: 160px;
|
|
371
365
|
}
|
|
372
366
|
.min-w-\[200px\] {
|
|
373
367
|
min-width: 200px;
|
|
@@ -1154,14 +1148,6 @@
|
|
|
1154
1148
|
var(--tw-ring-shadow, 0 0 #0000),
|
|
1155
1149
|
var(--tw-shadow);
|
|
1156
1150
|
}
|
|
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
1151
|
.shadow-sm {
|
|
1166
1152
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1167
1153
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|