@proveanything/smartlinks-utils-ui 1.13.5 → 1.13.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-N2FPPTHH.js → chunk-WLN4WW7K.js} +801 -97
- package/dist/chunk-WLN4WW7K.js.map +1 -0
- package/dist/components/AssetPicker/index.css +61 -3
- package/dist/components/AssetPicker/index.css.map +1 -1
- package/dist/components/AssetPicker/index.js +1 -1
- package/dist/components/ConditionsEditor/index.css +61 -3
- package/dist/components/ConditionsEditor/index.css.map +1 -1
- package/dist/components/FontPicker/index.css +61 -3
- package/dist/components/FontPicker/index.css.map +1 -1
- package/dist/components/IconPicker/index.css +61 -3
- package/dist/components/IconPicker/index.css.map +1 -1
- package/dist/components/LinkPicker/index.css +61 -3
- package/dist/components/LinkPicker/index.css.map +1 -1
- package/dist/components/RecordsAdmin/index.css +61 -3
- package/dist/components/RecordsAdmin/index.css.map +1 -1
- package/dist/index.css +61 -3
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
- package/dist/chunk-N2FPPTHH.js.map +0 -1
package/dist/index.css
CHANGED
|
@@ -2376,12 +2376,27 @@
|
|
|
2376
2376
|
left: 0px;
|
|
2377
2377
|
right: 0px;
|
|
2378
2378
|
}
|
|
2379
|
+
.-bottom-1\.5 {
|
|
2380
|
+
bottom: -0.375rem;
|
|
2381
|
+
}
|
|
2382
|
+
.-left-1\.5 {
|
|
2383
|
+
left: -0.375rem;
|
|
2384
|
+
}
|
|
2385
|
+
.-right-1\.5 {
|
|
2386
|
+
right: -0.375rem;
|
|
2387
|
+
}
|
|
2388
|
+
.-top-1\.5 {
|
|
2389
|
+
top: -0.375rem;
|
|
2390
|
+
}
|
|
2379
2391
|
.bottom-0 {
|
|
2380
2392
|
bottom: 0px;
|
|
2381
2393
|
}
|
|
2382
2394
|
.left-0 {
|
|
2383
2395
|
left: 0px;
|
|
2384
2396
|
}
|
|
2397
|
+
.left-1 {
|
|
2398
|
+
left: 0.25rem;
|
|
2399
|
+
}
|
|
2385
2400
|
.left-1\.5 {
|
|
2386
2401
|
left: 0.375rem;
|
|
2387
2402
|
}
|
|
@@ -2415,6 +2430,9 @@
|
|
|
2415
2430
|
.top-0\.5 {
|
|
2416
2431
|
top: 0.125rem;
|
|
2417
2432
|
}
|
|
2433
|
+
.top-1 {
|
|
2434
|
+
top: 0.25rem;
|
|
2435
|
+
}
|
|
2418
2436
|
.top-1\.5 {
|
|
2419
2437
|
top: 0.375rem;
|
|
2420
2438
|
}
|
|
@@ -2448,6 +2466,9 @@
|
|
|
2448
2466
|
.z-\[2147483600\] {
|
|
2449
2467
|
z-index: 2147483600;
|
|
2450
2468
|
}
|
|
2469
|
+
.z-\[2147483645\] {
|
|
2470
|
+
z-index: 2147483645;
|
|
2471
|
+
}
|
|
2451
2472
|
.z-\[2147483646\] {
|
|
2452
2473
|
z-index: 2147483646;
|
|
2453
2474
|
}
|
|
@@ -2464,6 +2485,10 @@
|
|
|
2464
2485
|
margin-left: -0.25rem;
|
|
2465
2486
|
margin-right: -0.25rem;
|
|
2466
2487
|
}
|
|
2488
|
+
.mx-1 {
|
|
2489
|
+
margin-left: 0.25rem;
|
|
2490
|
+
margin-right: 0.25rem;
|
|
2491
|
+
}
|
|
2467
2492
|
.mx-3 {
|
|
2468
2493
|
margin-left: 0.75rem;
|
|
2469
2494
|
margin-right: 0.75rem;
|
|
@@ -2626,6 +2651,9 @@
|
|
|
2626
2651
|
.max-h-\[85vh\] {
|
|
2627
2652
|
max-height: 85vh;
|
|
2628
2653
|
}
|
|
2654
|
+
.max-h-\[90vh\] {
|
|
2655
|
+
max-height: 90vh;
|
|
2656
|
+
}
|
|
2629
2657
|
.max-h-\[min\(36rem\,calc\(100vh-2rem\)\)\] {
|
|
2630
2658
|
max-height: min(36rem, calc(100vh - 2rem));
|
|
2631
2659
|
}
|
|
@@ -2653,6 +2681,9 @@
|
|
|
2653
2681
|
.w-2\.5 {
|
|
2654
2682
|
width: 0.625rem;
|
|
2655
2683
|
}
|
|
2684
|
+
.w-20 {
|
|
2685
|
+
width: 5rem;
|
|
2686
|
+
}
|
|
2656
2687
|
.w-24 {
|
|
2657
2688
|
width: 6rem;
|
|
2658
2689
|
}
|
|
@@ -2692,6 +2723,9 @@
|
|
|
2692
2723
|
.w-full {
|
|
2693
2724
|
width: 100%;
|
|
2694
2725
|
}
|
|
2726
|
+
.w-px {
|
|
2727
|
+
width: 1px;
|
|
2728
|
+
}
|
|
2695
2729
|
.min-w-0 {
|
|
2696
2730
|
min-width: 0px;
|
|
2697
2731
|
}
|
|
@@ -2713,6 +2747,9 @@
|
|
|
2713
2747
|
.max-w-2xl {
|
|
2714
2748
|
max-width: 42rem;
|
|
2715
2749
|
}
|
|
2750
|
+
.max-w-3xl {
|
|
2751
|
+
max-width: 48rem;
|
|
2752
|
+
}
|
|
2716
2753
|
.max-w-4xl {
|
|
2717
2754
|
max-width: 56rem;
|
|
2718
2755
|
}
|
|
@@ -2791,12 +2828,24 @@
|
|
|
2791
2828
|
.animate-spin {
|
|
2792
2829
|
animation: spin 1s linear infinite;
|
|
2793
2830
|
}
|
|
2831
|
+
.cursor-move {
|
|
2832
|
+
cursor: move;
|
|
2833
|
+
}
|
|
2834
|
+
.cursor-nesw-resize {
|
|
2835
|
+
cursor: nesw-resize;
|
|
2836
|
+
}
|
|
2794
2837
|
.cursor-not-allowed {
|
|
2795
2838
|
cursor: not-allowed;
|
|
2796
2839
|
}
|
|
2840
|
+
.cursor-nwse-resize {
|
|
2841
|
+
cursor: nwse-resize;
|
|
2842
|
+
}
|
|
2797
2843
|
.cursor-pointer {
|
|
2798
2844
|
cursor: pointer;
|
|
2799
2845
|
}
|
|
2846
|
+
.touch-none {
|
|
2847
|
+
touch-action: none;
|
|
2848
|
+
}
|
|
2800
2849
|
.select-none {
|
|
2801
2850
|
-webkit-user-select: none;
|
|
2802
2851
|
-moz-user-select: none;
|
|
@@ -2939,6 +2988,9 @@
|
|
|
2939
2988
|
.rounded-md {
|
|
2940
2989
|
border-radius: calc(var(--radius) - 2px);
|
|
2941
2990
|
}
|
|
2991
|
+
.rounded-sm {
|
|
2992
|
+
border-radius: calc(var(--radius) - 4px);
|
|
2993
|
+
}
|
|
2942
2994
|
.rounded-xl {
|
|
2943
2995
|
border-radius: 0.75rem;
|
|
2944
2996
|
}
|
|
@@ -2966,6 +3018,9 @@
|
|
|
2966
3018
|
.border-dashed {
|
|
2967
3019
|
border-style: dashed;
|
|
2968
3020
|
}
|
|
3021
|
+
.border-background {
|
|
3022
|
+
border-color: hsl(var(--background));
|
|
3023
|
+
}
|
|
2969
3024
|
.border-blue-600 {
|
|
2970
3025
|
--tw-border-opacity: 1;
|
|
2971
3026
|
border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
|
|
@@ -3025,6 +3080,9 @@
|
|
|
3025
3080
|
.bg-black\/0 {
|
|
3026
3081
|
background-color: rgb(0 0 0 / 0);
|
|
3027
3082
|
}
|
|
3083
|
+
.bg-black\/30 {
|
|
3084
|
+
background-color: rgb(0 0 0 / 0.3);
|
|
3085
|
+
}
|
|
3028
3086
|
.bg-black\/50 {
|
|
3029
3087
|
background-color: rgb(0 0 0 / 0.5);
|
|
3030
3088
|
}
|
|
@@ -3050,6 +3108,9 @@
|
|
|
3050
3108
|
--tw-bg-opacity: 1;
|
|
3051
3109
|
background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
|
|
3052
3110
|
}
|
|
3111
|
+
.bg-border {
|
|
3112
|
+
background-color: hsl(var(--border));
|
|
3113
|
+
}
|
|
3053
3114
|
.bg-card {
|
|
3054
3115
|
background-color: hsl(var(--card));
|
|
3055
3116
|
}
|
|
@@ -3245,9 +3306,6 @@
|
|
|
3245
3306
|
.pl-1 {
|
|
3246
3307
|
padding-left: 0.25rem;
|
|
3247
3308
|
}
|
|
3248
|
-
.pl-7 {
|
|
3249
|
-
padding-left: 1.75rem;
|
|
3250
|
-
}
|
|
3251
3309
|
.pl-8 {
|
|
3252
3310
|
padding-left: 2rem;
|
|
3253
3311
|
}
|