@yahoo/uds 3.153.1 → 3.154.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.
@@ -6163,65 +6163,175 @@ const componentToTwClasses = {
6163
6163
  "MenuTrigger": "uds-hit-target uds-ring focused uds-ring-within uds-text-responsive uds-text-base uds-text-default uds-text-sm uds-text-md uds-text-lg uds-text-xl uds-text-2xl uds-input h-fit w-fit uds-bgBlurFillFallback uds-bgBlurFallback"
6164
6164
  };
6165
6165
  const componentsDependencies = {
6166
- "Avatar": ["AvatarImage"],
6167
- "AvatarIcon": ["Box"],
6168
- "AvatarImage": [
6166
+ "Avatar": [
6167
+ "AvatarImage",
6168
+ "AvatarText",
6169
+ "Text",
6170
+ "Box",
6171
+ "AvatarIcon",
6172
+ "Icon",
6173
+ "Tab",
6174
+ "Link",
6175
+ "Image",
6176
+ "Badge",
6177
+ "HStack"
6178
+ ],
6179
+ "AvatarIcon": [
6180
+ "Icon",
6169
6181
  "Box",
6182
+ "Tab",
6183
+ "Text",
6184
+ "Link",
6170
6185
  "Image",
6186
+ "Badge",
6187
+ "HStack"
6188
+ ],
6189
+ "AvatarImage": [
6190
+ "AvatarText",
6191
+ "Text",
6192
+ "Box",
6171
6193
  "AvatarIcon",
6172
- "AvatarText"
6194
+ "Icon",
6195
+ "Tab",
6196
+ "Link",
6197
+ "Image",
6198
+ "Badge",
6199
+ "HStack"
6200
+ ],
6201
+ "AvatarText": ["Text", "Box"],
6202
+ "Badge": [
6203
+ "Icon",
6204
+ "HStack",
6205
+ "Box"
6206
+ ],
6207
+ "Banner": [
6208
+ "Text",
6209
+ "Icon",
6210
+ "Pressable",
6211
+ "Tab",
6212
+ "Link",
6213
+ "Image",
6214
+ "Badge",
6215
+ "HStack",
6216
+ "Box"
6173
6217
  ],
6174
- "AvatarText": ["Box", "Text"],
6175
- "Badge": ["HStack"],
6176
- "Banner": ["Pressable", "Text"],
6177
6218
  "BannerContent": [],
6178
6219
  "BannerDescription": ["Text"],
6179
6220
  "BannerTitle": ["Text"],
6180
- "BottomSheet": ["Box", "Scrim"],
6181
- "BottomSheetContent": ["Box", "VStack"],
6221
+ "BottomSheet": ["Scrim", "Box"],
6222
+ "BottomSheetContent": ["VStack", "Box"],
6182
6223
  "BottomSheetDismiss": [],
6183
- "BottomSheetHeader": ["Box", "Text"],
6224
+ "BottomSheetHeader": ["Text", "Box"],
6184
6225
  "BottomSheetProvider": [],
6185
6226
  "BottomSheetTrigger": [],
6186
6227
  "Box": [],
6187
- "Button": ["Icon", "SpringMotionConfig"],
6228
+ "Button": [
6229
+ "SpringMotionConfig",
6230
+ "Icon",
6231
+ "Tab",
6232
+ "Text",
6233
+ "Link",
6234
+ "Image",
6235
+ "Badge",
6236
+ "HStack",
6237
+ "Box"
6238
+ ],
6188
6239
  "Checkbox": [
6189
- "Box",
6190
- "FormLabel",
6240
+ "SpringMotionConfig",
6191
6241
  "Icon",
6192
- "SpringMotionConfig"
6242
+ "FormLabel",
6243
+ "Text",
6244
+ "Box",
6245
+ "Tab",
6246
+ "Link",
6247
+ "Image",
6248
+ "Badge",
6249
+ "HStack"
6193
6250
  ],
6194
6251
  "Chip": [
6195
- "ChipButton",
6196
- "ChipDismissible",
6252
+ "ChipToggle",
6253
+ "Text",
6254
+ "Icon",
6255
+ "HStack",
6256
+ "Box",
6197
6257
  "ChipLink",
6198
- "ChipToggle"
6258
+ "ChipDismissible",
6259
+ "Pressable",
6260
+ "Tab",
6261
+ "Link",
6262
+ "Image",
6263
+ "Badge",
6264
+ "ChipButton"
6199
6265
  ],
6200
- "ChipButton": [],
6201
- "ChipDismissible": ["Pressable"],
6202
- "ChipLink": [],
6203
- "ChipToggle": [],
6204
- "Divider": [
6266
+ "ChipButton": [
6267
+ "Text",
6268
+ "Icon",
6269
+ "HStack",
6270
+ "Box"
6271
+ ],
6272
+ "ChipDismissible": [
6273
+ "Text",
6274
+ "HStack",
6205
6275
  "Box",
6276
+ "Pressable",
6277
+ "Icon",
6278
+ "Tab",
6279
+ "Link",
6280
+ "Image",
6281
+ "Badge"
6282
+ ],
6283
+ "ChipLink": [
6284
+ "Text",
6285
+ "Icon",
6206
6286
  "HStack",
6207
- "VStack",
6287
+ "Box"
6288
+ ],
6289
+ "ChipToggle": [
6290
+ "Text",
6291
+ "Icon",
6292
+ "HStack",
6293
+ "Box"
6294
+ ],
6295
+ "Divider": [
6296
+ "Text",
6297
+ "DividerLine",
6298
+ "Box",
6208
6299
  "DividerLabel",
6209
- "DividerLine"
6300
+ "VStack",
6301
+ "HStack"
6210
6302
  ],
6211
6303
  "DividerLabel": ["Text"],
6212
- "DividerLine": ["Box"],
6304
+ "DividerLine": ["Text", "Box"],
6213
6305
  "FormLabel": ["Text"],
6214
6306
  "HStack": ["Box"],
6215
6307
  "Icon": [],
6216
- "IconButton": ["Icon", "SpringMotionConfig"],
6308
+ "IconButton": [
6309
+ "SpringMotionConfig",
6310
+ "Icon",
6311
+ "Tab",
6312
+ "Text",
6313
+ "Link",
6314
+ "Image",
6315
+ "Badge",
6316
+ "HStack",
6317
+ "Box"
6318
+ ],
6217
6319
  "Image": [],
6218
6320
  "Input": [
6321
+ "SpringMotionConfig",
6322
+ "VStack",
6219
6323
  "Box",
6220
- "HStack",
6221
- "VStack"
6324
+ "Icon",
6325
+ "HStack"
6222
6326
  ],
6223
- "InputHelpText": ["Box"],
6224
- "Link": [],
6327
+ "InputHelpText": [
6328
+ "SpringMotionConfig",
6329
+ "VStack",
6330
+ "Box",
6331
+ "Icon",
6332
+ "HStack"
6333
+ ],
6334
+ "Link": ["Icon"],
6225
6335
  "Menu": [
6226
6336
  "MenuContent",
6227
6337
  "MenuDivider",
@@ -6231,90 +6341,189 @@ const componentsDependencies = {
6231
6341
  "MenuTrigger"
6232
6342
  ],
6233
6343
  "Modal": [
6344
+ "ModalTitle",
6345
+ "Text",
6346
+ "ModalDescription",
6347
+ "ModalContent",
6234
6348
  "Box",
6349
+ "ModalActions",
6235
6350
  "HStack",
6236
- "Pressable",
6237
- "VStack",
6238
6351
  "Scrim",
6239
- "ModalActions",
6240
- "ModalContent",
6241
- "ModalDescription",
6242
- "ModalTitle"
6352
+ "Icon",
6353
+ "VStack",
6354
+ "Pressable",
6355
+ "Tab",
6356
+ "Link",
6357
+ "Image",
6358
+ "Badge"
6243
6359
  ],
6244
- "ModalActions": ["HStack"],
6360
+ "ModalActions": ["HStack", "Box"],
6245
6361
  "ModalContent": ["Box"],
6246
6362
  "ModalDescription": ["Text"],
6247
- "ModalPortal": [],
6363
+ "ModalPortal": [
6364
+ "ModalTitle",
6365
+ "Text",
6366
+ "Scrim",
6367
+ "Box",
6368
+ "Icon",
6369
+ "VStack",
6370
+ "Pressable",
6371
+ "HStack",
6372
+ "Tab",
6373
+ "Link",
6374
+ "Image",
6375
+ "Badge",
6376
+ "ModalDescription",
6377
+ "ModalContent",
6378
+ "ModalActions",
6379
+ "Modal"
6380
+ ],
6248
6381
  "ModalTitle": ["Text"],
6249
- "PaddleButtonNext": [],
6250
- "PaddleButtonPrevious": [],
6382
+ "PaddleButtonNext": [
6383
+ "Tab",
6384
+ "Text",
6385
+ "Icon",
6386
+ "Link",
6387
+ "Image",
6388
+ "Badge",
6389
+ "HStack",
6390
+ "Box"
6391
+ ],
6392
+ "PaddleButtonPrevious": [
6393
+ "Tab",
6394
+ "Text",
6395
+ "Icon",
6396
+ "Link",
6397
+ "Image",
6398
+ "Badge",
6399
+ "HStack",
6400
+ "Box"
6401
+ ],
6251
6402
  "PaddleNav": [
6252
- "Box",
6253
- "PaddleButtonNext",
6403
+ "PaddleNavContent",
6254
6404
  "PaddleButtonPrevious",
6255
- "PaddleNavContent"
6405
+ "Tab",
6406
+ "Text",
6407
+ "Icon",
6408
+ "Link",
6409
+ "Image",
6410
+ "Badge",
6411
+ "HStack",
6412
+ "Box",
6413
+ "PaddleButtonNext"
6256
6414
  ],
6257
6415
  "PaddleNavContent": [],
6258
6416
  "Pagination": [],
6259
6417
  "PaginationEllipsis": [],
6260
6418
  "PaginationItem": [],
6261
6419
  "PaginationLink": [],
6262
- "PaginationNext": ["Icon"],
6420
+ "PaginationNext": [
6421
+ "Icon",
6422
+ "Tab",
6423
+ "Text",
6424
+ "Link",
6425
+ "Image",
6426
+ "Badge",
6427
+ "HStack",
6428
+ "Box"
6429
+ ],
6263
6430
  "PaginationNumbers": [
6264
- "PaginationEllipsis",
6431
+ "PaginationLink",
6265
6432
  "PaginationItem",
6266
- "PaginationLink"
6433
+ "PaginationEllipsis"
6434
+ ],
6435
+ "PaginationPrev": [
6436
+ "Icon",
6437
+ "Tab",
6438
+ "Text",
6439
+ "Link",
6440
+ "Image",
6441
+ "Badge",
6442
+ "HStack",
6443
+ "Box"
6267
6444
  ],
6268
- "PaginationPrev": ["Icon"],
6269
6445
  "Popover": [],
6270
6446
  "PopoverContent": [
6271
- "Popover",
6447
+ "Icon",
6448
+ "Box",
6272
6449
  "Pressable",
6273
- "Box"
6450
+ "Tab",
6451
+ "Text",
6452
+ "Link",
6453
+ "Image",
6454
+ "Badge",
6455
+ "HStack",
6456
+ "Popover"
6274
6457
  ],
6275
6458
  "PopoverTrigger": [],
6276
6459
  "Pressable": [],
6277
6460
  "Radio": [
6278
- "Box",
6461
+ "SpringMotionConfig",
6279
6462
  "FormLabel",
6280
- "SpringMotionConfig"
6463
+ "Text",
6464
+ "Box"
6281
6465
  ],
6282
6466
  "RadioGroupProvider": [],
6283
6467
  "Scrim": ["Box"],
6284
6468
  "SpringMotionConfig": [],
6285
6469
  "Switch": [
6286
- "Box",
6470
+ "SpringMotionConfig",
6287
6471
  "FormLabel",
6288
- "SpringMotionConfig"
6472
+ "Text",
6473
+ "Box",
6474
+ "Icon"
6289
6475
  ],
6290
- "Tab": ["Tab", "Text"],
6291
- "TabList": ["TabList"],
6292
- "TabPanel": ["TabPanel"],
6476
+ "Tab": ["Text", "Icon"],
6477
+ "TabList": [],
6478
+ "TabPanel": [],
6293
6479
  "Tabs": [],
6294
6480
  "Text": [],
6295
6481
  "Toast": [
6296
- "Text",
6482
+ "ToastContainer",
6483
+ "HStack",
6484
+ "Box",
6485
+ "Pressable",
6297
6486
  "Button",
6487
+ "SpringMotionConfig",
6488
+ "Icon",
6489
+ "Tab",
6490
+ "Text",
6491
+ "Link",
6492
+ "Image",
6493
+ "Badge"
6494
+ ],
6495
+ "ToastContainer": ["HStack", "Box"],
6496
+ "ToastPortal": [
6497
+ "HStack",
6498
+ "Box",
6499
+ "Toast",
6500
+ "ToastContainer",
6298
6501
  "Pressable",
6299
- "ToastContainer"
6502
+ "Button",
6503
+ "SpringMotionConfig",
6504
+ "Icon",
6505
+ "Tab",
6506
+ "Text",
6507
+ "Link",
6508
+ "Image",
6509
+ "Badge"
6300
6510
  ],
6301
- "ToastContainer": ["HStack"],
6302
- "ToastPortal": ["ToastContainer"],
6303
6511
  "Tooltip": [],
6304
6512
  "TooltipContent": [
6305
- "Tooltip",
6513
+ "VStack",
6306
6514
  "Box",
6307
6515
  "Text",
6308
- "VStack"
6516
+ "Icon",
6517
+ "Tooltip"
6309
6518
  ],
6310
6519
  "TooltipTrigger": [],
6311
6520
  "UDSBreakpointsConfigProvider": [],
6312
6521
  "UDSConfigProvider": [
6313
- "UDSModalConfigProvider",
6314
- "UDSPopoverConfigProvider",
6315
- "UDSToastConfigProvider",
6522
+ "UDSBreakpointsConfigProvider",
6316
6523
  "UDSTooltipConfigProvider",
6317
- "UDSBreakpointsConfigProvider"
6524
+ "UDSToastConfigProvider",
6525
+ "UDSPopoverConfigProvider",
6526
+ "UDSModalConfigProvider"
6318
6527
  ],
6319
6528
  "UDSModalConfigProvider": [],
6320
6529
  "UDSPopoverConfigProvider": [],
@@ -6322,34 +6531,87 @@ const componentsDependencies = {
6322
6531
  "UDSTooltipConfigProvider": [],
6323
6532
  "VStack": ["Box"],
6324
6533
  "Accordion": [
6325
- "HStack",
6326
- "Icon",
6327
- "Pressable",
6328
- "SpringMotionConfig",
6534
+ "VStack",
6535
+ "Box",
6329
6536
  "Text",
6330
- "VStack"
6537
+ "SpringMotionConfig",
6538
+ "Pressable",
6539
+ "Icon",
6540
+ "HStack",
6541
+ "Tab",
6542
+ "Link",
6543
+ "Image",
6544
+ "Badge"
6331
6545
  ],
6332
6546
  "AvoidMotionLibraryProvider": [],
6333
6547
  "SegmentedControl": [
6334
- "Radio",
6548
+ "Text",
6549
+ "Pressable",
6550
+ "Icon",
6335
6551
  "HStack",
6552
+ "Box",
6553
+ "Radio",
6554
+ "SpringMotionConfig",
6555
+ "FormLabel"
6556
+ ],
6557
+ "Spinner": [
6336
6558
  "Icon",
6337
- "Pressable",
6338
- "Text"
6559
+ "Tab",
6560
+ "Text",
6561
+ "Link",
6562
+ "Image",
6563
+ "Badge",
6564
+ "HStack",
6565
+ "Box"
6339
6566
  ],
6340
- "Spinner": ["Icon"],
6341
6567
  "SwitchV2": [
6342
- "Box",
6343
- "SpringMotionConfig",
6568
+ "AvoidMotionLibraryProvider",
6344
6569
  "FormLabel",
6345
- "AvoidMotionLibraryProvider"
6570
+ "Text",
6571
+ "SpringMotionConfig",
6572
+ "Box",
6573
+ "Icon"
6574
+ ],
6575
+ "Table": ["Text", "Box"],
6576
+ "MenuContent": [
6577
+ "VStack",
6578
+ "Box",
6579
+ "Menu"
6580
+ ],
6581
+ "MenuDivider": [
6582
+ "Divider",
6583
+ "Text",
6584
+ "DividerLine",
6585
+ "Box",
6586
+ "DividerLabel",
6587
+ "VStack",
6588
+ "HStack"
6589
+ ],
6590
+ "MenuItem": [
6591
+ "Pressable",
6592
+ "Icon",
6593
+ "HStack",
6594
+ "Box",
6595
+ "MenuItemCheckbox",
6596
+ "Tab",
6597
+ "Text",
6598
+ "Link",
6599
+ "Image",
6600
+ "Badge"
6601
+ ],
6602
+ "MenuItemCheckbox": [
6603
+ "Pressable",
6604
+ "Icon",
6605
+ "HStack",
6606
+ "Box",
6607
+ "MenuItem",
6608
+ "Tab",
6609
+ "Text",
6610
+ "Link",
6611
+ "Image",
6612
+ "Badge"
6346
6613
  ],
6347
- "Table": ["Box", "Text"],
6348
- "MenuContent": ["Menu", "VStack"],
6349
- "MenuDivider": ["Divider"],
6350
- "MenuItem": ["MenuItem"],
6351
- "MenuItemCheckbox": ["MenuItemCheckbox"],
6352
- "MenuProvider": ["MenuProvider", "SpringMotionConfig"],
6614
+ "MenuProvider": ["SpringMotionConfig"],
6353
6615
  "MenuTrigger": ["Box"]
6354
6616
  };
6355
6617
  //#endregion