@yahoo/uds 3.157.0 → 3.157.1
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/generatedConfigs.cjs +67 -51
- package/dist/automated-config/dist/generated/generatedConfigs.d.cts +15 -1
- package/dist/automated-config/dist/generated/generatedConfigs.d.ts +15 -1
- package/dist/automated-config/dist/generated/generatedConfigs.js +67 -51
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +1 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +4 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.ts +4 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +1 -1
- package/dist/automated-config/dist/properties.cjs +8 -1
- package/dist/automated-config/dist/properties.d.cts +8 -0
- package/dist/automated-config/dist/properties.d.ts +8 -0
- package/dist/automated-config/dist/properties.js +8 -1
- package/dist/automated-config/dist/utils/buildConfigSchema.cjs +7 -0
- package/dist/automated-config/dist/utils/buildConfigSchema.d.cts +10 -3
- package/dist/automated-config/dist/utils/buildConfigSchema.d.ts +10 -3
- package/dist/automated-config/dist/utils/buildConfigSchema.js +7 -0
- package/dist/automated-config/dist/utils/getButtonControlHeight.cjs +129 -0
- package/dist/automated-config/dist/utils/getButtonControlHeight.d.cts +133 -0
- package/dist/automated-config/dist/utils/getButtonControlHeight.d.ts +133 -0
- package/dist/automated-config/dist/utils/getButtonControlHeight.js +122 -0
- package/dist/automated-config/dist/utils/getButtonControlHeightPx.cjs +114 -0
- package/dist/automated-config/dist/utils/getButtonControlHeightPx.d.cts +78 -0
- package/dist/automated-config/dist/utils/getButtonControlHeightPx.d.ts +78 -0
- package/dist/automated-config/dist/utils/getButtonControlHeightPx.js +108 -0
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
- package/dist/automated-config/dist/utils/iconButtonMatchButtonHeight.cjs +110 -0
- package/dist/automated-config/dist/utils/iconButtonMatchButtonHeight.d.cts +19 -0
- package/dist/automated-config/dist/utils/iconButtonMatchButtonHeight.d.ts +19 -0
- package/dist/automated-config/dist/utils/iconButtonMatchButtonHeight.js +108 -0
- package/dist/automated-config/dist/utils/index.cjs +85 -28
- package/dist/automated-config/dist/utils/index.d.cts +15 -4
- package/dist/automated-config/dist/utils/index.d.ts +15 -4
- package/dist/automated-config/dist/utils/index.js +85 -28
- package/dist/automated-config/dist/utils/isConfiguratorPropertyVisible.cjs +15 -0
- package/dist/automated-config/dist/utils/isConfiguratorPropertyVisible.d.cts +20 -0
- package/dist/automated-config/dist/utils/isConfiguratorPropertyVisible.d.ts +20 -0
- package/dist/automated-config/dist/utils/isConfiguratorPropertyVisible.js +15 -0
- package/dist/components/client/Button.cjs +3 -3
- package/dist/components/client/Button.js +3 -3
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
- package/dist/config/dist/index.cjs +5 -5
- package/dist/config/dist/index.js +5 -5
- package/dist/css/dist/packages/automated-config/dist/properties.cjs +8 -1
- package/dist/css/dist/packages/automated-config/dist/properties.js +8 -1
- package/dist/css/dist/packages/config/dist/index.cjs +5 -5
- package/dist/css/dist/packages/config/dist/index.js +5 -5
- package/dist/css-tokens/dist/index.cjs +2 -0
- package/dist/css-tokens/dist/index.d.cts +2 -1
- package/dist/css-tokens/dist/index.d.ts +2 -1
- package/dist/css-tokens/dist/index.js +2 -1
- package/dist/index.cjs +23 -0
- package/dist/index.d.cts +6 -2
- package/dist/index.d.ts +6 -2
- package/dist/index.js +6 -2
- package/dist/styles/styler.d.cts +12 -12
- package/dist/styles/styler.d.ts +12 -12
- package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.cjs +67 -51
- package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.js +67 -51
- package/dist/tailwind-internal/dist/packages/automated-config/dist/properties.cjs +8 -1
- package/dist/tailwind-internal/dist/packages/automated-config/dist/properties.js +8 -1
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getButtonControlHeight.cjs +126 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getButtonControlHeight.js +123 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/iconButtonMatchButtonHeight.cjs +20 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/iconButtonMatchButtonHeight.js +20 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.cjs +82 -28
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.js +82 -28
- package/dist/tailwind-internal/dist/packages/config/dist/index.cjs +5 -5
- package/dist/tailwind-internal/dist/packages/config/dist/index.js +5 -5
- package/dist/tailwind-internal/dist/packages/css-tokens/dist/index.cjs +2 -0
- package/dist/tailwind-internal/dist/packages/css-tokens/dist/index.js +2 -1
- package/dist/tailwind-internal/dist/plugins/components.cjs +1 -1
- package/dist/tailwind-internal/dist/plugins/components.js +1 -1
- package/dist/tokens/automation/index.cjs +22 -0
- package/dist/tokens/automation/index.d.cts +5 -1
- package/dist/tokens/automation/index.d.ts +5 -1
- package/dist/tokens/automation/index.js +5 -1
- package/dist/tokens/consts/cssTokens.cjs +1 -0
- package/dist/tokens/consts/cssTokens.d.cts +2 -2
- package/dist/tokens/consts/cssTokens.d.ts +2 -2
- package/dist/tokens/consts/cssTokens.js +2 -2
- package/dist/tokens/index.cjs +23 -0
- package/dist/tokens/index.d.cts +6 -2
- package/dist/tokens/index.d.ts +6 -2
- package/dist/tokens/index.js +6 -2
- package/dist/uds/generated/componentData.cjs +133 -130
- package/dist/uds/generated/componentData.js +133 -130
- package/dist/uds/generated/migrationSchemaVersion.cjs +1 -1
- package/dist/uds/generated/migrationSchemaVersion.js +1 -1
- package/dist/uds/generated/tailwindPurge.cjs +5 -5
- package/dist/uds/generated/tailwindPurge.js +5 -5
- package/generated/componentData.json +191 -188
- package/generated/migrationSchemaVersion.ts +1 -1
- package/generated/tailwindPurge.ts +1 -1
- package/package.json +1 -1
|
@@ -798,6 +798,7 @@ var componentData_default = {
|
|
|
798
798
|
"uds-ring",
|
|
799
799
|
"uds-hit-target",
|
|
800
800
|
"inline-flex",
|
|
801
|
+
"max-w-full",
|
|
801
802
|
"overflow-hidden",
|
|
802
803
|
"justify-center",
|
|
803
804
|
"items-center",
|
|
@@ -814,8 +815,10 @@ var componentData_default = {
|
|
|
814
815
|
"withIcon",
|
|
815
816
|
"uds-button-with-gap",
|
|
816
817
|
"animate-spin",
|
|
818
|
+
"min-w-0",
|
|
817
819
|
"truncate",
|
|
818
820
|
"flex",
|
|
821
|
+
"shrink-0",
|
|
819
822
|
"overflow-clip",
|
|
820
823
|
"uds-button-icon-container"
|
|
821
824
|
],
|
|
@@ -2188,6 +2191,136 @@ var componentData_default = {
|
|
|
2188
2191
|
"runtimeConfigInternalComponentProps": {},
|
|
2189
2192
|
"motionVarPrefixes": []
|
|
2190
2193
|
},
|
|
2194
|
+
ChipButton: {
|
|
2195
|
+
"name": "ChipButton",
|
|
2196
|
+
"defaultProps": { "variant": "primary" },
|
|
2197
|
+
"getStylesLiterals": {},
|
|
2198
|
+
"cxLiterals": ["uds-ring"],
|
|
2199
|
+
"internalComponents": ["ChipBase"],
|
|
2200
|
+
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
2201
|
+
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
2202
|
+
"runtimeConfigDefaultProps": {},
|
|
2203
|
+
"runtimeConfigGetStyles": {},
|
|
2204
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2205
|
+
"motionVarPrefixes": []
|
|
2206
|
+
},
|
|
2207
|
+
ChipDismissible: {
|
|
2208
|
+
"name": "ChipDismissible",
|
|
2209
|
+
"defaultProps": { "variant": "primary" },
|
|
2210
|
+
"getStylesLiterals": {},
|
|
2211
|
+
"cxLiterals": [
|
|
2212
|
+
"uds-chip-dismissible-button",
|
|
2213
|
+
"uds-hit-target",
|
|
2214
|
+
"uds-ring",
|
|
2215
|
+
"rounded-full"
|
|
2216
|
+
],
|
|
2217
|
+
"internalComponents": [
|
|
2218
|
+
"ChipBase",
|
|
2219
|
+
"IconSlot",
|
|
2220
|
+
"Pressable"
|
|
2221
|
+
],
|
|
2222
|
+
"internalComponentProps": {},
|
|
2223
|
+
"propToVariantKeys": {
|
|
2224
|
+
"variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
|
|
2225
|
+
"dismissButtonAriaLabel": ["aria-label"]
|
|
2226
|
+
},
|
|
2227
|
+
"runtimeConfigDefaultProps": {},
|
|
2228
|
+
"runtimeConfigGetStyles": {},
|
|
2229
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2230
|
+
"motionVarPrefixes": []
|
|
2231
|
+
},
|
|
2232
|
+
Chip: {
|
|
2233
|
+
"name": "Chip",
|
|
2234
|
+
"defaultProps": {},
|
|
2235
|
+
"getStylesLiterals": {},
|
|
2236
|
+
"cxLiterals": [],
|
|
2237
|
+
"internalComponents": [
|
|
2238
|
+
"ChipDismissible",
|
|
2239
|
+
"ChipToggle",
|
|
2240
|
+
"ChipLink",
|
|
2241
|
+
"ChipButton"
|
|
2242
|
+
],
|
|
2243
|
+
"internalComponentProps": {},
|
|
2244
|
+
"propToVariantKeys": {},
|
|
2245
|
+
"runtimeConfigDefaultProps": {},
|
|
2246
|
+
"runtimeConfigGetStyles": {},
|
|
2247
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2248
|
+
"motionVarPrefixes": []
|
|
2249
|
+
},
|
|
2250
|
+
ChipToggle: {
|
|
2251
|
+
"name": "ChipToggle",
|
|
2252
|
+
"defaultProps": {
|
|
2253
|
+
"variant": "primary",
|
|
2254
|
+
"role": "checkbox"
|
|
2255
|
+
},
|
|
2256
|
+
"getStylesLiterals": {
|
|
2257
|
+
"chipToggleVariantActiveRoot": "on",
|
|
2258
|
+
"chipToggleVariantActiveRoot:1": "off"
|
|
2259
|
+
},
|
|
2260
|
+
"cxLiterals": ["uds-ring"],
|
|
2261
|
+
"internalComponents": ["ChipBase"],
|
|
2262
|
+
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
2263
|
+
"propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
|
|
2264
|
+
"runtimeConfigDefaultProps": {},
|
|
2265
|
+
"runtimeConfigGetStyles": {},
|
|
2266
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2267
|
+
"motionVarPrefixes": []
|
|
2268
|
+
},
|
|
2269
|
+
ChipBase: {
|
|
2270
|
+
"name": "ChipBase",
|
|
2271
|
+
"defaultProps": {
|
|
2272
|
+
"size": "md",
|
|
2273
|
+
"as": "div"
|
|
2274
|
+
},
|
|
2275
|
+
"getStylesLiterals": {},
|
|
2276
|
+
"cxLiterals": [
|
|
2277
|
+
"pointer-events-none",
|
|
2278
|
+
"cursor-default",
|
|
2279
|
+
"opacity-50",
|
|
2280
|
+
"inline-flex",
|
|
2281
|
+
"items-center",
|
|
2282
|
+
"transition-[background-color,outline-color,box-shadow]",
|
|
2283
|
+
"truncate",
|
|
2284
|
+
"whitespace-nowrap",
|
|
2285
|
+
"text-center",
|
|
2286
|
+
"flex-1",
|
|
2287
|
+
"md",
|
|
2288
|
+
"primary"
|
|
2289
|
+
],
|
|
2290
|
+
"internalComponents": [
|
|
2291
|
+
"IconSlot",
|
|
2292
|
+
"HStack",
|
|
2293
|
+
"As",
|
|
2294
|
+
"Text"
|
|
2295
|
+
],
|
|
2296
|
+
"internalComponentProps": { "Text": {
|
|
2297
|
+
"as": ["span"],
|
|
2298
|
+
"color": ["current"],
|
|
2299
|
+
"variant": ["inherit"]
|
|
2300
|
+
} },
|
|
2301
|
+
"propToVariantKeys": {
|
|
2302
|
+
"size": ["chipSizeRoot", "chipSizeIcon"],
|
|
2303
|
+
"startIcon": ["icon"],
|
|
2304
|
+
"endIcon": ["icon"]
|
|
2305
|
+
},
|
|
2306
|
+
"runtimeConfigDefaultProps": {},
|
|
2307
|
+
"runtimeConfigGetStyles": {},
|
|
2308
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2309
|
+
"motionVarPrefixes": []
|
|
2310
|
+
},
|
|
2311
|
+
ChipLink: {
|
|
2312
|
+
"name": "ChipLink",
|
|
2313
|
+
"defaultProps": { "variant": "primary" },
|
|
2314
|
+
"getStylesLiterals": {},
|
|
2315
|
+
"cxLiterals": ["uds-ring"],
|
|
2316
|
+
"internalComponents": ["ChipBase"],
|
|
2317
|
+
"internalComponentProps": { "ChipBase": { "as": ["a"] } },
|
|
2318
|
+
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
2319
|
+
"runtimeConfigDefaultProps": {},
|
|
2320
|
+
"runtimeConfigGetStyles": {},
|
|
2321
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2322
|
+
"motionVarPrefixes": []
|
|
2323
|
+
},
|
|
2191
2324
|
InputHelpText: {
|
|
2192
2325
|
"name": "InputHelpText",
|
|
2193
2326
|
"defaultProps": { "size": "md" },
|
|
@@ -2320,136 +2453,6 @@ var componentData_default = {
|
|
|
2320
2453
|
"runtimeConfigInternalComponentProps": {},
|
|
2321
2454
|
"motionVarPrefixes": []
|
|
2322
2455
|
},
|
|
2323
|
-
ChipButton: {
|
|
2324
|
-
"name": "ChipButton",
|
|
2325
|
-
"defaultProps": { "variant": "primary" },
|
|
2326
|
-
"getStylesLiterals": {},
|
|
2327
|
-
"cxLiterals": ["uds-ring"],
|
|
2328
|
-
"internalComponents": ["ChipBase"],
|
|
2329
|
-
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
2330
|
-
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
2331
|
-
"runtimeConfigDefaultProps": {},
|
|
2332
|
-
"runtimeConfigGetStyles": {},
|
|
2333
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2334
|
-
"motionVarPrefixes": []
|
|
2335
|
-
},
|
|
2336
|
-
ChipDismissible: {
|
|
2337
|
-
"name": "ChipDismissible",
|
|
2338
|
-
"defaultProps": { "variant": "primary" },
|
|
2339
|
-
"getStylesLiterals": {},
|
|
2340
|
-
"cxLiterals": [
|
|
2341
|
-
"uds-chip-dismissible-button",
|
|
2342
|
-
"uds-hit-target",
|
|
2343
|
-
"uds-ring",
|
|
2344
|
-
"rounded-full"
|
|
2345
|
-
],
|
|
2346
|
-
"internalComponents": [
|
|
2347
|
-
"ChipBase",
|
|
2348
|
-
"IconSlot",
|
|
2349
|
-
"Pressable"
|
|
2350
|
-
],
|
|
2351
|
-
"internalComponentProps": {},
|
|
2352
|
-
"propToVariantKeys": {
|
|
2353
|
-
"variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
|
|
2354
|
-
"dismissButtonAriaLabel": ["aria-label"]
|
|
2355
|
-
},
|
|
2356
|
-
"runtimeConfigDefaultProps": {},
|
|
2357
|
-
"runtimeConfigGetStyles": {},
|
|
2358
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2359
|
-
"motionVarPrefixes": []
|
|
2360
|
-
},
|
|
2361
|
-
Chip: {
|
|
2362
|
-
"name": "Chip",
|
|
2363
|
-
"defaultProps": {},
|
|
2364
|
-
"getStylesLiterals": {},
|
|
2365
|
-
"cxLiterals": [],
|
|
2366
|
-
"internalComponents": [
|
|
2367
|
-
"ChipDismissible",
|
|
2368
|
-
"ChipToggle",
|
|
2369
|
-
"ChipLink",
|
|
2370
|
-
"ChipButton"
|
|
2371
|
-
],
|
|
2372
|
-
"internalComponentProps": {},
|
|
2373
|
-
"propToVariantKeys": {},
|
|
2374
|
-
"runtimeConfigDefaultProps": {},
|
|
2375
|
-
"runtimeConfigGetStyles": {},
|
|
2376
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2377
|
-
"motionVarPrefixes": []
|
|
2378
|
-
},
|
|
2379
|
-
ChipToggle: {
|
|
2380
|
-
"name": "ChipToggle",
|
|
2381
|
-
"defaultProps": {
|
|
2382
|
-
"variant": "primary",
|
|
2383
|
-
"role": "checkbox"
|
|
2384
|
-
},
|
|
2385
|
-
"getStylesLiterals": {
|
|
2386
|
-
"chipToggleVariantActiveRoot": "on",
|
|
2387
|
-
"chipToggleVariantActiveRoot:1": "off"
|
|
2388
|
-
},
|
|
2389
|
-
"cxLiterals": ["uds-ring"],
|
|
2390
|
-
"internalComponents": ["ChipBase"],
|
|
2391
|
-
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
2392
|
-
"propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
|
|
2393
|
-
"runtimeConfigDefaultProps": {},
|
|
2394
|
-
"runtimeConfigGetStyles": {},
|
|
2395
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2396
|
-
"motionVarPrefixes": []
|
|
2397
|
-
},
|
|
2398
|
-
ChipBase: {
|
|
2399
|
-
"name": "ChipBase",
|
|
2400
|
-
"defaultProps": {
|
|
2401
|
-
"size": "md",
|
|
2402
|
-
"as": "div"
|
|
2403
|
-
},
|
|
2404
|
-
"getStylesLiterals": {},
|
|
2405
|
-
"cxLiterals": [
|
|
2406
|
-
"pointer-events-none",
|
|
2407
|
-
"cursor-default",
|
|
2408
|
-
"opacity-50",
|
|
2409
|
-
"inline-flex",
|
|
2410
|
-
"items-center",
|
|
2411
|
-
"transition-[background-color,outline-color,box-shadow]",
|
|
2412
|
-
"truncate",
|
|
2413
|
-
"whitespace-nowrap",
|
|
2414
|
-
"text-center",
|
|
2415
|
-
"flex-1",
|
|
2416
|
-
"md",
|
|
2417
|
-
"primary"
|
|
2418
|
-
],
|
|
2419
|
-
"internalComponents": [
|
|
2420
|
-
"IconSlot",
|
|
2421
|
-
"HStack",
|
|
2422
|
-
"As",
|
|
2423
|
-
"Text"
|
|
2424
|
-
],
|
|
2425
|
-
"internalComponentProps": { "Text": {
|
|
2426
|
-
"as": ["span"],
|
|
2427
|
-
"color": ["current"],
|
|
2428
|
-
"variant": ["inherit"]
|
|
2429
|
-
} },
|
|
2430
|
-
"propToVariantKeys": {
|
|
2431
|
-
"size": ["chipSizeRoot", "chipSizeIcon"],
|
|
2432
|
-
"startIcon": ["icon"],
|
|
2433
|
-
"endIcon": ["icon"]
|
|
2434
|
-
},
|
|
2435
|
-
"runtimeConfigDefaultProps": {},
|
|
2436
|
-
"runtimeConfigGetStyles": {},
|
|
2437
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2438
|
-
"motionVarPrefixes": []
|
|
2439
|
-
},
|
|
2440
|
-
ChipLink: {
|
|
2441
|
-
"name": "ChipLink",
|
|
2442
|
-
"defaultProps": { "variant": "primary" },
|
|
2443
|
-
"getStylesLiterals": {},
|
|
2444
|
-
"cxLiterals": ["uds-ring"],
|
|
2445
|
-
"internalComponents": ["ChipBase"],
|
|
2446
|
-
"internalComponentProps": { "ChipBase": { "as": ["a"] } },
|
|
2447
|
-
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
2448
|
-
"runtimeConfigDefaultProps": {},
|
|
2449
|
-
"runtimeConfigGetStyles": {},
|
|
2450
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2451
|
-
"motionVarPrefixes": []
|
|
2452
|
-
},
|
|
2453
2456
|
AvatarImage: {
|
|
2454
2457
|
"name": "AvatarImage",
|
|
2455
2458
|
"defaultProps": {
|