@yahoo/uds-mobile 2.6.0 → 2.7.1
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/bin/generateTheme.mjs +14 -0
- package/dist/bin/mobile/scripts/utils/configToRNMappings.mjs +6 -1
- package/dist/components/Banner/Banner.cjs +2 -2
- package/dist/components/Banner/Banner.js +2 -2
- package/dist/components/Banner/Banner.js.map +1 -1
- package/dist/components/IconButton.cjs +6 -3
- package/dist/components/IconButton.d.cts +3 -0
- package/dist/components/IconButton.d.cts.map +1 -1
- package/dist/components/IconButton.d.ts +3 -0
- package/dist/components/IconButton.d.ts.map +1 -1
- package/dist/components/IconButton.js +6 -3
- package/dist/components/IconButton.js.map +1 -1
- package/dist/types/dist/index.d.cts.map +1 -1
- package/dist/types/dist/index.d.ts.map +1 -1
- package/generated/styles.cjs +170 -0
- package/generated/styles.d.ts +96 -2
- package/generated/styles.mjs +170 -0
- package/generated/unistyles.d.ts +210 -0
- package/package.json +1 -1
package/generated/unistyles.d.ts
CHANGED
|
@@ -410,6 +410,7 @@ interface ComponentTheme {
|
|
|
410
410
|
};
|
|
411
411
|
'banner/size/default/root/rest': {
|
|
412
412
|
borderRadius: number;
|
|
413
|
+
boxShadow: string;
|
|
413
414
|
gap: number;
|
|
414
415
|
paddingHorizontal: number;
|
|
415
416
|
paddingVertical: number;
|
|
@@ -420,6 +421,9 @@ interface ComponentTheme {
|
|
|
420
421
|
letterSpacing: number;
|
|
421
422
|
lineHeight: number;
|
|
422
423
|
};
|
|
424
|
+
'banner/variant/alert-secondary/description/rest': {
|
|
425
|
+
color: string;
|
|
426
|
+
};
|
|
423
427
|
'banner/variant/alert-secondary/icon/rest': {
|
|
424
428
|
color: string;
|
|
425
429
|
};
|
|
@@ -428,6 +432,12 @@ interface ComponentTheme {
|
|
|
428
432
|
borderColor: string;
|
|
429
433
|
borderWidth: number;
|
|
430
434
|
};
|
|
435
|
+
'banner/variant/alert-secondary/title/rest': {
|
|
436
|
+
color: string;
|
|
437
|
+
};
|
|
438
|
+
'banner/variant/alert/description/rest': {
|
|
439
|
+
color: string;
|
|
440
|
+
};
|
|
431
441
|
'banner/variant/alert/icon/rest': {
|
|
432
442
|
color: string;
|
|
433
443
|
};
|
|
@@ -436,6 +446,12 @@ interface ComponentTheme {
|
|
|
436
446
|
borderColor: string;
|
|
437
447
|
borderWidth: number;
|
|
438
448
|
};
|
|
449
|
+
'banner/variant/alert/title/rest': {
|
|
450
|
+
color: string;
|
|
451
|
+
};
|
|
452
|
+
'banner/variant/brand-secondary/description/rest': {
|
|
453
|
+
color: string;
|
|
454
|
+
};
|
|
439
455
|
'banner/variant/brand-secondary/icon/rest': {
|
|
440
456
|
color: string;
|
|
441
457
|
};
|
|
@@ -444,6 +460,12 @@ interface ComponentTheme {
|
|
|
444
460
|
borderColor: string;
|
|
445
461
|
borderWidth: number;
|
|
446
462
|
};
|
|
463
|
+
'banner/variant/brand-secondary/title/rest': {
|
|
464
|
+
color: string;
|
|
465
|
+
};
|
|
466
|
+
'banner/variant/brand/description/rest': {
|
|
467
|
+
color: string;
|
|
468
|
+
};
|
|
447
469
|
'banner/variant/brand/icon/rest': {
|
|
448
470
|
color: string;
|
|
449
471
|
};
|
|
@@ -452,6 +474,12 @@ interface ComponentTheme {
|
|
|
452
474
|
borderColor: string;
|
|
453
475
|
borderWidth: number;
|
|
454
476
|
};
|
|
477
|
+
'banner/variant/brand/title/rest': {
|
|
478
|
+
color: string;
|
|
479
|
+
};
|
|
480
|
+
'banner/variant/info-secondary/description/rest': {
|
|
481
|
+
color: string;
|
|
482
|
+
};
|
|
455
483
|
'banner/variant/info-secondary/icon/rest': {
|
|
456
484
|
color: string;
|
|
457
485
|
};
|
|
@@ -460,6 +488,12 @@ interface ComponentTheme {
|
|
|
460
488
|
borderColor: string;
|
|
461
489
|
borderWidth: number;
|
|
462
490
|
};
|
|
491
|
+
'banner/variant/info-secondary/title/rest': {
|
|
492
|
+
color: string;
|
|
493
|
+
};
|
|
494
|
+
'banner/variant/info/description/rest': {
|
|
495
|
+
color: string;
|
|
496
|
+
};
|
|
463
497
|
'banner/variant/info/icon/rest': {
|
|
464
498
|
color: string;
|
|
465
499
|
};
|
|
@@ -468,6 +502,12 @@ interface ComponentTheme {
|
|
|
468
502
|
borderColor: string;
|
|
469
503
|
borderWidth: number;
|
|
470
504
|
};
|
|
505
|
+
'banner/variant/info/title/rest': {
|
|
506
|
+
color: string;
|
|
507
|
+
};
|
|
508
|
+
'banner/variant/primary/description/rest': {
|
|
509
|
+
color: string;
|
|
510
|
+
};
|
|
471
511
|
'banner/variant/primary/icon/rest': {
|
|
472
512
|
color: string;
|
|
473
513
|
};
|
|
@@ -476,6 +516,12 @@ interface ComponentTheme {
|
|
|
476
516
|
borderColor: string;
|
|
477
517
|
borderWidth: number;
|
|
478
518
|
};
|
|
519
|
+
'banner/variant/primary/title/rest': {
|
|
520
|
+
color: string;
|
|
521
|
+
};
|
|
522
|
+
'banner/variant/secondary/description/rest': {
|
|
523
|
+
color: string;
|
|
524
|
+
};
|
|
479
525
|
'banner/variant/secondary/icon/rest': {
|
|
480
526
|
color: string;
|
|
481
527
|
};
|
|
@@ -484,6 +530,12 @@ interface ComponentTheme {
|
|
|
484
530
|
borderColor: string;
|
|
485
531
|
borderWidth: number;
|
|
486
532
|
};
|
|
533
|
+
'banner/variant/secondary/title/rest': {
|
|
534
|
+
color: string;
|
|
535
|
+
};
|
|
536
|
+
'banner/variant/success-secondary/description/rest': {
|
|
537
|
+
color: string;
|
|
538
|
+
};
|
|
487
539
|
'banner/variant/success-secondary/icon/rest': {
|
|
488
540
|
color: string;
|
|
489
541
|
};
|
|
@@ -492,6 +544,12 @@ interface ComponentTheme {
|
|
|
492
544
|
borderColor: string;
|
|
493
545
|
borderWidth: number;
|
|
494
546
|
};
|
|
547
|
+
'banner/variant/success-secondary/title/rest': {
|
|
548
|
+
color: string;
|
|
549
|
+
};
|
|
550
|
+
'banner/variant/success/description/rest': {
|
|
551
|
+
color: string;
|
|
552
|
+
};
|
|
495
553
|
'banner/variant/success/icon/rest': {
|
|
496
554
|
color: string;
|
|
497
555
|
};
|
|
@@ -500,6 +558,12 @@ interface ComponentTheme {
|
|
|
500
558
|
borderColor: string;
|
|
501
559
|
borderWidth: number;
|
|
502
560
|
};
|
|
561
|
+
'banner/variant/success/title/rest': {
|
|
562
|
+
color: string;
|
|
563
|
+
};
|
|
564
|
+
'banner/variant/warning-secondary/description/rest': {
|
|
565
|
+
color: string;
|
|
566
|
+
};
|
|
503
567
|
'banner/variant/warning-secondary/icon/rest': {
|
|
504
568
|
color: string;
|
|
505
569
|
};
|
|
@@ -508,6 +572,12 @@ interface ComponentTheme {
|
|
|
508
572
|
borderColor: string;
|
|
509
573
|
borderWidth: number;
|
|
510
574
|
};
|
|
575
|
+
'banner/variant/warning-secondary/title/rest': {
|
|
576
|
+
color: string;
|
|
577
|
+
};
|
|
578
|
+
'banner/variant/warning/description/rest': {
|
|
579
|
+
color: string;
|
|
580
|
+
};
|
|
511
581
|
'banner/variant/warning/icon/rest': {
|
|
512
582
|
color: string;
|
|
513
583
|
};
|
|
@@ -516,6 +586,9 @@ interface ComponentTheme {
|
|
|
516
586
|
borderColor: string;
|
|
517
587
|
borderWidth: number;
|
|
518
588
|
};
|
|
589
|
+
'banner/variant/warning/title/rest': {
|
|
590
|
+
color: string;
|
|
591
|
+
};
|
|
519
592
|
'bottomSheet/variant/default/handleIndicator/rest': {
|
|
520
593
|
backgroundColor: string;
|
|
521
594
|
};
|
|
@@ -527,6 +600,8 @@ interface ComponentTheme {
|
|
|
527
600
|
lineHeight: number;
|
|
528
601
|
};
|
|
529
602
|
'bottomSheet/variant/default/root/rest': {
|
|
603
|
+
backgroundBlurColor: string;
|
|
604
|
+
backgroundBlurRadius: number;
|
|
530
605
|
backgroundColor: string;
|
|
531
606
|
borderColor: string;
|
|
532
607
|
borderRadius: number;
|
|
@@ -3791,6 +3866,8 @@ interface ComponentTheme {
|
|
|
3791
3866
|
paddingVertical: number;
|
|
3792
3867
|
};
|
|
3793
3868
|
'menuContent/variant/default/root/rest': {
|
|
3869
|
+
backgroundBlurColor: string;
|
|
3870
|
+
backgroundBlurRadius: number;
|
|
3794
3871
|
backgroundColor: string;
|
|
3795
3872
|
borderColor: string;
|
|
3796
3873
|
};
|
|
@@ -4178,6 +4255,139 @@ interface ComponentTheme {
|
|
|
4178
4255
|
backgroundColor: string;
|
|
4179
4256
|
borderColor: string;
|
|
4180
4257
|
};
|
|
4258
|
+
'tab/size/default/icon/rest': {
|
|
4259
|
+
fontSize: number;
|
|
4260
|
+
iconSizeToken: string;
|
|
4261
|
+
lineHeight: number;
|
|
4262
|
+
};
|
|
4263
|
+
'tab/size/default/root/rest': {
|
|
4264
|
+
gap: number;
|
|
4265
|
+
paddingHorizontal: number;
|
|
4266
|
+
paddingVertical: number;
|
|
4267
|
+
};
|
|
4268
|
+
'tab/size/default/rootText/rest': {
|
|
4269
|
+
fontFamily: string;
|
|
4270
|
+
fontSize: number;
|
|
4271
|
+
letterSpacing: number;
|
|
4272
|
+
lineHeight: number;
|
|
4273
|
+
};
|
|
4274
|
+
'tab/variant/primary/active/off/icon/pressed': {
|
|
4275
|
+
color: string;
|
|
4276
|
+
};
|
|
4277
|
+
'tab/variant/primary/active/off/icon/rest': {
|
|
4278
|
+
color: string;
|
|
4279
|
+
};
|
|
4280
|
+
'tab/variant/primary/active/off/root/pressed': {
|
|
4281
|
+
backgroundColor: string;
|
|
4282
|
+
borderColor: string;
|
|
4283
|
+
borderRadius: number;
|
|
4284
|
+
borderWidth: number;
|
|
4285
|
+
};
|
|
4286
|
+
'tab/variant/primary/active/off/root/rest': {
|
|
4287
|
+
backgroundColor: string;
|
|
4288
|
+
borderColor: string;
|
|
4289
|
+
borderRadius: number;
|
|
4290
|
+
borderWidth: number;
|
|
4291
|
+
};
|
|
4292
|
+
'tab/variant/primary/active/off/rootText/pressed': {
|
|
4293
|
+
color: string;
|
|
4294
|
+
};
|
|
4295
|
+
'tab/variant/primary/active/off/rootText/rest': {
|
|
4296
|
+
color: string;
|
|
4297
|
+
};
|
|
4298
|
+
'tab/variant/primary/active/on/icon/pressed': {
|
|
4299
|
+
color: string;
|
|
4300
|
+
};
|
|
4301
|
+
'tab/variant/primary/active/on/icon/rest': {
|
|
4302
|
+
color: string;
|
|
4303
|
+
};
|
|
4304
|
+
'tab/variant/primary/active/on/root/pressed': {
|
|
4305
|
+
backgroundColor: string;
|
|
4306
|
+
borderColor: string;
|
|
4307
|
+
borderRadius: number;
|
|
4308
|
+
borderWidth: number;
|
|
4309
|
+
};
|
|
4310
|
+
'tab/variant/primary/active/on/root/rest': {
|
|
4311
|
+
backgroundColor: string;
|
|
4312
|
+
borderColor: string;
|
|
4313
|
+
borderRadius: number;
|
|
4314
|
+
borderWidth: number;
|
|
4315
|
+
};
|
|
4316
|
+
'tab/variant/primary/active/on/rootText/pressed': {
|
|
4317
|
+
color: string;
|
|
4318
|
+
};
|
|
4319
|
+
'tab/variant/primary/active/on/rootText/rest': {
|
|
4320
|
+
color: string;
|
|
4321
|
+
};
|
|
4322
|
+
'tab/variant/secondary/active/off/icon/pressed': {
|
|
4323
|
+
color: string;
|
|
4324
|
+
};
|
|
4325
|
+
'tab/variant/secondary/active/off/icon/rest': {
|
|
4326
|
+
color: string;
|
|
4327
|
+
};
|
|
4328
|
+
'tab/variant/secondary/active/off/root/pressed': {
|
|
4329
|
+
backgroundColor: string;
|
|
4330
|
+
borderColor: string;
|
|
4331
|
+
borderRadius: number;
|
|
4332
|
+
borderWidth: number;
|
|
4333
|
+
};
|
|
4334
|
+
'tab/variant/secondary/active/off/root/rest': {
|
|
4335
|
+
backgroundColor: string;
|
|
4336
|
+
borderColor: string;
|
|
4337
|
+
borderRadius: number;
|
|
4338
|
+
borderWidth: number;
|
|
4339
|
+
};
|
|
4340
|
+
'tab/variant/secondary/active/off/rootText/pressed': {
|
|
4341
|
+
color: string;
|
|
4342
|
+
};
|
|
4343
|
+
'tab/variant/secondary/active/off/rootText/rest': {
|
|
4344
|
+
color: string;
|
|
4345
|
+
};
|
|
4346
|
+
'tab/variant/secondary/active/on/icon/pressed': {
|
|
4347
|
+
color: string;
|
|
4348
|
+
};
|
|
4349
|
+
'tab/variant/secondary/active/on/icon/rest': {
|
|
4350
|
+
color: string;
|
|
4351
|
+
};
|
|
4352
|
+
'tab/variant/secondary/active/on/root/pressed': {
|
|
4353
|
+
backgroundColor: string;
|
|
4354
|
+
borderColor: string;
|
|
4355
|
+
borderRadius: number;
|
|
4356
|
+
borderWidth: number;
|
|
4357
|
+
boxShadow: string;
|
|
4358
|
+
};
|
|
4359
|
+
'tab/variant/secondary/active/on/root/rest': {
|
|
4360
|
+
backgroundColor: string;
|
|
4361
|
+
borderColor: string;
|
|
4362
|
+
borderRadius: number;
|
|
4363
|
+
borderWidth: number;
|
|
4364
|
+
boxShadow: string;
|
|
4365
|
+
};
|
|
4366
|
+
'tab/variant/secondary/active/on/rootText/pressed': {
|
|
4367
|
+
color: string;
|
|
4368
|
+
};
|
|
4369
|
+
'tab/variant/secondary/active/on/rootText/rest': {
|
|
4370
|
+
color: string;
|
|
4371
|
+
};
|
|
4372
|
+
'tabs/variant/primary/root/rest': {
|
|
4373
|
+
backgroundColor: string;
|
|
4374
|
+
borderColor: string;
|
|
4375
|
+
borderRadius: number;
|
|
4376
|
+
borderWidth: number;
|
|
4377
|
+
gap: number;
|
|
4378
|
+
paddingHorizontal: number;
|
|
4379
|
+
paddingVertical: number;
|
|
4380
|
+
};
|
|
4381
|
+
'tabs/variant/secondary/root/rest': {
|
|
4382
|
+
backgroundColor: string;
|
|
4383
|
+
borderColor: string;
|
|
4384
|
+
borderRadius: number;
|
|
4385
|
+
borderWidth: number;
|
|
4386
|
+
boxShadow: string;
|
|
4387
|
+
gap: number;
|
|
4388
|
+
paddingHorizontal: number;
|
|
4389
|
+
paddingVertical: number;
|
|
4390
|
+
};
|
|
4181
4391
|
'toast/size/default/closeIcon/rest': {
|
|
4182
4392
|
fontSize: number;
|
|
4183
4393
|
iconSizeToken: string;
|