@yahoo/uds 3.156.1 → 3.157.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 (144) hide show
  1. package/dist/automated-config/dist/generated/autoVariants.cjs +9 -4
  2. package/dist/automated-config/dist/generated/autoVariants.d.cts +2 -1
  3. package/dist/automated-config/dist/generated/autoVariants.d.ts +2 -1
  4. package/dist/automated-config/dist/generated/autoVariants.js +9 -4
  5. package/dist/automated-config/dist/generated/generatedConfigs.cjs +3011 -3038
  6. package/dist/automated-config/dist/generated/generatedConfigs.d.cts +143 -140
  7. package/dist/automated-config/dist/generated/generatedConfigs.d.ts +143 -140
  8. package/dist/automated-config/dist/generated/generatedConfigs.js +3011 -3038
  9. package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +1227 -501
  10. package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +1227 -501
  11. package/dist/automated-config/dist/properties.cjs +1 -1
  12. package/dist/automated-config/dist/properties.d.cts +15 -0
  13. package/dist/automated-config/dist/properties.d.ts +15 -0
  14. package/dist/automated-config/dist/properties.js +1 -1
  15. package/dist/automated-config/dist/types/ComponentConfig.d.cts +77 -4
  16. package/dist/automated-config/dist/types/ComponentConfig.d.ts +77 -4
  17. package/dist/automated-config/dist/types/ConfigSchema.d.cts +14 -2
  18. package/dist/automated-config/dist/types/ConfigSchema.d.ts +14 -2
  19. package/dist/automated-config/dist/types/StateAxis.cjs +90 -0
  20. package/dist/automated-config/dist/types/StateAxis.d.cts +70 -0
  21. package/dist/automated-config/dist/types/StateAxis.d.ts +70 -0
  22. package/dist/automated-config/dist/types/StateAxis.js +84 -0
  23. package/dist/automated-config/dist/utils/buildConfigSchema.cjs +98 -82
  24. package/dist/automated-config/dist/utils/buildConfigSchema.d.cts +32 -10
  25. package/dist/automated-config/dist/utils/buildConfigSchema.d.ts +32 -10
  26. package/dist/automated-config/dist/utils/buildConfigSchema.js +99 -83
  27. package/dist/automated-config/dist/utils/canonicalizeStateKey.cjs +32 -0
  28. package/dist/automated-config/dist/utils/canonicalizeStateKey.d.cts +48 -0
  29. package/dist/automated-config/dist/utils/canonicalizeStateKey.d.ts +48 -0
  30. package/dist/automated-config/dist/utils/canonicalizeStateKey.js +31 -0
  31. package/dist/automated-config/dist/utils/getConfigComponentVariant.d.cts +8 -0
  32. package/dist/automated-config/dist/utils/getConfigComponentVariant.d.ts +8 -0
  33. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +3 -3
  34. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +3 -3
  35. package/dist/automated-config/dist/utils/getConfigVariantPseudoStates.cjs +12 -5
  36. package/dist/automated-config/dist/utils/getConfigVariantPseudoStates.d.cts +8 -1
  37. package/dist/automated-config/dist/utils/getConfigVariantPseudoStates.d.ts +8 -1
  38. package/dist/automated-config/dist/utils/getConfigVariantPseudoStates.js +12 -5
  39. package/dist/automated-config/dist/utils/getPaginationControlWidthPx.cjs +1 -1
  40. package/dist/automated-config/dist/utils/getPaginationControlWidthPx.js +1 -1
  41. package/dist/automated-config/dist/utils/index.cjs +407 -97
  42. package/dist/automated-config/dist/utils/index.d.cts +66 -16
  43. package/dist/automated-config/dist/utils/index.d.ts +66 -16
  44. package/dist/automated-config/dist/utils/index.js +408 -99
  45. package/dist/automated-config/dist/utils/pseudoStateSelectors.cjs +122 -0
  46. package/dist/automated-config/dist/utils/pseudoStateSelectors.d.cts +80 -0
  47. package/dist/automated-config/dist/utils/pseudoStateSelectors.d.ts +80 -0
  48. package/dist/automated-config/dist/utils/pseudoStateSelectors.js +120 -0
  49. package/dist/automated-config/dist/utils/resolvePropertyStates.cjs +131 -0
  50. package/dist/automated-config/dist/utils/resolvePropertyStates.d.cts +49 -0
  51. package/dist/automated-config/dist/utils/resolvePropertyStates.d.ts +49 -0
  52. package/dist/automated-config/dist/utils/resolvePropertyStates.js +130 -0
  53. package/dist/automated-config/dist/utils/resolveSlotByCascade.cjs +118 -0
  54. package/dist/automated-config/dist/utils/resolveSlotByCascade.d.cts +68 -0
  55. package/dist/automated-config/dist/utils/resolveSlotByCascade.d.ts +68 -0
  56. package/dist/automated-config/dist/utils/resolveSlotByCascade.js +117 -0
  57. package/dist/automated-config/dist/utils/variantConfigGuards.d.cts +13 -0
  58. package/dist/automated-config/dist/utils/variantConfigGuards.d.ts +13 -0
  59. package/dist/components/client/Input/Input.cjs +42 -6
  60. package/dist/components/client/Input/Input.d.cts +13 -0
  61. package/dist/components/client/Input/Input.d.ts +13 -0
  62. package/dist/components/client/Input/Input.js +42 -6
  63. package/dist/config/dist/index.cjs +221 -550
  64. package/dist/config/dist/index.js +221 -550
  65. package/dist/css/dist/commands/css.cjs +1 -0
  66. package/dist/css/dist/commands/css.helpers.cjs +6 -0
  67. package/dist/css/dist/commands/css.helpers.js +6 -0
  68. package/dist/css/dist/commands/css.js +1 -0
  69. package/dist/css/dist/css/generate.cjs +4 -2
  70. package/dist/css/dist/css/generate.d.cts +28 -0
  71. package/dist/css/dist/css/generate.d.ts +28 -0
  72. package/dist/css/dist/css/generate.helpers.cjs +5 -1
  73. package/dist/css/dist/css/generate.helpers.js +6 -2
  74. package/dist/css/dist/css/generate.js +4 -2
  75. package/dist/css/dist/css/postcss.cjs +81 -0
  76. package/dist/css/dist/css/postcss.helpers.cjs +60 -0
  77. package/dist/css/dist/css/postcss.helpers.js +59 -1
  78. package/dist/css/dist/css/postcss.js +82 -2
  79. package/dist/css/dist/css/runner.cjs +12 -2
  80. package/dist/css/dist/css/runner.js +12 -2
  81. package/dist/css/dist/css/theme.d.cts +6 -0
  82. package/dist/css/dist/css/theme.d.ts +6 -0
  83. package/dist/css/dist/packages/automated-config/dist/properties.cjs +1 -1
  84. package/dist/css/dist/packages/automated-config/dist/properties.js +1 -1
  85. package/dist/css/dist/packages/automated-config/dist/utils/index.d.cts +6 -0
  86. package/dist/css/dist/packages/automated-config/dist/utils/index.d.ts +6 -0
  87. package/dist/css/dist/packages/config/dist/index.cjs +221 -550
  88. package/dist/css/dist/packages/config/dist/index.js +221 -550
  89. package/dist/css/dist/utils/optimizeCSS.cjs +59 -0
  90. package/dist/css/dist/utils/optimizeCSS.js +59 -0
  91. package/dist/index.cjs +25 -0
  92. package/dist/index.d.cts +10 -3
  93. package/dist/index.d.ts +10 -3
  94. package/dist/index.js +9 -2
  95. package/dist/styles/styler.d.cts +14 -13
  96. package/dist/styles/styler.d.ts +14 -13
  97. package/dist/styles/variants.d.cts +9 -4
  98. package/dist/styles/variants.d.ts +9 -4
  99. package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.cjs +3011 -3038
  100. package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.js +3011 -3038
  101. package/dist/tailwind-internal/dist/packages/automated-config/dist/properties.cjs +1 -1
  102. package/dist/tailwind-internal/dist/packages/automated-config/dist/properties.js +1 -1
  103. package/dist/tailwind-internal/dist/packages/automated-config/dist/types/StateAxis.cjs +81 -0
  104. package/dist/tailwind-internal/dist/packages/automated-config/dist/types/StateAxis.js +76 -0
  105. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/canonicalizeStateKey.cjs +33 -0
  106. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/canonicalizeStateKey.js +32 -0
  107. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/componentStatePseudoStates.cjs +0 -7
  108. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/componentStatePseudoStates.js +1 -7
  109. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.cjs +354 -97
  110. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.d.cts +6 -0
  111. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.d.ts +6 -0
  112. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.js +355 -98
  113. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/pseudoStateSelectors.cjs +122 -0
  114. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/pseudoStateSelectors.js +121 -0
  115. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/resolvePropertyStates.cjs +132 -0
  116. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/resolvePropertyStates.js +131 -0
  117. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/resolveSlotByCascade.cjs +95 -0
  118. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/resolveSlotByCascade.js +95 -0
  119. package/dist/tailwind-internal/dist/packages/config/dist/index.cjs +221 -550
  120. package/dist/tailwind-internal/dist/packages/config/dist/index.js +221 -550
  121. package/dist/tailwind-internal/dist/plugins/components.cjs +28 -24
  122. package/dist/tailwind-internal/dist/plugins/components.js +28 -24
  123. package/dist/tailwind-internal/dist/utils/composeTailwindPlugins.d.cts +3 -0
  124. package/dist/tailwind-internal/dist/utils/composeTailwindPlugins.d.ts +3 -0
  125. package/dist/tokens/automation/index.cjs +25 -0
  126. package/dist/tokens/automation/index.d.cts +9 -2
  127. package/dist/tokens/automation/index.d.ts +9 -2
  128. package/dist/tokens/automation/index.js +9 -2
  129. package/dist/tokens/index.cjs +25 -0
  130. package/dist/tokens/index.d.cts +10 -3
  131. package/dist/tokens/index.d.ts +10 -3
  132. package/dist/tokens/index.js +9 -2
  133. package/dist/tokens/types.d.cts +1 -1
  134. package/dist/tokens/types.d.ts +1 -1
  135. package/dist/uds/generated/componentData.cjs +2010 -2008
  136. package/dist/uds/generated/componentData.js +2010 -2008
  137. package/dist/uds/generated/migrationSchemaVersion.cjs +1 -1
  138. package/dist/uds/generated/migrationSchemaVersion.js +1 -1
  139. package/dist/uds/generated/tailwindPurge.cjs +79 -78
  140. package/dist/uds/generated/tailwindPurge.js +79 -78
  141. package/generated/componentData.json +2553 -2551
  142. package/generated/migrationSchemaVersion.ts +1 -1
  143. package/generated/tailwindPurge.ts +2 -2
  144. package/package.json +1 -1
@@ -1740,17 +1740,20 @@ const defaultUniversalTokensConfigAuto = {
1740
1740
  }
1741
1741
  },
1742
1742
  opacity: { disabled: {
1743
+ isEnabled: true,
1743
1744
  type: "opacitySteps",
1744
1745
  value: "100",
1745
1746
  valueType: "alias"
1746
1747
  } },
1747
1748
  scaleEffect: {
1748
1749
  hover: {
1750
+ isEnabled: true,
1749
1751
  type: "scaleEffects",
1750
1752
  value: "none",
1751
1753
  valueType: "alias"
1752
1754
  },
1753
1755
  pressed: {
1756
+ isEnabled: true,
1754
1757
  type: "scaleEffects",
1755
1758
  value: "none",
1756
1759
  valueType: "alias"
@@ -1935,17 +1938,20 @@ const defaultUniversalTokensConfigAuto = {
1935
1938
  }
1936
1939
  },
1937
1940
  opacity: { disabled: {
1941
+ isEnabled: true,
1938
1942
  type: "opacitySteps",
1939
1943
  value: "100",
1940
1944
  valueType: "alias"
1941
1945
  } },
1942
1946
  scaleEffect: {
1943
1947
  hover: {
1948
+ isEnabled: true,
1944
1949
  type: "scaleEffects",
1945
1950
  value: "none",
1946
1951
  valueType: "alias"
1947
1952
  },
1948
1953
  pressed: {
1954
+ isEnabled: true,
1949
1955
  type: "scaleEffects",
1950
1956
  value: "none",
1951
1957
  valueType: "alias"
@@ -2130,17 +2136,20 @@ const defaultUniversalTokensConfigAuto = {
2130
2136
  }
2131
2137
  },
2132
2138
  opacity: { disabled: {
2139
+ isEnabled: true,
2133
2140
  type: "opacitySteps",
2134
2141
  value: "100",
2135
2142
  valueType: "alias"
2136
2143
  } },
2137
2144
  scaleEffect: {
2138
2145
  hover: {
2146
+ isEnabled: true,
2139
2147
  type: "scaleEffects",
2140
2148
  value: "none",
2141
2149
  valueType: "alias"
2142
2150
  },
2143
2151
  pressed: {
2152
+ isEnabled: true,
2144
2153
  type: "scaleEffects",
2145
2154
  value: "none",
2146
2155
  valueType: "alias"
@@ -2325,17 +2334,20 @@ const defaultUniversalTokensConfigAuto = {
2325
2334
  }
2326
2335
  },
2327
2336
  opacity: { disabled: {
2337
+ isEnabled: true,
2328
2338
  type: "opacitySteps",
2329
2339
  value: "100",
2330
2340
  valueType: "alias"
2331
2341
  } },
2332
2342
  scaleEffect: {
2333
2343
  hover: {
2344
+ isEnabled: true,
2334
2345
  type: "scaleEffects",
2335
2346
  value: "none",
2336
2347
  valueType: "alias"
2337
2348
  },
2338
2349
  pressed: {
2350
+ isEnabled: true,
2339
2351
  type: "scaleEffects",
2340
2352
  value: "none",
2341
2353
  valueType: "alias"
@@ -2520,17 +2532,20 @@ const defaultUniversalTokensConfigAuto = {
2520
2532
  }
2521
2533
  },
2522
2534
  opacity: { disabled: {
2535
+ isEnabled: true,
2523
2536
  type: "opacitySteps",
2524
2537
  value: "100",
2525
2538
  valueType: "alias"
2526
2539
  } },
2527
2540
  scaleEffect: {
2528
2541
  hover: {
2542
+ isEnabled: true,
2529
2543
  type: "scaleEffects",
2530
2544
  value: "none",
2531
2545
  valueType: "alias"
2532
2546
  },
2533
2547
  pressed: {
2548
+ isEnabled: true,
2534
2549
  type: "scaleEffects",
2535
2550
  value: "none",
2536
2551
  valueType: "alias"
@@ -2715,17 +2730,20 @@ const defaultUniversalTokensConfigAuto = {
2715
2730
  }
2716
2731
  },
2717
2732
  opacity: { disabled: {
2733
+ isEnabled: true,
2718
2734
  type: "opacitySteps",
2719
2735
  value: "100",
2720
2736
  valueType: "alias"
2721
2737
  } },
2722
2738
  scaleEffect: {
2723
2739
  hover: {
2740
+ isEnabled: true,
2724
2741
  type: "scaleEffects",
2725
2742
  value: "none",
2726
2743
  valueType: "alias"
2727
2744
  },
2728
2745
  pressed: {
2746
+ isEnabled: true,
2729
2747
  type: "scaleEffects",
2730
2748
  value: "none",
2731
2749
  valueType: "alias"
@@ -2910,17 +2928,20 @@ const defaultUniversalTokensConfigAuto = {
2910
2928
  }
2911
2929
  },
2912
2930
  opacity: { disabled: {
2931
+ isEnabled: true,
2913
2932
  type: "opacitySteps",
2914
2933
  value: "100",
2915
2934
  valueType: "alias"
2916
2935
  } },
2917
2936
  scaleEffect: {
2918
2937
  hover: {
2938
+ isEnabled: true,
2919
2939
  type: "scaleEffects",
2920
2940
  value: "none",
2921
2941
  valueType: "alias"
2922
2942
  },
2923
2943
  pressed: {
2944
+ isEnabled: true,
2924
2945
  type: "scaleEffects",
2925
2946
  value: "none",
2926
2947
  valueType: "alias"
@@ -3105,17 +3126,20 @@ const defaultUniversalTokensConfigAuto = {
3105
3126
  }
3106
3127
  },
3107
3128
  opacity: { disabled: {
3129
+ isEnabled: true,
3108
3130
  type: "opacitySteps",
3109
3131
  value: "100",
3110
3132
  valueType: "alias"
3111
3133
  } },
3112
3134
  scaleEffect: {
3113
3135
  hover: {
3136
+ isEnabled: true,
3114
3137
  type: "scaleEffects",
3115
3138
  value: "none",
3116
3139
  valueType: "alias"
3117
3140
  },
3118
3141
  pressed: {
3142
+ isEnabled: true,
3119
3143
  type: "scaleEffects",
3120
3144
  value: "none",
3121
3145
  valueType: "alias"
@@ -3300,17 +3324,20 @@ const defaultUniversalTokensConfigAuto = {
3300
3324
  }
3301
3325
  },
3302
3326
  opacity: { disabled: {
3327
+ isEnabled: true,
3303
3328
  type: "opacitySteps",
3304
3329
  value: "100",
3305
3330
  valueType: "alias"
3306
3331
  } },
3307
3332
  scaleEffect: {
3308
3333
  hover: {
3334
+ isEnabled: true,
3309
3335
  type: "scaleEffects",
3310
3336
  value: "none",
3311
3337
  valueType: "alias"
3312
3338
  },
3313
3339
  pressed: {
3340
+ isEnabled: true,
3314
3341
  type: "scaleEffects",
3315
3342
  value: "none",
3316
3343
  valueType: "alias"
@@ -3495,17 +3522,20 @@ const defaultUniversalTokensConfigAuto = {
3495
3522
  }
3496
3523
  },
3497
3524
  opacity: { disabled: {
3525
+ isEnabled: true,
3498
3526
  type: "opacitySteps",
3499
3527
  value: "100",
3500
3528
  valueType: "alias"
3501
3529
  } },
3502
3530
  scaleEffect: {
3503
3531
  hover: {
3532
+ isEnabled: true,
3504
3533
  type: "scaleEffects",
3505
3534
  value: "none",
3506
3535
  valueType: "alias"
3507
3536
  },
3508
3537
  pressed: {
3538
+ isEnabled: true,
3509
3539
  type: "scaleEffects",
3510
3540
  value: "none",
3511
3541
  valueType: "alias"
@@ -3690,17 +3720,20 @@ const defaultUniversalTokensConfigAuto = {
3690
3720
  }
3691
3721
  },
3692
3722
  opacity: { disabled: {
3723
+ isEnabled: true,
3693
3724
  type: "opacitySteps",
3694
3725
  value: "100",
3695
3726
  valueType: "alias"
3696
3727
  } },
3697
3728
  scaleEffect: {
3698
3729
  hover: {
3730
+ isEnabled: true,
3699
3731
  type: "scaleEffects",
3700
3732
  value: "none",
3701
3733
  valueType: "alias"
3702
3734
  },
3703
3735
  pressed: {
3736
+ isEnabled: true,
3704
3737
  type: "scaleEffects",
3705
3738
  value: "none",
3706
3739
  valueType: "alias"
@@ -3885,17 +3918,20 @@ const defaultUniversalTokensConfigAuto = {
3885
3918
  }
3886
3919
  },
3887
3920
  opacity: { disabled: {
3921
+ isEnabled: true,
3888
3922
  type: "opacitySteps",
3889
3923
  value: "100",
3890
3924
  valueType: "alias"
3891
3925
  } },
3892
3926
  scaleEffect: {
3893
3927
  hover: {
3928
+ isEnabled: true,
3894
3929
  type: "scaleEffects",
3895
3930
  value: "none",
3896
3931
  valueType: "alias"
3897
3932
  },
3898
3933
  pressed: {
3934
+ isEnabled: true,
3899
3935
  type: "scaleEffects",
3900
3936
  value: "none",
3901
3937
  valueType: "alias"
@@ -4080,17 +4116,20 @@ const defaultUniversalTokensConfigAuto = {
4080
4116
  }
4081
4117
  },
4082
4118
  opacity: { disabled: {
4119
+ isEnabled: true,
4083
4120
  type: "opacitySteps",
4084
4121
  value: "100",
4085
4122
  valueType: "alias"
4086
4123
  } },
4087
4124
  scaleEffect: {
4088
4125
  hover: {
4126
+ isEnabled: true,
4089
4127
  type: "scaleEffects",
4090
4128
  value: "none",
4091
4129
  valueType: "alias"
4092
4130
  },
4093
4131
  pressed: {
4132
+ isEnabled: true,
4094
4133
  type: "scaleEffects",
4095
4134
  value: "none",
4096
4135
  valueType: "alias"
@@ -4275,17 +4314,20 @@ const defaultUniversalTokensConfigAuto = {
4275
4314
  }
4276
4315
  },
4277
4316
  opacity: { disabled: {
4317
+ isEnabled: true,
4278
4318
  type: "opacitySteps",
4279
4319
  value: "100",
4280
4320
  valueType: "alias"
4281
4321
  } },
4282
4322
  scaleEffect: {
4283
4323
  hover: {
4324
+ isEnabled: true,
4284
4325
  type: "scaleEffects",
4285
4326
  value: "none",
4286
4327
  valueType: "alias"
4287
4328
  },
4288
4329
  pressed: {
4330
+ isEnabled: true,
4289
4331
  type: "scaleEffects",
4290
4332
  value: "none",
4291
4333
  valueType: "alias"
@@ -4470,17 +4512,20 @@ const defaultUniversalTokensConfigAuto = {
4470
4512
  }
4471
4513
  },
4472
4514
  opacity: { disabled: {
4515
+ isEnabled: true,
4473
4516
  type: "opacitySteps",
4474
4517
  value: "100",
4475
4518
  valueType: "alias"
4476
4519
  } },
4477
4520
  scaleEffect: {
4478
4521
  hover: {
4522
+ isEnabled: true,
4479
4523
  type: "scaleEffects",
4480
4524
  value: "none",
4481
4525
  valueType: "alias"
4482
4526
  },
4483
4527
  pressed: {
4528
+ isEnabled: true,
4484
4529
  type: "scaleEffects",
4485
4530
  value: "none",
4486
4531
  valueType: "alias"
@@ -4665,17 +4710,20 @@ const defaultUniversalTokensConfigAuto = {
4665
4710
  }
4666
4711
  },
4667
4712
  opacity: { disabled: {
4713
+ isEnabled: true,
4668
4714
  type: "opacitySteps",
4669
4715
  value: "100",
4670
4716
  valueType: "alias"
4671
4717
  } },
4672
4718
  scaleEffect: {
4673
4719
  hover: {
4720
+ isEnabled: true,
4674
4721
  type: "scaleEffects",
4675
4722
  value: "none",
4676
4723
  valueType: "alias"
4677
4724
  },
4678
4725
  pressed: {
4726
+ isEnabled: true,
4679
4727
  type: "scaleEffects",
4680
4728
  value: "none",
4681
4729
  valueType: "alias"
@@ -4860,17 +4908,20 @@ const defaultUniversalTokensConfigAuto = {
4860
4908
  }
4861
4909
  },
4862
4910
  opacity: { disabled: {
4911
+ isEnabled: true,
4863
4912
  type: "opacitySteps",
4864
4913
  value: "100",
4865
4914
  valueType: "alias"
4866
4915
  } },
4867
4916
  scaleEffect: {
4868
4917
  hover: {
4918
+ isEnabled: true,
4869
4919
  type: "scaleEffects",
4870
4920
  value: "none",
4871
4921
  valueType: "alias"
4872
4922
  },
4873
4923
  pressed: {
4924
+ isEnabled: true,
4874
4925
  type: "scaleEffects",
4875
4926
  value: "none",
4876
4927
  valueType: "alias"
@@ -5055,17 +5106,20 @@ const defaultUniversalTokensConfigAuto = {
5055
5106
  }
5056
5107
  },
5057
5108
  opacity: { disabled: {
5109
+ isEnabled: true,
5058
5110
  type: "opacitySteps",
5059
5111
  value: "100",
5060
5112
  valueType: "alias"
5061
5113
  } },
5062
5114
  scaleEffect: {
5063
5115
  hover: {
5116
+ isEnabled: true,
5064
5117
  type: "scaleEffects",
5065
5118
  value: "none",
5066
5119
  valueType: "alias"
5067
5120
  },
5068
5121
  pressed: {
5122
+ isEnabled: true,
5069
5123
  type: "scaleEffects",
5070
5124
  value: "none",
5071
5125
  valueType: "alias"
@@ -5250,17 +5304,20 @@ const defaultUniversalTokensConfigAuto = {
5250
5304
  }
5251
5305
  },
5252
5306
  opacity: { disabled: {
5307
+ isEnabled: true,
5253
5308
  type: "opacitySteps",
5254
5309
  value: "100",
5255
5310
  valueType: "alias"
5256
5311
  } },
5257
5312
  scaleEffect: {
5258
5313
  hover: {
5314
+ isEnabled: true,
5259
5315
  type: "scaleEffects",
5260
5316
  value: "none",
5261
5317
  valueType: "alias"
5262
5318
  },
5263
5319
  pressed: {
5320
+ isEnabled: true,
5264
5321
  type: "scaleEffects",
5265
5322
  value: "none",
5266
5323
  valueType: "alias"
@@ -5445,17 +5502,20 @@ const defaultUniversalTokensConfigAuto = {
5445
5502
  }
5446
5503
  },
5447
5504
  opacity: { disabled: {
5505
+ isEnabled: true,
5448
5506
  type: "opacitySteps",
5449
5507
  value: "100",
5450
5508
  valueType: "alias"
5451
5509
  } },
5452
5510
  scaleEffect: {
5453
5511
  hover: {
5512
+ isEnabled: true,
5454
5513
  type: "scaleEffects",
5455
5514
  value: "none",
5456
5515
  valueType: "alias"
5457
5516
  },
5458
5517
  pressed: {
5518
+ isEnabled: true,
5459
5519
  type: "scaleEffects",
5460
5520
  value: "none",
5461
5521
  valueType: "alias"
@@ -5640,17 +5700,20 @@ const defaultUniversalTokensConfigAuto = {
5640
5700
  }
5641
5701
  },
5642
5702
  opacity: { disabled: {
5703
+ isEnabled: true,
5643
5704
  type: "opacitySteps",
5644
5705
  value: "100",
5645
5706
  valueType: "alias"
5646
5707
  } },
5647
5708
  scaleEffect: {
5648
5709
  hover: {
5710
+ isEnabled: true,
5649
5711
  type: "scaleEffects",
5650
5712
  value: "none",
5651
5713
  valueType: "alias"
5652
5714
  },
5653
5715
  pressed: {
5716
+ isEnabled: true,
5654
5717
  type: "scaleEffects",
5655
5718
  value: "none",
5656
5719
  valueType: "alias"
@@ -9578,29 +9641,253 @@ const defaultUniversalTokensConfigAuto = {
9578
9641
  value: "6",
9579
9642
  valueType: "alias"
9580
9643
  } } },
9581
- "size/lg/inputWrapper": {
9582
- borderRadius: { rest: {
9583
- type: "borderRadii",
9584
- value: "md",
9585
- valueType: "alias"
9586
- } },
9644
+ "size/lg/inputWrapperDynamic": {
9645
+ borderRadius: {
9646
+ "focus-within": {
9647
+ type: "borderRadii",
9648
+ value: "md",
9649
+ valueType: "alias"
9650
+ },
9651
+ "focus-within&hover": {
9652
+ type: "borderRadii",
9653
+ value: "md",
9654
+ valueType: "alias"
9655
+ },
9656
+ "focus-within&pressed": {
9657
+ type: "borderRadii",
9658
+ value: "md",
9659
+ valueType: "alias"
9660
+ },
9661
+ hover: {
9662
+ type: "borderRadii",
9663
+ value: "md",
9664
+ valueType: "alias"
9665
+ },
9666
+ invalid: {
9667
+ type: "borderRadii",
9668
+ value: "md",
9669
+ valueType: "alias"
9670
+ },
9671
+ "invalid&focus-within": {
9672
+ type: "borderRadii",
9673
+ value: "md",
9674
+ valueType: "alias"
9675
+ },
9676
+ "invalid&focus-within&hover": {
9677
+ type: "borderRadii",
9678
+ value: "md",
9679
+ valueType: "alias"
9680
+ },
9681
+ "invalid&focus-within&pressed": {
9682
+ type: "borderRadii",
9683
+ value: "md",
9684
+ valueType: "alias"
9685
+ },
9686
+ "invalid&hover": {
9687
+ type: "borderRadii",
9688
+ value: "md",
9689
+ valueType: "alias"
9690
+ },
9691
+ "invalid&pressed": {
9692
+ type: "borderRadii",
9693
+ value: "md",
9694
+ valueType: "alias"
9695
+ },
9696
+ "invalid&readonly": {
9697
+ type: "borderRadii",
9698
+ value: "md",
9699
+ valueType: "alias"
9700
+ },
9701
+ "invalid&readonly&focus-within": {
9702
+ type: "borderRadii",
9703
+ value: "md",
9704
+ valueType: "alias"
9705
+ },
9706
+ "invalid&readonly&focus-within&hover": {
9707
+ type: "borderRadii",
9708
+ value: "md",
9709
+ valueType: "alias"
9710
+ },
9711
+ "invalid&readonly&focus-within&pressed": {
9712
+ type: "borderRadii",
9713
+ value: "md",
9714
+ valueType: "alias"
9715
+ },
9716
+ "invalid&readonly&hover": {
9717
+ type: "borderRadii",
9718
+ value: "md",
9719
+ valueType: "alias"
9720
+ },
9721
+ "invalid&readonly&pressed": {
9722
+ type: "borderRadii",
9723
+ value: "md",
9724
+ valueType: "alias"
9725
+ },
9726
+ pressed: {
9727
+ type: "borderRadii",
9728
+ value: "md",
9729
+ valueType: "alias"
9730
+ },
9731
+ readonly: {
9732
+ type: "borderRadii",
9733
+ value: "md",
9734
+ valueType: "alias"
9735
+ },
9736
+ "readonly&focus-within": {
9737
+ type: "borderRadii",
9738
+ value: "md",
9739
+ valueType: "alias"
9740
+ },
9741
+ "readonly&focus-within&hover": {
9742
+ type: "borderRadii",
9743
+ value: "md",
9744
+ valueType: "alias"
9745
+ },
9746
+ "readonly&focus-within&pressed": {
9747
+ type: "borderRadii",
9748
+ value: "md",
9749
+ valueType: "alias"
9750
+ },
9751
+ "readonly&hover": {
9752
+ type: "borderRadii",
9753
+ value: "md",
9754
+ valueType: "alias"
9755
+ },
9756
+ "readonly&pressed": {
9757
+ type: "borderRadii",
9758
+ value: "md",
9759
+ valueType: "alias"
9760
+ },
9761
+ rest: {
9762
+ type: "borderRadii",
9763
+ value: "md",
9764
+ valueType: "alias"
9765
+ }
9766
+ },
9587
9767
  borderWidth: {
9768
+ "focus-within": {
9769
+ type: "borderWidths",
9770
+ value: "thin",
9771
+ valueType: "alias"
9772
+ },
9773
+ "focus-within&hover": {
9774
+ type: "borderWidths",
9775
+ value: "thin",
9776
+ valueType: "alias"
9777
+ },
9778
+ "focus-within&pressed": {
9779
+ type: "borderWidths",
9780
+ value: "thin",
9781
+ valueType: "alias"
9782
+ },
9783
+ hover: {
9784
+ type: "borderWidths",
9785
+ value: "thin",
9786
+ valueType: "alias"
9787
+ },
9588
9788
  invalid: {
9589
9789
  type: "borderWidths",
9590
9790
  value: "thin",
9591
9791
  valueType: "alias"
9592
9792
  },
9793
+ "invalid&focus-within": {
9794
+ type: "borderWidths",
9795
+ value: "thin",
9796
+ valueType: "alias"
9797
+ },
9798
+ "invalid&focus-within&hover": {
9799
+ type: "borderWidths",
9800
+ value: "thin",
9801
+ valueType: "alias"
9802
+ },
9803
+ "invalid&focus-within&pressed": {
9804
+ type: "borderWidths",
9805
+ value: "thin",
9806
+ valueType: "alias"
9807
+ },
9808
+ "invalid&hover": {
9809
+ type: "borderWidths",
9810
+ value: "thin",
9811
+ valueType: "alias"
9812
+ },
9813
+ "invalid&pressed": {
9814
+ type: "borderWidths",
9815
+ value: "thin",
9816
+ valueType: "alias"
9817
+ },
9818
+ "invalid&readonly": {
9819
+ type: "borderWidths",
9820
+ value: "thin",
9821
+ valueType: "alias"
9822
+ },
9823
+ "invalid&readonly&focus-within": {
9824
+ type: "borderWidths",
9825
+ value: "thin",
9826
+ valueType: "alias"
9827
+ },
9828
+ "invalid&readonly&focus-within&hover": {
9829
+ type: "borderWidths",
9830
+ value: "thin",
9831
+ valueType: "alias"
9832
+ },
9833
+ "invalid&readonly&focus-within&pressed": {
9834
+ type: "borderWidths",
9835
+ value: "thin",
9836
+ valueType: "alias"
9837
+ },
9838
+ "invalid&readonly&hover": {
9839
+ type: "borderWidths",
9840
+ value: "thin",
9841
+ valueType: "alias"
9842
+ },
9843
+ "invalid&readonly&pressed": {
9844
+ type: "borderWidths",
9845
+ value: "thin",
9846
+ valueType: "alias"
9847
+ },
9593
9848
  pressed: {
9594
9849
  type: "borderWidths",
9595
9850
  value: "thin",
9596
9851
  valueType: "alias"
9597
9852
  },
9853
+ readonly: {
9854
+ type: "borderWidths",
9855
+ value: "thin",
9856
+ valueType: "alias"
9857
+ },
9858
+ "readonly&focus-within": {
9859
+ type: "borderWidths",
9860
+ value: "thin",
9861
+ valueType: "alias"
9862
+ },
9863
+ "readonly&focus-within&hover": {
9864
+ type: "borderWidths",
9865
+ value: "thin",
9866
+ valueType: "alias"
9867
+ },
9868
+ "readonly&focus-within&pressed": {
9869
+ type: "borderWidths",
9870
+ value: "thin",
9871
+ valueType: "alias"
9872
+ },
9873
+ "readonly&hover": {
9874
+ type: "borderWidths",
9875
+ value: "thin",
9876
+ valueType: "alias"
9877
+ },
9878
+ "readonly&pressed": {
9879
+ type: "borderWidths",
9880
+ value: "thin",
9881
+ valueType: "alias"
9882
+ },
9598
9883
  rest: {
9599
9884
  type: "borderWidths",
9600
9885
  value: "thin",
9601
9886
  valueType: "alias"
9602
9887
  }
9603
- },
9888
+ }
9889
+ },
9890
+ "size/lg/inputWrapperStatic": {
9604
9891
  gap: { rest: {
9605
9892
  type: "spacingAliases",
9606
9893
  value: "3",
@@ -9616,18 +9903,11 @@ const defaultUniversalTokensConfigAuto = {
9616
9903
  value: "3.5",
9617
9904
  valueType: "alias"
9618
9905
  } },
9619
- textVariant: {
9620
- hover: {
9621
- type: "textVariants",
9622
- value: "label2",
9623
- valueType: "alias"
9624
- },
9625
- rest: {
9626
- type: "textVariants",
9627
- value: "label2",
9628
- valueType: "alias"
9629
- }
9630
- }
9906
+ textVariant: { rest: {
9907
+ type: "textVariants",
9908
+ value: "label2",
9909
+ valueType: "alias"
9910
+ } }
9631
9911
  },
9632
9912
  "size/lg/label": { textVariant: { rest: {
9633
9913
  type: "textVariants",
@@ -9660,57 +9940,274 @@ const defaultUniversalTokensConfigAuto = {
9660
9940
  value: "6",
9661
9941
  valueType: "alias"
9662
9942
  } } },
9663
- "size/md/inputWrapper": {
9664
- borderRadius: { rest: {
9665
- type: "borderRadii",
9666
- value: "md",
9667
- valueType: "alias"
9668
- } },
9669
- borderWidth: {
9670
- invalid: {
9671
- type: "borderWidths",
9672
- value: "thin",
9943
+ "size/md/inputWrapperDynamic": {
9944
+ borderRadius: {
9945
+ "focus-within": {
9946
+ type: "borderRadii",
9947
+ value: "md",
9673
9948
  valueType: "alias"
9674
9949
  },
9675
- pressed: {
9676
- type: "borderWidths",
9677
- value: "thin",
9950
+ "focus-within&hover": {
9951
+ type: "borderRadii",
9952
+ value: "md",
9678
9953
  valueType: "alias"
9679
9954
  },
9680
- rest: {
9681
- type: "borderWidths",
9682
- value: "thin",
9955
+ "focus-within&pressed": {
9956
+ type: "borderRadii",
9957
+ value: "md",
9683
9958
  valueType: "alias"
9684
- }
9685
- },
9686
- gap: { rest: {
9687
- type: "spacingAliases",
9688
- value: "3",
9689
- valueType: "alias"
9690
- } },
9691
- spacingHorizontal: { rest: {
9692
- type: "spacingAliases",
9693
- value: "3.5",
9694
- valueType: "alias"
9695
- } },
9696
- spacingVertical: { rest: {
9697
- type: "spacingAliases",
9698
- value: "2",
9699
- valueType: "alias"
9700
- } },
9701
- textVariant: {
9959
+ },
9702
9960
  hover: {
9703
- type: "textVariants",
9704
- value: "label2",
9961
+ type: "borderRadii",
9962
+ value: "md",
9963
+ valueType: "alias"
9964
+ },
9965
+ invalid: {
9966
+ type: "borderRadii",
9967
+ value: "md",
9968
+ valueType: "alias"
9969
+ },
9970
+ "invalid&focus-within": {
9971
+ type: "borderRadii",
9972
+ value: "md",
9973
+ valueType: "alias"
9974
+ },
9975
+ "invalid&focus-within&hover": {
9976
+ type: "borderRadii",
9977
+ value: "md",
9978
+ valueType: "alias"
9979
+ },
9980
+ "invalid&focus-within&pressed": {
9981
+ type: "borderRadii",
9982
+ value: "md",
9983
+ valueType: "alias"
9984
+ },
9985
+ "invalid&hover": {
9986
+ type: "borderRadii",
9987
+ value: "md",
9988
+ valueType: "alias"
9989
+ },
9990
+ "invalid&pressed": {
9991
+ type: "borderRadii",
9992
+ value: "md",
9993
+ valueType: "alias"
9994
+ },
9995
+ "invalid&readonly": {
9996
+ type: "borderRadii",
9997
+ value: "md",
9998
+ valueType: "alias"
9999
+ },
10000
+ "invalid&readonly&focus-within": {
10001
+ type: "borderRadii",
10002
+ value: "md",
10003
+ valueType: "alias"
10004
+ },
10005
+ "invalid&readonly&focus-within&hover": {
10006
+ type: "borderRadii",
10007
+ value: "md",
10008
+ valueType: "alias"
10009
+ },
10010
+ "invalid&readonly&focus-within&pressed": {
10011
+ type: "borderRadii",
10012
+ value: "md",
10013
+ valueType: "alias"
10014
+ },
10015
+ "invalid&readonly&hover": {
10016
+ type: "borderRadii",
10017
+ value: "md",
10018
+ valueType: "alias"
10019
+ },
10020
+ "invalid&readonly&pressed": {
10021
+ type: "borderRadii",
10022
+ value: "md",
10023
+ valueType: "alias"
10024
+ },
10025
+ pressed: {
10026
+ type: "borderRadii",
10027
+ value: "md",
10028
+ valueType: "alias"
10029
+ },
10030
+ readonly: {
10031
+ type: "borderRadii",
10032
+ value: "md",
10033
+ valueType: "alias"
10034
+ },
10035
+ "readonly&focus-within": {
10036
+ type: "borderRadii",
10037
+ value: "md",
10038
+ valueType: "alias"
10039
+ },
10040
+ "readonly&focus-within&hover": {
10041
+ type: "borderRadii",
10042
+ value: "md",
10043
+ valueType: "alias"
10044
+ },
10045
+ "readonly&focus-within&pressed": {
10046
+ type: "borderRadii",
10047
+ value: "md",
10048
+ valueType: "alias"
10049
+ },
10050
+ "readonly&hover": {
10051
+ type: "borderRadii",
10052
+ value: "md",
10053
+ valueType: "alias"
10054
+ },
10055
+ "readonly&pressed": {
10056
+ type: "borderRadii",
10057
+ value: "md",
10058
+ valueType: "alias"
10059
+ },
10060
+ rest: {
10061
+ type: "borderRadii",
10062
+ value: "md",
10063
+ valueType: "alias"
10064
+ }
10065
+ },
10066
+ borderWidth: {
10067
+ "focus-within": {
10068
+ type: "borderWidths",
10069
+ value: "thin",
10070
+ valueType: "alias"
10071
+ },
10072
+ "focus-within&hover": {
10073
+ type: "borderWidths",
10074
+ value: "thin",
10075
+ valueType: "alias"
10076
+ },
10077
+ "focus-within&pressed": {
10078
+ type: "borderWidths",
10079
+ value: "thin",
10080
+ valueType: "alias"
10081
+ },
10082
+ hover: {
10083
+ type: "borderWidths",
10084
+ value: "thin",
10085
+ valueType: "alias"
10086
+ },
10087
+ invalid: {
10088
+ type: "borderWidths",
10089
+ value: "thin",
10090
+ valueType: "alias"
10091
+ },
10092
+ "invalid&focus-within": {
10093
+ type: "borderWidths",
10094
+ value: "thin",
10095
+ valueType: "alias"
10096
+ },
10097
+ "invalid&focus-within&hover": {
10098
+ type: "borderWidths",
10099
+ value: "thin",
10100
+ valueType: "alias"
10101
+ },
10102
+ "invalid&focus-within&pressed": {
10103
+ type: "borderWidths",
10104
+ value: "thin",
10105
+ valueType: "alias"
10106
+ },
10107
+ "invalid&hover": {
10108
+ type: "borderWidths",
10109
+ value: "thin",
10110
+ valueType: "alias"
10111
+ },
10112
+ "invalid&pressed": {
10113
+ type: "borderWidths",
10114
+ value: "thin",
10115
+ valueType: "alias"
10116
+ },
10117
+ "invalid&readonly": {
10118
+ type: "borderWidths",
10119
+ value: "thin",
10120
+ valueType: "alias"
10121
+ },
10122
+ "invalid&readonly&focus-within": {
10123
+ type: "borderWidths",
10124
+ value: "thin",
10125
+ valueType: "alias"
10126
+ },
10127
+ "invalid&readonly&focus-within&hover": {
10128
+ type: "borderWidths",
10129
+ value: "thin",
10130
+ valueType: "alias"
10131
+ },
10132
+ "invalid&readonly&focus-within&pressed": {
10133
+ type: "borderWidths",
10134
+ value: "thin",
10135
+ valueType: "alias"
10136
+ },
10137
+ "invalid&readonly&hover": {
10138
+ type: "borderWidths",
10139
+ value: "thin",
10140
+ valueType: "alias"
10141
+ },
10142
+ "invalid&readonly&pressed": {
10143
+ type: "borderWidths",
10144
+ value: "thin",
10145
+ valueType: "alias"
10146
+ },
10147
+ pressed: {
10148
+ type: "borderWidths",
10149
+ value: "thin",
10150
+ valueType: "alias"
10151
+ },
10152
+ readonly: {
10153
+ type: "borderWidths",
10154
+ value: "thin",
10155
+ valueType: "alias"
10156
+ },
10157
+ "readonly&focus-within": {
10158
+ type: "borderWidths",
10159
+ value: "thin",
10160
+ valueType: "alias"
10161
+ },
10162
+ "readonly&focus-within&hover": {
10163
+ type: "borderWidths",
10164
+ value: "thin",
10165
+ valueType: "alias"
10166
+ },
10167
+ "readonly&focus-within&pressed": {
10168
+ type: "borderWidths",
10169
+ value: "thin",
10170
+ valueType: "alias"
10171
+ },
10172
+ "readonly&hover": {
10173
+ type: "borderWidths",
10174
+ value: "thin",
10175
+ valueType: "alias"
10176
+ },
10177
+ "readonly&pressed": {
10178
+ type: "borderWidths",
10179
+ value: "thin",
9705
10180
  valueType: "alias"
9706
10181
  },
9707
10182
  rest: {
9708
- type: "textVariants",
9709
- value: "label2",
10183
+ type: "borderWidths",
10184
+ value: "thin",
9710
10185
  valueType: "alias"
9711
10186
  }
9712
10187
  }
9713
10188
  },
10189
+ "size/md/inputWrapperStatic": {
10190
+ gap: { rest: {
10191
+ type: "spacingAliases",
10192
+ value: "3",
10193
+ valueType: "alias"
10194
+ } },
10195
+ spacingHorizontal: { rest: {
10196
+ type: "spacingAliases",
10197
+ value: "3.5",
10198
+ valueType: "alias"
10199
+ } },
10200
+ spacingVertical: { rest: {
10201
+ type: "spacingAliases",
10202
+ value: "2",
10203
+ valueType: "alias"
10204
+ } },
10205
+ textVariant: { rest: {
10206
+ type: "textVariants",
10207
+ value: "label2",
10208
+ valueType: "alias"
10209
+ } }
10210
+ },
9714
10211
  "size/md/label": { textVariant: { rest: {
9715
10212
  type: "textVariants",
9716
10213
  value: "label4",
@@ -9722,90 +10219,240 @@ const defaultUniversalTokensConfigAuto = {
9722
10219
  value: "md",
9723
10220
  valueType: "alias"
9724
10221
  } } },
9725
- "variant/default/value/empty/endIcon": { color: {
9726
- disabled: {
10222
+ "variant/default/endIcon": { color: {
10223
+ "focus-within": {
10224
+ type: "foregroundPaletteColors",
10225
+ value: "muted",
10226
+ valueType: "alias"
10227
+ },
10228
+ "focus-within&hover": {
10229
+ type: "foregroundPaletteColors",
10230
+ value: "muted",
10231
+ valueType: "alias"
10232
+ },
10233
+ "focus-within&pressed": {
10234
+ type: "foregroundPaletteColors",
10235
+ value: "muted",
10236
+ valueType: "alias"
10237
+ },
10238
+ hover: {
10239
+ type: "foregroundPaletteColors",
10240
+ value: "muted",
10241
+ valueType: "alias"
10242
+ },
10243
+ invalid: {
10244
+ type: "foregroundPaletteColors",
10245
+ value: "muted",
10246
+ valueType: "alias"
10247
+ },
10248
+ "invalid&focus-within": {
10249
+ type: "foregroundPaletteColors",
10250
+ value: "muted",
10251
+ valueType: "alias"
10252
+ },
10253
+ "invalid&focus-within&hover": {
10254
+ type: "foregroundPaletteColors",
10255
+ value: "muted",
10256
+ valueType: "alias"
10257
+ },
10258
+ "invalid&focus-within&pressed": {
10259
+ type: "foregroundPaletteColors",
10260
+ value: "muted",
10261
+ valueType: "alias"
10262
+ },
10263
+ "invalid&hover": {
10264
+ type: "foregroundPaletteColors",
10265
+ value: "muted",
10266
+ valueType: "alias"
10267
+ },
10268
+ "invalid&pressed": {
10269
+ type: "foregroundPaletteColors",
10270
+ value: "muted",
10271
+ valueType: "alias"
10272
+ },
10273
+ "invalid&readonly": {
9727
10274
  type: "foregroundPaletteColors",
9728
10275
  value: "muted",
9729
10276
  valueType: "alias"
9730
10277
  },
10278
+ "invalid&readonly&focus-within": {
10279
+ type: "foregroundPaletteColors",
10280
+ value: "muted",
10281
+ valueType: "alias"
10282
+ },
10283
+ "invalid&readonly&focus-within&hover": {
10284
+ type: "foregroundPaletteColors",
10285
+ value: "muted",
10286
+ valueType: "alias"
10287
+ },
10288
+ "invalid&readonly&focus-within&pressed": {
10289
+ type: "foregroundPaletteColors",
10290
+ value: "muted",
10291
+ valueType: "alias"
10292
+ },
10293
+ "invalid&readonly&hover": {
10294
+ type: "foregroundPaletteColors",
10295
+ value: "muted",
10296
+ valueType: "alias"
10297
+ },
10298
+ "invalid&readonly&pressed": {
10299
+ type: "foregroundPaletteColors",
10300
+ value: "muted",
10301
+ valueType: "alias"
10302
+ },
10303
+ pressed: {
10304
+ type: "foregroundPaletteColors",
10305
+ value: "muted",
10306
+ valueType: "alias"
10307
+ },
10308
+ readonly: {
10309
+ type: "foregroundPaletteColors",
10310
+ value: "muted",
10311
+ valueType: "alias"
10312
+ },
10313
+ "readonly&focus-within": {
10314
+ type: "foregroundPaletteColors",
10315
+ value: "muted",
10316
+ valueType: "alias"
10317
+ },
10318
+ "readonly&focus-within&hover": {
10319
+ type: "foregroundPaletteColors",
10320
+ value: "muted",
10321
+ valueType: "alias"
10322
+ },
10323
+ "readonly&focus-within&pressed": {
10324
+ type: "foregroundPaletteColors",
10325
+ value: "muted",
10326
+ valueType: "alias"
10327
+ },
10328
+ "readonly&hover": {
10329
+ type: "foregroundPaletteColors",
10330
+ value: "muted",
10331
+ valueType: "alias"
10332
+ },
10333
+ "readonly&pressed": {
10334
+ type: "foregroundPaletteColors",
10335
+ value: "muted",
10336
+ valueType: "alias"
10337
+ },
10338
+ rest: {
10339
+ type: "foregroundPaletteColors",
10340
+ value: "muted",
10341
+ valueType: "alias"
10342
+ }
10343
+ } },
10344
+ "variant/default/helperIcon": { color: {
9731
10345
  "focus-within": {
9732
10346
  type: "foregroundPaletteColors",
9733
10347
  value: "muted",
9734
10348
  valueType: "alias"
9735
10349
  },
9736
- hover: {
10350
+ "focus-within&hover": {
10351
+ type: "foregroundPaletteColors",
10352
+ value: "muted",
10353
+ valueType: "alias"
10354
+ },
10355
+ "focus-within&pressed": {
10356
+ type: "foregroundPaletteColors",
10357
+ value: "muted",
10358
+ valueType: "alias"
10359
+ },
10360
+ hover: {
10361
+ type: "foregroundPaletteColors",
10362
+ value: "muted",
10363
+ valueType: "alias"
10364
+ },
10365
+ invalid: {
10366
+ type: "foregroundPaletteColors",
10367
+ value: "muted",
10368
+ valueType: "alias"
10369
+ },
10370
+ "invalid&focus-within": {
10371
+ type: "foregroundPaletteColors",
10372
+ value: "muted",
10373
+ valueType: "alias"
10374
+ },
10375
+ "invalid&focus-within&hover": {
10376
+ type: "foregroundPaletteColors",
10377
+ value: "muted",
10378
+ valueType: "alias"
10379
+ },
10380
+ "invalid&focus-within&pressed": {
10381
+ type: "foregroundPaletteColors",
10382
+ value: "muted",
10383
+ valueType: "alias"
10384
+ },
10385
+ "invalid&hover": {
9737
10386
  type: "foregroundPaletteColors",
9738
10387
  value: "muted",
9739
10388
  valueType: "alias"
9740
10389
  },
9741
- invalid: {
10390
+ "invalid&pressed": {
9742
10391
  type: "foregroundPaletteColors",
9743
10392
  value: "muted",
9744
10393
  valueType: "alias"
9745
10394
  },
9746
- "invalid&hover": {
10395
+ "invalid&readonly": {
9747
10396
  type: "foregroundPaletteColors",
9748
10397
  value: "muted",
9749
10398
  valueType: "alias"
9750
10399
  },
9751
- "invalid&pressed": {
10400
+ "invalid&readonly&focus-within": {
9752
10401
  type: "foregroundPaletteColors",
9753
10402
  value: "muted",
9754
10403
  valueType: "alias"
9755
10404
  },
9756
- pressed: {
10405
+ "invalid&readonly&focus-within&hover": {
9757
10406
  type: "foregroundPaletteColors",
9758
10407
  value: "muted",
9759
10408
  valueType: "alias"
9760
10409
  },
9761
- readonly: {
10410
+ "invalid&readonly&focus-within&pressed": {
9762
10411
  type: "foregroundPaletteColors",
9763
10412
  value: "muted",
9764
10413
  valueType: "alias"
9765
10414
  },
9766
- rest: {
10415
+ "invalid&readonly&hover": {
9767
10416
  type: "foregroundPaletteColors",
9768
10417
  value: "muted",
9769
10418
  valueType: "alias"
9770
- }
9771
- } },
9772
- "variant/default/value/empty/helperIcon": { color: {
9773
- disabled: {
10419
+ },
10420
+ "invalid&readonly&pressed": {
9774
10421
  type: "foregroundPaletteColors",
9775
10422
  value: "muted",
9776
10423
  valueType: "alias"
9777
10424
  },
9778
- "focus-within": {
10425
+ pressed: {
9779
10426
  type: "foregroundPaletteColors",
9780
10427
  value: "muted",
9781
10428
  valueType: "alias"
9782
10429
  },
9783
- hover: {
10430
+ readonly: {
9784
10431
  type: "foregroundPaletteColors",
9785
10432
  value: "muted",
9786
10433
  valueType: "alias"
9787
10434
  },
9788
- invalid: {
10435
+ "readonly&focus-within": {
9789
10436
  type: "foregroundPaletteColors",
9790
10437
  value: "muted",
9791
10438
  valueType: "alias"
9792
10439
  },
9793
- "invalid&hover": {
10440
+ "readonly&focus-within&hover": {
9794
10441
  type: "foregroundPaletteColors",
9795
10442
  value: "muted",
9796
10443
  valueType: "alias"
9797
10444
  },
9798
- "invalid&pressed": {
10445
+ "readonly&focus-within&pressed": {
9799
10446
  type: "foregroundPaletteColors",
9800
10447
  value: "muted",
9801
10448
  valueType: "alias"
9802
10449
  },
9803
- pressed: {
10450
+ "readonly&hover": {
9804
10451
  type: "foregroundPaletteColors",
9805
10452
  value: "muted",
9806
10453
  valueType: "alias"
9807
10454
  },
9808
- readonly: {
10455
+ "readonly&pressed": {
9809
10456
  type: "foregroundPaletteColors",
9810
10457
  value: "muted",
9811
10458
  valueType: "alias"
@@ -9816,13 +10463,18 @@ const defaultUniversalTokensConfigAuto = {
9816
10463
  valueType: "alias"
9817
10464
  }
9818
10465
  } },
9819
- "variant/default/value/empty/helperText": { color: {
9820
- disabled: {
10466
+ "variant/default/helperText": { color: {
10467
+ "focus-within": {
9821
10468
  type: "foregroundPaletteColors",
9822
10469
  value: "brand",
9823
10470
  valueType: "alias"
9824
10471
  },
9825
- "focus-within": {
10472
+ "focus-within&hover": {
10473
+ type: "foregroundPaletteColors",
10474
+ value: "brand",
10475
+ valueType: "alias"
10476
+ },
10477
+ "focus-within&pressed": {
9826
10478
  type: "foregroundPaletteColors",
9827
10479
  value: "brand",
9828
10480
  valueType: "alias"
@@ -9837,6 +10489,21 @@ const defaultUniversalTokensConfigAuto = {
9837
10489
  value: "brand",
9838
10490
  valueType: "alias"
9839
10491
  },
10492
+ "invalid&focus-within": {
10493
+ type: "foregroundPaletteColors",
10494
+ value: "brand",
10495
+ valueType: "alias"
10496
+ },
10497
+ "invalid&focus-within&hover": {
10498
+ type: "foregroundPaletteColors",
10499
+ value: "brand",
10500
+ valueType: "alias"
10501
+ },
10502
+ "invalid&focus-within&pressed": {
10503
+ type: "foregroundPaletteColors",
10504
+ value: "brand",
10505
+ valueType: "alias"
10506
+ },
9840
10507
  "invalid&hover": {
9841
10508
  type: "foregroundPaletteColors",
9842
10509
  value: "brand",
@@ -9847,6 +10514,36 @@ const defaultUniversalTokensConfigAuto = {
9847
10514
  value: "brand",
9848
10515
  valueType: "alias"
9849
10516
  },
10517
+ "invalid&readonly": {
10518
+ type: "foregroundPaletteColors",
10519
+ value: "brand",
10520
+ valueType: "alias"
10521
+ },
10522
+ "invalid&readonly&focus-within": {
10523
+ type: "foregroundPaletteColors",
10524
+ value: "brand",
10525
+ valueType: "alias"
10526
+ },
10527
+ "invalid&readonly&focus-within&hover": {
10528
+ type: "foregroundPaletteColors",
10529
+ value: "brand",
10530
+ valueType: "alias"
10531
+ },
10532
+ "invalid&readonly&focus-within&pressed": {
10533
+ type: "foregroundPaletteColors",
10534
+ value: "brand",
10535
+ valueType: "alias"
10536
+ },
10537
+ "invalid&readonly&hover": {
10538
+ type: "foregroundPaletteColors",
10539
+ value: "brand",
10540
+ valueType: "alias"
10541
+ },
10542
+ "invalid&readonly&pressed": {
10543
+ type: "foregroundPaletteColors",
10544
+ value: "brand",
10545
+ valueType: "alias"
10546
+ },
9850
10547
  pressed: {
9851
10548
  type: "foregroundPaletteColors",
9852
10549
  value: "brand",
@@ -9857,19 +10554,49 @@ const defaultUniversalTokensConfigAuto = {
9857
10554
  value: "brand",
9858
10555
  valueType: "alias"
9859
10556
  },
10557
+ "readonly&focus-within": {
10558
+ type: "foregroundPaletteColors",
10559
+ value: "brand",
10560
+ valueType: "alias"
10561
+ },
10562
+ "readonly&focus-within&hover": {
10563
+ type: "foregroundPaletteColors",
10564
+ value: "brand",
10565
+ valueType: "alias"
10566
+ },
10567
+ "readonly&focus-within&pressed": {
10568
+ type: "foregroundPaletteColors",
10569
+ value: "brand",
10570
+ valueType: "alias"
10571
+ },
10572
+ "readonly&hover": {
10573
+ type: "foregroundPaletteColors",
10574
+ value: "brand",
10575
+ valueType: "alias"
10576
+ },
10577
+ "readonly&pressed": {
10578
+ type: "foregroundPaletteColors",
10579
+ value: "brand",
10580
+ valueType: "alias"
10581
+ },
9860
10582
  rest: {
9861
10583
  type: "foregroundPaletteColors",
9862
10584
  value: "brand",
9863
10585
  valueType: "alias"
9864
10586
  }
9865
10587
  } },
9866
- "variant/default/value/empty/input": { color: {
9867
- disabled: {
10588
+ "variant/default/input": { color: {
10589
+ "focus-within": {
9868
10590
  type: "foregroundPaletteColors",
9869
10591
  value: "muted",
9870
10592
  valueType: "alias"
9871
10593
  },
9872
- "focus-within": {
10594
+ "focus-within&hover": {
10595
+ type: "foregroundPaletteColors",
10596
+ value: "muted",
10597
+ valueType: "alias"
10598
+ },
10599
+ "focus-within&pressed": {
9873
10600
  type: "foregroundPaletteColors",
9874
10601
  value: "muted",
9875
10602
  valueType: "alias"
@@ -9884,6 +10611,21 @@ const defaultUniversalTokensConfigAuto = {
9884
10611
  value: "muted",
9885
10612
  valueType: "alias"
9886
10613
  },
10614
+ "invalid&focus-within": {
10615
+ type: "foregroundPaletteColors",
10616
+ value: "muted",
10617
+ valueType: "alias"
10618
+ },
10619
+ "invalid&focus-within&hover": {
10620
+ type: "foregroundPaletteColors",
10621
+ value: "muted",
10622
+ valueType: "alias"
10623
+ },
10624
+ "invalid&focus-within&pressed": {
10625
+ type: "foregroundPaletteColors",
10626
+ value: "muted",
10627
+ valueType: "alias"
10628
+ },
9887
10629
  "invalid&hover": {
9888
10630
  type: "foregroundPaletteColors",
9889
10631
  value: "muted",
@@ -9894,6 +10636,36 @@ const defaultUniversalTokensConfigAuto = {
9894
10636
  value: "muted",
9895
10637
  valueType: "alias"
9896
10638
  },
10639
+ "invalid&readonly": {
10640
+ type: "foregroundPaletteColors",
10641
+ value: "muted",
10642
+ valueType: "alias"
10643
+ },
10644
+ "invalid&readonly&focus-within": {
10645
+ type: "foregroundPaletteColors",
10646
+ value: "muted",
10647
+ valueType: "alias"
10648
+ },
10649
+ "invalid&readonly&focus-within&hover": {
10650
+ type: "foregroundPaletteColors",
10651
+ value: "muted",
10652
+ valueType: "alias"
10653
+ },
10654
+ "invalid&readonly&focus-within&pressed": {
10655
+ type: "foregroundPaletteColors",
10656
+ value: "muted",
10657
+ valueType: "alias"
10658
+ },
10659
+ "invalid&readonly&hover": {
10660
+ type: "foregroundPaletteColors",
10661
+ value: "muted",
10662
+ valueType: "alias"
10663
+ },
10664
+ "invalid&readonly&pressed": {
10665
+ type: "foregroundPaletteColors",
10666
+ value: "muted",
10667
+ valueType: "alias"
10668
+ },
9897
10669
  pressed: {
9898
10670
  type: "foregroundPaletteColors",
9899
10671
  value: "muted",
@@ -9904,19 +10676,49 @@ const defaultUniversalTokensConfigAuto = {
9904
10676
  value: "muted",
9905
10677
  valueType: "alias"
9906
10678
  },
10679
+ "readonly&focus-within": {
10680
+ type: "foregroundPaletteColors",
10681
+ value: "muted",
10682
+ valueType: "alias"
10683
+ },
10684
+ "readonly&focus-within&hover": {
10685
+ type: "foregroundPaletteColors",
10686
+ value: "muted",
10687
+ valueType: "alias"
10688
+ },
10689
+ "readonly&focus-within&pressed": {
10690
+ type: "foregroundPaletteColors",
10691
+ value: "muted",
10692
+ valueType: "alias"
10693
+ },
10694
+ "readonly&hover": {
10695
+ type: "foregroundPaletteColors",
10696
+ value: "muted",
10697
+ valueType: "alias"
10698
+ },
10699
+ "readonly&pressed": {
10700
+ type: "foregroundPaletteColors",
10701
+ value: "muted",
10702
+ valueType: "alias"
10703
+ },
9907
10704
  rest: {
9908
10705
  type: "foregroundPaletteColors",
9909
10706
  value: "muted",
9910
10707
  valueType: "alias"
9911
10708
  }
9912
10709
  } },
9913
- "variant/default/value/empty/inputPlaceholder": { color: {
9914
- disabled: {
10710
+ "variant/default/inputPlaceholder": { color: {
10711
+ "focus-within": {
9915
10712
  type: "foregroundPaletteColors",
9916
10713
  value: "muted",
9917
10714
  valueType: "alias"
9918
10715
  },
9919
- "focus-within": {
10716
+ "focus-within&hover": {
10717
+ type: "foregroundPaletteColors",
10718
+ value: "muted",
10719
+ valueType: "alias"
10720
+ },
10721
+ "focus-within&pressed": {
9920
10722
  type: "foregroundPaletteColors",
9921
10723
  value: "muted",
9922
10724
  valueType: "alias"
@@ -9931,6 +10733,21 @@ const defaultUniversalTokensConfigAuto = {
9931
10733
  value: "muted",
9932
10734
  valueType: "alias"
9933
10735
  },
10736
+ "invalid&focus-within": {
10737
+ type: "foregroundPaletteColors",
10738
+ value: "muted",
10739
+ valueType: "alias"
10740
+ },
10741
+ "invalid&focus-within&hover": {
10742
+ type: "foregroundPaletteColors",
10743
+ value: "muted",
10744
+ valueType: "alias"
10745
+ },
10746
+ "invalid&focus-within&pressed": {
10747
+ type: "foregroundPaletteColors",
10748
+ value: "muted",
10749
+ valueType: "alias"
10750
+ },
9934
10751
  "invalid&hover": {
9935
10752
  type: "foregroundPaletteColors",
9936
10753
  value: "muted",
@@ -9941,6 +10758,36 @@ const defaultUniversalTokensConfigAuto = {
9941
10758
  value: "muted",
9942
10759
  valueType: "alias"
9943
10760
  },
10761
+ "invalid&readonly": {
10762
+ type: "foregroundPaletteColors",
10763
+ value: "muted",
10764
+ valueType: "alias"
10765
+ },
10766
+ "invalid&readonly&focus-within": {
10767
+ type: "foregroundPaletteColors",
10768
+ value: "muted",
10769
+ valueType: "alias"
10770
+ },
10771
+ "invalid&readonly&focus-within&hover": {
10772
+ type: "foregroundPaletteColors",
10773
+ value: "muted",
10774
+ valueType: "alias"
10775
+ },
10776
+ "invalid&readonly&focus-within&pressed": {
10777
+ type: "foregroundPaletteColors",
10778
+ value: "muted",
10779
+ valueType: "alias"
10780
+ },
10781
+ "invalid&readonly&hover": {
10782
+ type: "foregroundPaletteColors",
10783
+ value: "muted",
10784
+ valueType: "alias"
10785
+ },
10786
+ "invalid&readonly&pressed": {
10787
+ type: "foregroundPaletteColors",
10788
+ value: "muted",
10789
+ valueType: "alias"
10790
+ },
9944
10791
  pressed: {
9945
10792
  type: "foregroundPaletteColors",
9946
10793
  value: "muted",
@@ -9951,40 +10798,115 @@ const defaultUniversalTokensConfigAuto = {
9951
10798
  value: "muted",
9952
10799
  valueType: "alias"
9953
10800
  },
10801
+ "readonly&focus-within": {
10802
+ type: "foregroundPaletteColors",
10803
+ value: "muted",
10804
+ valueType: "alias"
10805
+ },
10806
+ "readonly&focus-within&hover": {
10807
+ type: "foregroundPaletteColors",
10808
+ value: "muted",
10809
+ valueType: "alias"
10810
+ },
10811
+ "readonly&focus-within&pressed": {
10812
+ type: "foregroundPaletteColors",
10813
+ value: "muted",
10814
+ valueType: "alias"
10815
+ },
10816
+ "readonly&hover": {
10817
+ type: "foregroundPaletteColors",
10818
+ value: "muted",
10819
+ valueType: "alias"
10820
+ },
10821
+ "readonly&pressed": {
10822
+ type: "foregroundPaletteColors",
10823
+ value: "muted",
10824
+ valueType: "alias"
10825
+ },
9954
10826
  rest: {
9955
10827
  type: "foregroundPaletteColors",
9956
10828
  value: "muted",
9957
10829
  valueType: "alias"
9958
10830
  }
9959
10831
  } },
9960
- "variant/default/value/empty/inputWrapper": {
10832
+ "variant/default/inputWrapper": {
9961
10833
  backgroundColor: {
9962
- disabled: {
10834
+ "focus-within": {
10835
+ type: "backgroundPaletteColors",
10836
+ value: "primary",
10837
+ valueType: "alias"
10838
+ },
10839
+ "focus-within&hover": {
10840
+ type: "backgroundPaletteColors",
10841
+ value: "primary",
10842
+ valueType: "alias"
10843
+ },
10844
+ "focus-within&pressed": {
10845
+ type: "backgroundPaletteColors",
10846
+ value: "primary",
10847
+ valueType: "alias"
10848
+ },
10849
+ hover: {
10850
+ type: "backgroundPaletteColors",
10851
+ value: "primary",
10852
+ valueType: "alias"
10853
+ },
10854
+ invalid: {
10855
+ type: "backgroundPaletteColors",
10856
+ value: "primary",
10857
+ valueType: "alias"
10858
+ },
10859
+ "invalid&focus-within": {
10860
+ type: "backgroundPaletteColors",
10861
+ value: "primary",
10862
+ valueType: "alias"
10863
+ },
10864
+ "invalid&focus-within&hover": {
10865
+ type: "backgroundPaletteColors",
10866
+ value: "primary",
10867
+ valueType: "alias"
10868
+ },
10869
+ "invalid&focus-within&pressed": {
10870
+ type: "backgroundPaletteColors",
10871
+ value: "primary",
10872
+ valueType: "alias"
10873
+ },
10874
+ "invalid&hover": {
10875
+ type: "backgroundPaletteColors",
10876
+ value: "primary",
10877
+ valueType: "alias"
10878
+ },
10879
+ "invalid&pressed": {
10880
+ type: "backgroundPaletteColors",
10881
+ value: "primary",
10882
+ valueType: "alias"
10883
+ },
10884
+ "invalid&readonly": {
9963
10885
  type: "backgroundPaletteColors",
9964
10886
  value: "primary",
9965
10887
  valueType: "alias"
9966
10888
  },
9967
- "focus-within": {
10889
+ "invalid&readonly&focus-within": {
9968
10890
  type: "backgroundPaletteColors",
9969
10891
  value: "primary",
9970
10892
  valueType: "alias"
9971
10893
  },
9972
- hover: {
10894
+ "invalid&readonly&focus-within&hover": {
9973
10895
  type: "backgroundPaletteColors",
9974
10896
  value: "primary",
9975
10897
  valueType: "alias"
9976
10898
  },
9977
- invalid: {
10899
+ "invalid&readonly&focus-within&pressed": {
9978
10900
  type: "backgroundPaletteColors",
9979
10901
  value: "primary",
9980
10902
  valueType: "alias"
9981
10903
  },
9982
- "invalid&hover": {
10904
+ "invalid&readonly&hover": {
9983
10905
  type: "backgroundPaletteColors",
9984
10906
  value: "primary",
9985
10907
  valueType: "alias"
9986
10908
  },
9987
- "invalid&pressed": {
10909
+ "invalid&readonly&pressed": {
9988
10910
  type: "backgroundPaletteColors",
9989
10911
  value: "primary",
9990
10912
  valueType: "alias"
@@ -9999,6 +10921,31 @@ const defaultUniversalTokensConfigAuto = {
9999
10921
  value: "primary",
10000
10922
  valueType: "alias"
10001
10923
  },
10924
+ "readonly&focus-within": {
10925
+ type: "backgroundPaletteColors",
10926
+ value: "primary",
10927
+ valueType: "alias"
10928
+ },
10929
+ "readonly&focus-within&hover": {
10930
+ type: "backgroundPaletteColors",
10931
+ value: "primary",
10932
+ valueType: "alias"
10933
+ },
10934
+ "readonly&focus-within&pressed": {
10935
+ type: "backgroundPaletteColors",
10936
+ value: "primary",
10937
+ valueType: "alias"
10938
+ },
10939
+ "readonly&hover": {
10940
+ type: "backgroundPaletteColors",
10941
+ value: "primary",
10942
+ valueType: "alias"
10943
+ },
10944
+ "readonly&pressed": {
10945
+ type: "backgroundPaletteColors",
10946
+ value: "primary",
10947
+ valueType: "alias"
10948
+ },
10002
10949
  rest: {
10003
10950
  type: "backgroundPaletteColors",
10004
10951
  value: "primary",
@@ -10006,12 +10953,17 @@ const defaultUniversalTokensConfigAuto = {
10006
10953
  }
10007
10954
  },
10008
10955
  borderColor: {
10009
- disabled: {
10956
+ "focus-within": {
10010
10957
  type: "linePaletteColors",
10011
10958
  value: "tertiary",
10012
10959
  valueType: "alias"
10013
10960
  },
10014
- "focus-within": {
10961
+ "focus-within&hover": {
10962
+ type: "linePaletteColors",
10963
+ value: "tertiary",
10964
+ valueType: "alias"
10965
+ },
10966
+ "focus-within&pressed": {
10015
10967
  type: "linePaletteColors",
10016
10968
  value: "tertiary",
10017
10969
  valueType: "alias"
@@ -10026,6 +10978,21 @@ const defaultUniversalTokensConfigAuto = {
10026
10978
  value: "tertiary",
10027
10979
  valueType: "alias"
10028
10980
  },
10981
+ "invalid&focus-within": {
10982
+ type: "linePaletteColors",
10983
+ value: "tertiary",
10984
+ valueType: "alias"
10985
+ },
10986
+ "invalid&focus-within&hover": {
10987
+ type: "linePaletteColors",
10988
+ value: "tertiary",
10989
+ valueType: "alias"
10990
+ },
10991
+ "invalid&focus-within&pressed": {
10992
+ type: "linePaletteColors",
10993
+ value: "tertiary",
10994
+ valueType: "alias"
10995
+ },
10029
10996
  "invalid&hover": {
10030
10997
  type: "linePaletteColors",
10031
10998
  value: "tertiary",
@@ -10036,6 +11003,36 @@ const defaultUniversalTokensConfigAuto = {
10036
11003
  value: "tertiary",
10037
11004
  valueType: "alias"
10038
11005
  },
11006
+ "invalid&readonly": {
11007
+ type: "linePaletteColors",
11008
+ value: "tertiary",
11009
+ valueType: "alias"
11010
+ },
11011
+ "invalid&readonly&focus-within": {
11012
+ type: "linePaletteColors",
11013
+ value: "tertiary",
11014
+ valueType: "alias"
11015
+ },
11016
+ "invalid&readonly&focus-within&hover": {
11017
+ type: "linePaletteColors",
11018
+ value: "tertiary",
11019
+ valueType: "alias"
11020
+ },
11021
+ "invalid&readonly&focus-within&pressed": {
11022
+ type: "linePaletteColors",
11023
+ value: "tertiary",
11024
+ valueType: "alias"
11025
+ },
11026
+ "invalid&readonly&hover": {
11027
+ type: "linePaletteColors",
11028
+ value: "tertiary",
11029
+ valueType: "alias"
11030
+ },
11031
+ "invalid&readonly&pressed": {
11032
+ type: "linePaletteColors",
11033
+ value: "tertiary",
11034
+ valueType: "alias"
11035
+ },
10039
11036
  pressed: {
10040
11037
  type: "linePaletteColors",
10041
11038
  value: "tertiary",
@@ -10046,6 +11043,31 @@ const defaultUniversalTokensConfigAuto = {
10046
11043
  value: "tertiary",
10047
11044
  valueType: "alias"
10048
11045
  },
11046
+ "readonly&focus-within": {
11047
+ type: "linePaletteColors",
11048
+ value: "tertiary",
11049
+ valueType: "alias"
11050
+ },
11051
+ "readonly&focus-within&hover": {
11052
+ type: "linePaletteColors",
11053
+ value: "tertiary",
11054
+ valueType: "alias"
11055
+ },
11056
+ "readonly&focus-within&pressed": {
11057
+ type: "linePaletteColors",
11058
+ value: "tertiary",
11059
+ valueType: "alias"
11060
+ },
11061
+ "readonly&hover": {
11062
+ type: "linePaletteColors",
11063
+ value: "tertiary",
11064
+ valueType: "alias"
11065
+ },
11066
+ "readonly&pressed": {
11067
+ type: "linePaletteColors",
11068
+ value: "tertiary",
11069
+ valueType: "alias"
11070
+ },
10049
11071
  rest: {
10050
11072
  type: "linePaletteColors",
10051
11073
  value: "tertiary",
@@ -10053,108 +11075,18 @@ const defaultUniversalTokensConfigAuto = {
10053
11075
  }
10054
11076
  }
10055
11077
  },
10056
- "variant/default/value/empty/label": { color: {
10057
- disabled: {
10058
- type: "foregroundPaletteColors",
10059
- value: "muted",
10060
- valueType: "alias"
10061
- },
10062
- "focus-within": {
10063
- type: "foregroundPaletteColors",
10064
- value: "muted",
10065
- valueType: "alias"
10066
- },
10067
- hover: {
10068
- type: "foregroundPaletteColors",
10069
- value: "muted",
10070
- valueType: "alias"
10071
- },
10072
- invalid: {
10073
- type: "foregroundPaletteColors",
10074
- value: "muted",
10075
- valueType: "alias"
10076
- },
10077
- "invalid&hover": {
10078
- type: "foregroundPaletteColors",
10079
- value: "muted",
10080
- valueType: "alias"
10081
- },
10082
- "invalid&pressed": {
10083
- type: "foregroundPaletteColors",
10084
- value: "muted",
10085
- valueType: "alias"
10086
- },
10087
- pressed: {
10088
- type: "foregroundPaletteColors",
10089
- value: "muted",
10090
- valueType: "alias"
10091
- },
10092
- readonly: {
10093
- type: "foregroundPaletteColors",
10094
- value: "muted",
10095
- valueType: "alias"
10096
- },
10097
- rest: {
10098
- type: "foregroundPaletteColors",
10099
- value: "muted",
10100
- valueType: "alias"
10101
- }
10102
- } },
10103
- "variant/default/value/empty/labelRequired": { color: {
10104
- disabled: {
10105
- type: "foregroundPaletteColors",
10106
- value: "muted",
10107
- valueType: "alias"
10108
- },
11078
+ "variant/default/label": { color: {
10109
11079
  "focus-within": {
10110
11080
  type: "foregroundPaletteColors",
10111
11081
  value: "muted",
10112
11082
  valueType: "alias"
10113
11083
  },
10114
- hover: {
10115
- type: "foregroundPaletteColors",
10116
- value: "muted",
10117
- valueType: "alias"
10118
- },
10119
- invalid: {
10120
- type: "foregroundPaletteColors",
10121
- value: "muted",
10122
- valueType: "alias"
10123
- },
10124
- "invalid&hover": {
10125
- type: "foregroundPaletteColors",
10126
- value: "muted",
10127
- valueType: "alias"
10128
- },
10129
- "invalid&pressed": {
10130
- type: "foregroundPaletteColors",
10131
- value: "muted",
10132
- valueType: "alias"
10133
- },
10134
- pressed: {
10135
- type: "foregroundPaletteColors",
10136
- value: "muted",
10137
- valueType: "alias"
10138
- },
10139
- readonly: {
10140
- type: "foregroundPaletteColors",
10141
- value: "muted",
10142
- valueType: "alias"
10143
- },
10144
- rest: {
10145
- type: "foregroundPaletteColors",
10146
- value: "muted",
10147
- valueType: "alias"
10148
- }
10149
- } },
10150
- "variant/default/value/empty/root": {},
10151
- "variant/default/value/empty/startIcon": { color: {
10152
- disabled: {
11084
+ "focus-within&hover": {
10153
11085
  type: "foregroundPaletteColors",
10154
11086
  value: "muted",
10155
11087
  valueType: "alias"
10156
11088
  },
10157
- "focus-within": {
11089
+ "focus-within&pressed": {
10158
11090
  type: "foregroundPaletteColors",
10159
11091
  value: "muted",
10160
11092
  valueType: "alias"
@@ -10169,49 +11101,17 @@ const defaultUniversalTokensConfigAuto = {
10169
11101
  value: "muted",
10170
11102
  valueType: "alias"
10171
11103
  },
10172
- "invalid&hover": {
10173
- type: "foregroundPaletteColors",
10174
- value: "muted",
10175
- valueType: "alias"
10176
- },
10177
- "invalid&pressed": {
10178
- type: "foregroundPaletteColors",
10179
- value: "muted",
10180
- valueType: "alias"
10181
- },
10182
- pressed: {
10183
- type: "foregroundPaletteColors",
10184
- value: "muted",
10185
- valueType: "alias"
10186
- },
10187
- readonly: {
10188
- type: "foregroundPaletteColors",
10189
- value: "muted",
10190
- valueType: "alias"
10191
- },
10192
- rest: {
10193
- type: "foregroundPaletteColors",
10194
- value: "muted",
10195
- valueType: "alias"
10196
- }
10197
- } },
10198
- "variant/default/value/filled/endIcon": { color: {
10199
- disabled: {
10200
- type: "foregroundPaletteColors",
10201
- value: "muted",
10202
- valueType: "alias"
10203
- },
10204
- "focus-within": {
11104
+ "invalid&focus-within": {
10205
11105
  type: "foregroundPaletteColors",
10206
11106
  value: "muted",
10207
11107
  valueType: "alias"
10208
11108
  },
10209
- hover: {
11109
+ "invalid&focus-within&hover": {
10210
11110
  type: "foregroundPaletteColors",
10211
11111
  value: "muted",
10212
11112
  valueType: "alias"
10213
11113
  },
10214
- invalid: {
11114
+ "invalid&focus-within&pressed": {
10215
11115
  type: "foregroundPaletteColors",
10216
11116
  value: "muted",
10217
11117
  valueType: "alias"
@@ -10226,123 +11126,89 @@ const defaultUniversalTokensConfigAuto = {
10226
11126
  value: "muted",
10227
11127
  valueType: "alias"
10228
11128
  },
10229
- pressed: {
10230
- type: "foregroundPaletteColors",
10231
- value: "muted",
10232
- valueType: "alias"
10233
- },
10234
- readonly: {
10235
- type: "foregroundPaletteColors",
10236
- value: "muted",
10237
- valueType: "alias"
10238
- },
10239
- rest: {
10240
- type: "foregroundPaletteColors",
10241
- value: "muted",
10242
- valueType: "alias"
10243
- }
10244
- } },
10245
- "variant/default/value/filled/helperIcon": { color: {
10246
- disabled: {
10247
- type: "foregroundPaletteColors",
10248
- value: "muted",
10249
- valueType: "alias"
10250
- },
10251
- "focus-within": {
10252
- type: "foregroundPaletteColors",
10253
- value: "muted",
10254
- valueType: "alias"
10255
- },
10256
- hover: {
10257
- type: "foregroundPaletteColors",
10258
- value: "muted",
10259
- valueType: "alias"
10260
- },
10261
- invalid: {
10262
- type: "foregroundPaletteColors",
10263
- value: "muted",
10264
- valueType: "alias"
10265
- },
10266
- "invalid&hover": {
11129
+ "invalid&readonly": {
10267
11130
  type: "foregroundPaletteColors",
10268
11131
  value: "muted",
10269
11132
  valueType: "alias"
10270
11133
  },
10271
- "invalid&pressed": {
11134
+ "invalid&readonly&focus-within": {
10272
11135
  type: "foregroundPaletteColors",
10273
11136
  value: "muted",
10274
11137
  valueType: "alias"
10275
11138
  },
10276
- pressed: {
11139
+ "invalid&readonly&focus-within&hover": {
10277
11140
  type: "foregroundPaletteColors",
10278
11141
  value: "muted",
10279
11142
  valueType: "alias"
10280
11143
  },
10281
- readonly: {
11144
+ "invalid&readonly&focus-within&pressed": {
10282
11145
  type: "foregroundPaletteColors",
10283
11146
  value: "muted",
10284
11147
  valueType: "alias"
10285
11148
  },
10286
- rest: {
11149
+ "invalid&readonly&hover": {
10287
11150
  type: "foregroundPaletteColors",
10288
11151
  value: "muted",
10289
11152
  valueType: "alias"
10290
- }
10291
- } },
10292
- "variant/default/value/filled/helperText": { color: {
10293
- disabled: {
11153
+ },
11154
+ "invalid&readonly&pressed": {
10294
11155
  type: "foregroundPaletteColors",
10295
- value: "brand",
11156
+ value: "muted",
10296
11157
  valueType: "alias"
10297
11158
  },
10298
- "focus-within": {
11159
+ pressed: {
10299
11160
  type: "foregroundPaletteColors",
10300
- value: "brand",
11161
+ value: "muted",
10301
11162
  valueType: "alias"
10302
11163
  },
10303
- hover: {
11164
+ readonly: {
10304
11165
  type: "foregroundPaletteColors",
10305
- value: "brand",
11166
+ value: "muted",
10306
11167
  valueType: "alias"
10307
11168
  },
10308
- invalid: {
11169
+ "readonly&focus-within": {
10309
11170
  type: "foregroundPaletteColors",
10310
- value: "brand",
11171
+ value: "muted",
10311
11172
  valueType: "alias"
10312
11173
  },
10313
- "invalid&hover": {
11174
+ "readonly&focus-within&hover": {
10314
11175
  type: "foregroundPaletteColors",
10315
- value: "brand",
11176
+ value: "muted",
10316
11177
  valueType: "alias"
10317
11178
  },
10318
- "invalid&pressed": {
11179
+ "readonly&focus-within&pressed": {
10319
11180
  type: "foregroundPaletteColors",
10320
- value: "brand",
11181
+ value: "muted",
10321
11182
  valueType: "alias"
10322
11183
  },
10323
- pressed: {
11184
+ "readonly&hover": {
10324
11185
  type: "foregroundPaletteColors",
10325
- value: "brand",
11186
+ value: "muted",
10326
11187
  valueType: "alias"
10327
11188
  },
10328
- readonly: {
11189
+ "readonly&pressed": {
10329
11190
  type: "foregroundPaletteColors",
10330
- value: "brand",
11191
+ value: "muted",
10331
11192
  valueType: "alias"
10332
11193
  },
10333
11194
  rest: {
10334
11195
  type: "foregroundPaletteColors",
10335
- value: "brand",
11196
+ value: "muted",
10336
11197
  valueType: "alias"
10337
11198
  }
10338
11199
  } },
10339
- "variant/default/value/filled/input": { color: {
10340
- disabled: {
11200
+ "variant/default/labelRequired": { color: {
11201
+ "focus-within": {
10341
11202
  type: "foregroundPaletteColors",
10342
11203
  value: "muted",
10343
11204
  valueType: "alias"
10344
11205
  },
10345
- "focus-within": {
11206
+ "focus-within&hover": {
11207
+ type: "foregroundPaletteColors",
11208
+ value: "muted",
11209
+ valueType: "alias"
11210
+ },
11211
+ "focus-within&pressed": {
10346
11212
  type: "foregroundPaletteColors",
10347
11213
  value: "muted",
10348
11214
  valueType: "alias"
@@ -10357,59 +11223,57 @@ const defaultUniversalTokensConfigAuto = {
10357
11223
  value: "muted",
10358
11224
  valueType: "alias"
10359
11225
  },
10360
- "invalid&hover": {
11226
+ "invalid&focus-within": {
10361
11227
  type: "foregroundPaletteColors",
10362
11228
  value: "muted",
10363
11229
  valueType: "alias"
10364
11230
  },
10365
- "invalid&pressed": {
11231
+ "invalid&focus-within&hover": {
10366
11232
  type: "foregroundPaletteColors",
10367
11233
  value: "muted",
10368
11234
  valueType: "alias"
10369
11235
  },
10370
- pressed: {
11236
+ "invalid&focus-within&pressed": {
10371
11237
  type: "foregroundPaletteColors",
10372
11238
  value: "muted",
10373
11239
  valueType: "alias"
10374
11240
  },
10375
- readonly: {
11241
+ "invalid&hover": {
10376
11242
  type: "foregroundPaletteColors",
10377
11243
  value: "muted",
10378
11244
  valueType: "alias"
10379
11245
  },
10380
- rest: {
11246
+ "invalid&pressed": {
10381
11247
  type: "foregroundPaletteColors",
10382
11248
  value: "muted",
10383
11249
  valueType: "alias"
10384
- }
10385
- } },
10386
- "variant/default/value/filled/inputPlaceholder": { color: {
10387
- disabled: {
11250
+ },
11251
+ "invalid&readonly": {
10388
11252
  type: "foregroundPaletteColors",
10389
11253
  value: "muted",
10390
11254
  valueType: "alias"
10391
11255
  },
10392
- "focus-within": {
11256
+ "invalid&readonly&focus-within": {
10393
11257
  type: "foregroundPaletteColors",
10394
11258
  value: "muted",
10395
11259
  valueType: "alias"
10396
11260
  },
10397
- hover: {
11261
+ "invalid&readonly&focus-within&hover": {
10398
11262
  type: "foregroundPaletteColors",
10399
11263
  value: "muted",
10400
11264
  valueType: "alias"
10401
11265
  },
10402
- invalid: {
11266
+ "invalid&readonly&focus-within&pressed": {
10403
11267
  type: "foregroundPaletteColors",
10404
11268
  value: "muted",
10405
11269
  valueType: "alias"
10406
11270
  },
10407
- "invalid&hover": {
11271
+ "invalid&readonly&hover": {
10408
11272
  type: "foregroundPaletteColors",
10409
11273
  value: "muted",
10410
11274
  valueType: "alias"
10411
11275
  },
10412
- "invalid&pressed": {
11276
+ "invalid&readonly&pressed": {
10413
11277
  type: "foregroundPaletteColors",
10414
11278
  value: "muted",
10415
11279
  valueType: "alias"
@@ -10424,172 +11288,75 @@ const defaultUniversalTokensConfigAuto = {
10424
11288
  value: "muted",
10425
11289
  valueType: "alias"
10426
11290
  },
10427
- rest: {
11291
+ "readonly&focus-within": {
10428
11292
  type: "foregroundPaletteColors",
10429
11293
  value: "muted",
10430
11294
  valueType: "alias"
10431
- }
10432
- } },
10433
- "variant/default/value/filled/inputWrapper": {
10434
- backgroundColor: {
10435
- disabled: {
10436
- type: "backgroundPaletteColors",
10437
- value: "primary",
10438
- valueType: "alias"
10439
- },
10440
- "focus-within": {
10441
- type: "backgroundPaletteColors",
10442
- value: "primary",
10443
- valueType: "alias"
10444
- },
10445
- hover: {
10446
- type: "backgroundPaletteColors",
10447
- value: "primary",
10448
- valueType: "alias"
10449
- },
10450
- invalid: {
10451
- type: "backgroundPaletteColors",
10452
- value: "primary",
10453
- valueType: "alias"
10454
- },
10455
- "invalid&hover": {
10456
- type: "backgroundPaletteColors",
10457
- value: "primary",
10458
- valueType: "alias"
10459
- },
10460
- "invalid&pressed": {
10461
- type: "backgroundPaletteColors",
10462
- value: "primary",
10463
- valueType: "alias"
10464
- },
10465
- pressed: {
10466
- type: "backgroundPaletteColors",
10467
- value: "primary",
10468
- valueType: "alias"
10469
- },
10470
- readonly: {
10471
- type: "backgroundPaletteColors",
10472
- value: "primary",
10473
- valueType: "alias"
10474
- },
10475
- rest: {
10476
- type: "backgroundPaletteColors",
10477
- value: "primary",
10478
- valueType: "alias"
10479
- }
10480
11295
  },
10481
- borderColor: {
10482
- disabled: {
10483
- type: "linePaletteColors",
10484
- value: "tertiary",
10485
- valueType: "alias"
10486
- },
10487
- "focus-within": {
10488
- type: "linePaletteColors",
10489
- value: "tertiary",
10490
- valueType: "alias"
10491
- },
10492
- hover: {
10493
- type: "linePaletteColors",
10494
- value: "tertiary",
10495
- valueType: "alias"
10496
- },
10497
- invalid: {
10498
- type: "linePaletteColors",
10499
- value: "tertiary",
10500
- valueType: "alias"
10501
- },
10502
- "invalid&hover": {
10503
- type: "linePaletteColors",
10504
- value: "tertiary",
10505
- valueType: "alias"
10506
- },
10507
- "invalid&pressed": {
10508
- type: "linePaletteColors",
10509
- value: "tertiary",
10510
- valueType: "alias"
10511
- },
10512
- pressed: {
10513
- type: "linePaletteColors",
10514
- value: "tertiary",
10515
- valueType: "alias"
10516
- },
10517
- readonly: {
10518
- type: "linePaletteColors",
10519
- value: "tertiary",
10520
- valueType: "alias"
10521
- },
10522
- rest: {
10523
- type: "linePaletteColors",
10524
- value: "tertiary",
10525
- valueType: "alias"
10526
- }
10527
- }
10528
- },
10529
- "variant/default/value/filled/label": { color: {
10530
- disabled: {
11296
+ "readonly&focus-within&hover": {
10531
11297
  type: "foregroundPaletteColors",
10532
11298
  value: "muted",
10533
11299
  valueType: "alias"
10534
11300
  },
10535
- "focus-within": {
11301
+ "readonly&focus-within&pressed": {
10536
11302
  type: "foregroundPaletteColors",
10537
11303
  value: "muted",
10538
11304
  valueType: "alias"
10539
11305
  },
10540
- hover: {
11306
+ "readonly&hover": {
10541
11307
  type: "foregroundPaletteColors",
10542
11308
  value: "muted",
10543
11309
  valueType: "alias"
10544
11310
  },
10545
- invalid: {
11311
+ "readonly&pressed": {
10546
11312
  type: "foregroundPaletteColors",
10547
11313
  value: "muted",
10548
11314
  valueType: "alias"
10549
11315
  },
10550
- "invalid&hover": {
11316
+ rest: {
10551
11317
  type: "foregroundPaletteColors",
10552
11318
  value: "muted",
10553
11319
  valueType: "alias"
10554
- },
10555
- "invalid&pressed": {
11320
+ }
11321
+ } },
11322
+ "variant/default/root": {},
11323
+ "variant/default/startIcon": { color: {
11324
+ "focus-within": {
10556
11325
  type: "foregroundPaletteColors",
10557
11326
  value: "muted",
10558
11327
  valueType: "alias"
10559
11328
  },
10560
- pressed: {
11329
+ "focus-within&hover": {
10561
11330
  type: "foregroundPaletteColors",
10562
11331
  value: "muted",
10563
11332
  valueType: "alias"
10564
11333
  },
10565
- readonly: {
11334
+ "focus-within&pressed": {
10566
11335
  type: "foregroundPaletteColors",
10567
11336
  value: "muted",
10568
11337
  valueType: "alias"
10569
11338
  },
10570
- rest: {
11339
+ hover: {
10571
11340
  type: "foregroundPaletteColors",
10572
11341
  value: "muted",
10573
11342
  valueType: "alias"
10574
- }
10575
- } },
10576
- "variant/default/value/filled/labelRequired": { color: {
10577
- disabled: {
11343
+ },
11344
+ invalid: {
10578
11345
  type: "foregroundPaletteColors",
10579
11346
  value: "muted",
10580
11347
  valueType: "alias"
10581
11348
  },
10582
- "focus-within": {
11349
+ "invalid&focus-within": {
10583
11350
  type: "foregroundPaletteColors",
10584
11351
  value: "muted",
10585
11352
  valueType: "alias"
10586
11353
  },
10587
- hover: {
11354
+ "invalid&focus-within&hover": {
10588
11355
  type: "foregroundPaletteColors",
10589
11356
  value: "muted",
10590
11357
  valueType: "alias"
10591
11358
  },
10592
- invalid: {
11359
+ "invalid&focus-within&pressed": {
10593
11360
  type: "foregroundPaletteColors",
10594
11361
  value: "muted",
10595
11362
  valueType: "alias"
@@ -10604,60 +11371,67 @@ const defaultUniversalTokensConfigAuto = {
10604
11371
  value: "muted",
10605
11372
  valueType: "alias"
10606
11373
  },
10607
- pressed: {
11374
+ "invalid&readonly": {
10608
11375
  type: "foregroundPaletteColors",
10609
11376
  value: "muted",
10610
11377
  valueType: "alias"
10611
11378
  },
10612
- readonly: {
11379
+ "invalid&readonly&focus-within": {
10613
11380
  type: "foregroundPaletteColors",
10614
11381
  value: "muted",
10615
11382
  valueType: "alias"
10616
11383
  },
10617
- rest: {
11384
+ "invalid&readonly&focus-within&hover": {
10618
11385
  type: "foregroundPaletteColors",
10619
11386
  value: "muted",
10620
11387
  valueType: "alias"
10621
- }
10622
- } },
10623
- "variant/default/value/filled/root": {},
10624
- "variant/default/value/filled/startIcon": { color: {
10625
- disabled: {
11388
+ },
11389
+ "invalid&readonly&focus-within&pressed": {
10626
11390
  type: "foregroundPaletteColors",
10627
11391
  value: "muted",
10628
11392
  valueType: "alias"
10629
11393
  },
10630
- "focus-within": {
11394
+ "invalid&readonly&hover": {
10631
11395
  type: "foregroundPaletteColors",
10632
11396
  value: "muted",
10633
11397
  valueType: "alias"
10634
11398
  },
10635
- hover: {
11399
+ "invalid&readonly&pressed": {
10636
11400
  type: "foregroundPaletteColors",
10637
11401
  value: "muted",
10638
11402
  valueType: "alias"
10639
11403
  },
10640
- invalid: {
11404
+ pressed: {
10641
11405
  type: "foregroundPaletteColors",
10642
11406
  value: "muted",
10643
11407
  valueType: "alias"
10644
11408
  },
10645
- "invalid&hover": {
11409
+ readonly: {
10646
11410
  type: "foregroundPaletteColors",
10647
11411
  value: "muted",
10648
11412
  valueType: "alias"
10649
11413
  },
10650
- "invalid&pressed": {
11414
+ "readonly&focus-within": {
10651
11415
  type: "foregroundPaletteColors",
10652
11416
  value: "muted",
10653
11417
  valueType: "alias"
10654
11418
  },
10655
- pressed: {
11419
+ "readonly&focus-within&hover": {
10656
11420
  type: "foregroundPaletteColors",
10657
11421
  value: "muted",
10658
11422
  valueType: "alias"
10659
11423
  },
10660
- readonly: {
11424
+ "readonly&focus-within&pressed": {
11425
+ type: "foregroundPaletteColors",
11426
+ value: "muted",
11427
+ valueType: "alias"
11428
+ },
11429
+ "readonly&hover": {
11430
+ type: "foregroundPaletteColors",
11431
+ value: "muted",
11432
+ valueType: "alias"
11433
+ },
11434
+ "readonly&pressed": {
10661
11435
  type: "foregroundPaletteColors",
10662
11436
  value: "muted",
10663
11437
  valueType: "alias"
@@ -11313,23 +12087,11 @@ const defaultUniversalTokensConfigAuto = {
11313
12087
  valueType: "alias"
11314
12088
  }
11315
12089
  },
11316
- textVariant: {
11317
- focused: {
11318
- type: "textVariants",
11319
- value: "label2",
11320
- valueType: "alias"
11321
- },
11322
- hover: {
11323
- type: "textVariants",
11324
- value: "label2",
11325
- valueType: "alias"
11326
- },
11327
- rest: {
11328
- type: "textVariants",
11329
- value: "label2",
11330
- valueType: "alias"
11331
- }
11332
- }
12090
+ textVariant: { rest: {
12091
+ type: "textVariants",
12092
+ value: "label2",
12093
+ valueType: "alias"
12094
+ } }
11333
12095
  },
11334
12096
  "item/variant/default/active/on/icon": { color: {
11335
12097
  focused: {
@@ -11383,23 +12145,11 @@ const defaultUniversalTokensConfigAuto = {
11383
12145
  valueType: "alias"
11384
12146
  }
11385
12147
  },
11386
- textVariant: {
11387
- focused: {
11388
- type: "textVariants",
11389
- value: "label2",
11390
- valueType: "alias"
11391
- },
11392
- hover: {
11393
- type: "textVariants",
11394
- value: "label2",
11395
- valueType: "alias"
11396
- },
11397
- rest: {
11398
- type: "textVariants",
11399
- value: "label2",
11400
- valueType: "alias"
11401
- }
11402
- }
12148
+ textVariant: { rest: {
12149
+ type: "textVariants",
12150
+ value: "label2",
12151
+ valueType: "alias"
12152
+ } }
11403
12153
  },
11404
12154
  "itemCheckbox/variant/default/active/off/endIcon": { color: {
11405
12155
  focused: {
@@ -11470,23 +12220,11 @@ const defaultUniversalTokensConfigAuto = {
11470
12220
  valueType: "alias"
11471
12221
  }
11472
12222
  },
11473
- textVariant: {
11474
- focused: {
11475
- type: "textVariants",
11476
- value: "label2",
11477
- valueType: "alias"
11478
- },
11479
- hover: {
11480
- type: "textVariants",
11481
- value: "label2",
11482
- valueType: "alias"
11483
- },
11484
- rest: {
11485
- type: "textVariants",
11486
- value: "label2",
11487
- valueType: "alias"
11488
- }
11489
- }
12223
+ textVariant: { rest: {
12224
+ type: "textVariants",
12225
+ value: "label2",
12226
+ valueType: "alias"
12227
+ } }
11490
12228
  },
11491
12229
  "itemCheckbox/variant/default/active/on/endIcon": { color: {
11492
12230
  focused: {
@@ -11557,23 +12295,11 @@ const defaultUniversalTokensConfigAuto = {
11557
12295
  valueType: "alias"
11558
12296
  }
11559
12297
  },
11560
- textVariant: {
11561
- focused: {
11562
- type: "textVariants",
11563
- value: "label2",
11564
- valueType: "alias"
11565
- },
11566
- hover: {
11567
- type: "textVariants",
11568
- value: "label2",
11569
- valueType: "alias"
11570
- },
11571
- rest: {
11572
- type: "textVariants",
11573
- value: "label2",
11574
- valueType: "alias"
11575
- }
11576
- }
12298
+ textVariant: { rest: {
12299
+ type: "textVariants",
12300
+ value: "label2",
12301
+ valueType: "alias"
12302
+ } }
11577
12303
  },
11578
12304
  "size/default/endIcon": { size: { rest: {
11579
12305
  type: "iconSizes",