@yahoo/uds-v5-wip 1.4.0 → 1.6.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.
Files changed (64) hide show
  1. package/dist/components/dist/presets/index.d.ts +88 -88
  2. package/dist/components/dist/sidebar.config.d.ts +88 -88
  3. package/dist/components/dist/sidebar.config.js +4 -4
  4. package/dist/components/dist/sidebar.d.ts +88 -88
  5. package/dist/components/dist/sidebar.js +0 -4
  6. package/dist/config/dist/createConfig.d.ts +47 -35
  7. package/dist/config/dist/createConfig.js +136 -12
  8. package/dist/config/dist/index.d.ts +2 -0
  9. package/dist/config/dist/index.js +1 -0
  10. package/dist/config/dist/preset-merge.js +8 -1
  11. package/dist/config/dist/resolvedMappings.d.ts +22 -0
  12. package/dist/config/dist/resolvedMappings.js +43 -0
  13. package/dist/config/dist/serialize.js +14 -11
  14. package/dist/config/dist/types.d.ts +94 -0
  15. package/dist/config.d.ts +4622 -3212
  16. package/dist/config.js +2 -1
  17. package/dist/core/dist/getStyles.js +1 -1
  18. package/dist/core/dist/propMappings.js +1 -0
  19. package/dist/foundational-presets/dist/boldVibrant.d.ts +4861 -3274
  20. package/dist/foundational-presets/dist/boldVibrant.js +221 -317
  21. package/dist/foundational-presets/dist/brutalist.d.ts +4861 -3274
  22. package/dist/foundational-presets/dist/brutalist.js +221 -317
  23. package/dist/foundational-presets/dist/candy.d.ts +4861 -3274
  24. package/dist/foundational-presets/dist/candy.js +221 -317
  25. package/dist/foundational-presets/dist/cleanMinimalist.d.ts +4861 -3274
  26. package/dist/foundational-presets/dist/cleanMinimalist.js +221 -317
  27. package/dist/foundational-presets/dist/corporate.d.ts +4861 -3274
  28. package/dist/foundational-presets/dist/corporate.js +221 -317
  29. package/dist/foundational-presets/dist/darkMoody.d.ts +4861 -3274
  30. package/dist/foundational-presets/dist/darkMoody.js +221 -317
  31. package/dist/foundational-presets/dist/defaultPreset.d.ts +4618 -3210
  32. package/dist/foundational-presets/dist/defaultPreset.js +1107 -1609
  33. package/dist/foundational-presets/dist/forest.d.ts +4861 -3274
  34. package/dist/foundational-presets/dist/forest.js +221 -317
  35. package/dist/foundational-presets/dist/highContrast.d.ts +4861 -3274
  36. package/dist/foundational-presets/dist/highContrast.js +221 -317
  37. package/dist/foundational-presets/dist/lavender.d.ts +4861 -3274
  38. package/dist/foundational-presets/dist/lavender.js +221 -317
  39. package/dist/foundational-presets/dist/luxury.d.ts +4861 -3274
  40. package/dist/foundational-presets/dist/luxury.js +221 -317
  41. package/dist/foundational-presets/dist/monochrome.d.ts +4861 -3274
  42. package/dist/foundational-presets/dist/monochrome.js +221 -317
  43. package/dist/foundational-presets/dist/neonCyber.d.ts +4861 -3274
  44. package/dist/foundational-presets/dist/neonCyber.js +221 -317
  45. package/dist/foundational-presets/dist/newspaper.d.ts +4861 -3274
  46. package/dist/foundational-presets/dist/newspaper.js +221 -317
  47. package/dist/foundational-presets/dist/ocean.d.ts +4861 -3274
  48. package/dist/foundational-presets/dist/ocean.js +221 -317
  49. package/dist/foundational-presets/dist/slate.d.ts +4861 -3274
  50. package/dist/foundational-presets/dist/slate.js +221 -317
  51. package/dist/foundational-presets/dist/sunset.d.ts +4861 -3274
  52. package/dist/foundational-presets/dist/sunset.js +221 -317
  53. package/dist/foundational-presets/dist/terminal.d.ts +4861 -3274
  54. package/dist/foundational-presets/dist/terminal.js +221 -317
  55. package/dist/foundational-presets/dist/warmOrganic.d.ts +4861 -3274
  56. package/dist/foundational-presets/dist/warmOrganic.js +221 -317
  57. package/dist/loader/dist/loader/dynamic-style-codegen.js +3 -2
  58. package/dist/loader/dist/loader/style-transform.js +1 -1
  59. package/dist/loader/dist/packages/core/dist/getStyles.js +1 -1
  60. package/dist/loader/dist/packages/core/dist/propMappings.js +1 -0
  61. package/dist/tsconfig.tsbuildinfo +1 -1
  62. package/dist/utils/dist/string-utils/cssVar.d.ts +4 -2
  63. package/dist/utils/dist/string-utils/cssVar.js +5 -3
  64. package/package.json +3 -3
@@ -16293,12 +16293,12 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
16293
16293
  readonly backgroundColor: "transparent";
16294
16294
  readonly borderWidth: "0";
16295
16295
  readonly cursor: "pointer";
16296
- readonly transition: "colors";
16296
+ readonly transition: "color 180ms ease, background-color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
16297
16297
  readonly _hover: {
16298
16298
  readonly backgroundColor: string;
16299
16299
  readonly color: string;
16300
16300
  };
16301
- readonly _active: {
16301
+ readonly _ariaCurrent: {
16302
16302
  readonly backgroundColor: string;
16303
16303
  readonly color: string;
16304
16304
  readonly fontWeight: string;
@@ -16320,12 +16320,12 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
16320
16320
  readonly backgroundColor: "transparent";
16321
16321
  readonly borderWidth: "0";
16322
16322
  readonly cursor: "pointer";
16323
- readonly transition: "colors";
16323
+ readonly transition: "color 180ms ease, background-color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
16324
16324
  readonly _hover: {
16325
16325
  readonly backgroundColor: string;
16326
16326
  readonly color: string;
16327
16327
  };
16328
- readonly _active: {
16328
+ readonly _ariaCurrent: {
16329
16329
  readonly backgroundColor: string;
16330
16330
  readonly color: string;
16331
16331
  readonly fontWeight: string;
@@ -16347,12 +16347,12 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
16347
16347
  readonly backgroundColor: "transparent";
16348
16348
  readonly borderWidth: "0";
16349
16349
  readonly cursor: "pointer";
16350
- readonly transition: "colors";
16350
+ readonly transition: "color 180ms ease, background-color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
16351
16351
  readonly _hover: {
16352
16352
  readonly backgroundColor: string;
16353
16353
  readonly color: string;
16354
16354
  };
16355
- readonly _active: {
16355
+ readonly _ariaCurrent: {
16356
16356
  readonly backgroundColor: string;
16357
16357
  readonly color: string;
16358
16358
  readonly fontWeight: string;
@@ -16374,12 +16374,12 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
16374
16374
  readonly backgroundColor: "transparent";
16375
16375
  readonly borderWidth: "0";
16376
16376
  readonly cursor: "pointer";
16377
- readonly transition: "colors";
16377
+ readonly transition: "color 180ms ease, background-color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
16378
16378
  readonly _hover: {
16379
16379
  readonly backgroundColor: string;
16380
16380
  readonly color: string;
16381
16381
  };
16382
- readonly _active: {
16382
+ readonly _ariaCurrent: {
16383
16383
  readonly backgroundColor: string;
16384
16384
  readonly color: string;
16385
16385
  readonly fontWeight: string;
@@ -16401,12 +16401,12 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
16401
16401
  readonly backgroundColor: "transparent";
16402
16402
  readonly borderWidth: "0";
16403
16403
  readonly cursor: "pointer";
16404
- readonly transition: "colors";
16404
+ readonly transition: "color 180ms ease, background-color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
16405
16405
  readonly _hover: {
16406
16406
  readonly backgroundColor: string;
16407
16407
  readonly color: string;
16408
16408
  };
16409
- readonly _active: {
16409
+ readonly _ariaCurrent: {
16410
16410
  readonly backgroundColor: string;
16411
16411
  readonly color: string;
16412
16412
  readonly fontWeight: string;
@@ -16428,12 +16428,12 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
16428
16428
  readonly backgroundColor: "transparent";
16429
16429
  readonly borderWidth: "0";
16430
16430
  readonly cursor: "pointer";
16431
- readonly transition: "colors";
16431
+ readonly transition: "color 180ms ease, background-color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
16432
16432
  readonly _hover: {
16433
16433
  readonly backgroundColor: string;
16434
16434
  readonly color: string;
16435
16435
  };
16436
- readonly _active: {
16436
+ readonly _ariaCurrent: {
16437
16437
  readonly backgroundColor: string;
16438
16438
  readonly color: string;
16439
16439
  readonly fontWeight: string;
@@ -16455,12 +16455,12 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
16455
16455
  readonly backgroundColor: "transparent";
16456
16456
  readonly borderWidth: "0";
16457
16457
  readonly cursor: "pointer";
16458
- readonly transition: "colors";
16458
+ readonly transition: "color 180ms ease, background-color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
16459
16459
  readonly _hover: {
16460
16460
  readonly backgroundColor: string;
16461
16461
  readonly color: string;
16462
16462
  };
16463
- readonly _active: {
16463
+ readonly _ariaCurrent: {
16464
16464
  readonly backgroundColor: string;
16465
16465
  readonly color: string;
16466
16466
  readonly fontWeight: string;
@@ -16482,12 +16482,12 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
16482
16482
  readonly backgroundColor: "transparent";
16483
16483
  readonly borderWidth: "0";
16484
16484
  readonly cursor: "pointer";
16485
- readonly transition: "colors";
16485
+ readonly transition: "color 180ms ease, background-color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
16486
16486
  readonly _hover: {
16487
16487
  readonly backgroundColor: string;
16488
16488
  readonly color: string;
16489
16489
  };
16490
- readonly _active: {
16490
+ readonly _ariaCurrent: {
16491
16491
  readonly backgroundColor: string;
16492
16492
  readonly color: string;
16493
16493
  readonly fontWeight: string;
@@ -16509,12 +16509,12 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
16509
16509
  readonly backgroundColor: "transparent";
16510
16510
  readonly borderWidth: "0";
16511
16511
  readonly cursor: "pointer";
16512
- readonly transition: "colors";
16512
+ readonly transition: "color 180ms ease, background-color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
16513
16513
  readonly _hover: {
16514
16514
  readonly backgroundColor: string;
16515
16515
  readonly color: string;
16516
16516
  };
16517
- readonly _active: {
16517
+ readonly _ariaCurrent: {
16518
16518
  readonly backgroundColor: string;
16519
16519
  readonly color: string;
16520
16520
  readonly fontWeight: string;
@@ -16536,12 +16536,12 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
16536
16536
  readonly backgroundColor: "transparent";
16537
16537
  readonly borderWidth: "0";
16538
16538
  readonly cursor: "pointer";
16539
- readonly transition: "colors";
16539
+ readonly transition: "color 180ms ease, background-color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
16540
16540
  readonly _hover: {
16541
16541
  readonly backgroundColor: string;
16542
16542
  readonly color: string;
16543
16543
  };
16544
- readonly _active: {
16544
+ readonly _ariaCurrent: {
16545
16545
  readonly backgroundColor: string;
16546
16546
  readonly color: string;
16547
16547
  readonly fontWeight: string;
@@ -16563,12 +16563,12 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
16563
16563
  readonly backgroundColor: "transparent";
16564
16564
  readonly borderWidth: "0";
16565
16565
  readonly cursor: "pointer";
16566
- readonly transition: "colors";
16566
+ readonly transition: "color 180ms ease, background-color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
16567
16567
  readonly _hover: {
16568
16568
  readonly backgroundColor: string;
16569
16569
  readonly color: string;
16570
16570
  };
16571
- readonly _active: {
16571
+ readonly _ariaCurrent: {
16572
16572
  readonly backgroundColor: string;
16573
16573
  readonly color: string;
16574
16574
  readonly fontWeight: string;
@@ -16590,12 +16590,12 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
16590
16590
  readonly backgroundColor: "transparent";
16591
16591
  readonly borderWidth: "0";
16592
16592
  readonly cursor: "pointer";
16593
- readonly transition: "colors";
16593
+ readonly transition: "color 180ms ease, background-color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
16594
16594
  readonly _hover: {
16595
16595
  readonly backgroundColor: string;
16596
16596
  readonly color: string;
16597
16597
  };
16598
- readonly _active: {
16598
+ readonly _ariaCurrent: {
16599
16599
  readonly backgroundColor: string;
16600
16600
  readonly color: string;
16601
16601
  readonly fontWeight: string;
@@ -16617,12 +16617,12 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
16617
16617
  readonly backgroundColor: "transparent";
16618
16618
  readonly borderWidth: "0";
16619
16619
  readonly cursor: "pointer";
16620
- readonly transition: "colors";
16620
+ readonly transition: "color 180ms ease, background-color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
16621
16621
  readonly _hover: {
16622
16622
  readonly backgroundColor: string;
16623
16623
  readonly color: string;
16624
16624
  };
16625
- readonly _active: {
16625
+ readonly _ariaCurrent: {
16626
16626
  readonly backgroundColor: string;
16627
16627
  readonly color: string;
16628
16628
  readonly fontWeight: string;
@@ -16644,12 +16644,12 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
16644
16644
  readonly backgroundColor: "transparent";
16645
16645
  readonly borderWidth: "0";
16646
16646
  readonly cursor: "pointer";
16647
- readonly transition: "colors";
16647
+ readonly transition: "color 180ms ease, background-color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
16648
16648
  readonly _hover: {
16649
16649
  readonly backgroundColor: string;
16650
16650
  readonly color: string;
16651
16651
  };
16652
- readonly _active: {
16652
+ readonly _ariaCurrent: {
16653
16653
  readonly backgroundColor: string;
16654
16654
  readonly color: string;
16655
16655
  readonly fontWeight: string;
@@ -16671,12 +16671,12 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
16671
16671
  readonly backgroundColor: "transparent";
16672
16672
  readonly borderWidth: "0";
16673
16673
  readonly cursor: "pointer";
16674
- readonly transition: "colors";
16674
+ readonly transition: "color 180ms ease, background-color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
16675
16675
  readonly _hover: {
16676
16676
  readonly backgroundColor: string;
16677
16677
  readonly color: string;
16678
16678
  };
16679
- readonly _active: {
16679
+ readonly _ariaCurrent: {
16680
16680
  readonly backgroundColor: string;
16681
16681
  readonly color: string;
16682
16682
  readonly fontWeight: string;
@@ -16698,12 +16698,12 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
16698
16698
  readonly backgroundColor: "transparent";
16699
16699
  readonly borderWidth: "0";
16700
16700
  readonly cursor: "pointer";
16701
- readonly transition: "colors";
16701
+ readonly transition: "color 180ms ease, background-color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
16702
16702
  readonly _hover: {
16703
16703
  readonly backgroundColor: string;
16704
16704
  readonly color: string;
16705
16705
  };
16706
- readonly _active: {
16706
+ readonly _ariaCurrent: {
16707
16707
  readonly backgroundColor: string;
16708
16708
  readonly color: string;
16709
16709
  readonly fontWeight: string;
@@ -16725,12 +16725,12 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
16725
16725
  readonly backgroundColor: "transparent";
16726
16726
  readonly borderWidth: "0";
16727
16727
  readonly cursor: "pointer";
16728
- readonly transition: "colors";
16728
+ readonly transition: "color 180ms ease, background-color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
16729
16729
  readonly _hover: {
16730
16730
  readonly backgroundColor: string;
16731
16731
  readonly color: string;
16732
16732
  };
16733
- readonly _active: {
16733
+ readonly _ariaCurrent: {
16734
16734
  readonly backgroundColor: string;
16735
16735
  readonly color: string;
16736
16736
  readonly fontWeight: string;
@@ -16752,12 +16752,12 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
16752
16752
  readonly backgroundColor: "transparent";
16753
16753
  readonly borderWidth: "0";
16754
16754
  readonly cursor: "pointer";
16755
- readonly transition: "colors";
16755
+ readonly transition: "color 180ms ease, background-color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
16756
16756
  readonly _hover: {
16757
16757
  readonly backgroundColor: string;
16758
16758
  readonly color: string;
16759
16759
  };
16760
- readonly _active: {
16760
+ readonly _ariaCurrent: {
16761
16761
  readonly backgroundColor: string;
16762
16762
  readonly color: string;
16763
16763
  readonly fontWeight: string;
@@ -16779,12 +16779,12 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
16779
16779
  readonly backgroundColor: "transparent";
16780
16780
  readonly borderWidth: "0";
16781
16781
  readonly cursor: "pointer";
16782
- readonly transition: "colors";
16782
+ readonly transition: "color 180ms ease, background-color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
16783
16783
  readonly _hover: {
16784
16784
  readonly backgroundColor: string;
16785
16785
  readonly color: string;
16786
16786
  };
16787
- readonly _active: {
16787
+ readonly _ariaCurrent: {
16788
16788
  readonly backgroundColor: string;
16789
16789
  readonly color: string;
16790
16790
  readonly fontWeight: string;
@@ -16806,12 +16806,12 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
16806
16806
  readonly backgroundColor: "transparent";
16807
16807
  readonly borderWidth: "0";
16808
16808
  readonly cursor: "pointer";
16809
- readonly transition: "colors";
16809
+ readonly transition: "color 180ms ease, background-color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
16810
16810
  readonly _hover: {
16811
16811
  readonly backgroundColor: string;
16812
16812
  readonly color: string;
16813
16813
  };
16814
- readonly _active: {
16814
+ readonly _ariaCurrent: {
16815
16815
  readonly backgroundColor: string;
16816
16816
  readonly color: string;
16817
16817
  readonly fontWeight: string;
@@ -16833,12 +16833,12 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
16833
16833
  readonly backgroundColor: "transparent";
16834
16834
  readonly borderWidth: "0";
16835
16835
  readonly cursor: "pointer";
16836
- readonly transition: "colors";
16836
+ readonly transition: "color 180ms ease, background-color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
16837
16837
  readonly _hover: {
16838
16838
  readonly backgroundColor: string;
16839
16839
  readonly color: string;
16840
16840
  };
16841
- readonly _active: {
16841
+ readonly _ariaCurrent: {
16842
16842
  readonly backgroundColor: string;
16843
16843
  readonly color: string;
16844
16844
  readonly fontWeight: string;
@@ -16860,12 +16860,12 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
16860
16860
  readonly backgroundColor: "transparent";
16861
16861
  readonly borderWidth: "0";
16862
16862
  readonly cursor: "pointer";
16863
- readonly transition: "colors";
16863
+ readonly transition: "color 180ms ease, background-color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
16864
16864
  readonly _hover: {
16865
16865
  readonly backgroundColor: string;
16866
16866
  readonly color: string;
16867
16867
  };
16868
- readonly _active: {
16868
+ readonly _ariaCurrent: {
16869
16869
  readonly backgroundColor: string;
16870
16870
  readonly color: string;
16871
16871
  readonly fontWeight: string;
@@ -17074,11 +17074,11 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
17074
17074
  readonly backgroundColor: "transparent";
17075
17075
  readonly borderWidth: "0";
17076
17076
  readonly cursor: "pointer";
17077
- readonly transition: "colors";
17077
+ readonly transition: "color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
17078
17078
  readonly _hover: {
17079
17079
  readonly color: string;
17080
17080
  };
17081
- readonly _active: {
17081
+ readonly _ariaCurrent: {
17082
17082
  readonly color: string;
17083
17083
  readonly fontWeight: string;
17084
17084
  };
@@ -17098,11 +17098,11 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
17098
17098
  readonly backgroundColor: "transparent";
17099
17099
  readonly borderWidth: "0";
17100
17100
  readonly cursor: "pointer";
17101
- readonly transition: "colors";
17101
+ readonly transition: "color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
17102
17102
  readonly _hover: {
17103
17103
  readonly color: string;
17104
17104
  };
17105
- readonly _active: {
17105
+ readonly _ariaCurrent: {
17106
17106
  readonly color: string;
17107
17107
  readonly fontWeight: string;
17108
17108
  };
@@ -17122,11 +17122,11 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
17122
17122
  readonly backgroundColor: "transparent";
17123
17123
  readonly borderWidth: "0";
17124
17124
  readonly cursor: "pointer";
17125
- readonly transition: "colors";
17125
+ readonly transition: "color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
17126
17126
  readonly _hover: {
17127
17127
  readonly color: string;
17128
17128
  };
17129
- readonly _active: {
17129
+ readonly _ariaCurrent: {
17130
17130
  readonly color: string;
17131
17131
  readonly fontWeight: string;
17132
17132
  };
@@ -17146,11 +17146,11 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
17146
17146
  readonly backgroundColor: "transparent";
17147
17147
  readonly borderWidth: "0";
17148
17148
  readonly cursor: "pointer";
17149
- readonly transition: "colors";
17149
+ readonly transition: "color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
17150
17150
  readonly _hover: {
17151
17151
  readonly color: string;
17152
17152
  };
17153
- readonly _active: {
17153
+ readonly _ariaCurrent: {
17154
17154
  readonly color: string;
17155
17155
  readonly fontWeight: string;
17156
17156
  };
@@ -17170,11 +17170,11 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
17170
17170
  readonly backgroundColor: "transparent";
17171
17171
  readonly borderWidth: "0";
17172
17172
  readonly cursor: "pointer";
17173
- readonly transition: "colors";
17173
+ readonly transition: "color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
17174
17174
  readonly _hover: {
17175
17175
  readonly color: string;
17176
17176
  };
17177
- readonly _active: {
17177
+ readonly _ariaCurrent: {
17178
17178
  readonly color: string;
17179
17179
  readonly fontWeight: string;
17180
17180
  };
@@ -17194,11 +17194,11 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
17194
17194
  readonly backgroundColor: "transparent";
17195
17195
  readonly borderWidth: "0";
17196
17196
  readonly cursor: "pointer";
17197
- readonly transition: "colors";
17197
+ readonly transition: "color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
17198
17198
  readonly _hover: {
17199
17199
  readonly color: string;
17200
17200
  };
17201
- readonly _active: {
17201
+ readonly _ariaCurrent: {
17202
17202
  readonly color: string;
17203
17203
  readonly fontWeight: string;
17204
17204
  };
@@ -17218,11 +17218,11 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
17218
17218
  readonly backgroundColor: "transparent";
17219
17219
  readonly borderWidth: "0";
17220
17220
  readonly cursor: "pointer";
17221
- readonly transition: "colors";
17221
+ readonly transition: "color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
17222
17222
  readonly _hover: {
17223
17223
  readonly color: string;
17224
17224
  };
17225
- readonly _active: {
17225
+ readonly _ariaCurrent: {
17226
17226
  readonly color: string;
17227
17227
  readonly fontWeight: string;
17228
17228
  };
@@ -17242,11 +17242,11 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
17242
17242
  readonly backgroundColor: "transparent";
17243
17243
  readonly borderWidth: "0";
17244
17244
  readonly cursor: "pointer";
17245
- readonly transition: "colors";
17245
+ readonly transition: "color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
17246
17246
  readonly _hover: {
17247
17247
  readonly color: string;
17248
17248
  };
17249
- readonly _active: {
17249
+ readonly _ariaCurrent: {
17250
17250
  readonly color: string;
17251
17251
  readonly fontWeight: string;
17252
17252
  };
@@ -17266,11 +17266,11 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
17266
17266
  readonly backgroundColor: "transparent";
17267
17267
  readonly borderWidth: "0";
17268
17268
  readonly cursor: "pointer";
17269
- readonly transition: "colors";
17269
+ readonly transition: "color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
17270
17270
  readonly _hover: {
17271
17271
  readonly color: string;
17272
17272
  };
17273
- readonly _active: {
17273
+ readonly _ariaCurrent: {
17274
17274
  readonly color: string;
17275
17275
  readonly fontWeight: string;
17276
17276
  };
@@ -17290,11 +17290,11 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
17290
17290
  readonly backgroundColor: "transparent";
17291
17291
  readonly borderWidth: "0";
17292
17292
  readonly cursor: "pointer";
17293
- readonly transition: "colors";
17293
+ readonly transition: "color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
17294
17294
  readonly _hover: {
17295
17295
  readonly color: string;
17296
17296
  };
17297
- readonly _active: {
17297
+ readonly _ariaCurrent: {
17298
17298
  readonly color: string;
17299
17299
  readonly fontWeight: string;
17300
17300
  };
@@ -17314,11 +17314,11 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
17314
17314
  readonly backgroundColor: "transparent";
17315
17315
  readonly borderWidth: "0";
17316
17316
  readonly cursor: "pointer";
17317
- readonly transition: "colors";
17317
+ readonly transition: "color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
17318
17318
  readonly _hover: {
17319
17319
  readonly color: string;
17320
17320
  };
17321
- readonly _active: {
17321
+ readonly _ariaCurrent: {
17322
17322
  readonly color: string;
17323
17323
  readonly fontWeight: string;
17324
17324
  };
@@ -17338,11 +17338,11 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
17338
17338
  readonly backgroundColor: "transparent";
17339
17339
  readonly borderWidth: "0";
17340
17340
  readonly cursor: "pointer";
17341
- readonly transition: "colors";
17341
+ readonly transition: "color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
17342
17342
  readonly _hover: {
17343
17343
  readonly color: string;
17344
17344
  };
17345
- readonly _active: {
17345
+ readonly _ariaCurrent: {
17346
17346
  readonly color: string;
17347
17347
  readonly fontWeight: string;
17348
17348
  };
@@ -17362,11 +17362,11 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
17362
17362
  readonly backgroundColor: "transparent";
17363
17363
  readonly borderWidth: "0";
17364
17364
  readonly cursor: "pointer";
17365
- readonly transition: "colors";
17365
+ readonly transition: "color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
17366
17366
  readonly _hover: {
17367
17367
  readonly color: string;
17368
17368
  };
17369
- readonly _active: {
17369
+ readonly _ariaCurrent: {
17370
17370
  readonly color: string;
17371
17371
  readonly fontWeight: string;
17372
17372
  };
@@ -17386,11 +17386,11 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
17386
17386
  readonly backgroundColor: "transparent";
17387
17387
  readonly borderWidth: "0";
17388
17388
  readonly cursor: "pointer";
17389
- readonly transition: "colors";
17389
+ readonly transition: "color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
17390
17390
  readonly _hover: {
17391
17391
  readonly color: string;
17392
17392
  };
17393
- readonly _active: {
17393
+ readonly _ariaCurrent: {
17394
17394
  readonly color: string;
17395
17395
  readonly fontWeight: string;
17396
17396
  };
@@ -17410,11 +17410,11 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
17410
17410
  readonly backgroundColor: "transparent";
17411
17411
  readonly borderWidth: "0";
17412
17412
  readonly cursor: "pointer";
17413
- readonly transition: "colors";
17413
+ readonly transition: "color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
17414
17414
  readonly _hover: {
17415
17415
  readonly color: string;
17416
17416
  };
17417
- readonly _active: {
17417
+ readonly _ariaCurrent: {
17418
17418
  readonly color: string;
17419
17419
  readonly fontWeight: string;
17420
17420
  };
@@ -17434,11 +17434,11 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
17434
17434
  readonly backgroundColor: "transparent";
17435
17435
  readonly borderWidth: "0";
17436
17436
  readonly cursor: "pointer";
17437
- readonly transition: "colors";
17437
+ readonly transition: "color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
17438
17438
  readonly _hover: {
17439
17439
  readonly color: string;
17440
17440
  };
17441
- readonly _active: {
17441
+ readonly _ariaCurrent: {
17442
17442
  readonly color: string;
17443
17443
  readonly fontWeight: string;
17444
17444
  };
@@ -17458,11 +17458,11 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
17458
17458
  readonly backgroundColor: "transparent";
17459
17459
  readonly borderWidth: "0";
17460
17460
  readonly cursor: "pointer";
17461
- readonly transition: "colors";
17461
+ readonly transition: "color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
17462
17462
  readonly _hover: {
17463
17463
  readonly color: string;
17464
17464
  };
17465
- readonly _active: {
17465
+ readonly _ariaCurrent: {
17466
17466
  readonly color: string;
17467
17467
  readonly fontWeight: string;
17468
17468
  };
@@ -17482,11 +17482,11 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
17482
17482
  readonly backgroundColor: "transparent";
17483
17483
  readonly borderWidth: "0";
17484
17484
  readonly cursor: "pointer";
17485
- readonly transition: "colors";
17485
+ readonly transition: "color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
17486
17486
  readonly _hover: {
17487
17487
  readonly color: string;
17488
17488
  };
17489
- readonly _active: {
17489
+ readonly _ariaCurrent: {
17490
17490
  readonly color: string;
17491
17491
  readonly fontWeight: string;
17492
17492
  };
@@ -17506,11 +17506,11 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
17506
17506
  readonly backgroundColor: "transparent";
17507
17507
  readonly borderWidth: "0";
17508
17508
  readonly cursor: "pointer";
17509
- readonly transition: "colors";
17509
+ readonly transition: "color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
17510
17510
  readonly _hover: {
17511
17511
  readonly color: string;
17512
17512
  };
17513
- readonly _active: {
17513
+ readonly _ariaCurrent: {
17514
17514
  readonly color: string;
17515
17515
  readonly fontWeight: string;
17516
17516
  };
@@ -17530,11 +17530,11 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
17530
17530
  readonly backgroundColor: "transparent";
17531
17531
  readonly borderWidth: "0";
17532
17532
  readonly cursor: "pointer";
17533
- readonly transition: "colors";
17533
+ readonly transition: "color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
17534
17534
  readonly _hover: {
17535
17535
  readonly color: string;
17536
17536
  };
17537
- readonly _active: {
17537
+ readonly _ariaCurrent: {
17538
17538
  readonly color: string;
17539
17539
  readonly fontWeight: string;
17540
17540
  };
@@ -17554,11 +17554,11 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
17554
17554
  readonly backgroundColor: "transparent";
17555
17555
  readonly borderWidth: "0";
17556
17556
  readonly cursor: "pointer";
17557
- readonly transition: "colors";
17557
+ readonly transition: "color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
17558
17558
  readonly _hover: {
17559
17559
  readonly color: string;
17560
17560
  };
17561
- readonly _active: {
17561
+ readonly _ariaCurrent: {
17562
17562
  readonly color: string;
17563
17563
  readonly fontWeight: string;
17564
17564
  };
@@ -17578,11 +17578,11 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
17578
17578
  readonly backgroundColor: "transparent";
17579
17579
  readonly borderWidth: "0";
17580
17580
  readonly cursor: "pointer";
17581
- readonly transition: "colors";
17581
+ readonly transition: "color 180ms ease, font-weight 220ms cubic-bezier(0.4, 0, 0.2, 1)";
17582
17582
  readonly _hover: {
17583
17583
  readonly color: string;
17584
17584
  };
17585
- readonly _active: {
17585
+ readonly _ariaCurrent: {
17586
17586
  readonly color: string;
17587
17587
  readonly fontWeight: string;
17588
17588
  };