@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
@@ -13859,7 +13859,7 @@ const defaultTokensConfig = {
13859
13859
  },
13860
13860
  borderColor: {
13861
13861
  type: "line",
13862
- value: "accent"
13862
+ value: "muted"
13863
13863
  },
13864
13864
  borderWidth: "thin",
13865
13865
  dropShadow: "none",
@@ -13893,7 +13893,7 @@ const defaultTokensConfig = {
13893
13893
  },
13894
13894
  borderColor: {
13895
13895
  type: "line",
13896
- value: "tertiary"
13896
+ value: "muted"
13897
13897
  },
13898
13898
  borderWidth: "thin",
13899
13899
  dropShadow: "none",
@@ -13929,7 +13929,7 @@ const defaultTokensConfig = {
13929
13929
  },
13930
13930
  borderColor: {
13931
13931
  type: "line",
13932
- value: "accent"
13932
+ value: "muted"
13933
13933
  },
13934
13934
  borderWidth: "thin",
13935
13935
  dropShadow: [
@@ -14008,7 +14008,7 @@ const defaultTokensConfig = {
14008
14008
  },
14009
14009
  borderColor: {
14010
14010
  type: "line",
14011
- value: "tertiary"
14011
+ value: "muted"
14012
14012
  },
14013
14013
  borderWidth: "thin",
14014
14014
  dropShadow: [
@@ -14089,7 +14089,7 @@ const defaultTokensConfig = {
14089
14089
  },
14090
14090
  borderColor: {
14091
14091
  type: "line",
14092
- value: "accent"
14092
+ value: "muted"
14093
14093
  },
14094
14094
  borderWidth: "thin",
14095
14095
  dropShadow: [
@@ -14168,7 +14168,7 @@ const defaultTokensConfig = {
14168
14168
  },
14169
14169
  borderColor: {
14170
14170
  type: "line",
14171
- value: "tertiary"
14171
+ value: "muted"
14172
14172
  },
14173
14173
  borderWidth: "thin",
14174
14174
  dropShadow: [
@@ -14249,7 +14249,7 @@ const defaultTokensConfig = {
14249
14249
  },
14250
14250
  borderColor: {
14251
14251
  type: "line",
14252
- value: "accent"
14252
+ value: "muted"
14253
14253
  },
14254
14254
  borderWidth: "thin",
14255
14255
  dropShadow: [
@@ -14328,7 +14328,7 @@ const defaultTokensConfig = {
14328
14328
  },
14329
14329
  borderColor: {
14330
14330
  type: "line",
14331
- value: "tertiary"
14331
+ value: "muted"
14332
14332
  },
14333
14333
  borderWidth: "thin",
14334
14334
  dropShadow: [
@@ -14409,7 +14409,7 @@ const defaultTokensConfig = {
14409
14409
  },
14410
14410
  borderColor: {
14411
14411
  type: "line",
14412
- value: "accent"
14412
+ value: "muted"
14413
14413
  },
14414
14414
  borderWidth: "thin",
14415
14415
  dropShadow: [
@@ -14488,7 +14488,7 @@ const defaultTokensConfig = {
14488
14488
  },
14489
14489
  borderColor: {
14490
14490
  type: "line",
14491
- value: "tertiary"
14491
+ value: "muted"
14492
14492
  },
14493
14493
  borderWidth: "thin",
14494
14494
  dropShadow: [
@@ -14569,7 +14569,7 @@ const defaultTokensConfig = {
14569
14569
  },
14570
14570
  borderColor: {
14571
14571
  type: "line",
14572
- value: "accent"
14572
+ value: "muted"
14573
14573
  },
14574
14574
  borderWidth: "thin",
14575
14575
  dropShadow: [
@@ -14648,7 +14648,7 @@ const defaultTokensConfig = {
14648
14648
  },
14649
14649
  borderColor: {
14650
14650
  type: "line",
14651
- value: "tertiary"
14651
+ value: "muted"
14652
14652
  },
14653
14653
  borderWidth: "thin",
14654
14654
  dropShadow: [
@@ -17111,6 +17111,391 @@ const defaultTokensConfig = {
17111
17111
  }
17112
17112
  }
17113
17113
  },
17114
+ paddleNav: {
17115
+ defaults: {
17116
+ size: "md",
17117
+ variant: "primary"
17118
+ },
17119
+ variables: {
17120
+ "size/lg/icon": { size: { rest: {
17121
+ type: "iconSizes",
17122
+ value: "md",
17123
+ valueType: "alias"
17124
+ } } },
17125
+ "size/lg/root": {
17126
+ borderRadius: { rest: {
17127
+ type: "borderRadii",
17128
+ value: "full",
17129
+ valueType: "alias"
17130
+ } },
17131
+ borderWidth: { rest: {
17132
+ type: "borderWidths",
17133
+ value: "thin",
17134
+ valueType: "alias"
17135
+ } },
17136
+ spacing: { rest: {
17137
+ type: "spacingAliases",
17138
+ value: "3.5",
17139
+ valueType: "alias"
17140
+ } }
17141
+ },
17142
+ "size/md/icon": { size: { rest: {
17143
+ type: "iconSizes",
17144
+ value: "sm",
17145
+ valueType: "alias"
17146
+ } } },
17147
+ "size/md/root": {
17148
+ borderRadius: { rest: {
17149
+ type: "borderRadii",
17150
+ value: "full",
17151
+ valueType: "alias"
17152
+ } },
17153
+ borderWidth: { rest: {
17154
+ type: "borderWidths",
17155
+ value: "thin",
17156
+ valueType: "alias"
17157
+ } },
17158
+ spacing: { rest: {
17159
+ type: "spacingAliases",
17160
+ value: "3",
17161
+ valueType: "alias"
17162
+ } }
17163
+ },
17164
+ "size/sm/icon": { size: { rest: {
17165
+ type: "iconSizes",
17166
+ value: "sm",
17167
+ valueType: "alias"
17168
+ } } },
17169
+ "size/sm/root": {
17170
+ borderRadius: { rest: {
17171
+ type: "borderRadii",
17172
+ value: "full",
17173
+ valueType: "alias"
17174
+ } },
17175
+ borderWidth: { rest: {
17176
+ type: "borderWidths",
17177
+ value: "thin",
17178
+ valueType: "alias"
17179
+ } },
17180
+ spacing: { rest: {
17181
+ type: "spacingAliases",
17182
+ value: "2",
17183
+ valueType: "alias"
17184
+ } }
17185
+ },
17186
+ "size/xl/icon": { size: { rest: {
17187
+ type: "iconSizes",
17188
+ value: "lg",
17189
+ valueType: "alias"
17190
+ } } },
17191
+ "size/xl/root": {
17192
+ borderRadius: { rest: {
17193
+ type: "borderRadii",
17194
+ value: "full",
17195
+ valueType: "alias"
17196
+ } },
17197
+ borderWidth: { rest: {
17198
+ type: "borderWidths",
17199
+ value: "thin",
17200
+ valueType: "alias"
17201
+ } },
17202
+ spacing: { rest: {
17203
+ type: "spacingAliases",
17204
+ value: "4",
17205
+ valueType: "alias"
17206
+ } }
17207
+ },
17208
+ "size/xs/icon": { size: { rest: {
17209
+ type: "iconSizes",
17210
+ value: "xs",
17211
+ valueType: "alias"
17212
+ } } },
17213
+ "size/xs/root": {
17214
+ borderRadius: { rest: {
17215
+ type: "borderRadii",
17216
+ value: "full",
17217
+ valueType: "alias"
17218
+ } },
17219
+ borderWidth: { rest: {
17220
+ type: "borderWidths",
17221
+ value: "thin",
17222
+ valueType: "alias"
17223
+ } },
17224
+ spacing: { rest: {
17225
+ type: "spacingAliases",
17226
+ value: "2",
17227
+ valueType: "alias"
17228
+ } }
17229
+ },
17230
+ "variant/primary/background": {
17231
+ backgroundColor: {
17232
+ hover: {
17233
+ type: "spectrumColors",
17234
+ value: "carbon-1",
17235
+ valueType: "alias"
17236
+ },
17237
+ pressed: {
17238
+ type: "spectrumColors",
17239
+ value: "carbon-2",
17240
+ valueType: "alias"
17241
+ },
17242
+ rest: {
17243
+ type: "backgroundPaletteColors",
17244
+ value: "primary",
17245
+ valueType: "alias"
17246
+ }
17247
+ },
17248
+ opacity: {
17249
+ hover: {
17250
+ type: "opacitySteps",
17251
+ value: "100",
17252
+ valueType: "alias"
17253
+ },
17254
+ pressed: {
17255
+ type: "opacitySteps",
17256
+ value: "100",
17257
+ valueType: "alias"
17258
+ },
17259
+ rest: {
17260
+ type: "opacitySteps",
17261
+ value: "100",
17262
+ valueType: "alias"
17263
+ }
17264
+ }
17265
+ },
17266
+ "variant/primary/icon": { color: {
17267
+ hover: {
17268
+ type: "foregroundPaletteColors",
17269
+ value: "primary",
17270
+ valueType: "alias"
17271
+ },
17272
+ pressed: {
17273
+ type: "foregroundPaletteColors",
17274
+ value: "primary",
17275
+ valueType: "alias"
17276
+ },
17277
+ rest: {
17278
+ type: "foregroundPaletteColors",
17279
+ value: "primary",
17280
+ valueType: "alias"
17281
+ }
17282
+ } },
17283
+ "variant/primary/root": {
17284
+ borderColor: {
17285
+ hover: {
17286
+ type: "linePaletteColors",
17287
+ value: "tertiary",
17288
+ valueType: "alias"
17289
+ },
17290
+ pressed: {
17291
+ type: "linePaletteColors",
17292
+ value: "tertiary",
17293
+ valueType: "alias"
17294
+ },
17295
+ rest: {
17296
+ type: "linePaletteColors",
17297
+ value: "tertiary",
17298
+ valueType: "alias"
17299
+ }
17300
+ },
17301
+ shadow: {
17302
+ hover: {
17303
+ type: "shadowVariants",
17304
+ value: "none",
17305
+ valueType: "alias"
17306
+ },
17307
+ pressed: {
17308
+ type: "shadowVariants",
17309
+ value: "none",
17310
+ valueType: "alias"
17311
+ },
17312
+ rest: {
17313
+ type: "shadowVariants",
17314
+ value: "none",
17315
+ valueType: "alias"
17316
+ }
17317
+ }
17318
+ },
17319
+ "variant/secondary/background": {
17320
+ backgroundColor: {
17321
+ hover: {
17322
+ type: "spectrumColors",
17323
+ value: "carbon-2",
17324
+ valueType: "alias"
17325
+ },
17326
+ pressed: {
17327
+ type: "spectrumColors",
17328
+ value: "carbon-3",
17329
+ valueType: "alias"
17330
+ },
17331
+ rest: {
17332
+ type: "spectrumColors",
17333
+ value: "carbon-1",
17334
+ valueType: "alias"
17335
+ }
17336
+ },
17337
+ opacity: {
17338
+ hover: {
17339
+ type: "opacitySteps",
17340
+ value: "100",
17341
+ valueType: "alias"
17342
+ },
17343
+ pressed: {
17344
+ type: "opacitySteps",
17345
+ value: "100",
17346
+ valueType: "alias"
17347
+ },
17348
+ rest: {
17349
+ type: "opacitySteps",
17350
+ value: "100",
17351
+ valueType: "alias"
17352
+ }
17353
+ }
17354
+ },
17355
+ "variant/secondary/icon": { color: {
17356
+ hover: {
17357
+ type: "foregroundPaletteColors",
17358
+ value: "primary",
17359
+ valueType: "alias"
17360
+ },
17361
+ pressed: {
17362
+ type: "foregroundPaletteColors",
17363
+ value: "primary",
17364
+ valueType: "alias"
17365
+ },
17366
+ rest: {
17367
+ type: "foregroundPaletteColors",
17368
+ value: "primary",
17369
+ valueType: "alias"
17370
+ }
17371
+ } },
17372
+ "variant/secondary/root": {
17373
+ borderColor: {
17374
+ hover: {
17375
+ type: "linePaletteColors",
17376
+ value: "tertiary",
17377
+ valueType: "alias"
17378
+ },
17379
+ pressed: {
17380
+ type: "linePaletteColors",
17381
+ value: "tertiary",
17382
+ valueType: "alias"
17383
+ },
17384
+ rest: {
17385
+ type: "linePaletteColors",
17386
+ value: "tertiary",
17387
+ valueType: "alias"
17388
+ }
17389
+ },
17390
+ shadow: {
17391
+ hover: {
17392
+ type: "shadowVariants",
17393
+ value: "none",
17394
+ valueType: "alias"
17395
+ },
17396
+ pressed: {
17397
+ type: "shadowVariants",
17398
+ value: "none",
17399
+ valueType: "alias"
17400
+ },
17401
+ rest: {
17402
+ type: "shadowVariants",
17403
+ value: "none",
17404
+ valueType: "alias"
17405
+ }
17406
+ }
17407
+ },
17408
+ "variant/tertiary/background": {
17409
+ backgroundColor: {
17410
+ hover: {
17411
+ type: "alwaysPaletteAliases",
17412
+ value: "always/black",
17413
+ valueType: "alias"
17414
+ },
17415
+ pressed: {
17416
+ type: "alwaysPaletteAliases",
17417
+ value: "always/black",
17418
+ valueType: "alias"
17419
+ },
17420
+ rest: {
17421
+ type: "alwaysPaletteAliases",
17422
+ value: "always/black",
17423
+ valueType: "alias"
17424
+ }
17425
+ },
17426
+ opacity: {
17427
+ hover: {
17428
+ type: "opacitySteps",
17429
+ value: "50",
17430
+ valueType: "alias"
17431
+ },
17432
+ pressed: {
17433
+ type: "opacitySteps",
17434
+ value: "70",
17435
+ valueType: "alias"
17436
+ },
17437
+ rest: {
17438
+ type: "opacitySteps",
17439
+ value: "30",
17440
+ valueType: "alias"
17441
+ }
17442
+ }
17443
+ },
17444
+ "variant/tertiary/icon": { color: {
17445
+ hover: {
17446
+ type: "alwaysPaletteAliases",
17447
+ value: "always/white",
17448
+ valueType: "alias"
17449
+ },
17450
+ pressed: {
17451
+ type: "alwaysPaletteAliases",
17452
+ value: "always/white",
17453
+ valueType: "alias"
17454
+ },
17455
+ rest: {
17456
+ type: "alwaysPaletteAliases",
17457
+ value: "always/white",
17458
+ valueType: "alias"
17459
+ }
17460
+ } },
17461
+ "variant/tertiary/root": {
17462
+ borderColor: {
17463
+ hover: {
17464
+ type: "alwaysPaletteAliases",
17465
+ value: "always/transparent",
17466
+ valueType: "alias"
17467
+ },
17468
+ pressed: {
17469
+ type: "alwaysPaletteAliases",
17470
+ value: "always/transparent",
17471
+ valueType: "alias"
17472
+ },
17473
+ rest: {
17474
+ type: "alwaysPaletteAliases",
17475
+ value: "always/transparent",
17476
+ valueType: "alias"
17477
+ }
17478
+ },
17479
+ shadow: {
17480
+ hover: {
17481
+ type: "shadowVariants",
17482
+ value: "none",
17483
+ valueType: "alias"
17484
+ },
17485
+ pressed: {
17486
+ type: "shadowVariants",
17487
+ value: "none",
17488
+ valueType: "alias"
17489
+ },
17490
+ rest: {
17491
+ type: "shadowVariants",
17492
+ value: "none",
17493
+ valueType: "alias"
17494
+ }
17495
+ }
17496
+ }
17497
+ }
17498
+ },
17114
17499
  popover: {
17115
17500
  defaults: {
17116
17501
  size: "default",
@@ -28563,8 +28948,8 @@ const defaultTokensConfig = {
28563
28948
  }
28564
28949
  }
28565
28950
  },
28566
- version: "v0.93.0",
28567
- version: "v0.93.0"
28951
+ version: "v0.94.0",
28952
+ version: "v0.94.0"
28568
28953
  };
28569
28954
  //#endregion
28570
28955
  export { defaultTokensConfig };
@@ -27,4 +27,4 @@ interface SvgIconWithStaticProps<SvgIconProps> extends React.FunctionComponent<S
27
27
  }
28
28
  type SvgIcon = SvgIconWithStaticProps<SvgIconProps>; //#endregion
29
29
  //#endregion
30
- export { type SvgIcon };
30
+ export { type IconVariant, type SvgIcon, type SvgIconProps };
@@ -27,4 +27,4 @@ interface SvgIconWithStaticProps<SvgIconProps> extends React.FunctionComponent<S
27
27
  }
28
28
  type SvgIcon = SvgIconWithStaticProps<SvgIconProps>; //#endregion
29
29
  //#endregion
30
- export { type SvgIcon };
30
+ export { type IconVariant, type SvgIcon, type SvgIconProps };
package/dist/index.cjs CHANGED
@@ -36,9 +36,9 @@ const require_components_client_BottomSheet_BottomSheetTrigger = require("./comp
36
36
  const require_entries = require("./utils/dist/entries.cjs");
37
37
  const require_fromEntries = require("./utils/dist/fromEntries.cjs");
38
38
  const require_mapValues = require("./utils/dist/mapValues.cjs");
39
- const require_generateDefaultClassName = require("./automated-config/dist/utils/generateDefaultClassName.cjs");
40
39
  const require_generateSchemaKey = require("./automated-config/dist/utils/generateSchemaKey.cjs");
41
40
  const require_buildConfigSchema = require("./automated-config/dist/utils/buildConfigSchema.cjs");
41
+ const require_generateDefaultClassName = require("./automated-config/dist/utils/generateDefaultClassName.cjs");
42
42
  const require_cartesianProduct = require("./automated-config/dist/utils/cartesianProduct.cjs");
43
43
  const require_subcomponents = require("./automated-config/dist/utils/subcomponents.cjs");
44
44
  const require_coalesceConfigVariant = require("./automated-config/dist/utils/coalesceConfigVariant.cjs");
@@ -67,6 +67,10 @@ const require_components_client_Modal_ModalContent = require("./components/clien
67
67
  const require_components_client_Modal_ModalDescription = require("./components/client/Modal/ModalDescription.cjs");
68
68
  const require_components_client_Modal_ModalTitle = require("./components/client/Modal/ModalTitle.cjs");
69
69
  const require_components_client_Modal_Modal = require("./components/client/Modal/Modal.cjs");
70
+ const require_components_client_PaddleNav_PaddleButtonNext = require("./components/client/PaddleNav/PaddleButtonNext.cjs");
71
+ const require_components_client_PaddleNav_PaddleButtonPrevious = require("./components/client/PaddleNav/PaddleButtonPrevious.cjs");
72
+ const require_components_client_PaddleNav_PaddleNavContent = require("./components/client/PaddleNav/PaddleNavContent.cjs");
73
+ const require_components_client_PaddleNav_PaddleNav = require("./components/client/PaddleNav/PaddleNav.cjs");
70
74
  const require_components_client_Popover_UDSPopoverConfigProvider = require("./components/client/Popover/UDSPopoverConfigProvider.cjs");
71
75
  const require_components_client_Popover_Popover = require("./components/client/Popover/Popover.cjs");
72
76
  const require_generatedConfigs = require("./automated-config/dist/generated/generatedConfigs.cjs");
@@ -204,6 +208,11 @@ exports.ModalDescription = require_components_client_Modal_ModalDescription.Moda
204
208
  exports.ModalTitle = require_components_client_Modal_ModalTitle.ModalTitle;
205
209
  exports.OUTLINE_PREFIX = require_index$1.OUTLINE_PREFIX;
206
210
  exports.PSEUDO_STYLE_SELECTOR_MAP = require_index$1.PSEUDO_STYLE_SELECTOR_MAP;
211
+ exports.PaddleButtonNext = require_components_client_PaddleNav_PaddleButtonNext.PaddleButtonNext;
212
+ exports.PaddleButtonPrevious = require_components_client_PaddleNav_PaddleButtonPrevious.PaddleButtonPrevious;
213
+ exports.PaddleNav = require_components_client_PaddleNav_PaddleNav.PaddleNav;
214
+ exports.PaddleNavConfig = require_generatedConfigs.PaddleNavConfig;
215
+ exports.PaddleNavContent = require_components_client_PaddleNav_PaddleNavContent.PaddleNavContent;
207
216
  exports.Popover = require_components_client_Popover_Popover.Popover;
208
217
  exports.PopoverConfig = require_generatedConfigs.PopoverConfig;
209
218
  exports.PopoverContent = require_components_client_Popover_PopoverContent.PopoverContent;
@@ -275,6 +284,7 @@ exports.defineTheme = require_theme.defineTheme;
275
284
  exports.deprecatedAlwaysPalette = require_index.deprecatedAlwaysPalette;
276
285
  exports.entries = require_entries.entries;
277
286
  exports.findFixtureType = require_buildConfigSchema.findFixtureType;
287
+ exports.findFixtureTypeForValue = require_buildConfigSchema.findFixtureTypeForValue;
278
288
  exports.fontUrls = require_tokens_utils_getFontUrls.fontUrls;
279
289
  exports.fromEntries = require_fromEntries.fromEntries;
280
290
  exports.generateClassName = require_index$2.generateClassName;
package/dist/index.d.cts CHANGED
@@ -1,10 +1,10 @@
1
1
 
2
2
  import { variants } from "./styles/variants.cjs";
3
- import { AvatarConfig, BadgeConfig, BannerConfig, BottomSheetConfig, ButtonConfig, CheckboxConfig, ChipConfig, DividerConfig, IconButtonConfig, InputConfig, LinkConfig, MenuContentConfig, MenuItemConfig, ModalConfig, PopoverConfig, RadioConfig, ScrimConfig, SwitchConfig, TabConfig, TabsConfig, ToastConfig, TooltipConfig } from "./automated-config/dist/generated/generatedConfigs.cjs";
4
- import { AlwaysPaletteAlias, AlwaysPaletteAliasWithPrefix, AlwaysPaletteColor, Animation, AriaAttribute, AvatarAbbreviationStrategy, AvatarShape, AvatarSize, AvatarSizeConfig, AvatarVariant, BackgroundColor, BackgroundPalette, BackgroundPaletteAlias, BackgroundStyleProps, BackwardsCompatibleReactElement, BadgeSize, BadgeVariant, BannerInnerShadowOption, BannerSize, BannerVariant, BorderRadius, BorderRadiusConfig, BorderStyleProps, BorderWidth, BorderWidthConfig, BorderWidthWithElevation, BottomSheetHeight, BottomSheetSnapPoints, BottomSheetVariant, Breakpoint, BreakpointValue, BreakpointWithBase, BreakpointsConfig, ButtonPalette, ButtonPaletteColor, ButtonSize, ButtonSpectrumColor, ButtonVariant, ButtonVariantFlat, CheckboxSize, CheckboxValue, CheckboxVariant, ChipSize, ChipVariant, ColorMode, ColorModeConfig, ColorModeForApp, ColorsConfig, CustomSizingStyleProps, DataAttribute, DeprecatedAlwaysPaletteAlias, Display, DividerVariant, ElevationAlias, ElevationBackgroundFillColor, ElevationBorderColor, ElevationConfig, ElevationCustomInsetShadows, ElevationCustomShadows, ElevationGlobalRampConfig, ElevationGlobalRampSettings, ElevationLevel, ElevationPreset, ElevationSurfaceColor, ExtractUrlFromFontFaceRule, Flex, FlexAlignContent, FlexAlignItems, FlexAlignSelf, FlexBasis, FlexDirection, FlexGrow, FlexJustifyContent, FlexShrink, FlexStyleProps, FlexWrap, FocusRingColor, FocusRingConfig, FocusRingModeConfig, FocusRingOffset, FocusRingWidth, FontAlias, FontConfig, FontCssVar, FontFamilyConfig, FontSize, FontSizeConfig, FontSlantConfig, FontType, FontWeightConfig, FontWeightDescriptive, FontWeightNumeric, FontWidthConfig, ForegroundColor, ForegroundPalette, ForegroundPaletteAlias, GenericIconComponent, GlobalDefaultsConfig, HighContrastMode, Hue, HueStep, IconButtonSize, IconPixelSize, IconSize, IconSizeConfig, IconSlotRenderProps, IconVariant, ImagePropsWithImgProps, ImageStyleProps, ImgElementProps, InputSize, LayoutStyleProps, LineClampAlias, LineColor, LineHeight, LineHeightConfig, LinePalette, LinePaletteAlias, LinkTextVariant, LinkVariant, LinkableValue, MaxLengthArray, ModalSize, ModalVariant, Modes, MotionConfig, MotionCssVar, MotionSpringConfig, MotionSpringConfigOptions, MotionVariant, MotionVariantSpeed, MotionVariantValues, NestedBorderRadiusStyleProps, OpacityStep, Overflow, Palette, PaletteConfig, PaletteType, PaletteValue, Percentage, PercentageUnit, PixelsUnit, PlatformMode, PopoverPlacement, PopoverSize, PopoverVariant, Position, PropertyToPaletteAliasMap, RGBAUnit, RGBColorValue, RGBUnit, RadioSize, RadioValue, RadioVariant, RegionMode, RemsUnit, SVGElementProps, ScaleConfig, ScaleEffect, ScaleMode, ScaleModeConfig, ScaleModeForApp, ShadowAlwaysColor, ShadowColor, ShadowColorConfig, ShadowConfig, ShadowOffset, ShadowOpacity, ShadowPalette, ShadowPaletteAlias, ShadowPaletteColor, ShadowPreset, ShadowSpectrumColor, ShadowSpreadRadius, ShadowStyleProps, ShadowType, ShadowTypeConfig, ShadowVariant, ShadowVariantConfig, ShadowVariantInvert, ShadowVariantWithElevation, ShadowVariantWithInvert, SharedPaletteAlias, SizeStyleProps, SpacingAlias, SpacingConfig, SpacingStyleProps, SpectrumColor, SpectrumConfig, SpectrumRGB, SpectrumValue, SpectrumValueEntry, StateStyleProps, StyleProps, SwitchSize, TShirtSize, TShirtSizeCommon, TextDecorationLine, TextProperty, TextStyleProps, TextTransform, TextTransformConfig, TextVariant, TextVariantTypography, TextVariantUi, TextVariantWithoutEmphasized, ToastPosition, ToastSize, ToastVariant, TooltipPlacement, TooltipSize, TooltipVariant, TransitionDelay, TransitionDuration, TransitionTiming, TypographyConfig, TypographyResponsiveProperty, TypographyStyle, TypographyStyleProperty, TypographyUnitValue, UdsCssVar, UnitlessUnit, UniversalAvatarBaseProps, UniversalAvatarIconProps, UniversalAvatarProps, UniversalAvatarTextProps, UniversalBadgeProps, UniversalBannerProps, UniversalBottomSheetContentProps, UniversalBottomSheetHeaderProps, UniversalBottomSheetProps, UniversalBoxProps, UniversalButtonProps, UniversalCheckboxProps, UniversalChipBaseProps, UniversalChipButtonProps, UniversalChipDismissibleProps, UniversalChipLinkProps, UniversalChipToggleProps, UniversalDividerProps, UniversalFormLabelProps, UniversalIconProps, UniversalIconSlot, UniversalImageProps, UniversalInputProps, UniversalLinkProps, UniversalMenuItemProps, UniversalModalActionsProps, UniversalModalContentProps, UniversalModalDescriptionProps, UniversalModalProps, UniversalModalTitleProps, UniversalPopoverContentProps, UniversalPopoverProps, UniversalPopoverTriggerProps, UniversalPressableProps, UniversalRadioGroupProps, UniversalRadioProps, UniversalStackProps, UniversalSwitchProps, UniversalTabListProps, UniversalTabPanelProps, UniversalTabProps, UniversalTabsProps, UniversalTabsVariant, UniversalTextProps, UniversalToastProps, UniversalTokensConfigAutoBase, UniversalTokensConfigBase, UniversalTokensConfigGeneric, UniversalTooltipContentProps, UniversalTooltipProps, UniversalTooltipTriggerProps } from "./types/dist/index.cjs";
3
+ import { AvatarConfig, BadgeConfig, BannerConfig, BottomSheetConfig, ButtonConfig, CheckboxConfig, ChipConfig, DividerConfig, IconButtonConfig, InputConfig, LinkConfig, MenuContentConfig, MenuItemConfig, ModalConfig, PaddleNavConfig, PopoverConfig, RadioConfig, ScrimConfig, SwitchConfig, TabConfig, TabsConfig, ToastConfig, TooltipConfig } from "./automated-config/dist/generated/generatedConfigs.cjs";
4
+ import { AlwaysPaletteAlias, AlwaysPaletteAliasWithPrefix, AlwaysPaletteColor, Animation, AriaAttribute, AvatarAbbreviationStrategy, AvatarShape, AvatarSize, AvatarSizeConfig, AvatarVariant, BackgroundColor, BackgroundPalette, BackgroundPaletteAlias, BackgroundStyleProps, BackwardsCompatibleReactElement, BadgeSize, BadgeVariant, BannerInnerShadowOption, BannerSize, BannerVariant, BorderRadius, BorderRadiusConfig, BorderStyleProps, BorderWidth, BorderWidthConfig, BorderWidthWithElevation, BottomSheetHeight, BottomSheetSnapPoints, BottomSheetVariant, Breakpoint, BreakpointValue, BreakpointWithBase, BreakpointsConfig, ButtonPalette, ButtonPaletteColor, ButtonSize, ButtonSpectrumColor, ButtonVariant, ButtonVariantFlat, CheckboxSize, CheckboxValue, CheckboxVariant, ChipSize, ChipVariant, ColorMode, ColorModeConfig, ColorModeForApp, ColorsConfig, CustomSizingStyleProps, DataAttribute, DeprecatedAlwaysPaletteAlias, Display, DividerVariant, ElevationAlias, ElevationBackgroundFillColor, ElevationBorderColor, ElevationConfig, ElevationCustomInsetShadows, ElevationCustomShadows, ElevationGlobalRampConfig, ElevationGlobalRampSettings, ElevationLevel, ElevationPreset, ElevationSurfaceColor, ExtractUrlFromFontFaceRule, Flex, FlexAlignContent, FlexAlignItems, FlexAlignSelf, FlexBasis, FlexDirection, FlexGrow, FlexJustifyContent, FlexShrink, FlexStyleProps, FlexWrap, FocusRingColor, FocusRingConfig, FocusRingModeConfig, FocusRingOffset, FocusRingWidth, FontAlias, FontConfig, FontCssVar, FontFamilyConfig, FontSize, FontSizeConfig, FontSlantConfig, FontType, FontWeightConfig, FontWeightDescriptive, FontWeightNumeric, FontWidthConfig, ForegroundColor, ForegroundPalette, ForegroundPaletteAlias, GenericIconComponent, GlobalDefaultsConfig, HighContrastMode, Hue, HueStep, IconButtonSize, IconPixelSize, IconSize, IconSizeConfig, IconSlotRenderProps, IconVariant, ImagePropsWithImgProps, ImageStyleProps, ImgElementProps, InputSize, LayoutStyleProps, LineClampAlias, LineColor, LineHeight, LineHeightConfig, LinePalette, LinePaletteAlias, LinkTextVariant, LinkVariant, LinkableValue, MaxLengthArray, ModalSize, ModalVariant, Modes, MotionConfig, MotionCssVar, MotionSpringConfig, MotionSpringConfigOptions, MotionVariant, MotionVariantSpeed, MotionVariantValues, NestedBorderRadiusStyleProps, OpacityStep, Overflow, PaddleNavOrientation, PaddleNavSize, PaddleNavVariant, Palette, PaletteConfig, PaletteType, PaletteValue, Percentage, PercentageUnit, PixelsUnit, PlatformMode, PopoverPlacement, PopoverSize, PopoverVariant, Position, PropertyToPaletteAliasMap, RGBAUnit, RGBColorValue, RGBUnit, RadioSize, RadioValue, RadioVariant, RegionMode, RemsUnit, SVGElementProps, ScaleConfig, ScaleEffect, ScaleMode, ScaleModeConfig, ScaleModeForApp, ShadowAlwaysColor, ShadowColor, ShadowColorConfig, ShadowConfig, ShadowOffset, ShadowOpacity, ShadowPalette, ShadowPaletteAlias, ShadowPaletteColor, ShadowPreset, ShadowSpectrumColor, ShadowSpreadRadius, ShadowStyleProps, ShadowType, ShadowTypeConfig, ShadowVariant, ShadowVariantConfig, ShadowVariantInvert, ShadowVariantWithElevation, ShadowVariantWithInvert, SharedPaletteAlias, SizeStyleProps, SpacingAlias, SpacingConfig, SpacingStyleProps, SpectrumColor, SpectrumConfig, SpectrumRGB, SpectrumValue, SpectrumValueEntry, StateStyleProps, StyleProps, SwitchSize, TShirtSize, TShirtSizeCommon, TextDecorationLine, TextProperty, TextStyleProps, TextTransform, TextTransformConfig, TextVariant, TextVariantTypography, TextVariantUi, TextVariantWithoutEmphasized, ToastPosition, ToastSize, ToastVariant, TooltipPlacement, TooltipSize, TooltipVariant, TransitionDelay, TransitionDuration, TransitionTiming, TypographyConfig, TypographyResponsiveProperty, TypographyStyle, TypographyStyleProperty, TypographyUnitValue, UdsCssVar, UnitlessUnit, UniversalAvatarBaseProps, UniversalAvatarIconProps, UniversalAvatarProps, UniversalAvatarTextProps, UniversalBadgeProps, UniversalBannerProps, UniversalBottomSheetContentProps, UniversalBottomSheetHeaderProps, UniversalBottomSheetProps, UniversalBoxProps, UniversalButtonProps, UniversalCheckboxProps, UniversalChipBaseProps, UniversalChipButtonProps, UniversalChipDismissibleProps, UniversalChipLinkProps, UniversalChipToggleProps, UniversalDividerProps, UniversalFormLabelProps, UniversalIconProps, UniversalIconSlot, UniversalImageProps, UniversalInputProps, UniversalLinkProps, UniversalMenuItemProps, UniversalModalActionsProps, UniversalModalContentProps, UniversalModalDescriptionProps, UniversalModalProps, UniversalModalTitleProps, UniversalPaddleNavContentProps, UniversalPaddleNavProps, UniversalPopoverContentProps, UniversalPopoverProps, UniversalPopoverTriggerProps, UniversalPressableProps, UniversalRadioGroupProps, UniversalRadioProps, UniversalStackProps, UniversalSwitchProps, UniversalTabListProps, UniversalTabPanelProps, UniversalTabProps, UniversalTabsProps, UniversalTabsVariant, UniversalTextProps, UniversalToastProps, UniversalTokensConfigAutoBase, UniversalTokensConfigBase, UniversalTokensConfigGeneric, UniversalTooltipContentProps, UniversalTooltipProps, UniversalTooltipTriggerProps } from "./types/dist/index.cjs";
5
5
  import { AllPossibleProperties, ComponentConfig, ComponentStateConfig, LayerConfig, PossibleStates, PossibleStatesWithRest, SubComponentConfig, VariantConfig, VariantConfigWithComponentStates, VariantConfigWithProperties } from "./automated-config/dist/types/ComponentConfig.cjs";
6
6
  import { ConfigurablePropertiesName, SelectedConfigurableProperty } from "./automated-config/dist/properties.cjs";
7
- import { ComponentSchema, buildConfigSchema, findFixtureType } from "./automated-config/dist/utils/buildConfigSchema.cjs";
7
+ import { ComponentSchema, buildConfigSchema, findFixtureType, findFixtureTypeForValue } from "./automated-config/dist/utils/buildConfigSchema.cjs";
8
8
  import { cartesianProduct } from "./automated-config/dist/utils/cartesianProduct.cjs";
9
9
  import { coalesceConfigVariant } from "./automated-config/dist/utils/coalesceConfigVariant.cjs";
10
10
  import { AllVariantKeys, AutoComponentName, UniversalTokensConfigAuto } from "./automated-config/dist/generated/universalTokensConfigAuto.cjs";
@@ -22,7 +22,7 @@ import { ALWAYS_PREFIX, alwaysPalette, deprecatedAlwaysPalette, newAlwaysPalette
22
22
  import { ResolvedTokensConfig, UniversalTokensConfig } from "./config/dist/index.cjs";
23
23
  import { FONT_DECLARATIONS_MAP, FontAxisConfig, FontDeclarationConfig, FontDeclarationItemConfig, FontDeclarationMap, FontFamilyCDNUrl, FontID, FontWeightForFont } from "./fonts/dist/index.cjs";
24
24
  import { AllSelectors, BaseSelector, CssStyleObject, ParentVariantSelector } from "./automated-config/dist/types/ComponentStyles.cjs";
25
- import { ConfigurableComponentName, IconPropsWithSVGProps, UniversalAvatarImageProps, UniversalChipProps, UniversalIconButtonProps } from "./tokens/types.cjs";
25
+ import { ConfigurableComponentName, IconPropsWithSVGProps, UniversalAvatarImageProps, UniversalChipProps, UniversalIconButtonProps, UniversalPaddleButtonProps } from "./tokens/types.cjs";
26
26
  import { shadow } from "./tokens/configs/shadow.cjs";
27
27
  import { AVATAR_SIZE_PREFIX, BACKGROUND_BLUR_COLOR_PREFIX, BACKGROUND_BLUR_FALLBACK_COLOR_PREFIX, BACKGROUND_BLUR_RADIUS_PREFIX, BACKGROUND_COLOR_PREFIX, BORDER_RADIUS_PREFIX, BORDER_WIDTH_PREFIX, BUTTON_GAP_VAR, BUTTON_SCALE_EFFECT, BUTTON_SCALE_EFFECT_HOVER, BUTTON_SCALE_EFFECT_PRESSED, BUTTON_SCALE_EFFECT_REST, DARK_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE_CLASSNAME, DEFAULT_SCALE_MODE_CLASSNAME, DROP_SHADOW_PREFIX, FONT_FAMILY_PREFIX, FONT_SIZE_PREFIX, FONT_SLANT_PREFIX, FONT_WEIGHT_PREFIX, FONT_WIDTH_PREFIX, GetMotionVarParams, ICON_SIZE_PREFIX, INSET_SHADOW_PREFIX, INVERT_COLOR_MODE_CLASSNAME, LARGE_SCALE_MODE_CLASSNAME, LETTER_SPACING_PREFIX, LIGHT_COLOR_MODE_CLASSNAME, LINE_COLOR_PREFIX, LINE_HEIGHT_PREFIX, MEDIUM_SCALE_MODE_CLASSNAME, MOTION_PREFIX, OUTLINE_PREFIX, PSEUDO_STYLE_SELECTOR_MAP, SMALL_SCALE_MODE_CLASSNAME, SPECTRUM_COLOR_PREFIX, SYSTEM_COLOR_MODE_CLASSNAME, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES, TEXT_RESPONSIVE_CLASSNAME, TEXT_TRANSFORM_PREFIX, UDS_PREFIX, XLARGE_SCALE_MODE_CLASSNAME, XSMALL_SCALE_MODE_CLASSNAME, XXLARGE_SCALE_MODE_CLASSNAME, XXXLARGE_SCALE_MODE_CLASSNAME, getMotionVar, getShadowLayerValue, textVariantsSafe } from "./css-tokens/dist/index.cjs";
28
28
  import { DEFAULT_COLOR_MODE, DEFAULT_COLOR_MODE_FOR_APP, DEFAULT_HIGH_CONTRAST_MODE, DEFAULT_REGION_MODE, DEFAULT_SCALE_MODE, DEFAULT_SCALE_MODE_FOR_APP } from "./modes/dist/index.cjs";
@@ -87,6 +87,10 @@ import { ModalDescription, ModalDescriptionProps } from "./components/client/Mod
87
87
  import { ModalTitle, ModalTitleProps } from "./components/client/Modal/ModalTitle.cjs";
88
88
  import { UDSModalConfigContextType, configToModalConfigContext } from "./runtime/modalConfig.cjs";
89
89
  import { UDSModalConfigProvider, UDSModalConfigProviderProps, useModalConfig } from "./components/client/Modal/UDSModalConfigProvider.cjs";
90
+ import { PaddleButtonNext, PaddleButtonNextProps } from "./components/client/PaddleNav/PaddleButtonNext.cjs";
91
+ import { PaddleButtonPrevious, PaddleButtonPreviousProps } from "./components/client/PaddleNav/PaddleButtonPrevious.cjs";
92
+ import { PaddleNav, PaddleNavProps } from "./components/client/PaddleNav/PaddleNav.cjs";
93
+ import { PaddleNavContent, PaddleNavContentProps } from "./components/client/PaddleNav/PaddleNavContent.cjs";
90
94
  import { Popover } from "./components/client/Popover/Popover.cjs";
91
95
  import { PopoverContent } from "./components/client/Popover/PopoverContent.cjs";
92
96
  import { PopoverTrigger } from "./components/client/Popover/PopoverTrigger.cjs";
@@ -118,4 +122,4 @@ import { UDSTooltipConfigProvider, UDSTooltipConfigProviderProps } from "./compo
118
122
  import { SetState } from "./types.cjs";
119
123
  import { UDSThemeConfig, UDSThemeConfigInput, UDSThemeContext, defineTheme } from "./css/dist/css/theme.cjs";
120
124
  import { Modal, ModalProps } from "./components/client/Modal/Modal.cjs";
121
- export { ALWAYS_PREFIX, AVATAR_SIZE_PREFIX, AllPossibleProperties, AllSelectors, AllVariantKeys, AlwaysPaletteAlias, AlwaysPaletteAliasWithPrefix, AlwaysPaletteColor, Animation, AriaAttribute, AutoComponentName, Avatar, AvatarAbbreviationStrategy, AvatarConfig, AvatarIcon, AvatarIconProps, AvatarImage, AvatarImageProps, AvatarProps, AvatarShape, AvatarSize, AvatarSizeConfig, AvatarText, AvatarTextProps, AvatarVariant, BACKGROUND_BLUR_COLOR_PREFIX, BACKGROUND_BLUR_FALLBACK_COLOR_PREFIX, BACKGROUND_BLUR_RADIUS_PREFIX, BACKGROUND_COLOR_PREFIX, BORDER_RADIUS_PREFIX, BORDER_WIDTH_PREFIX, BUTTON_GAP_VAR, BUTTON_SCALE_EFFECT, BUTTON_SCALE_EFFECT_HOVER, BUTTON_SCALE_EFFECT_PRESSED, BUTTON_SCALE_EFFECT_REST, BackgroundColor, BackgroundPalette, BackgroundPaletteAlias, BackgroundStyleProps, BackwardsCompatibleReactElement, Badge, BadgeConfig, BadgeProps, BadgeSize, BadgeVariant, Banner, BannerConfig, BannerContent, BannerContentProps, BannerDescription, BannerDescriptionProps, BannerInnerShadowOption, BannerProps, BannerSize, BannerTitle, BannerTitleProps, BannerVariant, BaseSelector, BorderRadius, BorderRadiusConfig, BorderStyleProps, BorderWidth, BorderWidthConfig, BorderWidthWithElevation, BottomSheet, BottomSheetConfig, BottomSheetContent, BottomSheetContentProps, BottomSheetController, BottomSheetDismiss, BottomSheetDismissProps, BottomSheetHeader, BottomSheetHeaderProps, BottomSheetHeight, BottomSheetProps, BottomSheetProvider, BottomSheetProviderProps, BottomSheetSnapPoints, BottomSheetTrigger, BottomSheetTriggerProps, BottomSheetVariant, Box, BoxProps, Breakpoint, BreakpointValue, BreakpointWithBase, BreakpointsConfig, Button, ButtonConfig, ButtonPalette, ButtonPaletteColor, ButtonProps, ButtonSize, ButtonSpectrumColor, ButtonVariant, ButtonVariantFlat, Checkbox, CheckboxConfig, CheckboxProps, CheckboxSize, CheckboxValue, CheckboxVariant, Chip, ChipButton, ChipButtonProps, ChipConfig, ChipDismissible, ChipDismissibleProps, ChipLink, ChipLinkProps, ChipProps, ChipSize, ChipToggle, ChipToggleProps, ChipVariant, ColorMode, ColorModeConfig, ColorModeForApp, ColorsConfig, ComponentConfig, ComponentSchema, ComponentStateConfig, ConfigurableComponentName, ConfigurablePropertiesName, CssStyleObject, CustomSizingStyleProps, DARK_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE, DEFAULT_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE_FOR_APP, DEFAULT_HIGH_CONTRAST_MODE, DEFAULT_REGION_MODE, DEFAULT_SCALE_MODE, DEFAULT_SCALE_MODE_CLASSNAME, DEFAULT_SCALE_MODE_FOR_APP, DROP_SHADOW_PREFIX, DataAttribute, DeprecatedAlwaysPaletteAlias, Display, Divider, DividerConfig, DividerLabel, DividerLabelProps, DividerLine, DividerLineProps, DividerProps, DividerVariant, ElevationAlias, ElevationBackgroundFillColor, ElevationBorderColor, ElevationConfig, ElevationCustomInsetShadows, ElevationCustomShadows, ElevationGlobalRampConfig, ElevationGlobalRampSettings, ElevationLevel, ElevationPreset, ElevationSurfaceColor, ExtractUrlFromFontFaceRule, FONT_DECLARATIONS_MAP, FONT_FAMILY_PREFIX, FONT_SIZE_PREFIX, FONT_SLANT_PREFIX, FONT_WEIGHT_PREFIX, FONT_WIDTH_PREFIX, Flex, FlexAlignContent, FlexAlignItems, FlexAlignSelf, FlexBasis, FlexDirection, FlexGrow, FlexJustifyContent, FlexShrink, FlexStyleProps, FlexWrap, FocusRingColor, FocusRingConfig, FocusRingModeConfig, FocusRingOffset, FocusRingWidth, FontAlias, FontAxisConfig, FontConfig, FontCssVar, FontDeclarationConfig, FontDeclarationItemConfig, FontDeclarationMap, FontFamilyCDNUrl, FontFamilyConfig, FontID, FontSize, FontSizeConfig, FontSlantConfig, FontType, FontUrlConfig, FontUrlMap, FontWeightConfig, FontWeightDescriptive, FontWeightForFont, FontWeightNumeric, FontWidthConfig, ForegroundColor, ForegroundPalette, ForegroundPaletteAlias, FormLabel, FormLabelProps, GenericIconComponent, GetMotionVarParams, GlobalDefaultsConfig, HStack, HStackProps, HighContrastMode, Hue, HueStep, ICON_SIZE_PREFIX, INSET_SHADOW_PREFIX, INVERT_COLOR_MODE_CLASSNAME, Icon, IconButton, IconButtonConfig, IconButtonProps, IconButtonSize, IconPixelSize, IconProps, IconPropsWithSVGProps, IconSize, IconSizeConfig, IconSlotRenderProps, IconVariant, Image, ImageProps, ImagePropsWithImgProps, ImageStyleProps, ImgElementProps, Input, InputConfig, InputHelpText, InputHelpTextProps, InputProps, InputSize, LARGE_SCALE_MODE_CLASSNAME, LETTER_SPACING_PREFIX, LIGHT_COLOR_MODE_CLASSNAME, LINE_COLOR_PREFIX, LINE_HEIGHT_PREFIX, LayerConfig, LayoutStyleProps, LineClampAlias, LineColor, LineHeight, LineHeightConfig, LinePalette, LinePaletteAlias, Link, LinkConfig, LinkProps, LinkTextVariant, LinkVariant, LinkableValue, MEDIUM_SCALE_MODE_CLASSNAME, MOTION_PREFIX, MaxLengthArray, Menu_index_d_exports as Menu, MenuContentConfig, MenuContentProps, MenuDividerProps, MenuItemCheckboxProps, MenuItemConfig, MenuItemProps, MenuPlacement, MenuProviderProps, MenuTriggerProps, Modal, ModalActions, ModalActionsProps, ModalConfig, ModalContent, ModalContentProps, ModalDescription, ModalDescriptionProps, ModalProps, ModalSize, ModalTitle, ModalTitleProps, ModalVariant, Modes, MotionConfig, MotionCssVar, MotionSpringConfig, MotionSpringConfigOptions, MotionVariant, MotionVariantSpeed, MotionVariantValues, NestedBorderRadiusStyleProps, OUTLINE_PREFIX, OpacityStep, Overflow, PSEUDO_STYLE_SELECTOR_MAP, Palette, PaletteConfig, PaletteType, PaletteValue, ParentVariantSelector, Percentage, PercentageUnit, PixelsUnit, PlatformMode, Popover, PopoverConfig, PopoverContent, UniversalPopoverContentProps as PopoverContentProps, PopoverPlacement, UniversalPopoverProps as PopoverProps, PopoverSize, PopoverTrigger, UniversalPopoverTriggerProps as PopoverTriggerProps, PopoverVariant, Position, PossibleStates, PossibleStatesWithRest, Pressable, PressableProps, PropertyToPaletteAliasMap, RGBAUnit, RGBColorValue, RGBUnit, Radio, RadioConfig, RadioGroupProvider, RadioGroupProviderProps, RadioProps, RadioSize, RadioValue, RadioVariant, RegionMode, RemsUnit, ResolvedTokensConfig, SMALL_SCALE_MODE_CLASSNAME, SPECTRUM_COLOR_PREFIX, SVGElementProps, SYSTEM_COLOR_MODE_CLASSNAME, ScaleConfig, ScaleEffect, ScaleMode, ScaleModeConfig, ScaleModeForApp, Scrim, ScrimConfig, ScrimProps, SelectedConfigurableProperty, SetState, ShadowAlwaysColor, ShadowColor, ShadowColorConfig, ShadowConfig, ShadowOffset, ShadowOpacity, ShadowPalette, ShadowPaletteAlias, ShadowPaletteColor, ShadowPreset, ShadowSpectrumColor, ShadowSpreadRadius, ShadowStyleProps, ShadowType, ShadowTypeConfig, ShadowVariant, ShadowVariantConfig, ShadowVariantInvert, ShadowVariantWithElevation, ShadowVariantWithInvert, SharedPaletteAlias, SizeStyleProps, SpacingAlias, SpacingConfig, SpacingStyleProps, SpectrumColor, SpectrumConfig, SpectrumRGB, SpectrumValue, SpectrumValueEntry, SpringMotionConfig, SpringMotionConfigProps, StateStyleProps, StyleProps, SubComponentConfig, Switch, SwitchConfig, SwitchProps, SwitchSize, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES, TEXT_RESPONSIVE_CLASSNAME, TEXT_TRANSFORM_PREFIX, TShirtSize, TShirtSizeCommon, Tab, TabConfig, TabList, TabListProps, TabPanel, TabPanelProps, TabProps, Tabs, TabsConfig, TabsProps, TabsVariant, Text, TextDecorationLine, TextProperty, TextProps, TextStyleProps, TextTransform, TextTransformConfig, TextVariant, TextVariantTypography, TextVariantUi, TextVariantWithoutEmphasized, Toast, ToastConfig, ToastContainer, ToastContainerProps, ToastLoadingPromise, ToastPortal, ToastPortalProps, ToastPosition, ToastProps, ToastSize, ToastVariant, Tooltip, TooltipConfig, TooltipContent, UniversalTooltipContentProps as TooltipContentProps, TooltipPlacement, UniversalTooltipProps as TooltipProps, TooltipSize, TooltipTrigger, UniversalTooltipTriggerProps as TooltipTriggerProps, TooltipVariant, TransitionDelay, TransitionDuration, TransitionTiming, TypographyConfig, TypographyResponsiveProperty, TypographyStyle, TypographyStyleProperty, TypographyUnitValue, UDSBottomSheetConfigContextType, UDSBreakpointsConfigContextType, UDSBreakpointsConfigProvider, UDSBreakpointsConfigProviderProps, UDSConfigContextType, UDSConfigProvider, UDSConfigProviderProps, UDSModalConfigContextType, UDSModalConfigProvider, UDSModalConfigProviderProps, UDSPopoverConfigContextType, UDSPopoverConfigProvider, UDSPopoverConfigProviderProps, type UDSThemeConfig, type UDSThemeConfigInput, type UDSThemeContext, UDSToastConfigContextType, UDSToastConfigProvider, UDSToastConfigProviderProps, UDSTooltipConfigContextType, UDSTooltipConfigProvider, UDSTooltipConfigProviderProps, UDS_PREFIX, UdsCssVar, UnitlessUnit, UniversalAvatarBaseProps, UniversalAvatarIconProps, UniversalAvatarImageProps, UniversalAvatarProps, UniversalAvatarTextProps, UniversalBadgeProps, UniversalBannerProps, UniversalBottomSheetContentProps, UniversalBottomSheetHeaderProps, UniversalBottomSheetProps, UniversalBoxProps, UniversalButtonProps, UniversalCheckboxProps, UniversalChipBaseProps, UniversalChipButtonProps, UniversalChipDismissibleProps, UniversalChipLinkProps, UniversalChipProps, UniversalChipToggleProps, UniversalDividerProps, UniversalFormLabelProps, UniversalIconButtonProps, UniversalIconProps, UniversalIconSlot, UniversalImageProps, UniversalInputProps, UniversalLinkProps, UniversalMenuItemProps, UniversalModalActionsProps, UniversalModalContentProps, UniversalModalDescriptionProps, UniversalModalProps, UniversalModalTitleProps, UniversalPopoverContentProps, UniversalPopoverProps, UniversalPopoverTriggerProps, UniversalPressableProps, UniversalRadioGroupProps, UniversalRadioProps, UniversalStackProps, UniversalSwitchProps, UniversalTabListProps, UniversalTabPanelProps, UniversalTabProps, UniversalTabsProps, UniversalTabsVariant, UniversalTextProps, UniversalToastProps, UniversalTokensConfig, UniversalTokensConfigAuto, UniversalTokensConfigAutoBase, UniversalTokensConfigBase, UniversalTokensConfigGeneric, UniversalTooltipContentProps, UniversalTooltipProps, UniversalTooltipTriggerProps, VStack, VStackProps, VariantConfig, VariantConfigWithComponentStates, VariantConfigWithProperties, XLARGE_SCALE_MODE_CLASSNAME, XSMALL_SCALE_MODE_CLASSNAME, XXLARGE_SCALE_MODE_CLASSNAME, XXXLARGE_SCALE_MODE_CLASSNAME, alwaysPalette, buildConfigSchema, cartesianProduct, coalesceConfigVariant, configToBottomSheetConfigContext, configToBreakpointsConfigContext, configToModalConfigContext, configToPopoverConfigContext, configToToastConfigContext, configToTooltipConfigContext, configToUDSConfigContext, createComponentStates, createConfigurableProperty, createLayerConfig, createSubComponentConfig, createToast, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, cva, cx, defineTheme, deprecatedAlwaysPalette, entries, findFixtureType, fontUrls, fromEntries, generateClassName, generateConfigStyles, generateDeclaration, generateDefaultClassName, generateKeyFromFlatConfigPath, generateSchemaKey, generateStyles, getConfigDefaultValue, getConfigSubcomponents, getConfigVariantComponentStates, getConfigVariantComponentStatesMatrix, getConfigVariantProperties, getConfigVariantPseudoStates, getConfigVariants, getFontUrls, getFontUrlsByIds, getMotionVar, getShadowLayerValue, getStyles, getStylesCacheKeySymbol, isConfigDefaultValue, mapValues, newAlwaysPalette, parseButtonVariantFlat, shadow, spectrumRgbToString, statePseudoMapDocsMode, textVariantsSafe, toRgbChannel, toSpectrumValueEntry, useBottomSheetStore, useBreakpointsConfig, useModalConfig, useToastConfig, variants };
125
+ export { ALWAYS_PREFIX, AVATAR_SIZE_PREFIX, AllPossibleProperties, AllSelectors, AllVariantKeys, AlwaysPaletteAlias, AlwaysPaletteAliasWithPrefix, AlwaysPaletteColor, Animation, AriaAttribute, AutoComponentName, Avatar, AvatarAbbreviationStrategy, AvatarConfig, AvatarIcon, AvatarIconProps, AvatarImage, AvatarImageProps, AvatarProps, AvatarShape, AvatarSize, AvatarSizeConfig, AvatarText, AvatarTextProps, AvatarVariant, BACKGROUND_BLUR_COLOR_PREFIX, BACKGROUND_BLUR_FALLBACK_COLOR_PREFIX, BACKGROUND_BLUR_RADIUS_PREFIX, BACKGROUND_COLOR_PREFIX, BORDER_RADIUS_PREFIX, BORDER_WIDTH_PREFIX, BUTTON_GAP_VAR, BUTTON_SCALE_EFFECT, BUTTON_SCALE_EFFECT_HOVER, BUTTON_SCALE_EFFECT_PRESSED, BUTTON_SCALE_EFFECT_REST, BackgroundColor, BackgroundPalette, BackgroundPaletteAlias, BackgroundStyleProps, BackwardsCompatibleReactElement, Badge, BadgeConfig, BadgeProps, BadgeSize, BadgeVariant, Banner, BannerConfig, BannerContent, BannerContentProps, BannerDescription, BannerDescriptionProps, BannerInnerShadowOption, BannerProps, BannerSize, BannerTitle, BannerTitleProps, BannerVariant, BaseSelector, BorderRadius, BorderRadiusConfig, BorderStyleProps, BorderWidth, BorderWidthConfig, BorderWidthWithElevation, BottomSheet, BottomSheetConfig, BottomSheetContent, BottomSheetContentProps, BottomSheetController, BottomSheetDismiss, BottomSheetDismissProps, BottomSheetHeader, BottomSheetHeaderProps, BottomSheetHeight, BottomSheetProps, BottomSheetProvider, BottomSheetProviderProps, BottomSheetSnapPoints, BottomSheetTrigger, BottomSheetTriggerProps, BottomSheetVariant, Box, BoxProps, Breakpoint, BreakpointValue, BreakpointWithBase, BreakpointsConfig, Button, ButtonConfig, ButtonPalette, ButtonPaletteColor, ButtonProps, ButtonSize, ButtonSpectrumColor, ButtonVariant, ButtonVariantFlat, Checkbox, CheckboxConfig, CheckboxProps, CheckboxSize, CheckboxValue, CheckboxVariant, Chip, ChipButton, ChipButtonProps, ChipConfig, ChipDismissible, ChipDismissibleProps, ChipLink, ChipLinkProps, ChipProps, ChipSize, ChipToggle, ChipToggleProps, ChipVariant, ColorMode, ColorModeConfig, ColorModeForApp, ColorsConfig, ComponentConfig, ComponentSchema, ComponentStateConfig, ConfigurableComponentName, ConfigurablePropertiesName, CssStyleObject, CustomSizingStyleProps, DARK_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE, DEFAULT_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE_FOR_APP, DEFAULT_HIGH_CONTRAST_MODE, DEFAULT_REGION_MODE, DEFAULT_SCALE_MODE, DEFAULT_SCALE_MODE_CLASSNAME, DEFAULT_SCALE_MODE_FOR_APP, DROP_SHADOW_PREFIX, DataAttribute, DeprecatedAlwaysPaletteAlias, Display, Divider, DividerConfig, DividerLabel, DividerLabelProps, DividerLine, DividerLineProps, DividerProps, DividerVariant, ElevationAlias, ElevationBackgroundFillColor, ElevationBorderColor, ElevationConfig, ElevationCustomInsetShadows, ElevationCustomShadows, ElevationGlobalRampConfig, ElevationGlobalRampSettings, ElevationLevel, ElevationPreset, ElevationSurfaceColor, ExtractUrlFromFontFaceRule, FONT_DECLARATIONS_MAP, FONT_FAMILY_PREFIX, FONT_SIZE_PREFIX, FONT_SLANT_PREFIX, FONT_WEIGHT_PREFIX, FONT_WIDTH_PREFIX, Flex, FlexAlignContent, FlexAlignItems, FlexAlignSelf, FlexBasis, FlexDirection, FlexGrow, FlexJustifyContent, FlexShrink, FlexStyleProps, FlexWrap, FocusRingColor, FocusRingConfig, FocusRingModeConfig, FocusRingOffset, FocusRingWidth, FontAlias, FontAxisConfig, FontConfig, FontCssVar, FontDeclarationConfig, FontDeclarationItemConfig, FontDeclarationMap, FontFamilyCDNUrl, FontFamilyConfig, FontID, FontSize, FontSizeConfig, FontSlantConfig, FontType, FontUrlConfig, FontUrlMap, FontWeightConfig, FontWeightDescriptive, FontWeightForFont, FontWeightNumeric, FontWidthConfig, ForegroundColor, ForegroundPalette, ForegroundPaletteAlias, FormLabel, FormLabelProps, GenericIconComponent, GetMotionVarParams, GlobalDefaultsConfig, HStack, HStackProps, HighContrastMode, Hue, HueStep, ICON_SIZE_PREFIX, INSET_SHADOW_PREFIX, INVERT_COLOR_MODE_CLASSNAME, Icon, IconButton, IconButtonConfig, IconButtonProps, IconButtonSize, IconPixelSize, IconProps, IconPropsWithSVGProps, IconSize, IconSizeConfig, IconSlotRenderProps, IconVariant, Image, ImageProps, ImagePropsWithImgProps, ImageStyleProps, ImgElementProps, Input, InputConfig, InputHelpText, InputHelpTextProps, InputProps, InputSize, LARGE_SCALE_MODE_CLASSNAME, LETTER_SPACING_PREFIX, LIGHT_COLOR_MODE_CLASSNAME, LINE_COLOR_PREFIX, LINE_HEIGHT_PREFIX, LayerConfig, LayoutStyleProps, LineClampAlias, LineColor, LineHeight, LineHeightConfig, LinePalette, LinePaletteAlias, Link, LinkConfig, LinkProps, LinkTextVariant, LinkVariant, LinkableValue, MEDIUM_SCALE_MODE_CLASSNAME, MOTION_PREFIX, MaxLengthArray, Menu_index_d_exports as Menu, MenuContentConfig, MenuContentProps, MenuDividerProps, MenuItemCheckboxProps, MenuItemConfig, MenuItemProps, MenuPlacement, MenuProviderProps, MenuTriggerProps, Modal, ModalActions, ModalActionsProps, ModalConfig, ModalContent, ModalContentProps, ModalDescription, ModalDescriptionProps, ModalProps, ModalSize, ModalTitle, ModalTitleProps, ModalVariant, Modes, MotionConfig, MotionCssVar, MotionSpringConfig, MotionSpringConfigOptions, MotionVariant, MotionVariantSpeed, MotionVariantValues, NestedBorderRadiusStyleProps, OUTLINE_PREFIX, OpacityStep, Overflow, PSEUDO_STYLE_SELECTOR_MAP, PaddleButtonNext, PaddleButtonNextProps, PaddleButtonPrevious, PaddleButtonPreviousProps, PaddleNav, PaddleNavConfig, PaddleNavContent, PaddleNavContentProps, PaddleNavOrientation, PaddleNavProps, PaddleNavSize, PaddleNavVariant, Palette, PaletteConfig, PaletteType, PaletteValue, ParentVariantSelector, Percentage, PercentageUnit, PixelsUnit, PlatformMode, Popover, PopoverConfig, PopoverContent, UniversalPopoverContentProps as PopoverContentProps, PopoverPlacement, UniversalPopoverProps as PopoverProps, PopoverSize, PopoverTrigger, UniversalPopoverTriggerProps as PopoverTriggerProps, PopoverVariant, Position, PossibleStates, PossibleStatesWithRest, Pressable, PressableProps, PropertyToPaletteAliasMap, RGBAUnit, RGBColorValue, RGBUnit, Radio, RadioConfig, RadioGroupProvider, RadioGroupProviderProps, RadioProps, RadioSize, RadioValue, RadioVariant, RegionMode, RemsUnit, ResolvedTokensConfig, SMALL_SCALE_MODE_CLASSNAME, SPECTRUM_COLOR_PREFIX, SVGElementProps, SYSTEM_COLOR_MODE_CLASSNAME, ScaleConfig, ScaleEffect, ScaleMode, ScaleModeConfig, ScaleModeForApp, Scrim, ScrimConfig, ScrimProps, SelectedConfigurableProperty, SetState, ShadowAlwaysColor, ShadowColor, ShadowColorConfig, ShadowConfig, ShadowOffset, ShadowOpacity, ShadowPalette, ShadowPaletteAlias, ShadowPaletteColor, ShadowPreset, ShadowSpectrumColor, ShadowSpreadRadius, ShadowStyleProps, ShadowType, ShadowTypeConfig, ShadowVariant, ShadowVariantConfig, ShadowVariantInvert, ShadowVariantWithElevation, ShadowVariantWithInvert, SharedPaletteAlias, SizeStyleProps, SpacingAlias, SpacingConfig, SpacingStyleProps, SpectrumColor, SpectrumConfig, SpectrumRGB, SpectrumValue, SpectrumValueEntry, SpringMotionConfig, SpringMotionConfigProps, StateStyleProps, StyleProps, SubComponentConfig, Switch, SwitchConfig, SwitchProps, SwitchSize, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES, TEXT_RESPONSIVE_CLASSNAME, TEXT_TRANSFORM_PREFIX, TShirtSize, TShirtSizeCommon, Tab, TabConfig, TabList, TabListProps, TabPanel, TabPanelProps, TabProps, Tabs, TabsConfig, TabsProps, TabsVariant, Text, TextDecorationLine, TextProperty, TextProps, TextStyleProps, TextTransform, TextTransformConfig, TextVariant, TextVariantTypography, TextVariantUi, TextVariantWithoutEmphasized, Toast, ToastConfig, ToastContainer, ToastContainerProps, ToastLoadingPromise, ToastPortal, ToastPortalProps, ToastPosition, ToastProps, ToastSize, ToastVariant, Tooltip, TooltipConfig, TooltipContent, UniversalTooltipContentProps as TooltipContentProps, TooltipPlacement, UniversalTooltipProps as TooltipProps, TooltipSize, TooltipTrigger, UniversalTooltipTriggerProps as TooltipTriggerProps, TooltipVariant, TransitionDelay, TransitionDuration, TransitionTiming, TypographyConfig, TypographyResponsiveProperty, TypographyStyle, TypographyStyleProperty, TypographyUnitValue, UDSBottomSheetConfigContextType, UDSBreakpointsConfigContextType, UDSBreakpointsConfigProvider, UDSBreakpointsConfigProviderProps, UDSConfigContextType, UDSConfigProvider, UDSConfigProviderProps, UDSModalConfigContextType, UDSModalConfigProvider, UDSModalConfigProviderProps, UDSPopoverConfigContextType, UDSPopoverConfigProvider, UDSPopoverConfigProviderProps, type UDSThemeConfig, type UDSThemeConfigInput, type UDSThemeContext, UDSToastConfigContextType, UDSToastConfigProvider, UDSToastConfigProviderProps, UDSTooltipConfigContextType, UDSTooltipConfigProvider, UDSTooltipConfigProviderProps, UDS_PREFIX, UdsCssVar, UnitlessUnit, UniversalAvatarBaseProps, UniversalAvatarIconProps, UniversalAvatarImageProps, UniversalAvatarProps, UniversalAvatarTextProps, UniversalBadgeProps, UniversalBannerProps, UniversalBottomSheetContentProps, UniversalBottomSheetHeaderProps, UniversalBottomSheetProps, UniversalBoxProps, UniversalButtonProps, UniversalCheckboxProps, UniversalChipBaseProps, UniversalChipButtonProps, UniversalChipDismissibleProps, UniversalChipLinkProps, UniversalChipProps, UniversalChipToggleProps, UniversalDividerProps, UniversalFormLabelProps, UniversalIconButtonProps, UniversalIconProps, UniversalIconSlot, UniversalImageProps, UniversalInputProps, UniversalLinkProps, UniversalMenuItemProps, UniversalModalActionsProps, UniversalModalContentProps, UniversalModalDescriptionProps, UniversalModalProps, UniversalModalTitleProps, UniversalPaddleButtonProps, UniversalPaddleNavContentProps, UniversalPaddleNavProps, UniversalPopoverContentProps, UniversalPopoverProps, UniversalPopoverTriggerProps, UniversalPressableProps, UniversalRadioGroupProps, UniversalRadioProps, UniversalStackProps, UniversalSwitchProps, UniversalTabListProps, UniversalTabPanelProps, UniversalTabProps, UniversalTabsProps, UniversalTabsVariant, UniversalTextProps, UniversalToastProps, UniversalTokensConfig, UniversalTokensConfigAuto, UniversalTokensConfigAutoBase, UniversalTokensConfigBase, UniversalTokensConfigGeneric, UniversalTooltipContentProps, UniversalTooltipProps, UniversalTooltipTriggerProps, VStack, VStackProps, VariantConfig, VariantConfigWithComponentStates, VariantConfigWithProperties, XLARGE_SCALE_MODE_CLASSNAME, XSMALL_SCALE_MODE_CLASSNAME, XXLARGE_SCALE_MODE_CLASSNAME, XXXLARGE_SCALE_MODE_CLASSNAME, alwaysPalette, buildConfigSchema, cartesianProduct, coalesceConfigVariant, configToBottomSheetConfigContext, configToBreakpointsConfigContext, configToModalConfigContext, configToPopoverConfigContext, configToToastConfigContext, configToTooltipConfigContext, configToUDSConfigContext, createComponentStates, createConfigurableProperty, createLayerConfig, createSubComponentConfig, createToast, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, cva, cx, defineTheme, deprecatedAlwaysPalette, entries, findFixtureType, findFixtureTypeForValue, fontUrls, fromEntries, generateClassName, generateConfigStyles, generateDeclaration, generateDefaultClassName, generateKeyFromFlatConfigPath, generateSchemaKey, generateStyles, getConfigDefaultValue, getConfigSubcomponents, getConfigVariantComponentStates, getConfigVariantComponentStatesMatrix, getConfigVariantProperties, getConfigVariantPseudoStates, getConfigVariants, getFontUrls, getFontUrlsByIds, getMotionVar, getShadowLayerValue, getStyles, getStylesCacheKeySymbol, isConfigDefaultValue, mapValues, newAlwaysPalette, parseButtonVariantFlat, shadow, spectrumRgbToString, statePseudoMapDocsMode, textVariantsSafe, toRgbChannel, toSpectrumValueEntry, useBottomSheetStore, useBreakpointsConfig, useModalConfig, useToastConfig, variants };