@sprinklrjs/spaceweb-themes 10.1.0 → 12.14.4

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,30 @@ 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
+ };
1159
+ '-m-1.5': {
1160
+ marginTop: any;
1161
+ marginBottom: any;
1162
+ marginLeft: any;
1163
+ marginRight: any;
1164
+ };
1165
+ '-m-0.5': {
1166
+ marginTop: any;
1167
+ marginBottom: any;
1168
+ marginLeft: any;
1169
+ marginRight: any;
1170
+ };
1147
1171
  'm-px': {
1148
1172
  marginTop: any;
1149
1173
  marginBottom: any;
@@ -1452,6 +1476,38 @@ declare const _default: {
1452
1476
  marginLeft: string;
1453
1477
  marginRight: string;
1454
1478
  };
1479
+ 'my-1.5': {
1480
+ marginTop: string;
1481
+ marginBottom: string;
1482
+ };
1483
+ 'mx-1.5': {
1484
+ marginLeft: string;
1485
+ marginRight: string;
1486
+ };
1487
+ 'my-0.5': {
1488
+ marginTop: string;
1489
+ marginBottom: string;
1490
+ };
1491
+ 'mx-0.5': {
1492
+ marginLeft: string;
1493
+ marginRight: string;
1494
+ };
1495
+ '-my-1.5': {
1496
+ marginTop: string;
1497
+ marginBottom: string;
1498
+ };
1499
+ '-mx-1.5': {
1500
+ marginLeft: string;
1501
+ marginRight: string;
1502
+ };
1503
+ '-my-0.5': {
1504
+ marginTop: string;
1505
+ marginBottom: string;
1506
+ };
1507
+ '-mx-0.5': {
1508
+ marginLeft: string;
1509
+ marginRight: string;
1510
+ };
1455
1511
  'my-px': {
1456
1512
  marginTop: string;
1457
1513
  marginBottom: string;
@@ -1892,6 +1948,54 @@ declare const _default: {
1892
1948
  'ml-auto': {
1893
1949
  marginLeft: string;
1894
1950
  };
1951
+ 'mt-1.5': {
1952
+ marginTop: string;
1953
+ };
1954
+ 'mr-1.5': {
1955
+ marginRight: string;
1956
+ };
1957
+ 'mb-1.5': {
1958
+ marginBottom: string;
1959
+ };
1960
+ 'ml-1.5': {
1961
+ marginLeft: string;
1962
+ };
1963
+ 'mt-0.5': {
1964
+ marginTop: string;
1965
+ };
1966
+ 'mr-0.5': {
1967
+ marginRight: string;
1968
+ };
1969
+ 'mb-0.5': {
1970
+ marginBottom: string;
1971
+ };
1972
+ 'ml-0.5': {
1973
+ marginLeft: string;
1974
+ };
1975
+ '-mt-1.5': {
1976
+ marginTop: string;
1977
+ };
1978
+ '-mr-1.5': {
1979
+ marginRight: string;
1980
+ };
1981
+ '-mb-1.5': {
1982
+ marginBottom: string;
1983
+ };
1984
+ '-ml-1.5': {
1985
+ marginLeft: string;
1986
+ };
1987
+ '-mt-0.5': {
1988
+ marginTop: string;
1989
+ };
1990
+ '-mr-0.5': {
1991
+ marginRight: string;
1992
+ };
1993
+ '-mb-0.5': {
1994
+ marginBottom: string;
1995
+ };
1996
+ '-ml-0.5': {
1997
+ marginLeft: string;
1998
+ };
1895
1999
  'mt-px': {
1896
2000
  marginTop: string;
1897
2001
  };
@@ -2504,6 +2608,18 @@ declare const _default: {
2504
2608
  paddingLeft: any;
2505
2609
  paddingRight: any;
2506
2610
  };
2611
+ 'p-1.5': {
2612
+ paddingTop: any;
2613
+ paddingBottom: any;
2614
+ paddingLeft: any;
2615
+ paddingRight: any;
2616
+ };
2617
+ 'p-0.5': {
2618
+ paddingTop: any;
2619
+ paddingBottom: any;
2620
+ paddingLeft: any;
2621
+ paddingRight: any;
2622
+ };
2507
2623
  'p-px': {
2508
2624
  paddingTop: any;
2509
2625
  paddingBottom: any;
@@ -2678,6 +2794,22 @@ declare const _default: {
2678
2794
  paddingLeft: string;
2679
2795
  paddingRight: string;
2680
2796
  };
2797
+ 'py-1.5': {
2798
+ paddingTop: string;
2799
+ paddingBottom: string;
2800
+ };
2801
+ 'px-1.5': {
2802
+ paddingLeft: string;
2803
+ paddingRight: string;
2804
+ };
2805
+ 'py-0.5': {
2806
+ paddingTop: string;
2807
+ paddingBottom: string;
2808
+ };
2809
+ 'px-0.5': {
2810
+ paddingLeft: string;
2811
+ paddingRight: string;
2812
+ };
2681
2813
  'py-px': {
2682
2814
  paddingTop: string;
2683
2815
  paddingBottom: string;
@@ -2938,6 +3070,30 @@ declare const _default: {
2938
3070
  'pl-64': {
2939
3071
  paddingLeft: string;
2940
3072
  };
3073
+ 'pt-1.5': {
3074
+ paddingTop: string;
3075
+ };
3076
+ 'pr-1.5': {
3077
+ paddingRight: string;
3078
+ };
3079
+ 'pb-1.5': {
3080
+ paddingBottom: string;
3081
+ };
3082
+ 'pl-1.5': {
3083
+ paddingLeft: string;
3084
+ };
3085
+ 'pt-0.5': {
3086
+ paddingTop: string;
3087
+ };
3088
+ 'pr-0.5': {
3089
+ paddingRight: string;
3090
+ };
3091
+ 'pb-0.5': {
3092
+ paddingBottom: string;
3093
+ };
3094
+ 'pl-0.5': {
3095
+ paddingLeft: string;
3096
+ };
2941
3097
  'pt-px': {
2942
3098
  paddingTop: string;
2943
3099
  };
@@ -3031,91 +3187,91 @@ declare const _default: {
3031
3187
  'w-px': {
3032
3188
  width: string;
3033
3189
  };
3034
- 'w-1\\/2': {
3190
+ 'w-1/2': {
3035
3191
  width: string;
3036
3192
  };
3037
- 'w-1\\/3': {
3193
+ 'w-1/3': {
3038
3194
  width: string;
3039
3195
  };
3040
- 'w-1\\/4': {
3196
+ 'w-1/4': {
3041
3197
  width: string;
3042
3198
  };
3043
- 'w-2\\/3': {
3199
+ 'w-2/3': {
3044
3200
  width: string;
3045
3201
  };
3046
- 'w-2\\/4': {
3202
+ 'w-2/4': {
3047
3203
  width: string;
3048
3204
  };
3049
- 'w-3\\/4': {
3205
+ 'w-3/4': {
3050
3206
  width: string;
3051
3207
  };
3052
- 'w-1\\/24': {
3208
+ 'w-1/24': {
3053
3209
  width: string;
3054
3210
  };
3055
- 'w-2\\/24': {
3211
+ 'w-2/24': {
3056
3212
  width: string;
3057
3213
  };
3058
- 'w-3\\/24': {
3214
+ 'w-3/24': {
3059
3215
  width: string;
3060
3216
  };
3061
- 'w-4\\/24': {
3217
+ 'w-4/24': {
3062
3218
  width: string;
3063
3219
  };
3064
- 'w-5\\/24': {
3220
+ 'w-5/24': {
3065
3221
  width: string;
3066
3222
  };
3067
- 'w-6\\/24': {
3223
+ 'w-6/24': {
3068
3224
  width: string;
3069
3225
  };
3070
- 'w-7\\/24': {
3226
+ 'w-7/24': {
3071
3227
  width: string;
3072
3228
  };
3073
- 'w-8\\/24': {
3229
+ 'w-8/24': {
3074
3230
  width: string;
3075
3231
  };
3076
- 'w-9\\/24': {
3232
+ 'w-9/24': {
3077
3233
  width: string;
3078
3234
  };
3079
- 'w-10\\/24': {
3235
+ 'w-10/24': {
3080
3236
  width: string;
3081
3237
  };
3082
- 'w-11\\/24': {
3238
+ 'w-11/24': {
3083
3239
  width: string;
3084
3240
  };
3085
- 'w-12\\/24': {
3241
+ 'w-12/24': {
3086
3242
  width: string;
3087
3243
  };
3088
- 'w-13\\/24': {
3244
+ 'w-13/24': {
3089
3245
  width: string;
3090
3246
  };
3091
- 'w-14\\/24': {
3247
+ 'w-14/24': {
3092
3248
  width: string;
3093
3249
  };
3094
- 'w-15\\/24': {
3250
+ 'w-15/24': {
3095
3251
  width: string;
3096
3252
  };
3097
- 'w-16\\/24': {
3253
+ 'w-16/24': {
3098
3254
  width: string;
3099
3255
  };
3100
- 'w-17\\/24': {
3256
+ 'w-17/24': {
3101
3257
  width: string;
3102
3258
  };
3103
- 'w-18\\/24': {
3259
+ 'w-18/24': {
3104
3260
  width: string;
3105
3261
  };
3106
- 'w-19\\/24': {
3262
+ 'w-19/24': {
3107
3263
  width: string;
3108
3264
  };
3109
- 'w-20\\/24': {
3265
+ 'w-20/24': {
3110
3266
  width: string;
3111
3267
  };
3112
- 'w-21\\/24': {
3268
+ 'w-21/24': {
3113
3269
  width: string;
3114
3270
  };
3115
- 'w-22\\/24': {
3271
+ 'w-22/24': {
3116
3272
  width: string;
3117
3273
  };
3118
- 'w-23\\/24': {
3274
+ 'w-23/24': {
3119
3275
  width: string;
3120
3276
  };
3121
3277
  'w-full': {
@@ -4148,10 +4304,10 @@ declare const _default: {
4148
4304
  '-translate-x-full': {
4149
4305
  '-TransformTranslateX': string;
4150
4306
  };
4151
- '-translate-x-1\\/2': {
4307
+ '-translate-x-1/2': {
4152
4308
  '-TransformTranslateX': string;
4153
4309
  };
4154
- 'translate-x-1\\/2': {
4310
+ 'translate-x-1/2': {
4155
4311
  '-TransformTranslateX': string;
4156
4312
  };
4157
4313
  'translate-x-full': {
@@ -4289,10 +4445,10 @@ declare const _default: {
4289
4445
  '-translate-y-full': {
4290
4446
  '-TransformTranslateY': string;
4291
4447
  };
4292
- '-translate-y-1\\/2': {
4448
+ '-translate-y-1/2': {
4293
4449
  '-TransformTranslateY': string;
4294
4450
  };
4295
- 'translate-y-1\\/2': {
4451
+ 'translate-y-1/2': {
4296
4452
  '-TransformTranslateY': string;
4297
4453
  };
4298
4454
  '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,10 @@ 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'),
346
+ '-m-1.5': margin('-0.6rem'),
347
+ '-m-0.5': margin('-0.2rem'),
344
348
  'm-px': margin('1px'),
345
349
  '-m-1': margin('-0.4rem'),
346
350
  '-m-2': margin('-0.8rem'),
@@ -407,6 +411,14 @@ exports["default"] = {
407
411
  'mx-64': { marginLeft: '25.6rem', marginRight: '25.6rem' },
408
412
  'my-auto': { marginTop: 'auto', marginBottom: 'auto' },
409
413
  'mx-auto': { marginLeft: 'auto', marginRight: 'auto' },
414
+ 'my-1.5': { marginTop: '0.6rem', marginBottom: '0.6rem' },
415
+ 'mx-1.5': { marginLeft: '0.6rem', marginRight: '0.6rem' },
416
+ 'my-0.5': { marginTop: '0.2rem', marginBottom: '0.2rem' },
417
+ 'mx-0.5': { marginLeft: '0.2rem', marginRight: '0.2rem' },
418
+ '-my-1.5': { marginTop: '-0.6rem', marginBottom: '-0.6rem' },
419
+ '-mx-1.5': { marginLeft: '-0.6rem', marginRight: '-0.6rem' },
420
+ '-my-0.5': { marginTop: '-0.2rem', marginBottom: '-0.2rem' },
421
+ '-mx-0.5': { marginLeft: '-0.2rem', marginRight: '-0.2rem' },
410
422
  'my-px': { marginTop: '1px', marginBottom: '1px' },
411
423
  'mx-px': { marginLeft: '1px', marginRight: '1px' },
412
424
  '-my-1': { marginTop: '-0.4rem', marginBottom: '-0.4rem' },
@@ -539,6 +551,22 @@ exports["default"] = {
539
551
  'mr-auto': { marginRight: 'auto' },
540
552
  'mb-auto': { marginBottom: 'auto' },
541
553
  'ml-auto': { marginLeft: 'auto' },
554
+ 'mt-1.5': { marginTop: '0.6rem' },
555
+ 'mr-1.5': { marginRight: '0.6rem' },
556
+ 'mb-1.5': { marginBottom: '0.6rem' },
557
+ 'ml-1.5': { marginLeft: '0.6rem' },
558
+ 'mt-0.5': { marginTop: '0.2rem' },
559
+ 'mr-0.5': { marginRight: '0.2rem' },
560
+ 'mb-0.5': { marginBottom: '0.2rem' },
561
+ 'ml-0.5': { marginLeft: '0.2rem' },
562
+ '-mt-1.5': { marginTop: '-0.6rem' },
563
+ '-mr-1.5': { marginRight: '-0.6rem' },
564
+ '-mb-1.5': { marginBottom: '-0.6rem' },
565
+ '-ml-1.5': { marginLeft: '-0.6rem' },
566
+ '-mt-0.5': { marginTop: '-0.2rem' },
567
+ '-mr-0.5': { marginRight: '-0.2rem' },
568
+ '-mb-0.5': { marginBottom: '-0.2rem' },
569
+ '-ml-0.5': { marginLeft: '-0.2rem' },
542
570
  'mt-px': { marginTop: '1px' },
543
571
  'mr-px': { marginRight: '1px' },
544
572
  'mb-px': { marginBottom: '1px' },
@@ -722,6 +750,8 @@ exports["default"] = {
722
750
  'p-48': padding('19.2rem'),
723
751
  'p-56': padding('22.4rem'),
724
752
  'p-64': padding('25.6rem'),
753
+ 'p-1.5': padding('0.6rem'),
754
+ 'p-0.5': padding('0.2rem'),
725
755
  'p-px': padding('1px'),
726
756
  'py-0': { paddingTop: '0', paddingBottom: '0' },
727
757
  'px-0': { paddingLeft: '0', paddingRight: '0' },
@@ -765,6 +795,10 @@ exports["default"] = {
765
795
  'px-56': { paddingLeft: '22.4rem', paddingRight: '22.4rem' },
766
796
  'py-64': { paddingTop: '25.6rem', paddingBottom: '25.6rem' },
767
797
  'px-64': { paddingLeft: '25.6rem', paddingRight: '25.6rem' },
798
+ 'py-1.5': { paddingTop: '0.6rem', paddingBottom: '0.6rem' },
799
+ 'px-1.5': { paddingLeft: '0.6rem', paddingRight: '0.6rem' },
800
+ 'py-0.5': { paddingTop: '0.2rem', paddingBottom: '0.2rem' },
801
+ 'px-0.5': { paddingLeft: '0.2rem', paddingRight: '0.2rem' },
768
802
  'py-px': { paddingTop: '1px', paddingBottom: '1px' },
769
803
  'px-px': { paddingLeft: '1px', paddingRight: '1px' },
770
804
  'pt-0': { paddingTop: '0' },
@@ -851,6 +885,14 @@ exports["default"] = {
851
885
  'pr-64': { paddingRight: '25.6rem' },
852
886
  'pb-64': { paddingBottom: '25.6rem' },
853
887
  'pl-64': { paddingLeft: '25.6rem' },
888
+ 'pt-1.5': { paddingTop: '0.6rem' },
889
+ 'pr-1.5': { paddingRight: '0.6rem' },
890
+ 'pb-1.5': { paddingBottom: '0.6rem' },
891
+ 'pl-1.5': { paddingLeft: '0.6rem' },
892
+ 'pt-0.5': { paddingTop: '0.2rem' },
893
+ 'pr-0.5': { paddingRight: '0.2rem' },
894
+ 'pb-0.5': { paddingBottom: '0.2rem' },
895
+ 'pl-0.5': { paddingLeft: '0.2rem' },
854
896
  'pt-px': { paddingTop: '1px' },
855
897
  'pr-px': { paddingRight: '1px' },
856
898
  'pb-px': { paddingBottom: '1px' },
@@ -882,35 +924,35 @@ exports["default"] = {
882
924
  'w-64': { width: '25.6rem' },
883
925
  'w-auto': { width: 'auto' },
884
926
  '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%' },
927
+ 'w-1/2': { width: '50%' },
928
+ 'w-1/3': { width: '33.333333%' },
929
+ 'w-1/4': { width: '25%' },
930
+ 'w-2/3': { width: '66.666667%' },
931
+ 'w-2/4': { width: '50%' },
932
+ 'w-3/4': { width: '75%' },
933
+ 'w-1/24': { width: '4.166667%' },
934
+ 'w-2/24': { width: '8.333333%' },
935
+ 'w-3/24': { width: '12.5%' },
936
+ 'w-4/24': { width: '16.666667%' },
937
+ 'w-5/24': { width: '20.833333%' },
938
+ 'w-6/24': { width: '25%' },
939
+ 'w-7/24': { width: '29.166667%' },
940
+ 'w-8/24': { width: '33.333333%' },
941
+ 'w-9/24': { width: '37.5%' },
942
+ 'w-10/24': { width: '41.666667%' },
943
+ 'w-11/24': { width: '45.833333%' },
944
+ 'w-12/24': { width: '50%' },
945
+ 'w-13/24': { width: '54.166667%' },
946
+ 'w-14/24': { width: '58.333333%' },
947
+ 'w-15/24': { width: '62.5%' },
948
+ 'w-16/24': { width: '66.666667%' },
949
+ 'w-17/24': { width: '70.833333%' },
950
+ 'w-18/24': { width: '75%' },
951
+ 'w-19/24': { width: '79.166667%' },
952
+ 'w-20/24': { width: '83.333333%' },
953
+ 'w-21/24': { width: '87.5%' },
954
+ 'w-22/24': { width: '91.666667%' },
955
+ 'w-23/24': { width: '95.833333%' },
914
956
  'w-full': { width: '100%' },
915
957
  'z-0': { zIndex: '0' },
916
958
  'z-10': { zIndex: '10' },
@@ -1229,8 +1271,8 @@ exports["default"] = {
1229
1271
  '-translate-x-64': { '-TransformTranslateX': '-25.6rem' },
1230
1272
  '-translate-x-px': { '-TransformTranslateX': '-1px' },
1231
1273
  '-translate-x-full': { '-TransformTranslateX': '-100%' },
1232
- '-translate-x-1\\/2': { '-TransformTranslateX': '-50%' },
1233
- 'translate-x-1\\/2': { '-TransformTranslateX': '50%' },
1274
+ '-translate-x-1/2': { '-TransformTranslateX': '-50%' },
1275
+ 'translate-x-1/2': { '-TransformTranslateX': '50%' },
1234
1276
  'translate-x-full': { '-TransformTranslateX': '100%' },
1235
1277
  'translate-y-0': { '-TransformTranslateY': '0' },
1236
1278
  'translate-y-1': { '-TransformTranslateY': '0.4rem' },
@@ -1276,8 +1318,8 @@ exports["default"] = {
1276
1318
  '-translate-y-64': { '-TransformTranslateY': '-25.6rem' },
1277
1319
  '-translate-y-px': { '-TransformTranslateY': '-1px' },
1278
1320
  '-translate-y-full': { '-TransformTranslateY': '-100%' },
1279
- '-translate-y-1\\/2': { '-TransformTranslateY': '-50%' },
1280
- 'translate-y-1\\/2': { '-TransformTranslateY': '50%' },
1321
+ '-translate-y-1/2': { '-TransformTranslateY': '-50%' },
1322
+ 'translate-y-1/2': { '-TransformTranslateY': '50%' },
1281
1323
  'translate-y-full': { '-TransformTranslateY': '100%' },
1282
1324
  'skew-x-0': { '-TransformSkewX': '0' },
1283
1325
  'skew-x-3': { '-TransformSkewX': '3deg' },