@yahoo/uds 3.174.0 → 3.174.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/utils/index.cjs +3 -2
- package/dist/automated-config/dist/utils/index.js +3 -2
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
- package/dist/css/dist/css/generate.cjs +4 -1
- package/dist/css/dist/css/generate.helpers.cjs +2 -0
- package/dist/css/dist/css/generate.helpers.js +2 -0
- package/dist/css/dist/css/generate.js +4 -1
- package/dist/css/dist/css/runner.cjs +2 -0
- package/dist/css/dist/css/runner.js +2 -0
- package/dist/css/dist/postcss/filterUnusedVariantRules.cjs +71 -0
- package/dist/css/dist/postcss/filterUnusedVariantRules.js +70 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.cjs +3 -2
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.js +3 -2
- package/dist/tailwind-internal/dist/utils/getShadowStyles.d.cts +2 -2
- package/dist/tailwind-internal/dist/utils/getShadowStyles.d.ts +2 -2
- package/dist/uds/generated/componentData.cjs +239 -239
- package/dist/uds/generated/componentData.js +239 -239
- package/generated/componentData.json +366 -366
- package/package.json +1 -1
|
@@ -491,92 +491,6 @@
|
|
|
491
491
|
"runtimeConfigInternalComponentProps": {},
|
|
492
492
|
"motionVarPrefixes": []
|
|
493
493
|
},
|
|
494
|
-
"Table.mocks": {
|
|
495
|
-
"name": "Table.mocks",
|
|
496
|
-
"defaultProps": {},
|
|
497
|
-
"getStylesLiterals": {},
|
|
498
|
-
"cxLiterals": [],
|
|
499
|
-
"internalComponents": [],
|
|
500
|
-
"internalComponentProps": {},
|
|
501
|
-
"propToVariantKeys": {},
|
|
502
|
-
"runtimeConfigDefaultProps": {},
|
|
503
|
-
"runtimeConfigGetStyles": {},
|
|
504
|
-
"runtimeConfigInternalComponentProps": {},
|
|
505
|
-
"motionVarPrefixes": []
|
|
506
|
-
},
|
|
507
|
-
"Spinner": {
|
|
508
|
-
"name": "Spinner",
|
|
509
|
-
"defaultProps": {
|
|
510
|
-
"color": "primary",
|
|
511
|
-
"size": "lg"
|
|
512
|
-
},
|
|
513
|
-
"getStylesLiterals": {},
|
|
514
|
-
"cxLiterals": [
|
|
515
|
-
"self-center",
|
|
516
|
-
"relative",
|
|
517
|
-
"sr-only"
|
|
518
|
-
],
|
|
519
|
-
"internalComponents": [
|
|
520
|
-
"Icon"
|
|
521
|
-
],
|
|
522
|
-
"internalComponentProps": {
|
|
523
|
-
"Icon": {
|
|
524
|
-
"role": [
|
|
525
|
-
"img"
|
|
526
|
-
],
|
|
527
|
-
"className": [
|
|
528
|
-
"animate-spin"
|
|
529
|
-
],
|
|
530
|
-
"aria-hidden": [
|
|
531
|
-
"true"
|
|
532
|
-
]
|
|
533
|
-
}
|
|
534
|
-
},
|
|
535
|
-
"propToVariantKeys": {},
|
|
536
|
-
"runtimeConfigDefaultProps": {},
|
|
537
|
-
"runtimeConfigGetStyles": {},
|
|
538
|
-
"runtimeConfigInternalComponentProps": {},
|
|
539
|
-
"motionVarPrefixes": []
|
|
540
|
-
},
|
|
541
|
-
"Table": {
|
|
542
|
-
"name": "Table",
|
|
543
|
-
"defaultProps": {
|
|
544
|
-
"display": "table-cell",
|
|
545
|
-
"overflow": "hidden",
|
|
546
|
-
"borderColor": "muted",
|
|
547
|
-
"borderRadius": "md",
|
|
548
|
-
"spacing": "3",
|
|
549
|
-
"borderBottomColor": "muted",
|
|
550
|
-
"borderBottomWidth": "thin",
|
|
551
|
-
"color": "primary"
|
|
552
|
-
},
|
|
553
|
-
"getStylesLiterals": {
|
|
554
|
-
"textAlign": "start"
|
|
555
|
-
},
|
|
556
|
-
"cxLiterals": [],
|
|
557
|
-
"internalComponents": [
|
|
558
|
-
"CellComponent",
|
|
559
|
-
"Box",
|
|
560
|
-
"Text",
|
|
561
|
-
"Table.Root",
|
|
562
|
-
"Table.Header",
|
|
563
|
-
"Table.Row",
|
|
564
|
-
"Table.Cell",
|
|
565
|
-
"Table.Body"
|
|
566
|
-
],
|
|
567
|
-
"internalComponentProps": {
|
|
568
|
-
"Table.Cell": {
|
|
569
|
-
"asHeaderCell": [
|
|
570
|
-
"column"
|
|
571
|
-
]
|
|
572
|
-
}
|
|
573
|
-
},
|
|
574
|
-
"propToVariantKeys": {},
|
|
575
|
-
"runtimeConfigDefaultProps": {},
|
|
576
|
-
"runtimeConfigGetStyles": {},
|
|
577
|
-
"runtimeConfigInternalComponentProps": {},
|
|
578
|
-
"motionVarPrefixes": []
|
|
579
|
-
},
|
|
580
494
|
"DividerLabel": {
|
|
581
495
|
"name": "DividerLabel",
|
|
582
496
|
"defaultProps": {
|
|
@@ -679,6 +593,92 @@
|
|
|
679
593
|
"runtimeConfigInternalComponentProps": {},
|
|
680
594
|
"motionVarPrefixes": []
|
|
681
595
|
},
|
|
596
|
+
"Table.mocks": {
|
|
597
|
+
"name": "Table.mocks",
|
|
598
|
+
"defaultProps": {},
|
|
599
|
+
"getStylesLiterals": {},
|
|
600
|
+
"cxLiterals": [],
|
|
601
|
+
"internalComponents": [],
|
|
602
|
+
"internalComponentProps": {},
|
|
603
|
+
"propToVariantKeys": {},
|
|
604
|
+
"runtimeConfigDefaultProps": {},
|
|
605
|
+
"runtimeConfigGetStyles": {},
|
|
606
|
+
"runtimeConfigInternalComponentProps": {},
|
|
607
|
+
"motionVarPrefixes": []
|
|
608
|
+
},
|
|
609
|
+
"Spinner": {
|
|
610
|
+
"name": "Spinner",
|
|
611
|
+
"defaultProps": {
|
|
612
|
+
"color": "primary",
|
|
613
|
+
"size": "lg"
|
|
614
|
+
},
|
|
615
|
+
"getStylesLiterals": {},
|
|
616
|
+
"cxLiterals": [
|
|
617
|
+
"self-center",
|
|
618
|
+
"relative",
|
|
619
|
+
"sr-only"
|
|
620
|
+
],
|
|
621
|
+
"internalComponents": [
|
|
622
|
+
"Icon"
|
|
623
|
+
],
|
|
624
|
+
"internalComponentProps": {
|
|
625
|
+
"Icon": {
|
|
626
|
+
"role": [
|
|
627
|
+
"img"
|
|
628
|
+
],
|
|
629
|
+
"className": [
|
|
630
|
+
"animate-spin"
|
|
631
|
+
],
|
|
632
|
+
"aria-hidden": [
|
|
633
|
+
"true"
|
|
634
|
+
]
|
|
635
|
+
}
|
|
636
|
+
},
|
|
637
|
+
"propToVariantKeys": {},
|
|
638
|
+
"runtimeConfigDefaultProps": {},
|
|
639
|
+
"runtimeConfigGetStyles": {},
|
|
640
|
+
"runtimeConfigInternalComponentProps": {},
|
|
641
|
+
"motionVarPrefixes": []
|
|
642
|
+
},
|
|
643
|
+
"Table": {
|
|
644
|
+
"name": "Table",
|
|
645
|
+
"defaultProps": {
|
|
646
|
+
"display": "table-cell",
|
|
647
|
+
"overflow": "hidden",
|
|
648
|
+
"borderColor": "muted",
|
|
649
|
+
"borderRadius": "md",
|
|
650
|
+
"spacing": "3",
|
|
651
|
+
"borderBottomColor": "muted",
|
|
652
|
+
"borderBottomWidth": "thin",
|
|
653
|
+
"color": "primary"
|
|
654
|
+
},
|
|
655
|
+
"getStylesLiterals": {
|
|
656
|
+
"textAlign": "start"
|
|
657
|
+
},
|
|
658
|
+
"cxLiterals": [],
|
|
659
|
+
"internalComponents": [
|
|
660
|
+
"CellComponent",
|
|
661
|
+
"Box",
|
|
662
|
+
"Text",
|
|
663
|
+
"Table.Root",
|
|
664
|
+
"Table.Header",
|
|
665
|
+
"Table.Row",
|
|
666
|
+
"Table.Cell",
|
|
667
|
+
"Table.Body"
|
|
668
|
+
],
|
|
669
|
+
"internalComponentProps": {
|
|
670
|
+
"Table.Cell": {
|
|
671
|
+
"asHeaderCell": [
|
|
672
|
+
"column"
|
|
673
|
+
]
|
|
674
|
+
}
|
|
675
|
+
},
|
|
676
|
+
"propToVariantKeys": {},
|
|
677
|
+
"runtimeConfigDefaultProps": {},
|
|
678
|
+
"runtimeConfigGetStyles": {},
|
|
679
|
+
"runtimeConfigInternalComponentProps": {},
|
|
680
|
+
"motionVarPrefixes": []
|
|
681
|
+
},
|
|
682
682
|
"Badge": {
|
|
683
683
|
"name": "Badge",
|
|
684
684
|
"defaultProps": {
|
|
@@ -1641,52 +1641,6 @@
|
|
|
1641
1641
|
"--uds-motion-smooth-3-"
|
|
1642
1642
|
]
|
|
1643
1643
|
},
|
|
1644
|
-
"UDSConfigProvider": {
|
|
1645
|
-
"name": "UDSConfigProvider",
|
|
1646
|
-
"defaultProps": {},
|
|
1647
|
-
"getStylesLiterals": {},
|
|
1648
|
-
"cxLiterals": [],
|
|
1649
|
-
"internalComponents": [
|
|
1650
|
-
"UDSBreakpointsConfigProvider",
|
|
1651
|
-
"UDSAvatarConfigProvider",
|
|
1652
|
-
"UDSBadgeConfigProvider",
|
|
1653
|
-
"UDSBottomSheetConfigProvider",
|
|
1654
|
-
"UDSButtonConfigProvider",
|
|
1655
|
-
"UDSChipConfigProvider",
|
|
1656
|
-
"UDSIconButtonConfigProvider",
|
|
1657
|
-
"UDSInputConfigProvider",
|
|
1658
|
-
"UDSMenuItemConfigProvider",
|
|
1659
|
-
"UDSPaddleNavConfigProvider",
|
|
1660
|
-
"UDSPaginationConfigProvider",
|
|
1661
|
-
"UDSSelectItemConfigProvider",
|
|
1662
|
-
"UDSTabConfigProvider",
|
|
1663
|
-
"UDSToastConfigProvider",
|
|
1664
|
-
"UDSTooltipConfigProvider",
|
|
1665
|
-
"UDSPopoverConfigProvider",
|
|
1666
|
-
"UDSModalConfigProvider"
|
|
1667
|
-
],
|
|
1668
|
-
"internalComponentProps": {},
|
|
1669
|
-
"propToVariantKeys": {},
|
|
1670
|
-
"runtimeConfigDefaultProps": {},
|
|
1671
|
-
"runtimeConfigGetStyles": {},
|
|
1672
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1673
|
-
"motionVarPrefixes": []
|
|
1674
|
-
},
|
|
1675
|
-
"UDSBreakpointsConfigProvider": {
|
|
1676
|
-
"name": "UDSBreakpointsConfigProvider",
|
|
1677
|
-
"defaultProps": {},
|
|
1678
|
-
"getStylesLiterals": {},
|
|
1679
|
-
"cxLiterals": [],
|
|
1680
|
-
"internalComponents": [
|
|
1681
|
-
"UDSBreakpointsConfigContext.Provider"
|
|
1682
|
-
],
|
|
1683
|
-
"internalComponentProps": {},
|
|
1684
|
-
"propToVariantKeys": {},
|
|
1685
|
-
"runtimeConfigDefaultProps": {},
|
|
1686
|
-
"runtimeConfigGetStyles": {},
|
|
1687
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1688
|
-
"motionVarPrefixes": []
|
|
1689
|
-
},
|
|
1690
1644
|
"Menu.Trigger": {
|
|
1691
1645
|
"name": "Menu.Trigger",
|
|
1692
1646
|
"defaultProps": {},
|
|
@@ -1978,44 +1932,90 @@
|
|
|
1978
1932
|
"--uds-motion-smooth-3-"
|
|
1979
1933
|
]
|
|
1980
1934
|
},
|
|
1981
|
-
"
|
|
1982
|
-
"name": "
|
|
1983
|
-
"defaultProps": {
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
"
|
|
1987
|
-
"
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
"
|
|
1991
|
-
"
|
|
1992
|
-
"
|
|
1993
|
-
"
|
|
1994
|
-
"
|
|
1995
|
-
"
|
|
1996
|
-
"
|
|
1997
|
-
"
|
|
1998
|
-
"
|
|
1999
|
-
"
|
|
2000
|
-
"
|
|
2001
|
-
"
|
|
2002
|
-
"
|
|
2003
|
-
"
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
1935
|
+
"UDSConfigProvider": {
|
|
1936
|
+
"name": "UDSConfigProvider",
|
|
1937
|
+
"defaultProps": {},
|
|
1938
|
+
"getStylesLiterals": {},
|
|
1939
|
+
"cxLiterals": [],
|
|
1940
|
+
"internalComponents": [
|
|
1941
|
+
"UDSBreakpointsConfigProvider",
|
|
1942
|
+
"UDSAvatarConfigProvider",
|
|
1943
|
+
"UDSBadgeConfigProvider",
|
|
1944
|
+
"UDSBottomSheetConfigProvider",
|
|
1945
|
+
"UDSButtonConfigProvider",
|
|
1946
|
+
"UDSChipConfigProvider",
|
|
1947
|
+
"UDSIconButtonConfigProvider",
|
|
1948
|
+
"UDSInputConfigProvider",
|
|
1949
|
+
"UDSMenuItemConfigProvider",
|
|
1950
|
+
"UDSPaddleNavConfigProvider",
|
|
1951
|
+
"UDSPaginationConfigProvider",
|
|
1952
|
+
"UDSSelectItemConfigProvider",
|
|
1953
|
+
"UDSTabConfigProvider",
|
|
1954
|
+
"UDSToastConfigProvider",
|
|
1955
|
+
"UDSTooltipConfigProvider",
|
|
1956
|
+
"UDSPopoverConfigProvider",
|
|
1957
|
+
"UDSModalConfigProvider"
|
|
1958
|
+
],
|
|
1959
|
+
"internalComponentProps": {},
|
|
1960
|
+
"propToVariantKeys": {},
|
|
1961
|
+
"runtimeConfigDefaultProps": {},
|
|
1962
|
+
"runtimeConfigGetStyles": {},
|
|
1963
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1964
|
+
"motionVarPrefixes": []
|
|
1965
|
+
},
|
|
1966
|
+
"UDSBreakpointsConfigProvider": {
|
|
1967
|
+
"name": "UDSBreakpointsConfigProvider",
|
|
1968
|
+
"defaultProps": {},
|
|
1969
|
+
"getStylesLiterals": {},
|
|
1970
|
+
"cxLiterals": [],
|
|
1971
|
+
"internalComponents": [
|
|
1972
|
+
"UDSBreakpointsConfigContext.Provider"
|
|
1973
|
+
],
|
|
1974
|
+
"internalComponentProps": {},
|
|
1975
|
+
"propToVariantKeys": {},
|
|
1976
|
+
"runtimeConfigDefaultProps": {},
|
|
1977
|
+
"runtimeConfigGetStyles": {},
|
|
1978
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1979
|
+
"motionVarPrefixes": []
|
|
1980
|
+
},
|
|
1981
|
+
"PaginationNext": {
|
|
1982
|
+
"name": "PaginationNext",
|
|
1983
|
+
"defaultProps": {
|
|
1984
|
+
"label": "Next"
|
|
1985
|
+
},
|
|
1986
|
+
"getStylesLiterals": {
|
|
1987
|
+
"paginationVariantActiveRoot": "off"
|
|
1988
|
+
},
|
|
1989
|
+
"cxLiterals": [
|
|
1990
|
+
"inline-flex",
|
|
1991
|
+
"items-center",
|
|
1992
|
+
"justify-center",
|
|
1993
|
+
"relative",
|
|
1994
|
+
"m-0",
|
|
1995
|
+
"border-solid",
|
|
1996
|
+
"inline-grid",
|
|
1997
|
+
"shrink-0",
|
|
1998
|
+
"place-items-center",
|
|
1999
|
+
"place-content-center",
|
|
2000
|
+
"rounded-full",
|
|
2001
|
+
"box-border",
|
|
2002
|
+
"w-[var(--uds-pagination-control-size)]",
|
|
2003
|
+
"appearance-none",
|
|
2004
|
+
"uds-ring",
|
|
2005
|
+
"cursor-pointer",
|
|
2006
|
+
"select-none",
|
|
2007
|
+
"pointer-events-none",
|
|
2008
|
+
"auto-cols-max",
|
|
2009
|
+
"grid-flow-col",
|
|
2010
|
+
"gap-1",
|
|
2011
|
+
"block",
|
|
2012
|
+
"tabular-nums",
|
|
2013
|
+
"!leading-none",
|
|
2014
|
+
"[text-box-trim:trim-both]",
|
|
2015
|
+
"[text-box-edge:cap_alphabetic]",
|
|
2016
|
+
"h-[var(--uds-pagination-control-size)]"
|
|
2017
|
+
],
|
|
2018
|
+
"internalComponents": [
|
|
2019
2019
|
"Icon",
|
|
2020
2020
|
"Comp"
|
|
2021
2021
|
],
|
|
@@ -4567,6 +4567,202 @@
|
|
|
4567
4567
|
},
|
|
4568
4568
|
"motionVarPrefixes": []
|
|
4569
4569
|
},
|
|
4570
|
+
"TabList": {
|
|
4571
|
+
"name": "TabList",
|
|
4572
|
+
"defaultProps": {
|
|
4573
|
+
"variant": "primary"
|
|
4574
|
+
},
|
|
4575
|
+
"getStylesLiterals": {
|
|
4576
|
+
"tabSizeRoot": "default",
|
|
4577
|
+
"tabVariantActiveRoot": "on"
|
|
4578
|
+
},
|
|
4579
|
+
"cxLiterals": [
|
|
4580
|
+
"pointer-events-none",
|
|
4581
|
+
"absolute",
|
|
4582
|
+
"bottom-0",
|
|
4583
|
+
"left-0",
|
|
4584
|
+
"right-0",
|
|
4585
|
+
"h-[var(--uds-tab-underline-width,0px)]",
|
|
4586
|
+
"bg-[var(--uds-tab-underline-color,transparent)]",
|
|
4587
|
+
"transition-[height,background-color]",
|
|
4588
|
+
"duration-[240ms]",
|
|
4589
|
+
"ease-[cubic-bezier(0.2,0,0,1)]",
|
|
4590
|
+
"!m-0",
|
|
4591
|
+
"!p-0",
|
|
4592
|
+
"!gap-0",
|
|
4593
|
+
"box-border",
|
|
4594
|
+
"z-0",
|
|
4595
|
+
"min-w-0",
|
|
4596
|
+
"min-h-0",
|
|
4597
|
+
"flex",
|
|
4598
|
+
"flex-row",
|
|
4599
|
+
"items-center",
|
|
4600
|
+
"overflow-x-auto",
|
|
4601
|
+
"overflow-y-clip",
|
|
4602
|
+
"scrollbar-none",
|
|
4603
|
+
"[overflow-clip-margin:6px]",
|
|
4604
|
+
"overflow-clip",
|
|
4605
|
+
"[overflow-clip-margin:8px]",
|
|
4606
|
+
"relative",
|
|
4607
|
+
"left",
|
|
4608
|
+
"240ms",
|
|
4609
|
+
"cubic-bezier(0.2,",
|
|
4610
|
+
"0,",
|
|
4611
|
+
"1),",
|
|
4612
|
+
"top",
|
|
4613
|
+
"width",
|
|
4614
|
+
"height",
|
|
4615
|
+
"1)",
|
|
4616
|
+
"--uds-tab-underline-color",
|
|
4617
|
+
"--uds-tab-underline-width"
|
|
4618
|
+
],
|
|
4619
|
+
"internalComponents": [
|
|
4620
|
+
"AriakitTabList"
|
|
4621
|
+
],
|
|
4622
|
+
"internalComponentProps": {},
|
|
4623
|
+
"propToVariantKeys": {
|
|
4624
|
+
"variant": [
|
|
4625
|
+
"tabsVariantRoot",
|
|
4626
|
+
"tabVariantRoot"
|
|
4627
|
+
]
|
|
4628
|
+
},
|
|
4629
|
+
"runtimeConfigDefaultProps": {},
|
|
4630
|
+
"runtimeConfigGetStyles": {},
|
|
4631
|
+
"runtimeConfigInternalComponentProps": {},
|
|
4632
|
+
"motionVarPrefixes": []
|
|
4633
|
+
},
|
|
4634
|
+
"TabPanel": {
|
|
4635
|
+
"name": "TabPanel",
|
|
4636
|
+
"defaultProps": {},
|
|
4637
|
+
"getStylesLiterals": {},
|
|
4638
|
+
"cxLiterals": [],
|
|
4639
|
+
"internalComponents": [
|
|
4640
|
+
"AriakitTabPanel"
|
|
4641
|
+
],
|
|
4642
|
+
"internalComponentProps": {},
|
|
4643
|
+
"propToVariantKeys": {},
|
|
4644
|
+
"runtimeConfigDefaultProps": {},
|
|
4645
|
+
"runtimeConfigGetStyles": {},
|
|
4646
|
+
"runtimeConfigInternalComponentProps": {},
|
|
4647
|
+
"motionVarPrefixes": []
|
|
4648
|
+
},
|
|
4649
|
+
"Tabs": {
|
|
4650
|
+
"name": "Tabs",
|
|
4651
|
+
"defaultProps": {
|
|
4652
|
+
"variant": "primary"
|
|
4653
|
+
},
|
|
4654
|
+
"getStylesLiterals": {},
|
|
4655
|
+
"cxLiterals": [],
|
|
4656
|
+
"internalComponents": [
|
|
4657
|
+
"TabsContext.Provider",
|
|
4658
|
+
"TabProvider"
|
|
4659
|
+
],
|
|
4660
|
+
"internalComponentProps": {},
|
|
4661
|
+
"propToVariantKeys": {
|
|
4662
|
+
"onSelectionChange": [
|
|
4663
|
+
"setSelectedId"
|
|
4664
|
+
]
|
|
4665
|
+
},
|
|
4666
|
+
"runtimeConfigDefaultProps": {},
|
|
4667
|
+
"runtimeConfigGetStyles": {},
|
|
4668
|
+
"runtimeConfigInternalComponentProps": {},
|
|
4669
|
+
"motionVarPrefixes": []
|
|
4670
|
+
},
|
|
4671
|
+
"UDSTabConfigProvider": {
|
|
4672
|
+
"name": "UDSTabConfigProvider",
|
|
4673
|
+
"defaultProps": {},
|
|
4674
|
+
"getStylesLiterals": {},
|
|
4675
|
+
"cxLiterals": [
|
|
4676
|
+
"sm"
|
|
4677
|
+
],
|
|
4678
|
+
"internalComponents": [],
|
|
4679
|
+
"internalComponentProps": {},
|
|
4680
|
+
"propToVariantKeys": {},
|
|
4681
|
+
"runtimeConfigDefaultProps": {},
|
|
4682
|
+
"runtimeConfigGetStyles": {},
|
|
4683
|
+
"runtimeConfigInternalComponentProps": {},
|
|
4684
|
+
"motionVarPrefixes": []
|
|
4685
|
+
},
|
|
4686
|
+
"Tab": {
|
|
4687
|
+
"name": "Tab",
|
|
4688
|
+
"defaultProps": {
|
|
4689
|
+
"variant": "primary"
|
|
4690
|
+
},
|
|
4691
|
+
"getStylesLiterals": {
|
|
4692
|
+
"tabSizeRoot": "default",
|
|
4693
|
+
"tabVariantActiveRoot": "off",
|
|
4694
|
+
"tabVariantActiveRoot:1": "on",
|
|
4695
|
+
"tabSizeIcon": "default"
|
|
4696
|
+
},
|
|
4697
|
+
"cxLiterals": [
|
|
4698
|
+
"pointer-events-none",
|
|
4699
|
+
"absolute",
|
|
4700
|
+
"bottom-0",
|
|
4701
|
+
"left-0",
|
|
4702
|
+
"right-0",
|
|
4703
|
+
"h-[var(--uds-tab-underline-width,0px)]",
|
|
4704
|
+
"bg-[var(--uds-tab-underline-color,transparent)]",
|
|
4705
|
+
"transition-[height,background-color]",
|
|
4706
|
+
"duration-[240ms]",
|
|
4707
|
+
"ease-[cubic-bezier(0.2,0,0,1)]",
|
|
4708
|
+
"!bg-transparent",
|
|
4709
|
+
"!shadow-none",
|
|
4710
|
+
"inline-flex",
|
|
4711
|
+
"items-center",
|
|
4712
|
+
"shrink-0",
|
|
4713
|
+
"box-border",
|
|
4714
|
+
"relative",
|
|
4715
|
+
"z-[1]",
|
|
4716
|
+
"cursor-pointer",
|
|
4717
|
+
"select-none",
|
|
4718
|
+
"whitespace-nowrap",
|
|
4719
|
+
"uds-ring",
|
|
4720
|
+
"opacity-50",
|
|
4721
|
+
"cursor-default",
|
|
4722
|
+
"border-solid",
|
|
4723
|
+
"border-b-solid",
|
|
4724
|
+
"transition-colors"
|
|
4725
|
+
],
|
|
4726
|
+
"internalComponents": [
|
|
4727
|
+
"IconSlot",
|
|
4728
|
+
"AriakitTab",
|
|
4729
|
+
"Text"
|
|
4730
|
+
],
|
|
4731
|
+
"internalComponentProps": {
|
|
4732
|
+
"Text": {
|
|
4733
|
+
"variant": [
|
|
4734
|
+
"inherit"
|
|
4735
|
+
],
|
|
4736
|
+
"as": [
|
|
4737
|
+
"span"
|
|
4738
|
+
],
|
|
4739
|
+
"color": [
|
|
4740
|
+
"current"
|
|
4741
|
+
]
|
|
4742
|
+
}
|
|
4743
|
+
},
|
|
4744
|
+
"propToVariantKeys": {
|
|
4745
|
+
"variant": [
|
|
4746
|
+
"tabVariantRoot",
|
|
4747
|
+
"tabVariantIcon"
|
|
4748
|
+
],
|
|
4749
|
+
"activeState": [
|
|
4750
|
+
"tabVariantActiveIcon"
|
|
4751
|
+
],
|
|
4752
|
+
"startIcon": [
|
|
4753
|
+
"icon"
|
|
4754
|
+
],
|
|
4755
|
+
"endIcon": [
|
|
4756
|
+
"icon"
|
|
4757
|
+
]
|
|
4758
|
+
},
|
|
4759
|
+
"runtimeConfigDefaultProps": {
|
|
4760
|
+
"size": "tab.defaultSize"
|
|
4761
|
+
},
|
|
4762
|
+
"runtimeConfigGetStyles": {},
|
|
4763
|
+
"runtimeConfigInternalComponentProps": {},
|
|
4764
|
+
"motionVarPrefixes": []
|
|
4765
|
+
},
|
|
4570
4766
|
"UDSToastConfigProvider": {
|
|
4571
4767
|
"name": "UDSToastConfigProvider",
|
|
4572
4768
|
"defaultProps": {},
|
|
@@ -4766,202 +4962,6 @@
|
|
|
4766
4962
|
},
|
|
4767
4963
|
"motionVarPrefixes": []
|
|
4768
4964
|
},
|
|
4769
|
-
"TabList": {
|
|
4770
|
-
"name": "TabList",
|
|
4771
|
-
"defaultProps": {
|
|
4772
|
-
"variant": "primary"
|
|
4773
|
-
},
|
|
4774
|
-
"getStylesLiterals": {
|
|
4775
|
-
"tabSizeRoot": "default",
|
|
4776
|
-
"tabVariantActiveRoot": "on"
|
|
4777
|
-
},
|
|
4778
|
-
"cxLiterals": [
|
|
4779
|
-
"pointer-events-none",
|
|
4780
|
-
"absolute",
|
|
4781
|
-
"bottom-0",
|
|
4782
|
-
"left-0",
|
|
4783
|
-
"right-0",
|
|
4784
|
-
"h-[var(--uds-tab-underline-width,0px)]",
|
|
4785
|
-
"bg-[var(--uds-tab-underline-color,transparent)]",
|
|
4786
|
-
"transition-[height,background-color]",
|
|
4787
|
-
"duration-[240ms]",
|
|
4788
|
-
"ease-[cubic-bezier(0.2,0,0,1)]",
|
|
4789
|
-
"!m-0",
|
|
4790
|
-
"!p-0",
|
|
4791
|
-
"!gap-0",
|
|
4792
|
-
"box-border",
|
|
4793
|
-
"z-0",
|
|
4794
|
-
"min-w-0",
|
|
4795
|
-
"min-h-0",
|
|
4796
|
-
"flex",
|
|
4797
|
-
"flex-row",
|
|
4798
|
-
"items-center",
|
|
4799
|
-
"overflow-x-auto",
|
|
4800
|
-
"overflow-y-clip",
|
|
4801
|
-
"scrollbar-none",
|
|
4802
|
-
"[overflow-clip-margin:6px]",
|
|
4803
|
-
"overflow-clip",
|
|
4804
|
-
"[overflow-clip-margin:8px]",
|
|
4805
|
-
"relative",
|
|
4806
|
-
"left",
|
|
4807
|
-
"240ms",
|
|
4808
|
-
"cubic-bezier(0.2,",
|
|
4809
|
-
"0,",
|
|
4810
|
-
"1),",
|
|
4811
|
-
"top",
|
|
4812
|
-
"width",
|
|
4813
|
-
"height",
|
|
4814
|
-
"1)",
|
|
4815
|
-
"--uds-tab-underline-color",
|
|
4816
|
-
"--uds-tab-underline-width"
|
|
4817
|
-
],
|
|
4818
|
-
"internalComponents": [
|
|
4819
|
-
"AriakitTabList"
|
|
4820
|
-
],
|
|
4821
|
-
"internalComponentProps": {},
|
|
4822
|
-
"propToVariantKeys": {
|
|
4823
|
-
"variant": [
|
|
4824
|
-
"tabsVariantRoot",
|
|
4825
|
-
"tabVariantRoot"
|
|
4826
|
-
]
|
|
4827
|
-
},
|
|
4828
|
-
"runtimeConfigDefaultProps": {},
|
|
4829
|
-
"runtimeConfigGetStyles": {},
|
|
4830
|
-
"runtimeConfigInternalComponentProps": {},
|
|
4831
|
-
"motionVarPrefixes": []
|
|
4832
|
-
},
|
|
4833
|
-
"TabPanel": {
|
|
4834
|
-
"name": "TabPanel",
|
|
4835
|
-
"defaultProps": {},
|
|
4836
|
-
"getStylesLiterals": {},
|
|
4837
|
-
"cxLiterals": [],
|
|
4838
|
-
"internalComponents": [
|
|
4839
|
-
"AriakitTabPanel"
|
|
4840
|
-
],
|
|
4841
|
-
"internalComponentProps": {},
|
|
4842
|
-
"propToVariantKeys": {},
|
|
4843
|
-
"runtimeConfigDefaultProps": {},
|
|
4844
|
-
"runtimeConfigGetStyles": {},
|
|
4845
|
-
"runtimeConfigInternalComponentProps": {},
|
|
4846
|
-
"motionVarPrefixes": []
|
|
4847
|
-
},
|
|
4848
|
-
"Tabs": {
|
|
4849
|
-
"name": "Tabs",
|
|
4850
|
-
"defaultProps": {
|
|
4851
|
-
"variant": "primary"
|
|
4852
|
-
},
|
|
4853
|
-
"getStylesLiterals": {},
|
|
4854
|
-
"cxLiterals": [],
|
|
4855
|
-
"internalComponents": [
|
|
4856
|
-
"TabsContext.Provider",
|
|
4857
|
-
"TabProvider"
|
|
4858
|
-
],
|
|
4859
|
-
"internalComponentProps": {},
|
|
4860
|
-
"propToVariantKeys": {
|
|
4861
|
-
"onSelectionChange": [
|
|
4862
|
-
"setSelectedId"
|
|
4863
|
-
]
|
|
4864
|
-
},
|
|
4865
|
-
"runtimeConfigDefaultProps": {},
|
|
4866
|
-
"runtimeConfigGetStyles": {},
|
|
4867
|
-
"runtimeConfigInternalComponentProps": {},
|
|
4868
|
-
"motionVarPrefixes": []
|
|
4869
|
-
},
|
|
4870
|
-
"UDSTabConfigProvider": {
|
|
4871
|
-
"name": "UDSTabConfigProvider",
|
|
4872
|
-
"defaultProps": {},
|
|
4873
|
-
"getStylesLiterals": {},
|
|
4874
|
-
"cxLiterals": [
|
|
4875
|
-
"sm"
|
|
4876
|
-
],
|
|
4877
|
-
"internalComponents": [],
|
|
4878
|
-
"internalComponentProps": {},
|
|
4879
|
-
"propToVariantKeys": {},
|
|
4880
|
-
"runtimeConfigDefaultProps": {},
|
|
4881
|
-
"runtimeConfigGetStyles": {},
|
|
4882
|
-
"runtimeConfigInternalComponentProps": {},
|
|
4883
|
-
"motionVarPrefixes": []
|
|
4884
|
-
},
|
|
4885
|
-
"Tab": {
|
|
4886
|
-
"name": "Tab",
|
|
4887
|
-
"defaultProps": {
|
|
4888
|
-
"variant": "primary"
|
|
4889
|
-
},
|
|
4890
|
-
"getStylesLiterals": {
|
|
4891
|
-
"tabSizeRoot": "default",
|
|
4892
|
-
"tabVariantActiveRoot": "off",
|
|
4893
|
-
"tabVariantActiveRoot:1": "on",
|
|
4894
|
-
"tabSizeIcon": "default"
|
|
4895
|
-
},
|
|
4896
|
-
"cxLiterals": [
|
|
4897
|
-
"pointer-events-none",
|
|
4898
|
-
"absolute",
|
|
4899
|
-
"bottom-0",
|
|
4900
|
-
"left-0",
|
|
4901
|
-
"right-0",
|
|
4902
|
-
"h-[var(--uds-tab-underline-width,0px)]",
|
|
4903
|
-
"bg-[var(--uds-tab-underline-color,transparent)]",
|
|
4904
|
-
"transition-[height,background-color]",
|
|
4905
|
-
"duration-[240ms]",
|
|
4906
|
-
"ease-[cubic-bezier(0.2,0,0,1)]",
|
|
4907
|
-
"!bg-transparent",
|
|
4908
|
-
"!shadow-none",
|
|
4909
|
-
"inline-flex",
|
|
4910
|
-
"items-center",
|
|
4911
|
-
"shrink-0",
|
|
4912
|
-
"box-border",
|
|
4913
|
-
"relative",
|
|
4914
|
-
"z-[1]",
|
|
4915
|
-
"cursor-pointer",
|
|
4916
|
-
"select-none",
|
|
4917
|
-
"whitespace-nowrap",
|
|
4918
|
-
"uds-ring",
|
|
4919
|
-
"opacity-50",
|
|
4920
|
-
"cursor-default",
|
|
4921
|
-
"border-solid",
|
|
4922
|
-
"border-b-solid",
|
|
4923
|
-
"transition-colors"
|
|
4924
|
-
],
|
|
4925
|
-
"internalComponents": [
|
|
4926
|
-
"IconSlot",
|
|
4927
|
-
"AriakitTab",
|
|
4928
|
-
"Text"
|
|
4929
|
-
],
|
|
4930
|
-
"internalComponentProps": {
|
|
4931
|
-
"Text": {
|
|
4932
|
-
"variant": [
|
|
4933
|
-
"inherit"
|
|
4934
|
-
],
|
|
4935
|
-
"as": [
|
|
4936
|
-
"span"
|
|
4937
|
-
],
|
|
4938
|
-
"color": [
|
|
4939
|
-
"current"
|
|
4940
|
-
]
|
|
4941
|
-
}
|
|
4942
|
-
},
|
|
4943
|
-
"propToVariantKeys": {
|
|
4944
|
-
"variant": [
|
|
4945
|
-
"tabVariantRoot",
|
|
4946
|
-
"tabVariantIcon"
|
|
4947
|
-
],
|
|
4948
|
-
"activeState": [
|
|
4949
|
-
"tabVariantActiveIcon"
|
|
4950
|
-
],
|
|
4951
|
-
"startIcon": [
|
|
4952
|
-
"icon"
|
|
4953
|
-
],
|
|
4954
|
-
"endIcon": [
|
|
4955
|
-
"icon"
|
|
4956
|
-
]
|
|
4957
|
-
},
|
|
4958
|
-
"runtimeConfigDefaultProps": {
|
|
4959
|
-
"size": "tab.defaultSize"
|
|
4960
|
-
},
|
|
4961
|
-
"runtimeConfigGetStyles": {},
|
|
4962
|
-
"runtimeConfigInternalComponentProps": {},
|
|
4963
|
-
"motionVarPrefixes": []
|
|
4964
|
-
},
|
|
4965
4965
|
"Checkbox": {
|
|
4966
4966
|
"name": "Checkbox",
|
|
4967
4967
|
"defaultProps": {},
|