@proveanything/smartlinks-utils-ui 0.12.6 → 0.12.7
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-WCUKTVWC.js +382 -0
- package/dist/chunk-WCUKTVWC.js.map +1 -0
- package/dist/components/AssetPicker/index.css +7 -0
- package/dist/components/AssetPicker/index.css.map +1 -1
- package/dist/components/ConditionsEditor/index.css +7 -0
- package/dist/components/ConditionsEditor/index.css.map +1 -1
- package/dist/components/ConditionsEditor/index.js +1 -1
- package/dist/components/FontPicker/index.css +7 -0
- package/dist/components/FontPicker/index.css.map +1 -1
- package/dist/components/IconPicker/index.css +7 -0
- package/dist/components/IconPicker/index.css.map +1 -1
- package/dist/components/LinkPicker/index.css +3989 -0
- package/dist/components/LinkPicker/index.css.map +1 -0
- package/dist/components/LinkPicker/index.d.ts +131 -0
- package/dist/components/LinkPicker/index.js +6 -0
- package/dist/components/LinkPicker/index.js.map +1 -0
- package/dist/components/RecordsAdmin/index.css +7 -0
- package/dist/components/RecordsAdmin/index.css.map +1 -1
- package/dist/components/RecordsAdmin/index.d.ts +37 -2
- package/dist/components/RecordsAdmin/index.js +382 -123
- package/dist/components/RecordsAdmin/index.js.map +1 -1
- package/dist/index.css +7 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +5 -1
package/dist/index.css
CHANGED
|
@@ -2284,6 +2284,9 @@
|
|
|
2284
2284
|
.collapse {
|
|
2285
2285
|
visibility: collapse;
|
|
2286
2286
|
}
|
|
2287
|
+
.static {
|
|
2288
|
+
position: static;
|
|
2289
|
+
}
|
|
2287
2290
|
.fixed {
|
|
2288
2291
|
position: fixed;
|
|
2289
2292
|
}
|
|
@@ -3090,6 +3093,10 @@
|
|
|
3090
3093
|
padding-top: 1rem;
|
|
3091
3094
|
padding-bottom: 1rem;
|
|
3092
3095
|
}
|
|
3096
|
+
.py-6 {
|
|
3097
|
+
padding-top: 1.5rem;
|
|
3098
|
+
padding-bottom: 1.5rem;
|
|
3099
|
+
}
|
|
3093
3100
|
.pb-1 {
|
|
3094
3101
|
padding-bottom: 0.25rem;
|
|
3095
3102
|
}
|