@proveanything/smartlinks-utils-ui 1.13.8 → 1.13.11
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/README.md +6 -6
- package/dist/{chunk-OTJV62XV.js → chunk-5ZQT2GGU.js} +5 -5
- package/dist/chunk-5ZQT2GGU.js.map +1 -0
- package/dist/{chunk-E3GQ6LNZ.js → chunk-7RWLFKHC.js} +502 -39
- package/dist/chunk-7RWLFKHC.js.map +1 -0
- package/dist/{chunk-7UBXTFZQ.js → chunk-A4YZYKWT.js} +9 -8
- package/dist/chunk-A4YZYKWT.js.map +1 -0
- package/dist/{chunk-4LHF5JB7.js → chunk-DH5HG5DW.js} +15 -6
- package/dist/chunk-DH5HG5DW.js.map +1 -0
- package/dist/{chunk-JMCV6FOW.js → chunk-WVCNIX7N.js} +3 -3
- package/dist/{chunk-JMCV6FOW.js.map → chunk-WVCNIX7N.js.map} +1 -1
- package/dist/components/AssetPicker/index.css +34 -0
- package/dist/components/AssetPicker/index.css.map +1 -1
- package/dist/components/AssetPicker/index.js +1 -1
- package/dist/components/ConditionsEditor/index.css +34 -0
- package/dist/components/ConditionsEditor/index.css.map +1 -1
- package/dist/components/ConditionsEditor/index.d.ts +2 -2
- package/dist/components/ConditionsEditor/index.js +2 -2
- package/dist/components/FacetRuleEditor/index.d.ts +1 -1
- package/dist/components/FacetRuleEditor/index.js +2 -2
- package/dist/components/FontPicker/index.css +34 -0
- package/dist/components/FontPicker/index.css.map +1 -1
- package/dist/components/FontPicker/index.js +1 -1
- package/dist/components/IconPicker/index.css +34 -0
- package/dist/components/IconPicker/index.css.map +1 -1
- package/dist/components/LinkPicker/index.css +34 -0
- package/dist/components/LinkPicker/index.css.map +1 -1
- package/dist/components/RecordsAdmin/index.css +34 -0
- package/dist/components/RecordsAdmin/index.css.map +1 -1
- package/dist/components/RecordsAdmin/index.js +2 -2
- package/dist/index.css +34 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +5 -5
- package/dist/{types-a2DdgZ2H.d.ts → types-BLqki3Zy.d.ts} +11 -0
- package/package.json +3 -3
- package/dist/chunk-4LHF5JB7.js.map +0 -1
- package/dist/chunk-7UBXTFZQ.js.map +0 -1
- package/dist/chunk-E3GQ6LNZ.js.map +0 -1
- package/dist/chunk-OTJV62XV.js.map +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { parsedRefToTarget, parsedRefToScope, matchRecords, scopesEqual, getRecordById, listRecords, upsertRecord, updateRecord, createRecord, removeRecord } from '../../chunk-KA4MKRHL.js';
|
|
2
2
|
export { bulkDelete, bulkUpsert, createRecord, getRecordById, listRecords, matchRecords, parsedRefToScope, parsedRefToTarget, removeRecord, restoreRecord, scopesEqual, upsertRecord } from '../../chunk-KA4MKRHL.js';
|
|
3
3
|
import { useIntroState, AdminPageHeader } from '../../chunk-3RRHM4LP.js';
|
|
4
|
-
import { FacetRuleEditor } from '../../chunk-
|
|
5
|
-
import { useFacets } from '../../chunk-
|
|
4
|
+
import { FacetRuleEditor } from '../../chunk-WVCNIX7N.js';
|
|
5
|
+
import { useFacets } from '../../chunk-DH5HG5DW.js';
|
|
6
6
|
import { assertComponentStylesLoaded } from '../../chunk-OLYC54YT.js';
|
|
7
7
|
import '../../chunk-5UQQYXCX.js';
|
|
8
8
|
import { cn } from '../../chunk-L7FQ52F5.js';
|
package/dist/index.css
CHANGED
|
@@ -2357,6 +2357,9 @@
|
|
|
2357
2357
|
.static {
|
|
2358
2358
|
position: static;
|
|
2359
2359
|
}
|
|
2360
|
+
.\!fixed {
|
|
2361
|
+
position: fixed !important;
|
|
2362
|
+
}
|
|
2360
2363
|
.fixed {
|
|
2361
2364
|
position: fixed;
|
|
2362
2365
|
}
|
|
@@ -2609,6 +2612,9 @@
|
|
|
2609
2612
|
.h-24 {
|
|
2610
2613
|
height: 6rem;
|
|
2611
2614
|
}
|
|
2615
|
+
.h-28 {
|
|
2616
|
+
height: 7rem;
|
|
2617
|
+
}
|
|
2612
2618
|
.h-3 {
|
|
2613
2619
|
height: 0.75rem;
|
|
2614
2620
|
}
|
|
@@ -2687,6 +2693,9 @@
|
|
|
2687
2693
|
.w-24 {
|
|
2688
2694
|
width: 6rem;
|
|
2689
2695
|
}
|
|
2696
|
+
.w-28 {
|
|
2697
|
+
width: 7rem;
|
|
2698
|
+
}
|
|
2690
2699
|
.w-3 {
|
|
2691
2700
|
width: 0.75rem;
|
|
2692
2701
|
}
|
|
@@ -2886,6 +2895,9 @@
|
|
|
2886
2895
|
.items-center {
|
|
2887
2896
|
align-items: center;
|
|
2888
2897
|
}
|
|
2898
|
+
.items-baseline {
|
|
2899
|
+
align-items: baseline;
|
|
2900
|
+
}
|
|
2889
2901
|
.justify-end {
|
|
2890
2902
|
justify-content: flex-end;
|
|
2891
2903
|
}
|
|
@@ -2953,6 +2965,9 @@
|
|
|
2953
2965
|
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
2954
2966
|
border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
|
|
2955
2967
|
}
|
|
2968
|
+
.divide-border > :not([hidden]) ~ :not([hidden]) {
|
|
2969
|
+
border-color: hsl(var(--border));
|
|
2970
|
+
}
|
|
2956
2971
|
.self-start {
|
|
2957
2972
|
align-self: flex-start;
|
|
2958
2973
|
}
|
|
@@ -3018,6 +3033,9 @@
|
|
|
3018
3033
|
.border-dashed {
|
|
3019
3034
|
border-style: dashed;
|
|
3020
3035
|
}
|
|
3036
|
+
.border-amber-500\/40 {
|
|
3037
|
+
border-color: rgb(245 158 11 / 0.4);
|
|
3038
|
+
}
|
|
3021
3039
|
.border-background {
|
|
3022
3040
|
border-color: hsl(var(--background));
|
|
3023
3041
|
}
|
|
@@ -3034,6 +3052,9 @@
|
|
|
3034
3052
|
.border-destructive {
|
|
3035
3053
|
border-color: hsl(var(--destructive));
|
|
3036
3054
|
}
|
|
3055
|
+
.border-destructive\/40 {
|
|
3056
|
+
border-color: hsl(var(--destructive) / 0.4);
|
|
3057
|
+
}
|
|
3037
3058
|
.border-destructive\/50 {
|
|
3038
3059
|
border-color: hsl(var(--destructive) / 0.5);
|
|
3039
3060
|
}
|
|
@@ -3071,6 +3092,9 @@
|
|
|
3071
3092
|
--tw-bg-opacity: 1;
|
|
3072
3093
|
background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
|
|
3073
3094
|
}
|
|
3095
|
+
.bg-amber-500\/10 {
|
|
3096
|
+
background-color: rgb(245 158 11 / 0.1);
|
|
3097
|
+
}
|
|
3074
3098
|
.bg-background {
|
|
3075
3099
|
background-color: hsl(var(--background));
|
|
3076
3100
|
}
|
|
@@ -3342,6 +3366,9 @@
|
|
|
3342
3366
|
.text-center {
|
|
3343
3367
|
text-align: center;
|
|
3344
3368
|
}
|
|
3369
|
+
.text-right {
|
|
3370
|
+
text-align: right;
|
|
3371
|
+
}
|
|
3345
3372
|
.font-mono {
|
|
3346
3373
|
font-family:
|
|
3347
3374
|
ui-monospace,
|
|
@@ -3789,6 +3816,9 @@
|
|
|
3789
3816
|
.hover\:underline:hover {
|
|
3790
3817
|
text-decoration-line: underline;
|
|
3791
3818
|
}
|
|
3819
|
+
.hover\:no-underline:hover {
|
|
3820
|
+
text-decoration-line: none;
|
|
3821
|
+
}
|
|
3792
3822
|
.hover\:opacity-100:hover {
|
|
3793
3823
|
opacity: 1;
|
|
3794
3824
|
}
|
|
@@ -3964,6 +3994,10 @@
|
|
|
3964
3994
|
--tw-text-opacity: 1;
|
|
3965
3995
|
color: rgb(110 231 183 / var(--tw-text-opacity, 1));
|
|
3966
3996
|
}
|
|
3997
|
+
.dark\:text-emerald-400 {
|
|
3998
|
+
--tw-text-opacity: 1;
|
|
3999
|
+
color: rgb(52 211 153 / var(--tw-text-opacity, 1));
|
|
4000
|
+
}
|
|
3967
4001
|
.dark\:text-gray-100 {
|
|
3968
4002
|
--tw-text-opacity: 1;
|
|
3969
4003
|
color: rgb(243 244 246 / var(--tw-text-opacity, 1));
|