@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.
@@ -1241,7 +1241,7 @@ declare const _default: {
1241
1241
  'h-px': {
1242
1242
  height: string;
1243
1243
  };
1244
- 'h-1\\/2': {
1244
+ 'h-1/2': {
1245
1245
  height: string;
1246
1246
  };
1247
1247
  'h-full': {
@@ -1503,6 +1503,18 @@ declare const _default: {
1503
1503
  marginLeft: any;
1504
1504
  marginRight: any;
1505
1505
  };
1506
+ 'm-1.5': {
1507
+ marginTop: any;
1508
+ marginBottom: any;
1509
+ marginLeft: any;
1510
+ marginRight: any;
1511
+ };
1512
+ 'm-0.5': {
1513
+ marginTop: any;
1514
+ marginBottom: any;
1515
+ marginLeft: any;
1516
+ marginRight: any;
1517
+ };
1506
1518
  'm-px': {
1507
1519
  marginTop: any;
1508
1520
  marginBottom: any;
@@ -1811,6 +1823,22 @@ declare const _default: {
1811
1823
  marginLeft: string;
1812
1824
  marginRight: string;
1813
1825
  };
1826
+ 'my-1.5': {
1827
+ marginTop: string;
1828
+ marginBottom: string;
1829
+ };
1830
+ 'mx-1.5': {
1831
+ marginLeft: string;
1832
+ marginRight: string;
1833
+ };
1834
+ 'my-0.5': {
1835
+ marginTop: string;
1836
+ marginBottom: string;
1837
+ };
1838
+ 'mx-0.5': {
1839
+ marginLeft: string;
1840
+ marginRight: string;
1841
+ };
1814
1842
  'my-px': {
1815
1843
  marginTop: string;
1816
1844
  marginBottom: string;
@@ -2251,6 +2279,30 @@ declare const _default: {
2251
2279
  'ml-auto': {
2252
2280
  marginLeft: string;
2253
2281
  };
2282
+ 'mt-1.5': {
2283
+ marginTop: string;
2284
+ };
2285
+ 'mr-1.5': {
2286
+ marginRight: string;
2287
+ };
2288
+ 'mb-1.5': {
2289
+ marginBottom: string;
2290
+ };
2291
+ 'ml-1.5': {
2292
+ marginLeft: string;
2293
+ };
2294
+ 'mt-0.5': {
2295
+ marginTop: string;
2296
+ };
2297
+ 'mr-0.5': {
2298
+ marginRight: string;
2299
+ };
2300
+ 'mb-0.5': {
2301
+ marginBottom: string;
2302
+ };
2303
+ 'ml-0.5': {
2304
+ marginLeft: string;
2305
+ };
2254
2306
  'mt-px': {
2255
2307
  marginTop: string;
2256
2308
  };
@@ -2863,6 +2915,18 @@ declare const _default: {
2863
2915
  paddingLeft: any;
2864
2916
  paddingRight: any;
2865
2917
  };
2918
+ 'p-1.5': {
2919
+ paddingTop: any;
2920
+ paddingBottom: any;
2921
+ paddingLeft: any;
2922
+ paddingRight: any;
2923
+ };
2924
+ 'p-0.5': {
2925
+ paddingTop: any;
2926
+ paddingBottom: any;
2927
+ paddingLeft: any;
2928
+ paddingRight: any;
2929
+ };
2866
2930
  'p-px': {
2867
2931
  paddingTop: any;
2868
2932
  paddingBottom: any;
@@ -3037,6 +3101,22 @@ declare const _default: {
3037
3101
  paddingLeft: string;
3038
3102
  paddingRight: string;
3039
3103
  };
3104
+ 'py-1.5': {
3105
+ paddingTop: string;
3106
+ paddingBottom: string;
3107
+ };
3108
+ 'px-1.5': {
3109
+ paddingLeft: string;
3110
+ paddingRight: string;
3111
+ };
3112
+ 'py-0.5': {
3113
+ paddingTop: string;
3114
+ paddingBottom: string;
3115
+ };
3116
+ 'px-0.5': {
3117
+ paddingLeft: string;
3118
+ paddingRight: string;
3119
+ };
3040
3120
  'py-px': {
3041
3121
  paddingTop: string;
3042
3122
  paddingBottom: string;
@@ -3297,6 +3377,30 @@ declare const _default: {
3297
3377
  'pl-64': {
3298
3378
  paddingLeft: string;
3299
3379
  };
3380
+ 'pt-1.5': {
3381
+ paddingTop: string;
3382
+ };
3383
+ 'pr-1.5': {
3384
+ paddingRight: string;
3385
+ };
3386
+ 'pb-1.5': {
3387
+ paddingBottom: string;
3388
+ };
3389
+ 'pl-1.5': {
3390
+ paddingLeft: string;
3391
+ };
3392
+ 'pt-0.5': {
3393
+ paddingTop: string;
3394
+ };
3395
+ 'pr-0.5': {
3396
+ paddingRight: string;
3397
+ };
3398
+ 'pb-0.5': {
3399
+ paddingBottom: string;
3400
+ };
3401
+ 'pl-0.5': {
3402
+ paddingLeft: string;
3403
+ };
3300
3404
  'pt-px': {
3301
3405
  paddingTop: string;
3302
3406
  };
@@ -3390,91 +3494,91 @@ declare const _default: {
3390
3494
  'w-px': {
3391
3495
  width: string;
3392
3496
  };
3393
- 'w-1\\/2': {
3497
+ 'w-1/2': {
3394
3498
  width: string;
3395
3499
  };
3396
- 'w-1\\/3': {
3500
+ 'w-1/3': {
3397
3501
  width: string;
3398
3502
  };
3399
- 'w-1\\/4': {
3503
+ 'w-1/4': {
3400
3504
  width: string;
3401
3505
  };
3402
- 'w-2\\/3': {
3506
+ 'w-2/3': {
3403
3507
  width: string;
3404
3508
  };
3405
- 'w-2\\/4': {
3509
+ 'w-2/4': {
3406
3510
  width: string;
3407
3511
  };
3408
- 'w-3\\/4': {
3512
+ 'w-3/4': {
3409
3513
  width: string;
3410
3514
  };
3411
- 'w-1\\/24': {
3515
+ 'w-1/24': {
3412
3516
  width: string;
3413
3517
  };
3414
- 'w-2\\/24': {
3518
+ 'w-2/24': {
3415
3519
  width: string;
3416
3520
  };
3417
- 'w-3\\/24': {
3521
+ 'w-3/24': {
3418
3522
  width: string;
3419
3523
  };
3420
- 'w-4\\/24': {
3524
+ 'w-4/24': {
3421
3525
  width: string;
3422
3526
  };
3423
- 'w-5\\/24': {
3527
+ 'w-5/24': {
3424
3528
  width: string;
3425
3529
  };
3426
- 'w-6\\/24': {
3530
+ 'w-6/24': {
3427
3531
  width: string;
3428
3532
  };
3429
- 'w-7\\/24': {
3533
+ 'w-7/24': {
3430
3534
  width: string;
3431
3535
  };
3432
- 'w-8\\/24': {
3536
+ 'w-8/24': {
3433
3537
  width: string;
3434
3538
  };
3435
- 'w-9\\/24': {
3539
+ 'w-9/24': {
3436
3540
  width: string;
3437
3541
  };
3438
- 'w-10\\/24': {
3542
+ 'w-10/24': {
3439
3543
  width: string;
3440
3544
  };
3441
- 'w-11\\/24': {
3545
+ 'w-11/24': {
3442
3546
  width: string;
3443
3547
  };
3444
- 'w-12\\/24': {
3548
+ 'w-12/24': {
3445
3549
  width: string;
3446
3550
  };
3447
- 'w-13\\/24': {
3551
+ 'w-13/24': {
3448
3552
  width: string;
3449
3553
  };
3450
- 'w-14\\/24': {
3554
+ 'w-14/24': {
3451
3555
  width: string;
3452
3556
  };
3453
- 'w-15\\/24': {
3557
+ 'w-15/24': {
3454
3558
  width: string;
3455
3559
  };
3456
- 'w-16\\/24': {
3560
+ 'w-16/24': {
3457
3561
  width: string;
3458
3562
  };
3459
- 'w-17\\/24': {
3563
+ 'w-17/24': {
3460
3564
  width: string;
3461
3565
  };
3462
- 'w-18\\/24': {
3566
+ 'w-18/24': {
3463
3567
  width: string;
3464
3568
  };
3465
- 'w-19\\/24': {
3569
+ 'w-19/24': {
3466
3570
  width: string;
3467
3571
  };
3468
- 'w-20\\/24': {
3572
+ 'w-20/24': {
3469
3573
  width: string;
3470
3574
  };
3471
- 'w-21\\/24': {
3575
+ 'w-21/24': {
3472
3576
  width: string;
3473
3577
  };
3474
- 'w-22\\/24': {
3578
+ 'w-22/24': {
3475
3579
  width: string;
3476
3580
  };
3477
- 'w-23\\/24': {
3581
+ 'w-23/24': {
3478
3582
  width: string;
3479
3583
  };
3480
3584
  'w-full': {
@@ -4507,10 +4611,10 @@ declare const _default: {
4507
4611
  '-translate-x-full': {
4508
4612
  '-TransformTranslateX': string;
4509
4613
  };
4510
- '-translate-x-1\\/2': {
4614
+ '-translate-x-1/2': {
4511
4615
  '-TransformTranslateX': string;
4512
4616
  };
4513
- 'translate-x-1\\/2': {
4617
+ 'translate-x-1/2': {
4514
4618
  '-TransformTranslateX': string;
4515
4619
  };
4516
4620
  'translate-x-full': {
@@ -4648,10 +4752,10 @@ declare const _default: {
4648
4752
  '-translate-y-full': {
4649
4753
  '-TransformTranslateY': string;
4650
4754
  };
4651
- '-translate-y-1\\/2': {
4755
+ '-translate-y-1/2': {
4652
4756
  '-TransformTranslateY': string;
4653
4757
  };
4654
- 'translate-y-1\\/2': {
4758
+ 'translate-y-1/2': {
4655
4759
  '-TransformTranslateY': string;
4656
4760
  };
4657
4761
  'translate-y-full': {
@@ -528,6 +528,7 @@ declare const _default: {
528
528
  10: string;
529
529
  11: string;
530
530
  12: string;
531
+ 15: string;
531
532
  16: string;
532
533
  20: string;
533
534
  24: string;
@@ -537,6 +538,7 @@ declare const _default: {
537
538
  56: string;
538
539
  64: string;
539
540
  auto: string;
541
+ '05': string;
540
542
  px: string;
541
543
  '-1': string;
542
544
  '-2': string;
@@ -623,6 +625,7 @@ declare const _default: {
623
625
  10: string;
624
626
  11: string;
625
627
  12: string;
628
+ 15: string;
626
629
  16: string;
627
630
  20: string;
628
631
  24: string;
@@ -631,6 +634,7 @@ declare const _default: {
631
634
  48: string;
632
635
  56: string;
633
636
  64: string;
637
+ '05': string;
634
638
  px: string;
635
639
  };
636
640
  stroke: {
@@ -2021,7 +2025,7 @@ declare const _default: {
2021
2025
  'h-px': {
2022
2026
  height: string;
2023
2027
  };
2024
- 'h-1\\/2': {
2028
+ 'h-1/2': {
2025
2029
  height: string;
2026
2030
  };
2027
2031
  'h-full': {
@@ -2283,6 +2287,18 @@ declare const _default: {
2283
2287
  marginLeft: any;
2284
2288
  marginRight: any;
2285
2289
  };
2290
+ 'm-1.5': {
2291
+ marginTop: any;
2292
+ marginBottom: any;
2293
+ marginLeft: any;
2294
+ marginRight: any;
2295
+ };
2296
+ 'm-0.5': {
2297
+ marginTop: any;
2298
+ marginBottom: any;
2299
+ marginLeft: any;
2300
+ marginRight: any;
2301
+ };
2286
2302
  'm-px': {
2287
2303
  marginTop: any;
2288
2304
  marginBottom: any;
@@ -2591,6 +2607,22 @@ declare const _default: {
2591
2607
  marginLeft: string;
2592
2608
  marginRight: string;
2593
2609
  };
2610
+ 'my-1.5': {
2611
+ marginTop: string;
2612
+ marginBottom: string;
2613
+ };
2614
+ 'mx-1.5': {
2615
+ marginLeft: string;
2616
+ marginRight: string;
2617
+ };
2618
+ 'my-0.5': {
2619
+ marginTop: string;
2620
+ marginBottom: string;
2621
+ };
2622
+ 'mx-0.5': {
2623
+ marginLeft: string;
2624
+ marginRight: string;
2625
+ };
2594
2626
  'my-px': {
2595
2627
  marginTop: string;
2596
2628
  marginBottom: string;
@@ -3031,6 +3063,30 @@ declare const _default: {
3031
3063
  'ml-auto': {
3032
3064
  marginLeft: string;
3033
3065
  };
3066
+ 'mt-1.5': {
3067
+ marginTop: string;
3068
+ };
3069
+ 'mr-1.5': {
3070
+ marginRight: string;
3071
+ };
3072
+ 'mb-1.5': {
3073
+ marginBottom: string;
3074
+ };
3075
+ 'ml-1.5': {
3076
+ marginLeft: string;
3077
+ };
3078
+ 'mt-0.5': {
3079
+ marginTop: string;
3080
+ };
3081
+ 'mr-0.5': {
3082
+ marginRight: string;
3083
+ };
3084
+ 'mb-0.5': {
3085
+ marginBottom: string;
3086
+ };
3087
+ 'ml-0.5': {
3088
+ marginLeft: string;
3089
+ };
3034
3090
  'mt-px': {
3035
3091
  marginTop: string;
3036
3092
  };
@@ -3643,6 +3699,18 @@ declare const _default: {
3643
3699
  paddingLeft: any;
3644
3700
  paddingRight: any;
3645
3701
  };
3702
+ 'p-1.5': {
3703
+ paddingTop: any;
3704
+ paddingBottom: any;
3705
+ paddingLeft: any;
3706
+ paddingRight: any;
3707
+ };
3708
+ 'p-0.5': {
3709
+ paddingTop: any;
3710
+ paddingBottom: any;
3711
+ paddingLeft: any;
3712
+ paddingRight: any;
3713
+ };
3646
3714
  'p-px': {
3647
3715
  paddingTop: any;
3648
3716
  paddingBottom: any;
@@ -3817,6 +3885,22 @@ declare const _default: {
3817
3885
  paddingLeft: string;
3818
3886
  paddingRight: string;
3819
3887
  };
3888
+ 'py-1.5': {
3889
+ paddingTop: string;
3890
+ paddingBottom: string;
3891
+ };
3892
+ 'px-1.5': {
3893
+ paddingLeft: string;
3894
+ paddingRight: string;
3895
+ };
3896
+ 'py-0.5': {
3897
+ paddingTop: string;
3898
+ paddingBottom: string;
3899
+ };
3900
+ 'px-0.5': {
3901
+ paddingLeft: string;
3902
+ paddingRight: string;
3903
+ };
3820
3904
  'py-px': {
3821
3905
  paddingTop: string;
3822
3906
  paddingBottom: string;
@@ -4077,6 +4161,30 @@ declare const _default: {
4077
4161
  'pl-64': {
4078
4162
  paddingLeft: string;
4079
4163
  };
4164
+ 'pt-1.5': {
4165
+ paddingTop: string;
4166
+ };
4167
+ 'pr-1.5': {
4168
+ paddingRight: string;
4169
+ };
4170
+ 'pb-1.5': {
4171
+ paddingBottom: string;
4172
+ };
4173
+ 'pl-1.5': {
4174
+ paddingLeft: string;
4175
+ };
4176
+ 'pt-0.5': {
4177
+ paddingTop: string;
4178
+ };
4179
+ 'pr-0.5': {
4180
+ paddingRight: string;
4181
+ };
4182
+ 'pb-0.5': {
4183
+ paddingBottom: string;
4184
+ };
4185
+ 'pl-0.5': {
4186
+ paddingLeft: string;
4187
+ };
4080
4188
  'pt-px': {
4081
4189
  paddingTop: string;
4082
4190
  };
@@ -4170,91 +4278,91 @@ declare const _default: {
4170
4278
  'w-px': {
4171
4279
  width: string;
4172
4280
  };
4173
- 'w-1\\/2': {
4281
+ 'w-1/2': {
4174
4282
  width: string;
4175
4283
  };
4176
- 'w-1\\/3': {
4284
+ 'w-1/3': {
4177
4285
  width: string;
4178
4286
  };
4179
- 'w-1\\/4': {
4287
+ 'w-1/4': {
4180
4288
  width: string;
4181
4289
  };
4182
- 'w-2\\/3': {
4290
+ 'w-2/3': {
4183
4291
  width: string;
4184
4292
  };
4185
- 'w-2\\/4': {
4293
+ 'w-2/4': {
4186
4294
  width: string;
4187
4295
  };
4188
- 'w-3\\/4': {
4296
+ 'w-3/4': {
4189
4297
  width: string;
4190
4298
  };
4191
- 'w-1\\/24': {
4299
+ 'w-1/24': {
4192
4300
  width: string;
4193
4301
  };
4194
- 'w-2\\/24': {
4302
+ 'w-2/24': {
4195
4303
  width: string;
4196
4304
  };
4197
- 'w-3\\/24': {
4305
+ 'w-3/24': {
4198
4306
  width: string;
4199
4307
  };
4200
- 'w-4\\/24': {
4308
+ 'w-4/24': {
4201
4309
  width: string;
4202
4310
  };
4203
- 'w-5\\/24': {
4311
+ 'w-5/24': {
4204
4312
  width: string;
4205
4313
  };
4206
- 'w-6\\/24': {
4314
+ 'w-6/24': {
4207
4315
  width: string;
4208
4316
  };
4209
- 'w-7\\/24': {
4317
+ 'w-7/24': {
4210
4318
  width: string;
4211
4319
  };
4212
- 'w-8\\/24': {
4320
+ 'w-8/24': {
4213
4321
  width: string;
4214
4322
  };
4215
- 'w-9\\/24': {
4323
+ 'w-9/24': {
4216
4324
  width: string;
4217
4325
  };
4218
- 'w-10\\/24': {
4326
+ 'w-10/24': {
4219
4327
  width: string;
4220
4328
  };
4221
- 'w-11\\/24': {
4329
+ 'w-11/24': {
4222
4330
  width: string;
4223
4331
  };
4224
- 'w-12\\/24': {
4332
+ 'w-12/24': {
4225
4333
  width: string;
4226
4334
  };
4227
- 'w-13\\/24': {
4335
+ 'w-13/24': {
4228
4336
  width: string;
4229
4337
  };
4230
- 'w-14\\/24': {
4338
+ 'w-14/24': {
4231
4339
  width: string;
4232
4340
  };
4233
- 'w-15\\/24': {
4341
+ 'w-15/24': {
4234
4342
  width: string;
4235
4343
  };
4236
- 'w-16\\/24': {
4344
+ 'w-16/24': {
4237
4345
  width: string;
4238
4346
  };
4239
- 'w-17\\/24': {
4347
+ 'w-17/24': {
4240
4348
  width: string;
4241
4349
  };
4242
- 'w-18\\/24': {
4350
+ 'w-18/24': {
4243
4351
  width: string;
4244
4352
  };
4245
- 'w-19\\/24': {
4353
+ 'w-19/24': {
4246
4354
  width: string;
4247
4355
  };
4248
- 'w-20\\/24': {
4356
+ 'w-20/24': {
4249
4357
  width: string;
4250
4358
  };
4251
- 'w-21\\/24': {
4359
+ 'w-21/24': {
4252
4360
  width: string;
4253
4361
  };
4254
- 'w-22\\/24': {
4362
+ 'w-22/24': {
4255
4363
  width: string;
4256
4364
  };
4257
- 'w-23\\/24': {
4365
+ 'w-23/24': {
4258
4366
  width: string;
4259
4367
  };
4260
4368
  'w-full': {
@@ -5287,10 +5395,10 @@ declare const _default: {
5287
5395
  '-translate-x-full': {
5288
5396
  '-TransformTranslateX': string;
5289
5397
  };
5290
- '-translate-x-1\\/2': {
5398
+ '-translate-x-1/2': {
5291
5399
  '-TransformTranslateX': string;
5292
5400
  };
5293
- 'translate-x-1\\/2': {
5401
+ 'translate-x-1/2': {
5294
5402
  '-TransformTranslateX': string;
5295
5403
  };
5296
5404
  'translate-x-full': {
@@ -5428,10 +5536,10 @@ declare const _default: {
5428
5536
  '-translate-y-full': {
5429
5537
  '-TransformTranslateY': string;
5430
5538
  };
5431
- '-translate-y-1\\/2': {
5539
+ '-translate-y-1/2': {
5432
5540
  '-TransformTranslateY': string;
5433
5541
  };
5434
- 'translate-y-1\\/2': {
5542
+ 'translate-y-1/2': {
5435
5543
  '-TransformTranslateY': string;
5436
5544
  };
5437
5545
  'translate-y-full': {
@@ -527,6 +527,7 @@ declare const _default: {
527
527
  10: string;
528
528
  11: string;
529
529
  12: string;
530
+ 15: string;
530
531
  16: string;
531
532
  20: string;
532
533
  24: string;
@@ -536,6 +537,7 @@ declare const _default: {
536
537
  56: string;
537
538
  64: string;
538
539
  auto: string;
540
+ '05': string;
539
541
  px: string;
540
542
  '-1': string;
541
543
  '-2': string;
@@ -622,6 +624,7 @@ declare const _default: {
622
624
  10: string;
623
625
  11: string;
624
626
  12: string;
627
+ 15: string;
625
628
  16: string;
626
629
  20: string;
627
630
  24: string;
@@ -630,6 +633,7 @@ declare const _default: {
630
633
  48: string;
631
634
  56: string;
632
635
  64: string;
636
+ '05': string;
633
637
  px: string;
634
638
  };
635
639
  stroke: {
@@ -42,7 +42,7 @@ var theme = {
42
42
  button: {
43
43
  borderRadius: '4px',
44
44
  variantSecondary: {
45
- color: 'var(--spr-text-02, #646470)',
45
+ color: 'var(--spr-text-02, #434350)',
46
46
  hoverBackgroundColor: 'var(--spr-ui-hover, rgba(8, 40, 204, 0.05))',
47
47
  activeBackgroundColor: 'var(--spr-ui-focus, rgba(8, 40, 204, 0.07))'
48
48
  },
@@ -254,7 +254,7 @@ var theme = {
254
254
  iconError: 'var(--spr-icon-error, #FF6060)',
255
255
  link: 'var(--spr-link, #0828CC)',
256
256
  text01: 'var(--spr-text-01, #0A0A14)',
257
- text02: 'var(--spr-text-02, #646470)',
257
+ text02: 'var(--spr-text-02, #434350)',
258
258
  text03: 'var(--spr-text-03, #646470)',
259
259
  text04: 'var(--spr-text-04, #0828CC)',
260
260
  text05: 'var(--spr-text-05, #FFFFFF)',