@yahoo/uds 3.124.0 → 3.125.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.
- package/dist/automated-config/dist/generated/autoVariants.cjs +6 -0
- package/dist/automated-config/dist/generated/autoVariants.d.cts +2 -2
- package/dist/automated-config/dist/generated/autoVariants.d.ts +2 -2
- package/dist/automated-config/dist/generated/autoVariants.js +6 -0
- package/dist/automated-config/dist/generated/generatedConfigs.cjs +19 -1
- package/dist/automated-config/dist/generated/generatedConfigs.d.cts +16 -1
- package/dist/automated-config/dist/generated/generatedConfigs.d.ts +16 -1
- package/dist/automated-config/dist/generated/generatedConfigs.js +19 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +81 -0
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +81 -0
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
- package/dist/components/experimental/client/SegmentedControl.d.cts +2 -1
- package/dist/config/dist/index.cjs +83 -2
- package/dist/config/dist/index.js +83 -2
- package/dist/fixtures/dist/index.cjs +19 -6
- package/dist/fixtures/dist/index.d.cts +1 -1
- package/dist/fixtures/dist/index.d.ts +1 -1
- package/dist/fixtures/dist/index.js +19 -6
- package/dist/styles/styler.d.cts +58 -58
- package/dist/styles/styler.d.ts +58 -58
- package/dist/styles/variants.cjs +4 -1
- package/dist/styles/variants.d.cts +9 -0
- package/dist/styles/variants.d.ts +9 -0
- package/dist/styles/variants.js +4 -1
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.cjs +6 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js +6 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.cjs +19 -1
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js +19 -1
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js.map +1 -1
- package/dist/tailwind/dist/config/dist/index.cjs +83 -2
- package/dist/tailwind/dist/config/dist/index.js +83 -2
- package/dist/tailwind/dist/config/dist/index.js.map +1 -1
- package/dist/tailwind/dist/fixtures/dist/index.cjs +20 -0
- package/dist/tailwind/dist/fixtures/dist/index.js +20 -0
- package/dist/tailwind/dist/fixtures/dist/index.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/ast/expressions.cjs +27 -0
- package/dist/tailwind/dist/purger/optimized/ast/expressions.js +27 -0
- package/dist/tailwind/dist/purger/optimized/ast/expressions.js.map +1 -1
- package/dist/tailwind/dist/types/dist/index.d.cts +2 -2
- package/dist/tailwind/dist/types/dist/index.d.ts +2 -2
- package/dist/tokens/configs/sizes.cjs +4 -1
- package/dist/tokens/configs/sizes.js +4 -1
- package/dist/types/dist/index.d.cts +2 -2
- package/dist/types/dist/index.d.ts +2 -2
- package/dist/uds/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +2 -0
- package/dist/uds/dist/automated-config/dist/properties.d.cts +5 -0
- package/dist/uds/dist/automated-config/dist/types/ComponentConfig.d.cts +3 -0
- package/dist/uds/dist/automated-config/dist/types/ComponentStyles.d.cts +2 -0
- package/dist/uds/dist/automated-config/dist/types/ConfigSchema.d.cts +2 -0
- package/dist/uds/dist/automated-config/dist/utils/buildConfigSchema.d.cts +7 -0
- package/dist/uds/dist/automated-config/dist/utils/coalesceConfigVariant.d.cts +2 -0
- package/dist/uds/dist/automated-config/dist/utils/defaults.d.cts +2 -0
- package/dist/uds/dist/automated-config/dist/utils/getConfigVariantComponentStatesMatrix.d.cts +2 -0
- package/dist/uds/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +3 -0
- package/dist/uds/dist/automated-config/dist/utils/getConfigVariantPseudoStates.d.cts +3 -0
- package/dist/uds/dist/automated-config/dist/utils/getConfigVariants.d.cts +2 -0
- package/dist/uds/dist/automated-config/dist/utils/index.d.cts +12 -0
- package/dist/uds/dist/automated-config/dist/utils/subcomponents.d.cts +2 -0
- package/dist/uds/dist/components/Box.d.cts +4 -0
- package/dist/uds/dist/components/Divider/Divider.d.cts +3 -0
- package/dist/uds/dist/components/Divider/DividerCore.d.cts +5 -0
- package/dist/uds/dist/components/Divider/DividerInternal.d.cts +5 -0
- package/dist/uds/dist/components/Divider/index.d.cts +2 -0
- package/dist/uds/dist/components/FormLabel.d.cts +4 -0
- package/dist/uds/dist/components/HStack.d.cts +5 -0
- package/dist/uds/dist/components/Icon.d.cts +4 -0
- package/dist/uds/dist/components/Image.d.cts +3 -0
- package/dist/uds/dist/components/Link.d.cts +4 -0
- package/dist/uds/dist/components/Scrim.d.cts +3 -0
- package/dist/uds/dist/components/Text.d.cts +4 -0
- package/dist/uds/dist/components/VStack.d.cts +5 -0
- package/dist/uds/dist/components/client/Avatar/Avatar.d.cts +5 -0
- package/dist/uds/dist/components/client/Avatar/AvatarIcon.d.cts +7 -0
- package/dist/uds/dist/components/client/Avatar/AvatarImage.d.cts +9 -0
- package/dist/uds/dist/components/client/Avatar/AvatarText.d.cts +7 -0
- package/dist/uds/dist/components/client/Avatar/index.d.cts +7 -0
- package/dist/uds/dist/components/client/Badge.d.cts +6 -0
- package/dist/uds/dist/components/client/BottomSheet/BottomSheet.d.cts +7 -0
- package/dist/uds/dist/components/client/BottomSheet/BottomSheetContent.d.cts +4 -0
- package/dist/uds/dist/components/client/BottomSheet/BottomSheetHeader.d.cts +4 -0
- package/dist/uds/dist/components/client/BottomSheet/BottomSheetProvider.d.cts +5 -0
- package/dist/uds/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.d.cts +5 -0
- package/dist/uds/dist/components/client/BottomSheet/index.d.cts +9 -0
- package/dist/uds/dist/components/client/BottomSheet/useBottomSheetStore.d.cts +4 -0
- package/dist/uds/dist/components/client/Button.d.cts +7 -0
- package/dist/uds/dist/components/client/Checkbox.d.cts +6 -0
- package/dist/uds/dist/components/client/Chip/Chip.d.cts +7 -0
- package/dist/uds/dist/components/client/Chip/ChipBase.d.cts +8 -0
- package/dist/uds/dist/components/client/Chip/ChipButton.d.cts +7 -0
- package/dist/uds/dist/components/client/Chip/ChipDismissible.d.cts +7 -0
- package/dist/uds/dist/components/client/Chip/ChipLink.d.cts +7 -0
- package/dist/uds/dist/components/client/Chip/ChipToggle.d.cts +7 -0
- package/dist/uds/dist/components/client/Chip/index.d.cts +8 -0
- package/dist/uds/dist/components/client/IconButton.d.cts +7 -0
- package/dist/uds/dist/components/client/Input/Input.d.cts +9 -0
- package/dist/uds/dist/components/client/Input/InputHelpText.d.cts +4 -0
- package/dist/uds/dist/components/client/Input/InputHelpTextInternal.d.cts +8 -0
- package/dist/uds/dist/components/client/Input/index.d.cts +5 -0
- package/dist/uds/dist/components/client/Menu/Menu.Content.d.cts +8 -0
- package/dist/uds/dist/components/client/Menu/Menu.Divider.d.cts +5 -0
- package/dist/uds/dist/components/client/Menu/Menu.Item.d.cts +8 -0
- package/dist/uds/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +8 -0
- package/dist/uds/dist/components/client/Menu/Menu.Provider.d.cts +5 -0
- package/dist/uds/dist/components/client/Menu/Menu.Trigger.d.cts +7 -0
- package/dist/uds/dist/components/client/Menu/Menu.d.cts +4 -0
- package/dist/uds/dist/components/client/Menu/Menu.index.d.cts +11 -0
- package/dist/uds/dist/components/client/Menu/index.d.cts +11 -0
- package/dist/uds/dist/components/client/Popover/Popover.d.cts +4 -0
- package/dist/uds/dist/components/client/Popover/PopoverContent.d.cts +7 -0
- package/dist/uds/dist/components/client/Popover/PopoverTrigger.d.cts +4 -0
- package/dist/uds/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +6 -0
- package/dist/uds/dist/components/client/Popover/index.d.cts +8 -0
- package/dist/uds/dist/components/client/Pressable.d.cts +6 -0
- package/dist/uds/dist/components/client/Radio/Radio.d.cts +6 -0
- package/dist/uds/dist/components/client/Radio/RadioGroupProvider.d.cts +6 -0
- package/dist/uds/dist/components/client/Radio/index.d.cts +5 -0
- package/dist/uds/dist/components/client/SpringMotionConfig.d.cts +7 -0
- package/dist/uds/dist/components/client/Switch.d.cts +6 -0
- package/dist/uds/dist/components/client/Toast/Toast.d.cts +10 -0
- package/dist/uds/dist/components/client/Toast/ToastContainer.d.cts +8 -0
- package/dist/uds/dist/components/client/Toast/ToastPortal.d.cts +5 -0
- package/dist/uds/dist/components/client/Toast/UDSToastConfigProvider.d.cts +7 -0
- package/dist/uds/dist/components/client/Toast/createToast.d.cts +8 -0
- package/dist/uds/dist/components/client/Toast/index.d.cts +8 -0
- package/dist/uds/dist/components/client/Tooltip/Tooltip.d.cts +4 -0
- package/dist/uds/dist/components/client/Tooltip/TooltipContent.d.cts +5 -0
- package/dist/uds/dist/components/client/Tooltip/TooltipTrigger.d.cts +4 -0
- package/dist/uds/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.cts +7 -0
- package/dist/uds/dist/components/client/Tooltip/index.d.cts +8 -0
- package/dist/uds/dist/components/client/index.d.cts +61 -0
- package/dist/uds/dist/components/client/providers/UDSBreakpointsConfigProvider.d.cts +6 -0
- package/dist/uds/dist/components/client/providers/UDSConfigProvider.d.cts +5 -0
- package/dist/uds/dist/components/index.d.cts +61 -0
- package/dist/uds/dist/config/dist/index.d.cts +4 -0
- package/dist/uds/dist/css-tokens/dist/index.d.cts +2 -0
- package/dist/uds/dist/fixtures/dist/index.d.cts +2 -0
- package/dist/uds/dist/fonts/dist/index.d.cts +2 -0
- package/dist/uds/dist/index.d.cts +93 -0
- package/dist/uds/dist/modes/dist/index.d.cts +2 -0
- package/dist/uds/dist/runtime/bottomSheetConfig.d.cts +3 -0
- package/dist/uds/dist/runtime/breakpointsConfig.d.cts +4 -0
- package/dist/uds/dist/runtime/index.d.cts +7 -0
- package/dist/uds/dist/runtime/popoverConfig.d.cts +5 -0
- package/dist/uds/dist/runtime/toastConfig.d.cts +4 -0
- package/dist/uds/dist/runtime/tooltipConfig.d.cts +5 -0
- package/dist/uds/dist/runtime/udsConfig.d.cts +8 -0
- package/dist/uds/dist/styles/styler.d.cts +2 -0
- package/dist/uds/dist/styles/stylerTypes.d.cts +3 -0
- package/dist/uds/dist/tailwind/dist/config/dist/index.d.cts +2 -0
- package/dist/uds/dist/tailwind/dist/index.d.cts +3 -0
- package/dist/uds/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.d.cts +2 -0
- package/dist/uds/dist/tailwind/dist/utils/parseTokens.d.cts +2 -0
- package/dist/uds/dist/tokens/automation/index.d.cts +10 -0
- package/dist/uds/dist/tokens/configs/shadow.d.cts +3 -0
- package/dist/uds/dist/tokens/consts/cssTokens.d.cts +2 -0
- package/dist/uds/dist/tokens/consts/defaultModes.d.cts +2 -0
- package/dist/uds/dist/tokens/consts/fontDeclarationsMap.d.cts +2 -0
- package/dist/uds/dist/tokens/index.d.cts +28 -0
- package/dist/uds/dist/tokens/parseButtonVariants.d.cts +3 -0
- package/dist/uds/dist/tokens/types.d.cts +9 -0
- package/dist/uds/dist/tokens/utils/getFontUrls.d.cts +4 -0
- package/dist/uds/dist/tokens/utils/spectrum.d.cts +3 -0
- package/dist/uds/dist/types/dist/index.d.cts +11 -0
- package/dist/uds/dist/types.d.cts +2 -0
- package/dist/uds/generated/tailwindPurge.cjs +4 -4
- package/dist/uds/generated/tailwindPurge.js +4 -4
- package/generated/tailwindPurge.ts +1 -1
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
//#region ../config/dist/index.js
|
|
4
4
|
/*! © 2026 Yahoo, Inc. UDS Default Config v0.0.0-development */
|
|
5
|
-
const LATEST_MIGRATION_VERSION = "v0.
|
|
5
|
+
const LATEST_MIGRATION_VERSION = "v0.88.0";
|
|
6
6
|
/**
|
|
7
7
|
* NOTE: If you're building a feature with a migration,
|
|
8
8
|
* this type will likely throw. You can regenerate yosConfig
|
|
@@ -220,6 +220,87 @@ const defaultTokensConfig = {
|
|
|
220
220
|
valueType: "alias"
|
|
221
221
|
} }
|
|
222
222
|
},
|
|
223
|
+
"size/2xs/icon": { iconSize: { rest: {
|
|
224
|
+
type: "iconSizes",
|
|
225
|
+
value: "xs",
|
|
226
|
+
valueType: "alias"
|
|
227
|
+
} } },
|
|
228
|
+
"size/2xs/root": {
|
|
229
|
+
borderWidth: { rest: {
|
|
230
|
+
type: "borderWidths",
|
|
231
|
+
value: "thin",
|
|
232
|
+
valueType: "alias"
|
|
233
|
+
} },
|
|
234
|
+
height: { rest: {
|
|
235
|
+
type: "spacingAliases",
|
|
236
|
+
value: "5",
|
|
237
|
+
valueType: "alias"
|
|
238
|
+
} },
|
|
239
|
+
textVariant: { rest: {
|
|
240
|
+
type: "textVariants",
|
|
241
|
+
value: "legal1",
|
|
242
|
+
valueType: "alias"
|
|
243
|
+
} },
|
|
244
|
+
width: { rest: {
|
|
245
|
+
type: "spacingAliases",
|
|
246
|
+
value: "5",
|
|
247
|
+
valueType: "alias"
|
|
248
|
+
} }
|
|
249
|
+
},
|
|
250
|
+
"size/2xl/icon": { iconSize: { rest: {
|
|
251
|
+
type: "iconSizes",
|
|
252
|
+
value: "lg",
|
|
253
|
+
valueType: "alias"
|
|
254
|
+
} } },
|
|
255
|
+
"size/2xl/root": {
|
|
256
|
+
borderWidth: { rest: {
|
|
257
|
+
type: "borderWidths",
|
|
258
|
+
value: "thin",
|
|
259
|
+
valueType: "alias"
|
|
260
|
+
} },
|
|
261
|
+
height: { rest: {
|
|
262
|
+
type: "spacingAliases",
|
|
263
|
+
value: "20",
|
|
264
|
+
valueType: "alias"
|
|
265
|
+
} },
|
|
266
|
+
textVariant: { rest: {
|
|
267
|
+
type: "textVariants",
|
|
268
|
+
value: "title3",
|
|
269
|
+
valueType: "alias"
|
|
270
|
+
} },
|
|
271
|
+
width: { rest: {
|
|
272
|
+
type: "spacingAliases",
|
|
273
|
+
value: "20",
|
|
274
|
+
valueType: "alias"
|
|
275
|
+
} }
|
|
276
|
+
},
|
|
277
|
+
"size/3xl/icon": { iconSize: { rest: {
|
|
278
|
+
type: "iconSizes",
|
|
279
|
+
value: "lg",
|
|
280
|
+
valueType: "alias"
|
|
281
|
+
} } },
|
|
282
|
+
"size/3xl/root": {
|
|
283
|
+
borderWidth: { rest: {
|
|
284
|
+
type: "borderWidths",
|
|
285
|
+
value: "thin",
|
|
286
|
+
valueType: "alias"
|
|
287
|
+
} },
|
|
288
|
+
height: { rest: {
|
|
289
|
+
type: "spacingAliases",
|
|
290
|
+
value: "24",
|
|
291
|
+
valueType: "alias"
|
|
292
|
+
} },
|
|
293
|
+
textVariant: { rest: {
|
|
294
|
+
type: "textVariants",
|
|
295
|
+
value: "title3",
|
|
296
|
+
valueType: "alias"
|
|
297
|
+
} },
|
|
298
|
+
width: { rest: {
|
|
299
|
+
type: "spacingAliases",
|
|
300
|
+
value: "24",
|
|
301
|
+
valueType: "alias"
|
|
302
|
+
} }
|
|
303
|
+
},
|
|
223
304
|
"text/variant/primary/root": {
|
|
224
305
|
backgroundColor: { rest: {
|
|
225
306
|
type: "backgroundPaletteColors",
|
|
@@ -27054,7 +27135,7 @@ const defaultTokensConfig = {
|
|
|
27054
27135
|
}
|
|
27055
27136
|
}
|
|
27056
27137
|
},
|
|
27057
|
-
version: "v0.
|
|
27138
|
+
version: "v0.88.0",
|
|
27058
27139
|
version: LATEST_MIGRATION_VERSION
|
|
27059
27140
|
};
|
|
27060
27141
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*! © 2026 Yahoo, Inc. UDS Tailwind and Purger v0.0.0-development */
|
|
2
2
|
//#region ../config/dist/index.js
|
|
3
3
|
/*! © 2026 Yahoo, Inc. UDS Default Config v0.0.0-development */
|
|
4
|
-
const LATEST_MIGRATION_VERSION = "v0.
|
|
4
|
+
const LATEST_MIGRATION_VERSION = "v0.88.0";
|
|
5
5
|
/**
|
|
6
6
|
* NOTE: If you're building a feature with a migration,
|
|
7
7
|
* this type will likely throw. You can regenerate yosConfig
|
|
@@ -219,6 +219,87 @@ const defaultTokensConfig = {
|
|
|
219
219
|
valueType: "alias"
|
|
220
220
|
} }
|
|
221
221
|
},
|
|
222
|
+
"size/2xs/icon": { iconSize: { rest: {
|
|
223
|
+
type: "iconSizes",
|
|
224
|
+
value: "xs",
|
|
225
|
+
valueType: "alias"
|
|
226
|
+
} } },
|
|
227
|
+
"size/2xs/root": {
|
|
228
|
+
borderWidth: { rest: {
|
|
229
|
+
type: "borderWidths",
|
|
230
|
+
value: "thin",
|
|
231
|
+
valueType: "alias"
|
|
232
|
+
} },
|
|
233
|
+
height: { rest: {
|
|
234
|
+
type: "spacingAliases",
|
|
235
|
+
value: "5",
|
|
236
|
+
valueType: "alias"
|
|
237
|
+
} },
|
|
238
|
+
textVariant: { rest: {
|
|
239
|
+
type: "textVariants",
|
|
240
|
+
value: "legal1",
|
|
241
|
+
valueType: "alias"
|
|
242
|
+
} },
|
|
243
|
+
width: { rest: {
|
|
244
|
+
type: "spacingAliases",
|
|
245
|
+
value: "5",
|
|
246
|
+
valueType: "alias"
|
|
247
|
+
} }
|
|
248
|
+
},
|
|
249
|
+
"size/2xl/icon": { iconSize: { rest: {
|
|
250
|
+
type: "iconSizes",
|
|
251
|
+
value: "lg",
|
|
252
|
+
valueType: "alias"
|
|
253
|
+
} } },
|
|
254
|
+
"size/2xl/root": {
|
|
255
|
+
borderWidth: { rest: {
|
|
256
|
+
type: "borderWidths",
|
|
257
|
+
value: "thin",
|
|
258
|
+
valueType: "alias"
|
|
259
|
+
} },
|
|
260
|
+
height: { rest: {
|
|
261
|
+
type: "spacingAliases",
|
|
262
|
+
value: "20",
|
|
263
|
+
valueType: "alias"
|
|
264
|
+
} },
|
|
265
|
+
textVariant: { rest: {
|
|
266
|
+
type: "textVariants",
|
|
267
|
+
value: "title3",
|
|
268
|
+
valueType: "alias"
|
|
269
|
+
} },
|
|
270
|
+
width: { rest: {
|
|
271
|
+
type: "spacingAliases",
|
|
272
|
+
value: "20",
|
|
273
|
+
valueType: "alias"
|
|
274
|
+
} }
|
|
275
|
+
},
|
|
276
|
+
"size/3xl/icon": { iconSize: { rest: {
|
|
277
|
+
type: "iconSizes",
|
|
278
|
+
value: "lg",
|
|
279
|
+
valueType: "alias"
|
|
280
|
+
} } },
|
|
281
|
+
"size/3xl/root": {
|
|
282
|
+
borderWidth: { rest: {
|
|
283
|
+
type: "borderWidths",
|
|
284
|
+
value: "thin",
|
|
285
|
+
valueType: "alias"
|
|
286
|
+
} },
|
|
287
|
+
height: { rest: {
|
|
288
|
+
type: "spacingAliases",
|
|
289
|
+
value: "24",
|
|
290
|
+
valueType: "alias"
|
|
291
|
+
} },
|
|
292
|
+
textVariant: { rest: {
|
|
293
|
+
type: "textVariants",
|
|
294
|
+
value: "title3",
|
|
295
|
+
valueType: "alias"
|
|
296
|
+
} },
|
|
297
|
+
width: { rest: {
|
|
298
|
+
type: "spacingAliases",
|
|
299
|
+
value: "24",
|
|
300
|
+
valueType: "alias"
|
|
301
|
+
} }
|
|
302
|
+
},
|
|
222
303
|
"text/variant/primary/root": {
|
|
223
304
|
backgroundColor: { rest: {
|
|
224
305
|
type: "backgroundPaletteColors",
|
|
@@ -27053,7 +27134,7 @@ const defaultTokensConfig = {
|
|
|
27053
27134
|
}
|
|
27054
27135
|
}
|
|
27055
27136
|
},
|
|
27056
|
-
version: "v0.
|
|
27137
|
+
version: "v0.88.0",
|
|
27057
27138
|
version: LATEST_MIGRATION_VERSION
|
|
27058
27139
|
};
|
|
27059
27140
|
|