@yahoo/uds 3.145.0 → 3.146.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 (129) hide show
  1. package/dist/automated-config/dist/generated/autoVariants.cjs +34 -0
  2. package/dist/automated-config/dist/generated/autoVariants.d.cts +5 -0
  3. package/dist/automated-config/dist/generated/autoVariants.d.ts +5 -0
  4. package/dist/automated-config/dist/generated/autoVariants.js +34 -0
  5. package/dist/automated-config/dist/generated/generatedConfigs.cjs +1457 -0
  6. package/dist/automated-config/dist/generated/generatedConfigs.d.cts +161 -1
  7. package/dist/automated-config/dist/generated/generatedConfigs.d.ts +161 -1
  8. package/dist/automated-config/dist/generated/generatedConfigs.js +1457 -1
  9. package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +385 -0
  10. package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +2 -1
  11. package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.ts +2 -1
  12. package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +385 -0
  13. package/dist/automated-config/dist/utils/buildConfigSchema.cjs +9 -5
  14. package/dist/automated-config/dist/utils/buildConfigSchema.d.cts +3 -1
  15. package/dist/automated-config/dist/utils/buildConfigSchema.d.ts +3 -1
  16. package/dist/automated-config/dist/utils/buildConfigSchema.js +9 -6
  17. package/dist/automated-config/dist/utils/index.cjs +14 -3
  18. package/dist/automated-config/dist/utils/index.d.cts +1 -1
  19. package/dist/automated-config/dist/utils/index.d.ts +1 -1
  20. package/dist/automated-config/dist/utils/index.js +14 -3
  21. package/dist/cli/runner.cjs +6 -2
  22. package/dist/cli/runner.js +6 -2
  23. package/dist/components/Banner/Banner.cjs +2 -1
  24. package/dist/components/Banner/Banner.js +2 -1
  25. package/dist/components/Banner/utils.cjs +3 -12
  26. package/dist/components/Banner/utils.d.cts +1 -6
  27. package/dist/components/Banner/utils.d.ts +1 -6
  28. package/dist/components/Banner/utils.js +2 -11
  29. package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
  30. package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
  31. package/dist/components/client/PaddleNav/PaddleButton.cjs +51 -0
  32. package/dist/components/client/PaddleNav/PaddleButton.d.cts +16 -0
  33. package/dist/components/client/PaddleNav/PaddleButton.d.ts +17 -0
  34. package/dist/components/client/PaddleNav/PaddleButton.js +49 -0
  35. package/dist/components/client/PaddleNav/PaddleButtonNext.cjs +18 -0
  36. package/dist/components/client/PaddleNav/PaddleButtonNext.d.cts +11 -0
  37. package/dist/components/client/PaddleNav/PaddleButtonNext.d.ts +12 -0
  38. package/dist/components/client/PaddleNav/PaddleButtonNext.js +16 -0
  39. package/dist/components/client/PaddleNav/PaddleButtonPrevious.cjs +18 -0
  40. package/dist/components/client/PaddleNav/PaddleButtonPrevious.d.cts +11 -0
  41. package/dist/components/client/PaddleNav/PaddleButtonPrevious.d.ts +12 -0
  42. package/dist/components/client/PaddleNav/PaddleButtonPrevious.js +16 -0
  43. package/dist/components/client/PaddleNav/PaddleNav.cjs +193 -0
  44. package/dist/components/client/PaddleNav/PaddleNav.d.cts +11 -0
  45. package/dist/components/client/PaddleNav/PaddleNav.d.ts +12 -0
  46. package/dist/components/client/PaddleNav/PaddleNav.js +191 -0
  47. package/dist/components/client/PaddleNav/PaddleNavContent.cjs +29 -0
  48. package/dist/components/client/PaddleNav/PaddleNavContent.d.cts +11 -0
  49. package/dist/components/client/PaddleNav/PaddleNavContent.d.ts +12 -0
  50. package/dist/components/client/PaddleNav/PaddleNavContent.js +27 -0
  51. package/dist/components/client/PaddleNav/index.cjs +11 -0
  52. package/dist/components/client/PaddleNav/index.d.cts +6 -0
  53. package/dist/components/client/PaddleNav/index.d.ts +7 -0
  54. package/dist/components/client/PaddleNav/index.js +7 -0
  55. package/dist/components/client/PaddleNav/paddleButtonIcons.cjs +12 -0
  56. package/dist/components/client/PaddleNav/paddleButtonIcons.d.cts +22 -0
  57. package/dist/components/client/PaddleNav/paddleButtonIcons.d.ts +23 -0
  58. package/dist/components/client/PaddleNav/paddleButtonIcons.js +10 -0
  59. package/dist/components/client/PaddleNav/paddleNavContext.cjs +20 -0
  60. package/dist/components/client/PaddleNav/paddleNavContext.d.cts +20 -0
  61. package/dist/components/client/PaddleNav/paddleNavContext.d.ts +21 -0
  62. package/dist/components/client/PaddleNav/paddleNavContext.js +16 -0
  63. package/dist/components/client/PaddleNav/utils/resolvePaddleNavCornerOrientation.cjs +25 -0
  64. package/dist/components/client/PaddleNav/utils/resolvePaddleNavCornerOrientation.d.cts +16 -0
  65. package/dist/components/client/PaddleNav/utils/resolvePaddleNavCornerOrientation.d.ts +17 -0
  66. package/dist/components/client/PaddleNav/utils/resolvePaddleNavCornerOrientation.js +24 -0
  67. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
  68. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
  69. package/dist/components/client/index.cjs +8 -0
  70. package/dist/components/client/index.d.cts +5 -1
  71. package/dist/components/client/index.d.ts +5 -1
  72. package/dist/components/client/index.js +5 -1
  73. package/dist/components/index.cjs +8 -0
  74. package/dist/components/index.d.cts +5 -1
  75. package/dist/components/index.d.ts +5 -1
  76. package/dist/components/index.js +5 -1
  77. package/dist/config/dist/index.cjs +399 -14
  78. package/dist/config/dist/index.js +399 -14
  79. package/dist/css/dist/packages/config/dist/index.cjs +399 -14
  80. package/dist/css/dist/packages/config/dist/index.js +399 -14
  81. package/dist/icons/dist/types.d.cts +1 -1
  82. package/dist/icons/dist/types.d.ts +1 -1
  83. package/dist/index.cjs +11 -1
  84. package/dist/index.d.cts +9 -5
  85. package/dist/index.d.ts +9 -5
  86. package/dist/index.js +8 -4
  87. package/dist/styles/styler.d.cts +24 -19
  88. package/dist/styles/styler.d.ts +24 -19
  89. package/dist/styles/variants.d.cts +34 -0
  90. package/dist/styles/variants.d.ts +34 -0
  91. package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.cjs +1457 -0
  92. package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.js +1457 -1
  93. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/buildConfigSchema.cjs +15 -0
  94. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/buildConfigSchema.js +15 -0
  95. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.cjs +14 -2
  96. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.js +14 -2
  97. package/dist/tailwind-internal/dist/packages/config/dist/index.cjs +399 -14
  98. package/dist/tailwind-internal/dist/packages/config/dist/index.js +399 -14
  99. package/dist/tailwind-internal/dist/plugins/components.cjs +1 -0
  100. package/dist/tailwind-internal/dist/plugins/components.js +2 -1
  101. package/dist/tailwind-internal/dist/utils/getNestedBorderRadiusUtilities.cjs +6 -0
  102. package/dist/tailwind-internal/dist/utils/getNestedBorderRadiusUtilities.js +6 -0
  103. package/dist/tokens/automation/configs/index.cjs +1 -0
  104. package/dist/tokens/automation/configs/index.d.cts +2 -2
  105. package/dist/tokens/automation/configs/index.d.ts +2 -2
  106. package/dist/tokens/automation/configs/index.js +2 -2
  107. package/dist/tokens/automation/index.cjs +3 -1
  108. package/dist/tokens/automation/index.d.cts +3 -3
  109. package/dist/tokens/automation/index.d.ts +3 -3
  110. package/dist/tokens/automation/index.js +4 -4
  111. package/dist/tokens/index.cjs +3 -1
  112. package/dist/tokens/index.d.cts +5 -5
  113. package/dist/tokens/index.d.ts +5 -5
  114. package/dist/tokens/index.js +4 -4
  115. package/dist/tokens/types.d.cts +6 -2
  116. package/dist/tokens/types.d.ts +6 -2
  117. package/dist/types/dist/index.d.cts +50 -1
  118. package/dist/types/dist/index.d.ts +50 -1
  119. package/dist/uds/generated/componentData.cjs +2781 -3273
  120. package/dist/uds/generated/componentData.js +2776 -2710
  121. package/dist/uds/generated/tailwindPurge.cjs +22 -0
  122. package/dist/uds/generated/tailwindPurge.js +22 -0
  123. package/dist/utils/hasDisplayName.cjs +17 -0
  124. package/dist/utils/hasDisplayName.d.cts +12 -0
  125. package/dist/utils/hasDisplayName.d.ts +12 -0
  126. package/dist/utils/hasDisplayName.js +15 -0
  127. package/generated/componentData.json +1770 -1565
  128. package/generated/tailwindPurge.ts +4 -4
  129. package/package.json +1 -1
@@ -13858,7 +13858,7 @@ const defaultTokensConfig = {
13858
13858
  },
13859
13859
  borderColor: {
13860
13860
  type: "line",
13861
- value: "accent"
13861
+ value: "muted"
13862
13862
  },
13863
13863
  borderWidth: "thin",
13864
13864
  dropShadow: "none",
@@ -13892,7 +13892,7 @@ const defaultTokensConfig = {
13892
13892
  },
13893
13893
  borderColor: {
13894
13894
  type: "line",
13895
- value: "tertiary"
13895
+ value: "muted"
13896
13896
  },
13897
13897
  borderWidth: "thin",
13898
13898
  dropShadow: "none",
@@ -13928,7 +13928,7 @@ const defaultTokensConfig = {
13928
13928
  },
13929
13929
  borderColor: {
13930
13930
  type: "line",
13931
- value: "accent"
13931
+ value: "muted"
13932
13932
  },
13933
13933
  borderWidth: "thin",
13934
13934
  dropShadow: [
@@ -14007,7 +14007,7 @@ const defaultTokensConfig = {
14007
14007
  },
14008
14008
  borderColor: {
14009
14009
  type: "line",
14010
- value: "tertiary"
14010
+ value: "muted"
14011
14011
  },
14012
14012
  borderWidth: "thin",
14013
14013
  dropShadow: [
@@ -14088,7 +14088,7 @@ const defaultTokensConfig = {
14088
14088
  },
14089
14089
  borderColor: {
14090
14090
  type: "line",
14091
- value: "accent"
14091
+ value: "muted"
14092
14092
  },
14093
14093
  borderWidth: "thin",
14094
14094
  dropShadow: [
@@ -14167,7 +14167,7 @@ const defaultTokensConfig = {
14167
14167
  },
14168
14168
  borderColor: {
14169
14169
  type: "line",
14170
- value: "tertiary"
14170
+ value: "muted"
14171
14171
  },
14172
14172
  borderWidth: "thin",
14173
14173
  dropShadow: [
@@ -14248,7 +14248,7 @@ const defaultTokensConfig = {
14248
14248
  },
14249
14249
  borderColor: {
14250
14250
  type: "line",
14251
- value: "accent"
14251
+ value: "muted"
14252
14252
  },
14253
14253
  borderWidth: "thin",
14254
14254
  dropShadow: [
@@ -14327,7 +14327,7 @@ const defaultTokensConfig = {
14327
14327
  },
14328
14328
  borderColor: {
14329
14329
  type: "line",
14330
- value: "tertiary"
14330
+ value: "muted"
14331
14331
  },
14332
14332
  borderWidth: "thin",
14333
14333
  dropShadow: [
@@ -14408,7 +14408,7 @@ const defaultTokensConfig = {
14408
14408
  },
14409
14409
  borderColor: {
14410
14410
  type: "line",
14411
- value: "accent"
14411
+ value: "muted"
14412
14412
  },
14413
14413
  borderWidth: "thin",
14414
14414
  dropShadow: [
@@ -14487,7 +14487,7 @@ const defaultTokensConfig = {
14487
14487
  },
14488
14488
  borderColor: {
14489
14489
  type: "line",
14490
- value: "tertiary"
14490
+ value: "muted"
14491
14491
  },
14492
14492
  borderWidth: "thin",
14493
14493
  dropShadow: [
@@ -14568,7 +14568,7 @@ const defaultTokensConfig = {
14568
14568
  },
14569
14569
  borderColor: {
14570
14570
  type: "line",
14571
- value: "accent"
14571
+ value: "muted"
14572
14572
  },
14573
14573
  borderWidth: "thin",
14574
14574
  dropShadow: [
@@ -14647,7 +14647,7 @@ const defaultTokensConfig = {
14647
14647
  },
14648
14648
  borderColor: {
14649
14649
  type: "line",
14650
- value: "tertiary"
14650
+ value: "muted"
14651
14651
  },
14652
14652
  borderWidth: "thin",
14653
14653
  dropShadow: [
@@ -17110,6 +17110,391 @@ const defaultTokensConfig = {
17110
17110
  }
17111
17111
  }
17112
17112
  },
17113
+ paddleNav: {
17114
+ defaults: {
17115
+ size: "md",
17116
+ variant: "primary"
17117
+ },
17118
+ variables: {
17119
+ "size/lg/icon": { size: { rest: {
17120
+ type: "iconSizes",
17121
+ value: "md",
17122
+ valueType: "alias"
17123
+ } } },
17124
+ "size/lg/root": {
17125
+ borderRadius: { rest: {
17126
+ type: "borderRadii",
17127
+ value: "full",
17128
+ valueType: "alias"
17129
+ } },
17130
+ borderWidth: { rest: {
17131
+ type: "borderWidths",
17132
+ value: "thin",
17133
+ valueType: "alias"
17134
+ } },
17135
+ spacing: { rest: {
17136
+ type: "spacingAliases",
17137
+ value: "3.5",
17138
+ valueType: "alias"
17139
+ } }
17140
+ },
17141
+ "size/md/icon": { size: { rest: {
17142
+ type: "iconSizes",
17143
+ value: "sm",
17144
+ valueType: "alias"
17145
+ } } },
17146
+ "size/md/root": {
17147
+ borderRadius: { rest: {
17148
+ type: "borderRadii",
17149
+ value: "full",
17150
+ valueType: "alias"
17151
+ } },
17152
+ borderWidth: { rest: {
17153
+ type: "borderWidths",
17154
+ value: "thin",
17155
+ valueType: "alias"
17156
+ } },
17157
+ spacing: { rest: {
17158
+ type: "spacingAliases",
17159
+ value: "3",
17160
+ valueType: "alias"
17161
+ } }
17162
+ },
17163
+ "size/sm/icon": { size: { rest: {
17164
+ type: "iconSizes",
17165
+ value: "sm",
17166
+ valueType: "alias"
17167
+ } } },
17168
+ "size/sm/root": {
17169
+ borderRadius: { rest: {
17170
+ type: "borderRadii",
17171
+ value: "full",
17172
+ valueType: "alias"
17173
+ } },
17174
+ borderWidth: { rest: {
17175
+ type: "borderWidths",
17176
+ value: "thin",
17177
+ valueType: "alias"
17178
+ } },
17179
+ spacing: { rest: {
17180
+ type: "spacingAliases",
17181
+ value: "2",
17182
+ valueType: "alias"
17183
+ } }
17184
+ },
17185
+ "size/xl/icon": { size: { rest: {
17186
+ type: "iconSizes",
17187
+ value: "lg",
17188
+ valueType: "alias"
17189
+ } } },
17190
+ "size/xl/root": {
17191
+ borderRadius: { rest: {
17192
+ type: "borderRadii",
17193
+ value: "full",
17194
+ valueType: "alias"
17195
+ } },
17196
+ borderWidth: { rest: {
17197
+ type: "borderWidths",
17198
+ value: "thin",
17199
+ valueType: "alias"
17200
+ } },
17201
+ spacing: { rest: {
17202
+ type: "spacingAliases",
17203
+ value: "4",
17204
+ valueType: "alias"
17205
+ } }
17206
+ },
17207
+ "size/xs/icon": { size: { rest: {
17208
+ type: "iconSizes",
17209
+ value: "xs",
17210
+ valueType: "alias"
17211
+ } } },
17212
+ "size/xs/root": {
17213
+ borderRadius: { rest: {
17214
+ type: "borderRadii",
17215
+ value: "full",
17216
+ valueType: "alias"
17217
+ } },
17218
+ borderWidth: { rest: {
17219
+ type: "borderWidths",
17220
+ value: "thin",
17221
+ valueType: "alias"
17222
+ } },
17223
+ spacing: { rest: {
17224
+ type: "spacingAliases",
17225
+ value: "2",
17226
+ valueType: "alias"
17227
+ } }
17228
+ },
17229
+ "variant/primary/background": {
17230
+ backgroundColor: {
17231
+ hover: {
17232
+ type: "spectrumColors",
17233
+ value: "carbon-1",
17234
+ valueType: "alias"
17235
+ },
17236
+ pressed: {
17237
+ type: "spectrumColors",
17238
+ value: "carbon-2",
17239
+ valueType: "alias"
17240
+ },
17241
+ rest: {
17242
+ type: "backgroundPaletteColors",
17243
+ value: "primary",
17244
+ valueType: "alias"
17245
+ }
17246
+ },
17247
+ opacity: {
17248
+ hover: {
17249
+ type: "opacitySteps",
17250
+ value: "100",
17251
+ valueType: "alias"
17252
+ },
17253
+ pressed: {
17254
+ type: "opacitySteps",
17255
+ value: "100",
17256
+ valueType: "alias"
17257
+ },
17258
+ rest: {
17259
+ type: "opacitySteps",
17260
+ value: "100",
17261
+ valueType: "alias"
17262
+ }
17263
+ }
17264
+ },
17265
+ "variant/primary/icon": { color: {
17266
+ hover: {
17267
+ type: "foregroundPaletteColors",
17268
+ value: "primary",
17269
+ valueType: "alias"
17270
+ },
17271
+ pressed: {
17272
+ type: "foregroundPaletteColors",
17273
+ value: "primary",
17274
+ valueType: "alias"
17275
+ },
17276
+ rest: {
17277
+ type: "foregroundPaletteColors",
17278
+ value: "primary",
17279
+ valueType: "alias"
17280
+ }
17281
+ } },
17282
+ "variant/primary/root": {
17283
+ borderColor: {
17284
+ hover: {
17285
+ type: "linePaletteColors",
17286
+ value: "tertiary",
17287
+ valueType: "alias"
17288
+ },
17289
+ pressed: {
17290
+ type: "linePaletteColors",
17291
+ value: "tertiary",
17292
+ valueType: "alias"
17293
+ },
17294
+ rest: {
17295
+ type: "linePaletteColors",
17296
+ value: "tertiary",
17297
+ valueType: "alias"
17298
+ }
17299
+ },
17300
+ shadow: {
17301
+ hover: {
17302
+ type: "shadowVariants",
17303
+ value: "none",
17304
+ valueType: "alias"
17305
+ },
17306
+ pressed: {
17307
+ type: "shadowVariants",
17308
+ value: "none",
17309
+ valueType: "alias"
17310
+ },
17311
+ rest: {
17312
+ type: "shadowVariants",
17313
+ value: "none",
17314
+ valueType: "alias"
17315
+ }
17316
+ }
17317
+ },
17318
+ "variant/secondary/background": {
17319
+ backgroundColor: {
17320
+ hover: {
17321
+ type: "spectrumColors",
17322
+ value: "carbon-2",
17323
+ valueType: "alias"
17324
+ },
17325
+ pressed: {
17326
+ type: "spectrumColors",
17327
+ value: "carbon-3",
17328
+ valueType: "alias"
17329
+ },
17330
+ rest: {
17331
+ type: "spectrumColors",
17332
+ value: "carbon-1",
17333
+ valueType: "alias"
17334
+ }
17335
+ },
17336
+ opacity: {
17337
+ hover: {
17338
+ type: "opacitySteps",
17339
+ value: "100",
17340
+ valueType: "alias"
17341
+ },
17342
+ pressed: {
17343
+ type: "opacitySteps",
17344
+ value: "100",
17345
+ valueType: "alias"
17346
+ },
17347
+ rest: {
17348
+ type: "opacitySteps",
17349
+ value: "100",
17350
+ valueType: "alias"
17351
+ }
17352
+ }
17353
+ },
17354
+ "variant/secondary/icon": { color: {
17355
+ hover: {
17356
+ type: "foregroundPaletteColors",
17357
+ value: "primary",
17358
+ valueType: "alias"
17359
+ },
17360
+ pressed: {
17361
+ type: "foregroundPaletteColors",
17362
+ value: "primary",
17363
+ valueType: "alias"
17364
+ },
17365
+ rest: {
17366
+ type: "foregroundPaletteColors",
17367
+ value: "primary",
17368
+ valueType: "alias"
17369
+ }
17370
+ } },
17371
+ "variant/secondary/root": {
17372
+ borderColor: {
17373
+ hover: {
17374
+ type: "linePaletteColors",
17375
+ value: "tertiary",
17376
+ valueType: "alias"
17377
+ },
17378
+ pressed: {
17379
+ type: "linePaletteColors",
17380
+ value: "tertiary",
17381
+ valueType: "alias"
17382
+ },
17383
+ rest: {
17384
+ type: "linePaletteColors",
17385
+ value: "tertiary",
17386
+ valueType: "alias"
17387
+ }
17388
+ },
17389
+ shadow: {
17390
+ hover: {
17391
+ type: "shadowVariants",
17392
+ value: "none",
17393
+ valueType: "alias"
17394
+ },
17395
+ pressed: {
17396
+ type: "shadowVariants",
17397
+ value: "none",
17398
+ valueType: "alias"
17399
+ },
17400
+ rest: {
17401
+ type: "shadowVariants",
17402
+ value: "none",
17403
+ valueType: "alias"
17404
+ }
17405
+ }
17406
+ },
17407
+ "variant/tertiary/background": {
17408
+ backgroundColor: {
17409
+ hover: {
17410
+ type: "alwaysPaletteAliases",
17411
+ value: "always/black",
17412
+ valueType: "alias"
17413
+ },
17414
+ pressed: {
17415
+ type: "alwaysPaletteAliases",
17416
+ value: "always/black",
17417
+ valueType: "alias"
17418
+ },
17419
+ rest: {
17420
+ type: "alwaysPaletteAliases",
17421
+ value: "always/black",
17422
+ valueType: "alias"
17423
+ }
17424
+ },
17425
+ opacity: {
17426
+ hover: {
17427
+ type: "opacitySteps",
17428
+ value: "50",
17429
+ valueType: "alias"
17430
+ },
17431
+ pressed: {
17432
+ type: "opacitySteps",
17433
+ value: "70",
17434
+ valueType: "alias"
17435
+ },
17436
+ rest: {
17437
+ type: "opacitySteps",
17438
+ value: "30",
17439
+ valueType: "alias"
17440
+ }
17441
+ }
17442
+ },
17443
+ "variant/tertiary/icon": { color: {
17444
+ hover: {
17445
+ type: "alwaysPaletteAliases",
17446
+ value: "always/white",
17447
+ valueType: "alias"
17448
+ },
17449
+ pressed: {
17450
+ type: "alwaysPaletteAliases",
17451
+ value: "always/white",
17452
+ valueType: "alias"
17453
+ },
17454
+ rest: {
17455
+ type: "alwaysPaletteAliases",
17456
+ value: "always/white",
17457
+ valueType: "alias"
17458
+ }
17459
+ } },
17460
+ "variant/tertiary/root": {
17461
+ borderColor: {
17462
+ hover: {
17463
+ type: "alwaysPaletteAliases",
17464
+ value: "always/transparent",
17465
+ valueType: "alias"
17466
+ },
17467
+ pressed: {
17468
+ type: "alwaysPaletteAliases",
17469
+ value: "always/transparent",
17470
+ valueType: "alias"
17471
+ },
17472
+ rest: {
17473
+ type: "alwaysPaletteAliases",
17474
+ value: "always/transparent",
17475
+ valueType: "alias"
17476
+ }
17477
+ },
17478
+ shadow: {
17479
+ hover: {
17480
+ type: "shadowVariants",
17481
+ value: "none",
17482
+ valueType: "alias"
17483
+ },
17484
+ pressed: {
17485
+ type: "shadowVariants",
17486
+ value: "none",
17487
+ valueType: "alias"
17488
+ },
17489
+ rest: {
17490
+ type: "shadowVariants",
17491
+ value: "none",
17492
+ valueType: "alias"
17493
+ }
17494
+ }
17495
+ }
17496
+ }
17497
+ },
17113
17498
  popover: {
17114
17499
  defaults: {
17115
17500
  size: "default",
@@ -28562,8 +28947,8 @@ const defaultTokensConfig = {
28562
28947
  }
28563
28948
  }
28564
28949
  },
28565
- version: "v0.93.0",
28566
- version: "v0.93.0"
28950
+ version: "v0.94.0",
28951
+ version: "v0.94.0"
28567
28952
  };
28568
28953
  //#endregion
28569
28954
  export { defaultTokensConfig };