@sprinklrjs/spaceweb-themes 10.1.0 → 11.0.0

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.
@@ -90,6 +90,7 @@ declare const _default: {
90
90
  10: string;
91
91
  11: string;
92
92
  12: string;
93
+ 15: string;
93
94
  16: string;
94
95
  20: string;
95
96
  24: string;
@@ -99,6 +100,7 @@ declare const _default: {
99
100
  56: string;
100
101
  64: string;
101
102
  auto: string;
103
+ '05': string;
102
104
  px: string;
103
105
  '-1': string;
104
106
  '-2': string;
@@ -185,6 +187,7 @@ declare const _default: {
185
187
  10: string;
186
188
  11: string;
187
189
  12: string;
190
+ 15: string;
188
191
  16: string;
189
192
  20: string;
190
193
  24: string;
@@ -193,6 +196,7 @@ declare const _default: {
193
196
  48: string;
194
197
  56: string;
195
198
  64: string;
199
+ '05': string;
196
200
  px: string;
197
201
  };
198
202
  stroke: {
@@ -91,6 +91,7 @@ var theme = {
91
91
  10: '4rem',
92
92
  11: '4.4rem',
93
93
  12: '4.8rem',
94
+ 15: '0.6rem',
94
95
  16: '6.4rem',
95
96
  20: '8rem',
96
97
  24: '9.6rem',
@@ -100,6 +101,7 @@ var theme = {
100
101
  56: '22.4rem',
101
102
  64: '25.6rem',
102
103
  auto: 'auto',
104
+ '05': '0.2rem',
103
105
  px: '-1px',
104
106
  '-1': '-0.4rem',
105
107
  '-2': '-0.8rem',
@@ -167,6 +169,7 @@ var theme = {
167
169
  10: '4rem',
168
170
  11: '4.4rem',
169
171
  12: '4.8rem',
172
+ 15: '0.6rem',
170
173
  16: '6.4rem',
171
174
  20: '8rem',
172
175
  24: '9.6rem',
@@ -175,6 +178,7 @@ var theme = {
175
178
  48: '19.2rem',
176
179
  56: '22.4rem',
177
180
  64: '25.6rem',
181
+ '05': '0.2rem',
178
182
  px: '1px'
179
183
  },
180
184
  stroke: { current: 'currentColor' },
@@ -882,7 +882,7 @@ declare const _default: {
882
882
  'h-px': {
883
883
  height: string;
884
884
  };
885
- 'h-1\\/2': {
885
+ 'h-1/2': {
886
886
  height: string;
887
887
  };
888
888
  'h-full': {
@@ -1144,6 +1144,18 @@ declare const _default: {
1144
1144
  marginLeft: any;
1145
1145
  marginRight: any;
1146
1146
  };
1147
+ 'm-1.5': {
1148
+ marginTop: any;
1149
+ marginBottom: any;
1150
+ marginLeft: any;
1151
+ marginRight: any;
1152
+ };
1153
+ 'm-0.5': {
1154
+ marginTop: any;
1155
+ marginBottom: any;
1156
+ marginLeft: any;
1157
+ marginRight: any;
1158
+ };
1147
1159
  'm-px': {
1148
1160
  marginTop: any;
1149
1161
  marginBottom: any;
@@ -1452,6 +1464,22 @@ declare const _default: {
1452
1464
  marginLeft: string;
1453
1465
  marginRight: string;
1454
1466
  };
1467
+ 'my-1.5': {
1468
+ marginTop: string;
1469
+ marginBottom: string;
1470
+ };
1471
+ 'mx-1.5': {
1472
+ marginLeft: string;
1473
+ marginRight: string;
1474
+ };
1475
+ 'my-0.5': {
1476
+ marginTop: string;
1477
+ marginBottom: string;
1478
+ };
1479
+ 'mx-0.5': {
1480
+ marginLeft: string;
1481
+ marginRight: string;
1482
+ };
1455
1483
  'my-px': {
1456
1484
  marginTop: string;
1457
1485
  marginBottom: string;
@@ -1892,6 +1920,30 @@ declare const _default: {
1892
1920
  'ml-auto': {
1893
1921
  marginLeft: string;
1894
1922
  };
1923
+ 'mt-1.5': {
1924
+ marginTop: string;
1925
+ };
1926
+ 'mr-1.5': {
1927
+ marginRight: string;
1928
+ };
1929
+ 'mb-1.5': {
1930
+ marginBottom: string;
1931
+ };
1932
+ 'ml-1.5': {
1933
+ marginLeft: string;
1934
+ };
1935
+ 'mt-0.5': {
1936
+ marginTop: string;
1937
+ };
1938
+ 'mr-0.5': {
1939
+ marginRight: string;
1940
+ };
1941
+ 'mb-0.5': {
1942
+ marginBottom: string;
1943
+ };
1944
+ 'ml-0.5': {
1945
+ marginLeft: string;
1946
+ };
1895
1947
  'mt-px': {
1896
1948
  marginTop: string;
1897
1949
  };
@@ -2504,6 +2556,18 @@ declare const _default: {
2504
2556
  paddingLeft: any;
2505
2557
  paddingRight: any;
2506
2558
  };
2559
+ 'p-1.5': {
2560
+ paddingTop: any;
2561
+ paddingBottom: any;
2562
+ paddingLeft: any;
2563
+ paddingRight: any;
2564
+ };
2565
+ 'p-0.5': {
2566
+ paddingTop: any;
2567
+ paddingBottom: any;
2568
+ paddingLeft: any;
2569
+ paddingRight: any;
2570
+ };
2507
2571
  'p-px': {
2508
2572
  paddingTop: any;
2509
2573
  paddingBottom: any;
@@ -2678,6 +2742,22 @@ declare const _default: {
2678
2742
  paddingLeft: string;
2679
2743
  paddingRight: string;
2680
2744
  };
2745
+ 'py-1.5': {
2746
+ paddingTop: string;
2747
+ paddingBottom: string;
2748
+ };
2749
+ 'px-1.5': {
2750
+ paddingLeft: string;
2751
+ paddingRight: string;
2752
+ };
2753
+ 'py-0.5': {
2754
+ paddingTop: string;
2755
+ paddingBottom: string;
2756
+ };
2757
+ 'px-0.5': {
2758
+ paddingLeft: string;
2759
+ paddingRight: string;
2760
+ };
2681
2761
  'py-px': {
2682
2762
  paddingTop: string;
2683
2763
  paddingBottom: string;
@@ -2938,6 +3018,30 @@ declare const _default: {
2938
3018
  'pl-64': {
2939
3019
  paddingLeft: string;
2940
3020
  };
3021
+ 'pt-1.5': {
3022
+ paddingTop: string;
3023
+ };
3024
+ 'pr-1.5': {
3025
+ paddingRight: string;
3026
+ };
3027
+ 'pb-1.5': {
3028
+ paddingBottom: string;
3029
+ };
3030
+ 'pl-1.5': {
3031
+ paddingLeft: string;
3032
+ };
3033
+ 'pt-0.5': {
3034
+ paddingTop: string;
3035
+ };
3036
+ 'pr-0.5': {
3037
+ paddingRight: string;
3038
+ };
3039
+ 'pb-0.5': {
3040
+ paddingBottom: string;
3041
+ };
3042
+ 'pl-0.5': {
3043
+ paddingLeft: string;
3044
+ };
2941
3045
  'pt-px': {
2942
3046
  paddingTop: string;
2943
3047
  };
@@ -3031,91 +3135,91 @@ declare const _default: {
3031
3135
  'w-px': {
3032
3136
  width: string;
3033
3137
  };
3034
- 'w-1\\/2': {
3138
+ 'w-1/2': {
3035
3139
  width: string;
3036
3140
  };
3037
- 'w-1\\/3': {
3141
+ 'w-1/3': {
3038
3142
  width: string;
3039
3143
  };
3040
- 'w-1\\/4': {
3144
+ 'w-1/4': {
3041
3145
  width: string;
3042
3146
  };
3043
- 'w-2\\/3': {
3147
+ 'w-2/3': {
3044
3148
  width: string;
3045
3149
  };
3046
- 'w-2\\/4': {
3150
+ 'w-2/4': {
3047
3151
  width: string;
3048
3152
  };
3049
- 'w-3\\/4': {
3153
+ 'w-3/4': {
3050
3154
  width: string;
3051
3155
  };
3052
- 'w-1\\/24': {
3156
+ 'w-1/24': {
3053
3157
  width: string;
3054
3158
  };
3055
- 'w-2\\/24': {
3159
+ 'w-2/24': {
3056
3160
  width: string;
3057
3161
  };
3058
- 'w-3\\/24': {
3162
+ 'w-3/24': {
3059
3163
  width: string;
3060
3164
  };
3061
- 'w-4\\/24': {
3165
+ 'w-4/24': {
3062
3166
  width: string;
3063
3167
  };
3064
- 'w-5\\/24': {
3168
+ 'w-5/24': {
3065
3169
  width: string;
3066
3170
  };
3067
- 'w-6\\/24': {
3171
+ 'w-6/24': {
3068
3172
  width: string;
3069
3173
  };
3070
- 'w-7\\/24': {
3174
+ 'w-7/24': {
3071
3175
  width: string;
3072
3176
  };
3073
- 'w-8\\/24': {
3177
+ 'w-8/24': {
3074
3178
  width: string;
3075
3179
  };
3076
- 'w-9\\/24': {
3180
+ 'w-9/24': {
3077
3181
  width: string;
3078
3182
  };
3079
- 'w-10\\/24': {
3183
+ 'w-10/24': {
3080
3184
  width: string;
3081
3185
  };
3082
- 'w-11\\/24': {
3186
+ 'w-11/24': {
3083
3187
  width: string;
3084
3188
  };
3085
- 'w-12\\/24': {
3189
+ 'w-12/24': {
3086
3190
  width: string;
3087
3191
  };
3088
- 'w-13\\/24': {
3192
+ 'w-13/24': {
3089
3193
  width: string;
3090
3194
  };
3091
- 'w-14\\/24': {
3195
+ 'w-14/24': {
3092
3196
  width: string;
3093
3197
  };
3094
- 'w-15\\/24': {
3198
+ 'w-15/24': {
3095
3199
  width: string;
3096
3200
  };
3097
- 'w-16\\/24': {
3201
+ 'w-16/24': {
3098
3202
  width: string;
3099
3203
  };
3100
- 'w-17\\/24': {
3204
+ 'w-17/24': {
3101
3205
  width: string;
3102
3206
  };
3103
- 'w-18\\/24': {
3207
+ 'w-18/24': {
3104
3208
  width: string;
3105
3209
  };
3106
- 'w-19\\/24': {
3210
+ 'w-19/24': {
3107
3211
  width: string;
3108
3212
  };
3109
- 'w-20\\/24': {
3213
+ 'w-20/24': {
3110
3214
  width: string;
3111
3215
  };
3112
- 'w-21\\/24': {
3216
+ 'w-21/24': {
3113
3217
  width: string;
3114
3218
  };
3115
- 'w-22\\/24': {
3219
+ 'w-22/24': {
3116
3220
  width: string;
3117
3221
  };
3118
- 'w-23\\/24': {
3222
+ 'w-23/24': {
3119
3223
  width: string;
3120
3224
  };
3121
3225
  'w-full': {
@@ -4148,10 +4252,10 @@ declare const _default: {
4148
4252
  '-translate-x-full': {
4149
4253
  '-TransformTranslateX': string;
4150
4254
  };
4151
- '-translate-x-1\\/2': {
4255
+ '-translate-x-1/2': {
4152
4256
  '-TransformTranslateX': string;
4153
4257
  };
4154
- 'translate-x-1\\/2': {
4258
+ 'translate-x-1/2': {
4155
4259
  '-TransformTranslateX': string;
4156
4260
  };
4157
4261
  'translate-x-full': {
@@ -4289,10 +4393,10 @@ declare const _default: {
4289
4393
  '-translate-y-full': {
4290
4394
  '-TransformTranslateY': string;
4291
4395
  };
4292
- '-translate-y-1\\/2': {
4396
+ '-translate-y-1/2': {
4293
4397
  '-TransformTranslateY': string;
4294
4398
  };
4295
- 'translate-y-1\\/2': {
4399
+ 'translate-y-1/2': {
4296
4400
  '-TransformTranslateY': string;
4297
4401
  };
4298
4402
  'translate-y-full': {
@@ -279,7 +279,7 @@ exports["default"] = {
279
279
  'h-64': { height: '25.6rem' },
280
280
  'h-auto': { height: 'auto' },
281
281
  'h-px': { height: '1px' },
282
- 'h-1\\/2': { height: '50%' },
282
+ 'h-1/2': { height: '50%' },
283
283
  'h-full': { height: '100%' },
284
284
  'h-screen': { height: '100vh' },
285
285
  'inset-0': { top: '0', right: '0', bottom: '0', left: '0' },
@@ -341,6 +341,8 @@ exports["default"] = {
341
341
  'm-56': margin('22.4rem'),
342
342
  'm-64': margin('25.6rem'),
343
343
  'm-auto': margin('auto'),
344
+ 'm-1.5': margin('0.6rem'),
345
+ 'm-0.5': margin('0.2rem'),
344
346
  'm-px': margin('1px'),
345
347
  '-m-1': margin('-0.4rem'),
346
348
  '-m-2': margin('-0.8rem'),
@@ -407,6 +409,10 @@ exports["default"] = {
407
409
  'mx-64': { marginLeft: '25.6rem', marginRight: '25.6rem' },
408
410
  'my-auto': { marginTop: 'auto', marginBottom: 'auto' },
409
411
  'mx-auto': { marginLeft: 'auto', marginRight: 'auto' },
412
+ 'my-1.5': { marginTop: '0.6rem', marginBottom: '0.6rem' },
413
+ 'mx-1.5': { marginLeft: '0.6rem', marginRight: '0.6rem' },
414
+ 'my-0.5': { marginTop: '0.2rem', marginBottom: '0.2rem' },
415
+ 'mx-0.5': { marginLeft: '0.2rem', marginRight: '0.2rem' },
410
416
  'my-px': { marginTop: '1px', marginBottom: '1px' },
411
417
  'mx-px': { marginLeft: '1px', marginRight: '1px' },
412
418
  '-my-1': { marginTop: '-0.4rem', marginBottom: '-0.4rem' },
@@ -539,6 +545,14 @@ exports["default"] = {
539
545
  'mr-auto': { marginRight: 'auto' },
540
546
  'mb-auto': { marginBottom: 'auto' },
541
547
  'ml-auto': { marginLeft: 'auto' },
548
+ 'mt-1.5': { marginTop: '0.6rem' },
549
+ 'mr-1.5': { marginRight: '0.6rem' },
550
+ 'mb-1.5': { marginBottom: '0.6rem' },
551
+ 'ml-1.5': { marginLeft: '0.6rem' },
552
+ 'mt-0.5': { marginTop: '0.2rem' },
553
+ 'mr-0.5': { marginRight: '0.2rem' },
554
+ 'mb-0.5': { marginBottom: '0.2rem' },
555
+ 'ml-0.5': { marginLeft: '0.2rem' },
542
556
  'mt-px': { marginTop: '1px' },
543
557
  'mr-px': { marginRight: '1px' },
544
558
  'mb-px': { marginBottom: '1px' },
@@ -722,6 +736,8 @@ exports["default"] = {
722
736
  'p-48': padding('19.2rem'),
723
737
  'p-56': padding('22.4rem'),
724
738
  'p-64': padding('25.6rem'),
739
+ 'p-1.5': padding('0.6rem'),
740
+ 'p-0.5': padding('0.2rem'),
725
741
  'p-px': padding('1px'),
726
742
  'py-0': { paddingTop: '0', paddingBottom: '0' },
727
743
  'px-0': { paddingLeft: '0', paddingRight: '0' },
@@ -765,6 +781,10 @@ exports["default"] = {
765
781
  'px-56': { paddingLeft: '22.4rem', paddingRight: '22.4rem' },
766
782
  'py-64': { paddingTop: '25.6rem', paddingBottom: '25.6rem' },
767
783
  'px-64': { paddingLeft: '25.6rem', paddingRight: '25.6rem' },
784
+ 'py-1.5': { paddingTop: '0.6rem', paddingBottom: '0.6rem' },
785
+ 'px-1.5': { paddingLeft: '0.6rem', paddingRight: '0.6rem' },
786
+ 'py-0.5': { paddingTop: '0.2rem', paddingBottom: '0.2rem' },
787
+ 'px-0.5': { paddingLeft: '0.2rem', paddingRight: '0.2rem' },
768
788
  'py-px': { paddingTop: '1px', paddingBottom: '1px' },
769
789
  'px-px': { paddingLeft: '1px', paddingRight: '1px' },
770
790
  'pt-0': { paddingTop: '0' },
@@ -851,6 +871,14 @@ exports["default"] = {
851
871
  'pr-64': { paddingRight: '25.6rem' },
852
872
  'pb-64': { paddingBottom: '25.6rem' },
853
873
  'pl-64': { paddingLeft: '25.6rem' },
874
+ 'pt-1.5': { paddingTop: '0.6rem' },
875
+ 'pr-1.5': { paddingRight: '0.6rem' },
876
+ 'pb-1.5': { paddingBottom: '0.6rem' },
877
+ 'pl-1.5': { paddingLeft: '0.6rem' },
878
+ 'pt-0.5': { paddingTop: '0.2rem' },
879
+ 'pr-0.5': { paddingRight: '0.2rem' },
880
+ 'pb-0.5': { paddingBottom: '0.2rem' },
881
+ 'pl-0.5': { paddingLeft: '0.2rem' },
854
882
  'pt-px': { paddingTop: '1px' },
855
883
  'pr-px': { paddingRight: '1px' },
856
884
  'pb-px': { paddingBottom: '1px' },
@@ -882,35 +910,35 @@ exports["default"] = {
882
910
  'w-64': { width: '25.6rem' },
883
911
  'w-auto': { width: 'auto' },
884
912
  'w-px': { width: '1px' },
885
- 'w-1\\/2': { width: '50%' },
886
- 'w-1\\/3': { width: '33.333333%' },
887
- 'w-1\\/4': { width: '25%' },
888
- 'w-2\\/3': { width: '66.666667%' },
889
- 'w-2\\/4': { width: '50%' },
890
- 'w-3\\/4': { width: '75%' },
891
- 'w-1\\/24': { width: '4.166667%' },
892
- 'w-2\\/24': { width: '8.333333%' },
893
- 'w-3\\/24': { width: '12.5%' },
894
- 'w-4\\/24': { width: '16.666667%' },
895
- 'w-5\\/24': { width: '20.833333%' },
896
- 'w-6\\/24': { width: '25%' },
897
- 'w-7\\/24': { width: '29.166667%' },
898
- 'w-8\\/24': { width: '33.333333%' },
899
- 'w-9\\/24': { width: '37.5%' },
900
- 'w-10\\/24': { width: '41.666667%' },
901
- 'w-11\\/24': { width: '45.833333%' },
902
- 'w-12\\/24': { width: '50%' },
903
- 'w-13\\/24': { width: '54.166667%' },
904
- 'w-14\\/24': { width: '58.333333%' },
905
- 'w-15\\/24': { width: '62.5%' },
906
- 'w-16\\/24': { width: '66.666667%' },
907
- 'w-17\\/24': { width: '70.833333%' },
908
- 'w-18\\/24': { width: '75%' },
909
- 'w-19\\/24': { width: '79.166667%' },
910
- 'w-20\\/24': { width: '83.333333%' },
911
- 'w-21\\/24': { width: '87.5%' },
912
- 'w-22\\/24': { width: '91.666667%' },
913
- 'w-23\\/24': { width: '95.833333%' },
913
+ 'w-1/2': { width: '50%' },
914
+ 'w-1/3': { width: '33.333333%' },
915
+ 'w-1/4': { width: '25%' },
916
+ 'w-2/3': { width: '66.666667%' },
917
+ 'w-2/4': { width: '50%' },
918
+ 'w-3/4': { width: '75%' },
919
+ 'w-1/24': { width: '4.166667%' },
920
+ 'w-2/24': { width: '8.333333%' },
921
+ 'w-3/24': { width: '12.5%' },
922
+ 'w-4/24': { width: '16.666667%' },
923
+ 'w-5/24': { width: '20.833333%' },
924
+ 'w-6/24': { width: '25%' },
925
+ 'w-7/24': { width: '29.166667%' },
926
+ 'w-8/24': { width: '33.333333%' },
927
+ 'w-9/24': { width: '37.5%' },
928
+ 'w-10/24': { width: '41.666667%' },
929
+ 'w-11/24': { width: '45.833333%' },
930
+ 'w-12/24': { width: '50%' },
931
+ 'w-13/24': { width: '54.166667%' },
932
+ 'w-14/24': { width: '58.333333%' },
933
+ 'w-15/24': { width: '62.5%' },
934
+ 'w-16/24': { width: '66.666667%' },
935
+ 'w-17/24': { width: '70.833333%' },
936
+ 'w-18/24': { width: '75%' },
937
+ 'w-19/24': { width: '79.166667%' },
938
+ 'w-20/24': { width: '83.333333%' },
939
+ 'w-21/24': { width: '87.5%' },
940
+ 'w-22/24': { width: '91.666667%' },
941
+ 'w-23/24': { width: '95.833333%' },
914
942
  'w-full': { width: '100%' },
915
943
  'z-0': { zIndex: '0' },
916
944
  'z-10': { zIndex: '10' },
@@ -1229,8 +1257,8 @@ exports["default"] = {
1229
1257
  '-translate-x-64': { '-TransformTranslateX': '-25.6rem' },
1230
1258
  '-translate-x-px': { '-TransformTranslateX': '-1px' },
1231
1259
  '-translate-x-full': { '-TransformTranslateX': '-100%' },
1232
- '-translate-x-1\\/2': { '-TransformTranslateX': '-50%' },
1233
- 'translate-x-1\\/2': { '-TransformTranslateX': '50%' },
1260
+ '-translate-x-1/2': { '-TransformTranslateX': '-50%' },
1261
+ 'translate-x-1/2': { '-TransformTranslateX': '50%' },
1234
1262
  'translate-x-full': { '-TransformTranslateX': '100%' },
1235
1263
  'translate-y-0': { '-TransformTranslateY': '0' },
1236
1264
  'translate-y-1': { '-TransformTranslateY': '0.4rem' },
@@ -1276,8 +1304,8 @@ exports["default"] = {
1276
1304
  '-translate-y-64': { '-TransformTranslateY': '-25.6rem' },
1277
1305
  '-translate-y-px': { '-TransformTranslateY': '-1px' },
1278
1306
  '-translate-y-full': { '-TransformTranslateY': '-100%' },
1279
- '-translate-y-1\\/2': { '-TransformTranslateY': '-50%' },
1280
- 'translate-y-1\\/2': { '-TransformTranslateY': '50%' },
1307
+ '-translate-y-1/2': { '-TransformTranslateY': '-50%' },
1308
+ 'translate-y-1/2': { '-TransformTranslateY': '50%' },
1281
1309
  'translate-y-full': { '-TransformTranslateY': '100%' },
1282
1310
  'skew-x-0': { '-TransformSkewX': '0' },
1283
1311
  'skew-x-3': { '-TransformSkewX': '3deg' },