@proveanything/smartlinks-utils-ui 0.12.17 → 0.12.19
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-2IQEDRSZ.js → chunk-ZTUZPAHD.js} +250 -134
- package/dist/chunk-ZTUZPAHD.js.map +1 -0
- package/dist/components/AssetPicker/index.css +6 -0
- package/dist/components/AssetPicker/index.css.map +1 -1
- package/dist/components/AssetPicker/index.js +1 -1
- package/dist/components/ConditionsEditor/index.css +6 -0
- package/dist/components/ConditionsEditor/index.css.map +1 -1
- package/dist/components/FontPicker/index.css +6 -0
- package/dist/components/FontPicker/index.css.map +1 -1
- package/dist/components/IconPicker/index.css +6 -0
- package/dist/components/IconPicker/index.css.map +1 -1
- package/dist/components/LinkPicker/index.css +6 -0
- package/dist/components/LinkPicker/index.css.map +1 -1
- package/dist/components/RecordsAdmin/index.css +6 -0
- package/dist/components/RecordsAdmin/index.css.map +1 -1
- package/dist/components/RecordsAdmin/index.js +17 -9
- package/dist/components/RecordsAdmin/index.js.map +1 -1
- package/dist/index.css +6 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-2IQEDRSZ.js.map +0 -1
package/dist/index.css
CHANGED
|
@@ -2874,6 +2874,9 @@
|
|
|
2874
2874
|
.overflow-hidden {
|
|
2875
2875
|
overflow: hidden;
|
|
2876
2876
|
}
|
|
2877
|
+
.overflow-visible {
|
|
2878
|
+
overflow: visible;
|
|
2879
|
+
}
|
|
2877
2880
|
.overflow-y-auto {
|
|
2878
2881
|
overflow-y: auto;
|
|
2879
2882
|
}
|
|
@@ -3278,6 +3281,9 @@
|
|
|
3278
3281
|
.italic {
|
|
3279
3282
|
font-style: italic;
|
|
3280
3283
|
}
|
|
3284
|
+
.leading-none {
|
|
3285
|
+
line-height: 1;
|
|
3286
|
+
}
|
|
3281
3287
|
.leading-tight {
|
|
3282
3288
|
line-height: 1.25;
|
|
3283
3289
|
}
|