@yahoo/uds 3.146.0 → 3.147.0-beta.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/styles/styler.d.cts +43 -43
- package/dist/styles/styler.d.ts +43 -43
- package/dist/tailwind/utils/index.d.cts +2 -2
- package/dist/tailwind/utils/index.d.ts +2 -2
- package/dist/tailwind-internal/dist/base/addFontFaceDeclarations.cjs +2 -2
- package/dist/tailwind-internal/dist/base/addFontFaceDeclarations.js +2 -2
- package/dist/tailwind-internal/dist/base/addFontVars.cjs +2 -2
- package/dist/tailwind-internal/dist/base/addFontVars.js +2 -2
- package/dist/tailwind-internal/dist/index.d.cts +1 -1
- package/dist/tailwind-internal/dist/index.d.ts +1 -1
- package/dist/tailwind-internal/dist/plugins/typography.cjs +3 -3
- package/dist/tailwind-internal/dist/plugins/typography.js +3 -3
- package/dist/tailwind-internal/dist/utils/addFontsPlugin.cjs +2 -2
- package/dist/tailwind-internal/dist/utils/addFontsPlugin.d.cts +6 -0
- package/dist/tailwind-internal/dist/utils/addFontsPlugin.d.ts +6 -0
- package/dist/tailwind-internal/dist/utils/addFontsPlugin.js +2 -2
- package/dist/tailwind-internal/dist/utils/composeTailwindPlugins.d.cts +7 -0
- package/dist/tailwind-internal/dist/utils/composeTailwindPlugins.d.ts +7 -0
- package/dist/tailwind-internal/dist/utils/getFontFaceDeclarations.cjs +3 -2
- package/dist/tailwind-internal/dist/utils/getFontFaceDeclarations.d.cts +59 -58
- package/dist/tailwind-internal/dist/utils/getFontFaceDeclarations.d.ts +59 -58
- package/dist/tailwind-internal/dist/utils/getFontFaceDeclarations.js +3 -2
- package/dist/tailwind-internal/dist/utils/getFontStyles.cjs +2 -2
- package/dist/tailwind-internal/dist/utils/getFontStyles.d.cts +2 -1
- package/dist/tailwind-internal/dist/utils/getFontStyles.d.ts +2 -1
- package/dist/tailwind-internal/dist/utils/getFontStyles.js +2 -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 +764 -764
- package/dist/uds/generated/componentData.js +764 -764
- package/generated/componentData.json +1052 -1052
- package/package.json +1 -1
|
@@ -427,74 +427,6 @@ var componentData_default = {
|
|
|
427
427
|
"runtimeConfigInternalComponentProps": {},
|
|
428
428
|
"motionVarPrefixes": []
|
|
429
429
|
},
|
|
430
|
-
Spinner: {
|
|
431
|
-
"name": "Spinner",
|
|
432
|
-
"defaultProps": {
|
|
433
|
-
"color": "primary",
|
|
434
|
-
"size": "lg"
|
|
435
|
-
},
|
|
436
|
-
"getStylesLiterals": {},
|
|
437
|
-
"cxLiterals": [
|
|
438
|
-
"self-center",
|
|
439
|
-
"relative",
|
|
440
|
-
"sr-only"
|
|
441
|
-
],
|
|
442
|
-
"internalComponents": ["Icon"],
|
|
443
|
-
"internalComponentProps": { "Icon": {
|
|
444
|
-
"role": ["img"],
|
|
445
|
-
"className": ["animate-spin"],
|
|
446
|
-
"aria-hidden": ["true"]
|
|
447
|
-
} },
|
|
448
|
-
"propToVariantKeys": {},
|
|
449
|
-
"runtimeConfigDefaultProps": {},
|
|
450
|
-
"runtimeConfigGetStyles": {},
|
|
451
|
-
"runtimeConfigInternalComponentProps": {},
|
|
452
|
-
"motionVarPrefixes": []
|
|
453
|
-
},
|
|
454
|
-
"Table.mocks": {
|
|
455
|
-
"name": "Table.mocks",
|
|
456
|
-
"defaultProps": {},
|
|
457
|
-
"getStylesLiterals": {},
|
|
458
|
-
"cxLiterals": [],
|
|
459
|
-
"internalComponents": [],
|
|
460
|
-
"internalComponentProps": {},
|
|
461
|
-
"propToVariantKeys": {},
|
|
462
|
-
"runtimeConfigDefaultProps": {},
|
|
463
|
-
"runtimeConfigGetStyles": {},
|
|
464
|
-
"runtimeConfigInternalComponentProps": {},
|
|
465
|
-
"motionVarPrefixes": []
|
|
466
|
-
},
|
|
467
|
-
Table: {
|
|
468
|
-
"name": "Table",
|
|
469
|
-
"defaultProps": {
|
|
470
|
-
"display": "table-cell",
|
|
471
|
-
"overflow": "hidden",
|
|
472
|
-
"borderColor": "muted",
|
|
473
|
-
"borderRadius": "md",
|
|
474
|
-
"spacing": "3",
|
|
475
|
-
"borderBottomColor": "muted",
|
|
476
|
-
"borderBottomWidth": "thin",
|
|
477
|
-
"color": "primary"
|
|
478
|
-
},
|
|
479
|
-
"getStylesLiterals": { "textAlign": "start" },
|
|
480
|
-
"cxLiterals": [],
|
|
481
|
-
"internalComponents": [
|
|
482
|
-
"CellComponent",
|
|
483
|
-
"Box",
|
|
484
|
-
"Text",
|
|
485
|
-
"Table.Root",
|
|
486
|
-
"Table.Header",
|
|
487
|
-
"Table.Row",
|
|
488
|
-
"Table.Cell",
|
|
489
|
-
"Table.Body"
|
|
490
|
-
],
|
|
491
|
-
"internalComponentProps": { "Table.Cell": { "asHeaderCell": ["column"] } },
|
|
492
|
-
"propToVariantKeys": {},
|
|
493
|
-
"runtimeConfigDefaultProps": {},
|
|
494
|
-
"runtimeConfigGetStyles": {},
|
|
495
|
-
"runtimeConfigInternalComponentProps": {},
|
|
496
|
-
"motionVarPrefixes": []
|
|
497
|
-
},
|
|
498
430
|
AnimateHeightChange: {
|
|
499
431
|
"name": "AnimateHeightChange",
|
|
500
432
|
"defaultProps": {},
|
|
@@ -837,6 +769,175 @@ var componentData_default = {
|
|
|
837
769
|
"runtimeConfigInternalComponentProps": {},
|
|
838
770
|
"motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
|
|
839
771
|
},
|
|
772
|
+
Spinner: {
|
|
773
|
+
"name": "Spinner",
|
|
774
|
+
"defaultProps": {
|
|
775
|
+
"color": "primary",
|
|
776
|
+
"size": "lg"
|
|
777
|
+
},
|
|
778
|
+
"getStylesLiterals": {},
|
|
779
|
+
"cxLiterals": [
|
|
780
|
+
"self-center",
|
|
781
|
+
"relative",
|
|
782
|
+
"sr-only"
|
|
783
|
+
],
|
|
784
|
+
"internalComponents": ["Icon"],
|
|
785
|
+
"internalComponentProps": { "Icon": {
|
|
786
|
+
"role": ["img"],
|
|
787
|
+
"className": ["animate-spin"],
|
|
788
|
+
"aria-hidden": ["true"]
|
|
789
|
+
} },
|
|
790
|
+
"propToVariantKeys": {},
|
|
791
|
+
"runtimeConfigDefaultProps": {},
|
|
792
|
+
"runtimeConfigGetStyles": {},
|
|
793
|
+
"runtimeConfigInternalComponentProps": {},
|
|
794
|
+
"motionVarPrefixes": []
|
|
795
|
+
},
|
|
796
|
+
"Table.mocks": {
|
|
797
|
+
"name": "Table.mocks",
|
|
798
|
+
"defaultProps": {},
|
|
799
|
+
"getStylesLiterals": {},
|
|
800
|
+
"cxLiterals": [],
|
|
801
|
+
"internalComponents": [],
|
|
802
|
+
"internalComponentProps": {},
|
|
803
|
+
"propToVariantKeys": {},
|
|
804
|
+
"runtimeConfigDefaultProps": {},
|
|
805
|
+
"runtimeConfigGetStyles": {},
|
|
806
|
+
"runtimeConfigInternalComponentProps": {},
|
|
807
|
+
"motionVarPrefixes": []
|
|
808
|
+
},
|
|
809
|
+
Table: {
|
|
810
|
+
"name": "Table",
|
|
811
|
+
"defaultProps": {
|
|
812
|
+
"display": "table-cell",
|
|
813
|
+
"overflow": "hidden",
|
|
814
|
+
"borderColor": "muted",
|
|
815
|
+
"borderRadius": "md",
|
|
816
|
+
"spacing": "3",
|
|
817
|
+
"borderBottomColor": "muted",
|
|
818
|
+
"borderBottomWidth": "thin",
|
|
819
|
+
"color": "primary"
|
|
820
|
+
},
|
|
821
|
+
"getStylesLiterals": { "textAlign": "start" },
|
|
822
|
+
"cxLiterals": [],
|
|
823
|
+
"internalComponents": [
|
|
824
|
+
"CellComponent",
|
|
825
|
+
"Box",
|
|
826
|
+
"Text",
|
|
827
|
+
"Table.Root",
|
|
828
|
+
"Table.Header",
|
|
829
|
+
"Table.Row",
|
|
830
|
+
"Table.Cell",
|
|
831
|
+
"Table.Body"
|
|
832
|
+
],
|
|
833
|
+
"internalComponentProps": { "Table.Cell": { "asHeaderCell": ["column"] } },
|
|
834
|
+
"propToVariantKeys": {},
|
|
835
|
+
"runtimeConfigDefaultProps": {},
|
|
836
|
+
"runtimeConfigGetStyles": {},
|
|
837
|
+
"runtimeConfigInternalComponentProps": {},
|
|
838
|
+
"motionVarPrefixes": []
|
|
839
|
+
},
|
|
840
|
+
Avatar: {
|
|
841
|
+
"name": "Avatar",
|
|
842
|
+
"defaultProps": {},
|
|
843
|
+
"getStylesLiterals": {},
|
|
844
|
+
"cxLiterals": [],
|
|
845
|
+
"internalComponents": ["AvatarImage"],
|
|
846
|
+
"internalComponentProps": {},
|
|
847
|
+
"propToVariantKeys": {},
|
|
848
|
+
"runtimeConfigDefaultProps": {},
|
|
849
|
+
"runtimeConfigGetStyles": {},
|
|
850
|
+
"runtimeConfigInternalComponentProps": {},
|
|
851
|
+
"motionVarPrefixes": []
|
|
852
|
+
},
|
|
853
|
+
AvatarIcon: {
|
|
854
|
+
"name": "AvatarIcon",
|
|
855
|
+
"defaultProps": {
|
|
856
|
+
"size": "md",
|
|
857
|
+
"variant": "primary"
|
|
858
|
+
},
|
|
859
|
+
"getStylesLiterals": {},
|
|
860
|
+
"cxLiterals": [
|
|
861
|
+
"overflow-hidden",
|
|
862
|
+
"w-full",
|
|
863
|
+
"h-full",
|
|
864
|
+
"shrink-0",
|
|
865
|
+
"text-center",
|
|
866
|
+
"inline-flex",
|
|
867
|
+
"justify-center",
|
|
868
|
+
"items-center"
|
|
869
|
+
],
|
|
870
|
+
"internalComponents": ["IconSlot", "Box"],
|
|
871
|
+
"internalComponentProps": {},
|
|
872
|
+
"propToVariantKeys": { "size": ["avatarSizeIcon"] },
|
|
873
|
+
"runtimeConfigDefaultProps": {},
|
|
874
|
+
"runtimeConfigGetStyles": {},
|
|
875
|
+
"runtimeConfigInternalComponentProps": {},
|
|
876
|
+
"motionVarPrefixes": []
|
|
877
|
+
},
|
|
878
|
+
AvatarImage: {
|
|
879
|
+
"name": "AvatarImage",
|
|
880
|
+
"defaultProps": {
|
|
881
|
+
"size": "md",
|
|
882
|
+
"variant": "primary"
|
|
883
|
+
},
|
|
884
|
+
"getStylesLiterals": {},
|
|
885
|
+
"cxLiterals": [
|
|
886
|
+
"overflow-hidden",
|
|
887
|
+
"w-full",
|
|
888
|
+
"h-full",
|
|
889
|
+
"shrink-0",
|
|
890
|
+
"text-center",
|
|
891
|
+
"inline-flex",
|
|
892
|
+
"justify-center",
|
|
893
|
+
"items-center",
|
|
894
|
+
"object-cover"
|
|
895
|
+
],
|
|
896
|
+
"internalComponents": [
|
|
897
|
+
"UDSImage",
|
|
898
|
+
"AvatarText",
|
|
899
|
+
"AvatarIcon",
|
|
900
|
+
"Box"
|
|
901
|
+
],
|
|
902
|
+
"internalComponentProps": {},
|
|
903
|
+
"propToVariantKeys": {
|
|
904
|
+
"alt": ["name"],
|
|
905
|
+
"fallback": ["initials"]
|
|
906
|
+
},
|
|
907
|
+
"runtimeConfigDefaultProps": {},
|
|
908
|
+
"runtimeConfigGetStyles": {},
|
|
909
|
+
"runtimeConfigInternalComponentProps": {},
|
|
910
|
+
"motionVarPrefixes": []
|
|
911
|
+
},
|
|
912
|
+
AvatarText: {
|
|
913
|
+
"name": "AvatarText",
|
|
914
|
+
"defaultProps": {
|
|
915
|
+
"size": "md",
|
|
916
|
+
"variant": "primary"
|
|
917
|
+
},
|
|
918
|
+
"getStylesLiterals": {},
|
|
919
|
+
"cxLiterals": [
|
|
920
|
+
"overflow-hidden",
|
|
921
|
+
"truncate",
|
|
922
|
+
"w-full",
|
|
923
|
+
"h-full",
|
|
924
|
+
"shrink-0",
|
|
925
|
+
"text-center",
|
|
926
|
+
"inline-flex",
|
|
927
|
+
"justify-center",
|
|
928
|
+
"items-center"
|
|
929
|
+
],
|
|
930
|
+
"internalComponents": ["Box", "Text"],
|
|
931
|
+
"internalComponentProps": { "Text": {
|
|
932
|
+
"color": ["inherit"],
|
|
933
|
+
"variant": ["inherit"]
|
|
934
|
+
} },
|
|
935
|
+
"propToVariantKeys": {},
|
|
936
|
+
"runtimeConfigDefaultProps": {},
|
|
937
|
+
"runtimeConfigGetStyles": {},
|
|
938
|
+
"runtimeConfigInternalComponentProps": {},
|
|
939
|
+
"motionVarPrefixes": []
|
|
940
|
+
},
|
|
840
941
|
Input: {
|
|
841
942
|
"name": "Input",
|
|
842
943
|
"defaultProps": {
|
|
@@ -967,231 +1068,11 @@ var componentData_default = {
|
|
|
967
1068
|
"runtimeConfigInternalComponentProps": {},
|
|
968
1069
|
"motionVarPrefixes": []
|
|
969
1070
|
},
|
|
970
|
-
|
|
971
|
-
"name": "
|
|
972
|
-
"defaultProps": {
|
|
973
|
-
"spacingHorizontal": "4",
|
|
974
|
-
"spacingVertical": "4"
|
|
975
|
-
},
|
|
1071
|
+
Chip: {
|
|
1072
|
+
"name": "Chip",
|
|
1073
|
+
"defaultProps": {},
|
|
976
1074
|
"getStylesLiterals": {},
|
|
977
|
-
"cxLiterals": [
|
|
978
|
-
"internalComponents": [
|
|
979
|
-
"Icon",
|
|
980
|
-
"SpringMotionConfig",
|
|
981
|
-
"Pressable",
|
|
982
|
-
"Text",
|
|
983
|
-
"HStack",
|
|
984
|
-
"AnimatePresence",
|
|
985
|
-
"VStack"
|
|
986
|
-
],
|
|
987
|
-
"internalComponentProps": {
|
|
988
|
-
"Icon": {
|
|
989
|
-
"variant": ["fill"],
|
|
990
|
-
"size": ["sm"],
|
|
991
|
-
"color": ["primary"]
|
|
992
|
-
},
|
|
993
|
-
"SpringMotionConfig": {
|
|
994
|
-
"layoutVariant": ["smooth"],
|
|
995
|
-
"layoutSpeed": ["3"]
|
|
996
|
-
},
|
|
997
|
-
"Pressable": {
|
|
998
|
-
"display": ["flex"],
|
|
999
|
-
"flexDirection": ["row"],
|
|
1000
|
-
"alignItems": ["center"],
|
|
1001
|
-
"justifyContent": ["space-between"],
|
|
1002
|
-
"borderRadius": ["md"]
|
|
1003
|
-
},
|
|
1004
|
-
"Text": {
|
|
1005
|
-
"variant": ["title4"],
|
|
1006
|
-
"color": ["primary"]
|
|
1007
|
-
},
|
|
1008
|
-
"HStack": {
|
|
1009
|
-
"display": ["flex"],
|
|
1010
|
-
"alignItems": ["center"],
|
|
1011
|
-
"justifyContent": ["space-between"],
|
|
1012
|
-
"columnGap": ["2.5"]
|
|
1013
|
-
}
|
|
1014
|
-
},
|
|
1015
|
-
"propToVariantKeys": {},
|
|
1016
|
-
"runtimeConfigDefaultProps": {},
|
|
1017
|
-
"runtimeConfigGetStyles": {},
|
|
1018
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1019
|
-
"motionVarPrefixes": ["--uds-motion-smooth-3-"]
|
|
1020
|
-
},
|
|
1021
|
-
AvoidMotionLibraryProvider: {
|
|
1022
|
-
"name": "AvoidMotionLibraryProvider",
|
|
1023
|
-
"defaultProps": {},
|
|
1024
|
-
"getStylesLiterals": {},
|
|
1025
|
-
"cxLiterals": [],
|
|
1026
|
-
"internalComponents": [],
|
|
1027
|
-
"internalComponentProps": {},
|
|
1028
|
-
"propToVariantKeys": {},
|
|
1029
|
-
"runtimeConfigDefaultProps": {},
|
|
1030
|
-
"runtimeConfigGetStyles": {},
|
|
1031
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1032
|
-
"motionVarPrefixes": []
|
|
1033
|
-
},
|
|
1034
|
-
SegmentedControl: {
|
|
1035
|
-
"name": "SegmentedControl",
|
|
1036
|
-
"defaultProps": { "textVariant": "label2" },
|
|
1037
|
-
"getStylesLiterals": {
|
|
1038
|
-
"display": "flex",
|
|
1039
|
-
"alignItems": "center",
|
|
1040
|
-
"backgroundColor": "primary",
|
|
1041
|
-
"spacingVertical": "1",
|
|
1042
|
-
"spacingHorizontal": "3",
|
|
1043
|
-
"columnGap": "1.5",
|
|
1044
|
-
"borderWidth": "thin",
|
|
1045
|
-
"borderRadius": "full",
|
|
1046
|
-
"borderColor": "muted",
|
|
1047
|
-
"borderColor:1": "transparent",
|
|
1048
|
-
"color": "primary",
|
|
1049
|
-
"color:1": "tertiary",
|
|
1050
|
-
"color:2": "muted"
|
|
1051
|
-
},
|
|
1052
|
-
"cxLiterals": [
|
|
1053
|
-
"uds-ring",
|
|
1054
|
-
"cursor-not-allowed",
|
|
1055
|
-
"opacity-50",
|
|
1056
|
-
"pointer-events-none",
|
|
1057
|
-
"hover:bg-primary"
|
|
1058
|
-
],
|
|
1059
|
-
"internalComponents": [
|
|
1060
|
-
"Radio",
|
|
1061
|
-
"Icon",
|
|
1062
|
-
"RadioProvider",
|
|
1063
|
-
"HStack",
|
|
1064
|
-
"RadioGroup",
|
|
1065
|
-
"Pressable",
|
|
1066
|
-
"Text"
|
|
1067
|
-
],
|
|
1068
|
-
"internalComponentProps": {
|
|
1069
|
-
"Icon": {
|
|
1070
|
-
"size": ["sm"],
|
|
1071
|
-
"color": ["current"],
|
|
1072
|
-
"aria-hidden": ["true"]
|
|
1073
|
-
},
|
|
1074
|
-
"HStack": {
|
|
1075
|
-
"spacing": ["1"],
|
|
1076
|
-
"gap": ["1"],
|
|
1077
|
-
"backgroundColor": ["secondary"],
|
|
1078
|
-
"borderRadius": ["full"],
|
|
1079
|
-
"display": ["inline-flex"]
|
|
1080
|
-
},
|
|
1081
|
-
"Text": { "color": ["current"] }
|
|
1082
|
-
},
|
|
1083
|
-
"propToVariantKeys": {
|
|
1084
|
-
"value": ["key"],
|
|
1085
|
-
"label": ["aria-label"],
|
|
1086
|
-
"textVariant": ["variant"]
|
|
1087
|
-
},
|
|
1088
|
-
"runtimeConfigDefaultProps": {},
|
|
1089
|
-
"runtimeConfigGetStyles": {},
|
|
1090
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1091
|
-
"motionVarPrefixes": []
|
|
1092
|
-
},
|
|
1093
|
-
SwitchV2: {
|
|
1094
|
-
"name": "SwitchV2",
|
|
1095
|
-
"defaultProps": {
|
|
1096
|
-
"labelPosition": "start",
|
|
1097
|
-
"size": "md"
|
|
1098
|
-
},
|
|
1099
|
-
"getStylesLiterals": {
|
|
1100
|
-
"switchVariantRoot": "default",
|
|
1101
|
-
"switchVariantActiveRoot": "on",
|
|
1102
|
-
"switchVariantActiveRoot:1": "off",
|
|
1103
|
-
"switchVariantSwitch": "default",
|
|
1104
|
-
"switchVariantActiveSwitch": "on",
|
|
1105
|
-
"switchVariantActiveSwitch:1": "off",
|
|
1106
|
-
"switchVariantActiveHandle": "on",
|
|
1107
|
-
"switchVariantActiveHandle:1": "off",
|
|
1108
|
-
"switchVariantHandle": "default",
|
|
1109
|
-
"switchVariantHandleIcon": "default",
|
|
1110
|
-
"switchVariantActiveHandleIcon": "on",
|
|
1111
|
-
"switchVariantActiveHandleIcon:1": "off"
|
|
1112
|
-
},
|
|
1113
|
-
"cxLiterals": [
|
|
1114
|
-
"group",
|
|
1115
|
-
"flex",
|
|
1116
|
-
"items-center",
|
|
1117
|
-
"flex-row",
|
|
1118
|
-
"flex-row-reverse",
|
|
1119
|
-
"uds-ring",
|
|
1120
|
-
"uds-ring-within",
|
|
1121
|
-
"relative",
|
|
1122
|
-
"uds-border-radius-full",
|
|
1123
|
-
"transition-[background-color,box-shadow]",
|
|
1124
|
-
"pointer-events-none",
|
|
1125
|
-
"w-full",
|
|
1126
|
-
"h-full",
|
|
1127
|
-
"absolute",
|
|
1128
|
-
"top-0",
|
|
1129
|
-
"bottom-0",
|
|
1130
|
-
"right-0",
|
|
1131
|
-
"left-0",
|
|
1132
|
-
"overflow-hidden",
|
|
1133
|
-
"group-hover:scale-105",
|
|
1134
|
-
"opacity-95",
|
|
1135
|
-
"group-hover:opacity-100",
|
|
1136
|
-
"transition-[transform,opacity]",
|
|
1137
|
-
"opacity-0",
|
|
1138
|
-
"top-1/2",
|
|
1139
|
-
"left-1/2",
|
|
1140
|
-
"transform",
|
|
1141
|
-
"translate-x-[-50%]",
|
|
1142
|
-
"translate-y-[-50%]",
|
|
1143
|
-
"transition-opacity",
|
|
1144
|
-
"cursor-[inherit]",
|
|
1145
|
-
"w-[calc(100%+2px)]",
|
|
1146
|
-
"h-[calc(100%+2px)]",
|
|
1147
|
-
"text-start",
|
|
1148
|
-
"text-end",
|
|
1149
|
-
"opacity-100"
|
|
1150
|
-
],
|
|
1151
|
-
"internalComponents": [
|
|
1152
|
-
"IconSlot",
|
|
1153
|
-
"Box",
|
|
1154
|
-
"FormLabel",
|
|
1155
|
-
"SpringMotionConfig",
|
|
1156
|
-
"RootElement",
|
|
1157
|
-
"MotionBox"
|
|
1158
|
-
],
|
|
1159
|
-
"internalComponentProps": {
|
|
1160
|
-
"IconSlot": { "data-testid": ["on-icon", "off-icon"] },
|
|
1161
|
-
"FormLabel": {
|
|
1162
|
-
"as": ["div"],
|
|
1163
|
-
"variant": ["inherit"],
|
|
1164
|
-
"color": ["inherit"]
|
|
1165
|
-
},
|
|
1166
|
-
"SpringMotionConfig": {
|
|
1167
|
-
"layoutVariant": ["bouncy"],
|
|
1168
|
-
"layoutSpeed": ["4"]
|
|
1169
|
-
},
|
|
1170
|
-
"RootElement": { "data-testid": ["switch-root"] },
|
|
1171
|
-
"MotionBox": { "layout": ["position"] }
|
|
1172
|
-
},
|
|
1173
|
-
"propToVariantKeys": {
|
|
1174
|
-
"size": [
|
|
1175
|
-
"switchSizeRoot",
|
|
1176
|
-
"switchSizeSwitch",
|
|
1177
|
-
"switchSizeHandle",
|
|
1178
|
-
"switchSizeHandleIcon"
|
|
1179
|
-
],
|
|
1180
|
-
"onIcon": ["icon"],
|
|
1181
|
-
"offIcon": ["icon"],
|
|
1182
|
-
"reduceMotion": ["reducedMotion"],
|
|
1183
|
-
"isOn": ["layoutDependency"]
|
|
1184
|
-
},
|
|
1185
|
-
"runtimeConfigDefaultProps": {},
|
|
1186
|
-
"runtimeConfigGetStyles": {},
|
|
1187
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1188
|
-
"motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
|
|
1189
|
-
},
|
|
1190
|
-
Chip: {
|
|
1191
|
-
"name": "Chip",
|
|
1192
|
-
"defaultProps": {},
|
|
1193
|
-
"getStylesLiterals": {},
|
|
1194
|
-
"cxLiterals": [],
|
|
1075
|
+
"cxLiterals": [],
|
|
1195
1076
|
"internalComponents": [
|
|
1196
1077
|
"ChipDismissible",
|
|
1197
1078
|
"ChipToggle",
|
|
@@ -1317,171 +1198,32 @@ var componentData_default = {
|
|
|
1317
1198
|
"runtimeConfigInternalComponentProps": {},
|
|
1318
1199
|
"motionVarPrefixes": []
|
|
1319
1200
|
},
|
|
1320
|
-
|
|
1321
|
-
"name": "
|
|
1322
|
-
"defaultProps": {
|
|
1323
|
-
|
|
1201
|
+
Modal: {
|
|
1202
|
+
"name": "Modal",
|
|
1203
|
+
"defaultProps": {
|
|
1204
|
+
"closeAriaLabel": "Close",
|
|
1205
|
+
"maxWidth": "auto",
|
|
1206
|
+
"maxHeight": "auto",
|
|
1207
|
+
"scrollBehavior": "outside"
|
|
1208
|
+
},
|
|
1209
|
+
"getStylesLiterals": {
|
|
1210
|
+
"flexDirection": "row-reverse",
|
|
1211
|
+
"justifyContent": "space-between",
|
|
1212
|
+
"alignItems": "flex-end",
|
|
1213
|
+
"alignItems:1": "flex-start",
|
|
1214
|
+
"borderRadius": "full"
|
|
1215
|
+
},
|
|
1324
1216
|
"cxLiterals": [
|
|
1325
|
-
"
|
|
1326
|
-
"
|
|
1327
|
-
"
|
|
1328
|
-
"
|
|
1329
|
-
"box-border",
|
|
1217
|
+
"fixed",
|
|
1218
|
+
"inset-0",
|
|
1219
|
+
"z-40",
|
|
1220
|
+
"overflow-y-auto",
|
|
1330
1221
|
"overflow-hidden",
|
|
1331
|
-
"
|
|
1332
|
-
"
|
|
1333
|
-
"
|
|
1334
|
-
"
|
|
1335
|
-
"
|
|
1336
|
-
"ease-[cubic-bezier(0,0,0.2,1)]",
|
|
1337
|
-
"uds-ring",
|
|
1338
|
-
"cursor-pointer",
|
|
1339
|
-
"cursor-not-allowed",
|
|
1340
|
-
"opacity-50",
|
|
1341
|
-
"pointer-events-none",
|
|
1342
|
-
"hidden",
|
|
1343
|
-
"absolute",
|
|
1344
|
-
"inset-0",
|
|
1345
|
-
"-z-10",
|
|
1346
|
-
"rounded-[length:var(--uds-nested-radius)]",
|
|
1347
|
-
"transition-[background-color,opacity]"
|
|
1348
|
-
],
|
|
1349
|
-
"internalComponents": ["Icon"],
|
|
1350
|
-
"internalComponentProps": { "Icon": {
|
|
1351
|
-
"size": ["md"],
|
|
1352
|
-
"color": ["current"]
|
|
1353
|
-
} },
|
|
1354
|
-
"propToVariantKeys": {
|
|
1355
|
-
"size": ["paddlenavSizeRoot", "paddlenavSizeIcon"],
|
|
1356
|
-
"variant": [
|
|
1357
|
-
"paddlenavVariantRoot",
|
|
1358
|
-
"paddlenavVariantBackground",
|
|
1359
|
-
"paddlenavVariantIcon"
|
|
1360
|
-
]
|
|
1361
|
-
},
|
|
1362
|
-
"runtimeConfigDefaultProps": {},
|
|
1363
|
-
"runtimeConfigGetStyles": {},
|
|
1364
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1365
|
-
"motionVarPrefixes": []
|
|
1366
|
-
},
|
|
1367
|
-
PaddleButtonNext: {
|
|
1368
|
-
"name": "PaddleButtonNext",
|
|
1369
|
-
"defaultProps": {},
|
|
1370
|
-
"getStylesLiterals": {},
|
|
1371
|
-
"cxLiterals": [],
|
|
1372
|
-
"internalComponents": ["PaddleButton"],
|
|
1373
|
-
"internalComponentProps": { "PaddleButton": { "paddleRole": ["next"] } },
|
|
1374
|
-
"propToVariantKeys": {},
|
|
1375
|
-
"runtimeConfigDefaultProps": {},
|
|
1376
|
-
"runtimeConfigGetStyles": {},
|
|
1377
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1378
|
-
"motionVarPrefixes": []
|
|
1379
|
-
},
|
|
1380
|
-
PaddleButtonPrevious: {
|
|
1381
|
-
"name": "PaddleButtonPrevious",
|
|
1382
|
-
"defaultProps": {},
|
|
1383
|
-
"getStylesLiterals": {},
|
|
1384
|
-
"cxLiterals": [],
|
|
1385
|
-
"internalComponents": ["PaddleButton"],
|
|
1386
|
-
"internalComponentProps": { "PaddleButton": { "paddleRole": ["previous"] } },
|
|
1387
|
-
"propToVariantKeys": {},
|
|
1388
|
-
"runtimeConfigDefaultProps": {},
|
|
1389
|
-
"runtimeConfigGetStyles": {},
|
|
1390
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1391
|
-
"motionVarPrefixes": []
|
|
1392
|
-
},
|
|
1393
|
-
PaddleNav: {
|
|
1394
|
-
"name": "PaddleNav",
|
|
1395
|
-
"defaultProps": {
|
|
1396
|
-
"orientation": "horizontal",
|
|
1397
|
-
"variant": "primary",
|
|
1398
|
-
"size": "md"
|
|
1399
|
-
},
|
|
1400
|
-
"getStylesLiterals": {},
|
|
1401
|
-
"cxLiterals": [
|
|
1402
|
-
"pointer-events-none",
|
|
1403
|
-
"inline-flex",
|
|
1404
|
-
"flex-row",
|
|
1405
|
-
"gap-2",
|
|
1406
|
-
"items-center",
|
|
1407
|
-
"pointer-events-auto",
|
|
1408
|
-
"flex-col",
|
|
1409
|
-
"relative",
|
|
1410
|
-
"min-w-0",
|
|
1411
|
-
"min-h-0",
|
|
1412
|
-
"flex-1",
|
|
1413
|
-
"inline-block",
|
|
1414
|
-
"absolute",
|
|
1415
|
-
"z-10",
|
|
1416
|
-
"top-2",
|
|
1417
|
-
"left-1/2",
|
|
1418
|
-
"-translate-x-1/2",
|
|
1419
|
-
"left-2",
|
|
1420
|
-
"top-1/2",
|
|
1421
|
-
"-translate-y-1/2",
|
|
1422
|
-
"bottom-2",
|
|
1423
|
-
"right-2",
|
|
1424
|
-
"-top-12",
|
|
1425
|
-
"left-0",
|
|
1426
|
-
"right-0",
|
|
1427
|
-
"-bottom-12"
|
|
1428
|
-
],
|
|
1429
|
-
"internalComponents": ["PaddleNavContext.Provider", "Box"],
|
|
1430
|
-
"internalComponentProps": { "Box": {
|
|
1431
|
-
"display": ["inline-flex"],
|
|
1432
|
-
"alignItems": ["center"],
|
|
1433
|
-
"justifyContent": ["center"],
|
|
1434
|
-
"data-paddle-nav-outside": ["true"]
|
|
1435
|
-
} },
|
|
1436
|
-
"propToVariantKeys": { "orientation": ["data-paddle-nav-orientation"] },
|
|
1437
|
-
"runtimeConfigDefaultProps": {},
|
|
1438
|
-
"runtimeConfigGetStyles": {},
|
|
1439
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1440
|
-
"motionVarPrefixes": []
|
|
1441
|
-
},
|
|
1442
|
-
PaddleNavContent: {
|
|
1443
|
-
"name": "PaddleNavContent",
|
|
1444
|
-
"defaultProps": {},
|
|
1445
|
-
"getStylesLiterals": {},
|
|
1446
|
-
"cxLiterals": [
|
|
1447
|
-
"min-w-0",
|
|
1448
|
-
"min-h-0",
|
|
1449
|
-
"relative"
|
|
1450
|
-
],
|
|
1451
|
-
"internalComponents": [],
|
|
1452
|
-
"internalComponentProps": {},
|
|
1453
|
-
"propToVariantKeys": {},
|
|
1454
|
-
"runtimeConfigDefaultProps": {},
|
|
1455
|
-
"runtimeConfigGetStyles": {},
|
|
1456
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1457
|
-
"motionVarPrefixes": []
|
|
1458
|
-
},
|
|
1459
|
-
Modal: {
|
|
1460
|
-
"name": "Modal",
|
|
1461
|
-
"defaultProps": {
|
|
1462
|
-
"closeAriaLabel": "Close",
|
|
1463
|
-
"maxWidth": "auto",
|
|
1464
|
-
"maxHeight": "auto",
|
|
1465
|
-
"scrollBehavior": "outside"
|
|
1466
|
-
},
|
|
1467
|
-
"getStylesLiterals": {
|
|
1468
|
-
"flexDirection": "row-reverse",
|
|
1469
|
-
"justifyContent": "space-between",
|
|
1470
|
-
"alignItems": "flex-end",
|
|
1471
|
-
"alignItems:1": "flex-start",
|
|
1472
|
-
"borderRadius": "full"
|
|
1473
|
-
},
|
|
1474
|
-
"cxLiterals": [
|
|
1475
|
-
"fixed",
|
|
1476
|
-
"inset-0",
|
|
1477
|
-
"z-40",
|
|
1478
|
-
"overflow-y-auto",
|
|
1479
|
-
"overflow-hidden",
|
|
1480
|
-
"transition-[opacity,visibility]",
|
|
1481
|
-
"visible",
|
|
1482
|
-
"opacity-100",
|
|
1483
|
-
"invisible",
|
|
1484
|
-
"opacity-0",
|
|
1222
|
+
"transition-[opacity,visibility]",
|
|
1223
|
+
"visible",
|
|
1224
|
+
"opacity-100",
|
|
1225
|
+
"invisible",
|
|
1226
|
+
"opacity-0",
|
|
1485
1227
|
"pointer-events-none",
|
|
1486
1228
|
"uds-bgBlurFallback",
|
|
1487
1229
|
"w-full",
|
|
@@ -1663,276 +1405,79 @@ var componentData_default = {
|
|
|
1663
1405
|
"runtimeConfigInternalComponentProps": {},
|
|
1664
1406
|
"motionVarPrefixes": []
|
|
1665
1407
|
},
|
|
1666
|
-
|
|
1667
|
-
"name": "
|
|
1668
|
-
"defaultProps": {
|
|
1408
|
+
"Menu.Content": {
|
|
1409
|
+
"name": "Menu.Content",
|
|
1410
|
+
"defaultProps": {
|
|
1411
|
+
"size": "default",
|
|
1412
|
+
"variant": "default",
|
|
1413
|
+
"gutter": "1"
|
|
1414
|
+
},
|
|
1669
1415
|
"getStylesLiterals": {},
|
|
1670
1416
|
"cxLiterals": [
|
|
1671
|
-
"
|
|
1672
|
-
"
|
|
1673
|
-
"
|
|
1674
|
-
"
|
|
1675
|
-
"
|
|
1676
|
-
"
|
|
1677
|
-
"
|
|
1678
|
-
"
|
|
1679
|
-
"
|
|
1680
|
-
"
|
|
1681
|
-
"
|
|
1682
|
-
"ease-[cubic-bezier(0.32,0.72,0,1)]",
|
|
1683
|
-
"motion-reduce:transition-none",
|
|
1684
|
-
"top-[-4px]",
|
|
1685
|
-
"z-[1]",
|
|
1686
|
-
"touch-pan-y"
|
|
1417
|
+
"uds-menu-content",
|
|
1418
|
+
"transition-shadow",
|
|
1419
|
+
"duration-200",
|
|
1420
|
+
"ease-in-out",
|
|
1421
|
+
"min-w-60",
|
|
1422
|
+
"max-w-lg",
|
|
1423
|
+
"max-h-96",
|
|
1424
|
+
"overflow-auto",
|
|
1425
|
+
"uds-ring",
|
|
1426
|
+
"z-10",
|
|
1427
|
+
"group"
|
|
1687
1428
|
],
|
|
1688
1429
|
"internalComponents": [
|
|
1689
|
-
"
|
|
1690
|
-
"
|
|
1691
|
-
"
|
|
1692
|
-
"Box",
|
|
1693
|
-
"BottomSheetInternalContext.Provider"
|
|
1430
|
+
"AriakitMenu",
|
|
1431
|
+
"AnimatePresence",
|
|
1432
|
+
"MotionVStack"
|
|
1694
1433
|
],
|
|
1695
|
-
"internalComponentProps": {
|
|
1696
|
-
|
|
1697
|
-
"
|
|
1698
|
-
"
|
|
1699
|
-
"display": ["block", "flex"],
|
|
1700
|
-
"position": ["absolute"],
|
|
1701
|
-
"flexDirection": ["column"],
|
|
1702
|
-
"className": ["absolute inset-0 min-h-0 p-[inherit]"]
|
|
1703
|
-
}
|
|
1434
|
+
"internalComponentProps": {},
|
|
1435
|
+
"propToVariantKeys": {
|
|
1436
|
+
"size": ["menucontentSizeRoot"],
|
|
1437
|
+
"variant": ["menucontentVariantRoot"]
|
|
1704
1438
|
},
|
|
1705
|
-
"propToVariantKeys": { "variant": ["bottomsheetVariantRoot"] },
|
|
1706
1439
|
"runtimeConfigDefaultProps": {},
|
|
1707
1440
|
"runtimeConfigGetStyles": {},
|
|
1708
1441
|
"runtimeConfigInternalComponentProps": {},
|
|
1709
1442
|
"motionVarPrefixes": []
|
|
1710
1443
|
},
|
|
1711
|
-
|
|
1712
|
-
"name": "
|
|
1713
|
-
"defaultProps": {
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
"VStack": { "className": ["pb-[calc(env(safe-area-inset-bottom))]"] }
|
|
1444
|
+
"Menu.Divider": {
|
|
1445
|
+
"name": "Menu.Divider",
|
|
1446
|
+
"defaultProps": {
|
|
1447
|
+
"role": "separator",
|
|
1448
|
+
"contentPosition": "start",
|
|
1449
|
+
"gap": "4"
|
|
1450
|
+
},
|
|
1451
|
+
"getStylesLiterals": {
|
|
1452
|
+
"menuitemDividerVariantRoot": "default",
|
|
1453
|
+
"menuitemDividerVariantText": "default",
|
|
1454
|
+
"menuitemDividerVariantLine": "default"
|
|
1723
1455
|
},
|
|
1456
|
+
"cxLiterals": [],
|
|
1457
|
+
"internalComponents": ["Divider"],
|
|
1458
|
+
"internalComponentProps": { "Divider": { "variant": ["inherit"] } },
|
|
1724
1459
|
"propToVariantKeys": {},
|
|
1725
1460
|
"runtimeConfigDefaultProps": {},
|
|
1726
1461
|
"runtimeConfigGetStyles": {},
|
|
1727
1462
|
"runtimeConfigInternalComponentProps": {},
|
|
1728
1463
|
"motionVarPrefixes": []
|
|
1729
1464
|
},
|
|
1730
|
-
|
|
1731
|
-
"name": "
|
|
1465
|
+
"Menu.Item": {
|
|
1466
|
+
"name": "Menu.Item",
|
|
1732
1467
|
"defaultProps": {},
|
|
1733
|
-
"getStylesLiterals": {
|
|
1468
|
+
"getStylesLiterals": {
|
|
1469
|
+
"menuitemItemVariantRoot": "default",
|
|
1470
|
+
"menuitemItemVariantActiveRoot": "on",
|
|
1471
|
+
"menuitemItemVariantActiveRoot:1": "off",
|
|
1472
|
+
"menuitemItemVariantText": "default",
|
|
1473
|
+
"menuitemItemVariantActiveText": "on",
|
|
1474
|
+
"menuitemItemVariantActiveText:1": "off",
|
|
1475
|
+
"menuitemItemVariantIcon": "default",
|
|
1476
|
+
"menuitemItemVariantActiveIcon": "on",
|
|
1477
|
+
"menuitemItemVariantActiveIcon:1": "off"
|
|
1478
|
+
},
|
|
1734
1479
|
"cxLiterals": [],
|
|
1735
|
-
"internalComponents": ["
|
|
1736
|
-
"internalComponentProps": {},
|
|
1737
|
-
"propToVariantKeys": {},
|
|
1738
|
-
"runtimeConfigDefaultProps": {},
|
|
1739
|
-
"runtimeConfigGetStyles": {},
|
|
1740
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1741
|
-
"motionVarPrefixes": []
|
|
1742
|
-
},
|
|
1743
|
-
BottomSheetHandle: {
|
|
1744
|
-
"name": "BottomSheetHandle",
|
|
1745
|
-
"defaultProps": { "variant": "default" },
|
|
1746
|
-
"getStylesLiterals": {},
|
|
1747
|
-
"cxLiterals": [
|
|
1748
|
-
"relative",
|
|
1749
|
-
"h-5",
|
|
1750
|
-
"w-16",
|
|
1751
|
-
"outline-none",
|
|
1752
|
-
"focus-visible:outline-none",
|
|
1753
|
-
"[touch-action:pan-y]",
|
|
1754
|
-
"absolute",
|
|
1755
|
-
"left-1/2",
|
|
1756
|
-
"top-1/2",
|
|
1757
|
-
"-translate-x-1/2",
|
|
1758
|
-
"-translate-y-1/2",
|
|
1759
|
-
"h-1",
|
|
1760
|
-
"w-8",
|
|
1761
|
-
"rounded-full"
|
|
1762
|
-
],
|
|
1763
|
-
"internalComponents": ["Box"],
|
|
1764
|
-
"internalComponentProps": { "Box": {
|
|
1765
|
-
"display": ["block", "flex"],
|
|
1766
|
-
"justifyContent": ["center"]
|
|
1767
|
-
} },
|
|
1768
|
-
"propToVariantKeys": { "variant": ["bottomsheetVariantHandleIndicator"] },
|
|
1769
|
-
"runtimeConfigDefaultProps": {},
|
|
1770
|
-
"runtimeConfigGetStyles": {},
|
|
1771
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1772
|
-
"motionVarPrefixes": []
|
|
1773
|
-
},
|
|
1774
|
-
BottomSheetHeader: {
|
|
1775
|
-
"name": "BottomSheetHeader",
|
|
1776
|
-
"defaultProps": { "variant": "default" },
|
|
1777
|
-
"getStylesLiterals": {},
|
|
1778
|
-
"cxLiterals": [
|
|
1779
|
-
"grid-cols-[40px_1fr_40px]",
|
|
1780
|
-
"items-center",
|
|
1781
|
-
"w-full",
|
|
1782
|
-
"min-h-10",
|
|
1783
|
-
"mt-2"
|
|
1784
|
-
],
|
|
1785
|
-
"internalComponents": [
|
|
1786
|
-
"Box",
|
|
1787
|
-
"Text",
|
|
1788
|
-
"DialogHeading"
|
|
1789
|
-
],
|
|
1790
|
-
"internalComponentProps": {
|
|
1791
|
-
"Box": {
|
|
1792
|
-
"className": ["h-10 w-10 opacity-0 pointer-events-none"],
|
|
1793
|
-
"display": ["grid", "flex"],
|
|
1794
|
-
"justifyContent": ["flex-start", "flex-end"]
|
|
1795
|
-
},
|
|
1796
|
-
"Text": {
|
|
1797
|
-
"as": ["p"],
|
|
1798
|
-
"variant": ["inherit"],
|
|
1799
|
-
"color": ["inherit"],
|
|
1800
|
-
"textAlign": ["center"],
|
|
1801
|
-
"className": ["m-0 w-full"]
|
|
1802
|
-
},
|
|
1803
|
-
"DialogHeading": { "role": ["heading"] }
|
|
1804
|
-
},
|
|
1805
|
-
"propToVariantKeys": { "variant": ["bottomsheetVariantHeader"] },
|
|
1806
|
-
"runtimeConfigDefaultProps": {},
|
|
1807
|
-
"runtimeConfigGetStyles": {},
|
|
1808
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1809
|
-
"motionVarPrefixes": []
|
|
1810
|
-
},
|
|
1811
|
-
BottomSheetInternalContext: {
|
|
1812
|
-
"name": "BottomSheetInternalContext",
|
|
1813
|
-
"defaultProps": {},
|
|
1814
|
-
"getStylesLiterals": {},
|
|
1815
|
-
"cxLiterals": [],
|
|
1816
|
-
"internalComponents": [],
|
|
1817
|
-
"internalComponentProps": {},
|
|
1818
|
-
"propToVariantKeys": {},
|
|
1819
|
-
"runtimeConfigDefaultProps": {},
|
|
1820
|
-
"runtimeConfigGetStyles": {},
|
|
1821
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1822
|
-
"motionVarPrefixes": []
|
|
1823
|
-
},
|
|
1824
|
-
BottomSheetProvider: {
|
|
1825
|
-
"name": "BottomSheetProvider",
|
|
1826
|
-
"defaultProps": {},
|
|
1827
|
-
"getStylesLiterals": {},
|
|
1828
|
-
"cxLiterals": [],
|
|
1829
|
-
"internalComponents": ["AriakitDialogProvider"],
|
|
1830
|
-
"internalComponentProps": {},
|
|
1831
|
-
"propToVariantKeys": {},
|
|
1832
|
-
"runtimeConfigDefaultProps": {},
|
|
1833
|
-
"runtimeConfigGetStyles": {},
|
|
1834
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1835
|
-
"motionVarPrefixes": []
|
|
1836
|
-
},
|
|
1837
|
-
BottomSheetTrigger: {
|
|
1838
|
-
"name": "BottomSheetTrigger",
|
|
1839
|
-
"defaultProps": {},
|
|
1840
|
-
"getStylesLiterals": {},
|
|
1841
|
-
"cxLiterals": [],
|
|
1842
|
-
"internalComponents": ["AriakitDialogDisclosure"],
|
|
1843
|
-
"internalComponentProps": {},
|
|
1844
|
-
"propToVariantKeys": {},
|
|
1845
|
-
"runtimeConfigDefaultProps": {},
|
|
1846
|
-
"runtimeConfigGetStyles": {},
|
|
1847
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1848
|
-
"motionVarPrefixes": []
|
|
1849
|
-
},
|
|
1850
|
-
UDSBottomSheetConfigProvider: {
|
|
1851
|
-
"name": "UDSBottomSheetConfigProvider",
|
|
1852
|
-
"defaultProps": {},
|
|
1853
|
-
"getStylesLiterals": {},
|
|
1854
|
-
"cxLiterals": [],
|
|
1855
|
-
"internalComponents": ["BottomSheetContext.Provider"],
|
|
1856
|
-
"internalComponentProps": {},
|
|
1857
|
-
"propToVariantKeys": {},
|
|
1858
|
-
"runtimeConfigDefaultProps": {},
|
|
1859
|
-
"runtimeConfigGetStyles": {},
|
|
1860
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1861
|
-
"motionVarPrefixes": []
|
|
1862
|
-
},
|
|
1863
|
-
"Menu.Content": {
|
|
1864
|
-
"name": "Menu.Content",
|
|
1865
|
-
"defaultProps": {
|
|
1866
|
-
"size": "default",
|
|
1867
|
-
"variant": "default",
|
|
1868
|
-
"gutter": "1"
|
|
1869
|
-
},
|
|
1870
|
-
"getStylesLiterals": {},
|
|
1871
|
-
"cxLiterals": [
|
|
1872
|
-
"uds-menu-content",
|
|
1873
|
-
"transition-shadow",
|
|
1874
|
-
"duration-200",
|
|
1875
|
-
"ease-in-out",
|
|
1876
|
-
"min-w-60",
|
|
1877
|
-
"max-w-lg",
|
|
1878
|
-
"max-h-96",
|
|
1879
|
-
"overflow-auto",
|
|
1880
|
-
"uds-ring",
|
|
1881
|
-
"z-10",
|
|
1882
|
-
"group"
|
|
1883
|
-
],
|
|
1884
|
-
"internalComponents": [
|
|
1885
|
-
"AriakitMenu",
|
|
1886
|
-
"AnimatePresence",
|
|
1887
|
-
"MotionVStack"
|
|
1888
|
-
],
|
|
1889
|
-
"internalComponentProps": {},
|
|
1890
|
-
"propToVariantKeys": {
|
|
1891
|
-
"size": ["menucontentSizeRoot"],
|
|
1892
|
-
"variant": ["menucontentVariantRoot"]
|
|
1893
|
-
},
|
|
1894
|
-
"runtimeConfigDefaultProps": {},
|
|
1895
|
-
"runtimeConfigGetStyles": {},
|
|
1896
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1897
|
-
"motionVarPrefixes": []
|
|
1898
|
-
},
|
|
1899
|
-
"Menu.Divider": {
|
|
1900
|
-
"name": "Menu.Divider",
|
|
1901
|
-
"defaultProps": {
|
|
1902
|
-
"role": "separator",
|
|
1903
|
-
"contentPosition": "start",
|
|
1904
|
-
"gap": "4"
|
|
1905
|
-
},
|
|
1906
|
-
"getStylesLiterals": {
|
|
1907
|
-
"menuitemDividerVariantRoot": "default",
|
|
1908
|
-
"menuitemDividerVariantText": "default",
|
|
1909
|
-
"menuitemDividerVariantLine": "default"
|
|
1910
|
-
},
|
|
1911
|
-
"cxLiterals": [],
|
|
1912
|
-
"internalComponents": ["Divider"],
|
|
1913
|
-
"internalComponentProps": { "Divider": { "variant": ["inherit"] } },
|
|
1914
|
-
"propToVariantKeys": {},
|
|
1915
|
-
"runtimeConfigDefaultProps": {},
|
|
1916
|
-
"runtimeConfigGetStyles": {},
|
|
1917
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1918
|
-
"motionVarPrefixes": []
|
|
1919
|
-
},
|
|
1920
|
-
"Menu.Item": {
|
|
1921
|
-
"name": "Menu.Item",
|
|
1922
|
-
"defaultProps": {},
|
|
1923
|
-
"getStylesLiterals": {
|
|
1924
|
-
"menuitemItemVariantRoot": "default",
|
|
1925
|
-
"menuitemItemVariantActiveRoot": "on",
|
|
1926
|
-
"menuitemItemVariantActiveRoot:1": "off",
|
|
1927
|
-
"menuitemItemVariantText": "default",
|
|
1928
|
-
"menuitemItemVariantActiveText": "on",
|
|
1929
|
-
"menuitemItemVariantActiveText:1": "off",
|
|
1930
|
-
"menuitemItemVariantIcon": "default",
|
|
1931
|
-
"menuitemItemVariantActiveIcon": "on",
|
|
1932
|
-
"menuitemItemVariantActiveIcon:1": "off"
|
|
1933
|
-
},
|
|
1934
|
-
"cxLiterals": [],
|
|
1935
|
-
"internalComponents": ["MenuItemBase"],
|
|
1480
|
+
"internalComponents": ["MenuItemBase"],
|
|
1936
1481
|
"internalComponentProps": {},
|
|
1937
1482
|
"propToVariantKeys": {},
|
|
1938
1483
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2079,12 +1624,76 @@ var componentData_default = {
|
|
|
2079
1624
|
"runtimeConfigInternalComponentProps": {},
|
|
2080
1625
|
"motionVarPrefixes": []
|
|
2081
1626
|
},
|
|
2082
|
-
|
|
2083
|
-
"name": "
|
|
1627
|
+
BottomSheet: {
|
|
1628
|
+
"name": "BottomSheet",
|
|
1629
|
+
"defaultProps": { "variant": "default" },
|
|
1630
|
+
"getStylesLiterals": {},
|
|
1631
|
+
"cxLiterals": [
|
|
1632
|
+
"fixed",
|
|
1633
|
+
"overflow-hidden",
|
|
1634
|
+
"inset-x-0",
|
|
1635
|
+
"bottom-0",
|
|
1636
|
+
"z-50",
|
|
1637
|
+
"[will-change:transform]",
|
|
1638
|
+
"touch-none",
|
|
1639
|
+
"[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
|
|
1640
|
+
"data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
|
|
1641
|
+
"transition-transform",
|
|
1642
|
+
"duration-500",
|
|
1643
|
+
"ease-[cubic-bezier(0.32,0.72,0,1)]",
|
|
1644
|
+
"motion-reduce:transition-none",
|
|
1645
|
+
"top-[-4px]",
|
|
1646
|
+
"z-[1]",
|
|
1647
|
+
"touch-pan-y"
|
|
1648
|
+
],
|
|
1649
|
+
"internalComponents": [
|
|
1650
|
+
"Scrim",
|
|
1651
|
+
"BottomSheetHandle",
|
|
1652
|
+
"Dialog",
|
|
1653
|
+
"Box",
|
|
1654
|
+
"BottomSheetInternalContext.Provider"
|
|
1655
|
+
],
|
|
1656
|
+
"internalComponentProps": {
|
|
1657
|
+
"BottomSheetHandle": { "ariaLabel": ["Resize sheet"] },
|
|
1658
|
+
"Dialog": { "data-testid": ["bottom-sheet"] },
|
|
1659
|
+
"Box": {
|
|
1660
|
+
"display": ["block", "flex"],
|
|
1661
|
+
"position": ["absolute"],
|
|
1662
|
+
"flexDirection": ["column"],
|
|
1663
|
+
"className": ["absolute inset-0 min-h-0 p-[inherit]"]
|
|
1664
|
+
}
|
|
1665
|
+
},
|
|
1666
|
+
"propToVariantKeys": { "variant": ["bottomsheetVariantRoot"] },
|
|
1667
|
+
"runtimeConfigDefaultProps": {},
|
|
1668
|
+
"runtimeConfigGetStyles": {},
|
|
1669
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1670
|
+
"motionVarPrefixes": []
|
|
1671
|
+
},
|
|
1672
|
+
BottomSheetContent: {
|
|
1673
|
+
"name": "BottomSheetContent",
|
|
1674
|
+
"defaultProps": {},
|
|
1675
|
+
"getStylesLiterals": {},
|
|
1676
|
+
"cxLiterals": ["min-h-0", "touch-pan-y"],
|
|
1677
|
+
"internalComponents": ["Box", "VStack"],
|
|
1678
|
+
"internalComponentProps": {
|
|
1679
|
+
"Box": {
|
|
1680
|
+
"display": ["block"],
|
|
1681
|
+
"flex": ["1"]
|
|
1682
|
+
},
|
|
1683
|
+
"VStack": { "className": ["pb-[calc(env(safe-area-inset-bottom))]"] }
|
|
1684
|
+
},
|
|
1685
|
+
"propToVariantKeys": {},
|
|
1686
|
+
"runtimeConfigDefaultProps": {},
|
|
1687
|
+
"runtimeConfigGetStyles": {},
|
|
1688
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1689
|
+
"motionVarPrefixes": []
|
|
1690
|
+
},
|
|
1691
|
+
BottomSheetDismiss: {
|
|
1692
|
+
"name": "BottomSheetDismiss",
|
|
2084
1693
|
"defaultProps": {},
|
|
2085
1694
|
"getStylesLiterals": {},
|
|
2086
1695
|
"cxLiterals": [],
|
|
2087
|
-
"internalComponents": ["
|
|
1696
|
+
"internalComponents": ["AriakitDialogDismiss"],
|
|
2088
1697
|
"internalComponentProps": {},
|
|
2089
1698
|
"propToVariantKeys": {},
|
|
2090
1699
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2092,88 +1701,259 @@ var componentData_default = {
|
|
|
2092
1701
|
"runtimeConfigInternalComponentProps": {},
|
|
2093
1702
|
"motionVarPrefixes": []
|
|
2094
1703
|
},
|
|
2095
|
-
|
|
2096
|
-
"name": "
|
|
2097
|
-
"defaultProps": {
|
|
2098
|
-
"size": "md",
|
|
2099
|
-
"variant": "primary"
|
|
2100
|
-
},
|
|
1704
|
+
BottomSheetHandle: {
|
|
1705
|
+
"name": "BottomSheetHandle",
|
|
1706
|
+
"defaultProps": { "variant": "default" },
|
|
2101
1707
|
"getStylesLiterals": {},
|
|
2102
1708
|
"cxLiterals": [
|
|
2103
|
-
"
|
|
1709
|
+
"relative",
|
|
1710
|
+
"h-5",
|
|
1711
|
+
"w-16",
|
|
1712
|
+
"outline-none",
|
|
1713
|
+
"focus-visible:outline-none",
|
|
1714
|
+
"[touch-action:pan-y]",
|
|
1715
|
+
"absolute",
|
|
1716
|
+
"left-1/2",
|
|
1717
|
+
"top-1/2",
|
|
1718
|
+
"-translate-x-1/2",
|
|
1719
|
+
"-translate-y-1/2",
|
|
1720
|
+
"h-1",
|
|
1721
|
+
"w-8",
|
|
1722
|
+
"rounded-full"
|
|
1723
|
+
],
|
|
1724
|
+
"internalComponents": ["Box"],
|
|
1725
|
+
"internalComponentProps": { "Box": {
|
|
1726
|
+
"display": ["block", "flex"],
|
|
1727
|
+
"justifyContent": ["center"]
|
|
1728
|
+
} },
|
|
1729
|
+
"propToVariantKeys": { "variant": ["bottomsheetVariantHandleIndicator"] },
|
|
1730
|
+
"runtimeConfigDefaultProps": {},
|
|
1731
|
+
"runtimeConfigGetStyles": {},
|
|
1732
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1733
|
+
"motionVarPrefixes": []
|
|
1734
|
+
},
|
|
1735
|
+
BottomSheetHeader: {
|
|
1736
|
+
"name": "BottomSheetHeader",
|
|
1737
|
+
"defaultProps": { "variant": "default" },
|
|
1738
|
+
"getStylesLiterals": {},
|
|
1739
|
+
"cxLiterals": [
|
|
1740
|
+
"grid-cols-[40px_1fr_40px]",
|
|
1741
|
+
"items-center",
|
|
2104
1742
|
"w-full",
|
|
2105
|
-
"h-
|
|
2106
|
-
"
|
|
2107
|
-
|
|
1743
|
+
"min-h-10",
|
|
1744
|
+
"mt-2"
|
|
1745
|
+
],
|
|
1746
|
+
"internalComponents": [
|
|
1747
|
+
"Box",
|
|
1748
|
+
"Text",
|
|
1749
|
+
"DialogHeading"
|
|
1750
|
+
],
|
|
1751
|
+
"internalComponentProps": {
|
|
1752
|
+
"Box": {
|
|
1753
|
+
"className": ["h-10 w-10 opacity-0 pointer-events-none"],
|
|
1754
|
+
"display": ["grid", "flex"],
|
|
1755
|
+
"justifyContent": ["flex-start", "flex-end"]
|
|
1756
|
+
},
|
|
1757
|
+
"Text": {
|
|
1758
|
+
"as": ["p"],
|
|
1759
|
+
"variant": ["inherit"],
|
|
1760
|
+
"color": ["inherit"],
|
|
1761
|
+
"textAlign": ["center"],
|
|
1762
|
+
"className": ["m-0 w-full"]
|
|
1763
|
+
},
|
|
1764
|
+
"DialogHeading": { "role": ["heading"] }
|
|
1765
|
+
},
|
|
1766
|
+
"propToVariantKeys": { "variant": ["bottomsheetVariantHeader"] },
|
|
1767
|
+
"runtimeConfigDefaultProps": {},
|
|
1768
|
+
"runtimeConfigGetStyles": {},
|
|
1769
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1770
|
+
"motionVarPrefixes": []
|
|
1771
|
+
},
|
|
1772
|
+
BottomSheetInternalContext: {
|
|
1773
|
+
"name": "BottomSheetInternalContext",
|
|
1774
|
+
"defaultProps": {},
|
|
1775
|
+
"getStylesLiterals": {},
|
|
1776
|
+
"cxLiterals": [],
|
|
1777
|
+
"internalComponents": [],
|
|
1778
|
+
"internalComponentProps": {},
|
|
1779
|
+
"propToVariantKeys": {},
|
|
1780
|
+
"runtimeConfigDefaultProps": {},
|
|
1781
|
+
"runtimeConfigGetStyles": {},
|
|
1782
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1783
|
+
"motionVarPrefixes": []
|
|
1784
|
+
},
|
|
1785
|
+
BottomSheetProvider: {
|
|
1786
|
+
"name": "BottomSheetProvider",
|
|
1787
|
+
"defaultProps": {},
|
|
1788
|
+
"getStylesLiterals": {},
|
|
1789
|
+
"cxLiterals": [],
|
|
1790
|
+
"internalComponents": ["AriakitDialogProvider"],
|
|
1791
|
+
"internalComponentProps": {},
|
|
1792
|
+
"propToVariantKeys": {},
|
|
1793
|
+
"runtimeConfigDefaultProps": {},
|
|
1794
|
+
"runtimeConfigGetStyles": {},
|
|
1795
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1796
|
+
"motionVarPrefixes": []
|
|
1797
|
+
},
|
|
1798
|
+
BottomSheetTrigger: {
|
|
1799
|
+
"name": "BottomSheetTrigger",
|
|
1800
|
+
"defaultProps": {},
|
|
1801
|
+
"getStylesLiterals": {},
|
|
1802
|
+
"cxLiterals": [],
|
|
1803
|
+
"internalComponents": ["AriakitDialogDisclosure"],
|
|
1804
|
+
"internalComponentProps": {},
|
|
1805
|
+
"propToVariantKeys": {},
|
|
1806
|
+
"runtimeConfigDefaultProps": {},
|
|
1807
|
+
"runtimeConfigGetStyles": {},
|
|
1808
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1809
|
+
"motionVarPrefixes": []
|
|
1810
|
+
},
|
|
1811
|
+
UDSBottomSheetConfigProvider: {
|
|
1812
|
+
"name": "UDSBottomSheetConfigProvider",
|
|
1813
|
+
"defaultProps": {},
|
|
1814
|
+
"getStylesLiterals": {},
|
|
1815
|
+
"cxLiterals": [],
|
|
1816
|
+
"internalComponents": ["BottomSheetContext.Provider"],
|
|
1817
|
+
"internalComponentProps": {},
|
|
1818
|
+
"propToVariantKeys": {},
|
|
1819
|
+
"runtimeConfigDefaultProps": {},
|
|
1820
|
+
"runtimeConfigGetStyles": {},
|
|
1821
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1822
|
+
"motionVarPrefixes": []
|
|
1823
|
+
},
|
|
1824
|
+
PaddleButton: {
|
|
1825
|
+
"name": "PaddleButton",
|
|
1826
|
+
"defaultProps": {},
|
|
1827
|
+
"getStylesLiterals": {},
|
|
1828
|
+
"cxLiterals": [
|
|
1829
|
+
"relative",
|
|
2108
1830
|
"inline-flex",
|
|
1831
|
+
"items-center",
|
|
2109
1832
|
"justify-center",
|
|
2110
|
-
"
|
|
1833
|
+
"box-border",
|
|
1834
|
+
"overflow-hidden",
|
|
1835
|
+
"border-solid",
|
|
1836
|
+
"select-none",
|
|
1837
|
+
"uds-nested-radius",
|
|
1838
|
+
"transition-[color,border-color,box-shadow]",
|
|
1839
|
+
"duration-[180ms]",
|
|
1840
|
+
"ease-[cubic-bezier(0,0,0.2,1)]",
|
|
1841
|
+
"uds-ring",
|
|
1842
|
+
"cursor-pointer",
|
|
1843
|
+
"cursor-not-allowed",
|
|
1844
|
+
"opacity-50",
|
|
1845
|
+
"pointer-events-none",
|
|
1846
|
+
"hidden",
|
|
1847
|
+
"absolute",
|
|
1848
|
+
"inset-0",
|
|
1849
|
+
"-z-10",
|
|
1850
|
+
"rounded-[length:var(--uds-nested-radius)]",
|
|
1851
|
+
"transition-[background-color,opacity]"
|
|
2111
1852
|
],
|
|
2112
|
-
"internalComponents": ["
|
|
2113
|
-
"internalComponentProps": {
|
|
2114
|
-
|
|
1853
|
+
"internalComponents": ["Icon"],
|
|
1854
|
+
"internalComponentProps": { "Icon": {
|
|
1855
|
+
"size": ["md"],
|
|
1856
|
+
"color": ["current"]
|
|
1857
|
+
} },
|
|
1858
|
+
"propToVariantKeys": {
|
|
1859
|
+
"size": ["paddlenavSizeRoot", "paddlenavSizeIcon"],
|
|
1860
|
+
"variant": [
|
|
1861
|
+
"paddlenavVariantRoot",
|
|
1862
|
+
"paddlenavVariantBackground",
|
|
1863
|
+
"paddlenavVariantIcon"
|
|
1864
|
+
]
|
|
1865
|
+
},
|
|
2115
1866
|
"runtimeConfigDefaultProps": {},
|
|
2116
1867
|
"runtimeConfigGetStyles": {},
|
|
2117
1868
|
"runtimeConfigInternalComponentProps": {},
|
|
2118
1869
|
"motionVarPrefixes": []
|
|
2119
1870
|
},
|
|
2120
|
-
|
|
2121
|
-
"name": "
|
|
1871
|
+
PaddleButtonNext: {
|
|
1872
|
+
"name": "PaddleButtonNext",
|
|
1873
|
+
"defaultProps": {},
|
|
1874
|
+
"getStylesLiterals": {},
|
|
1875
|
+
"cxLiterals": [],
|
|
1876
|
+
"internalComponents": ["PaddleButton"],
|
|
1877
|
+
"internalComponentProps": { "PaddleButton": { "paddleRole": ["next"] } },
|
|
1878
|
+
"propToVariantKeys": {},
|
|
1879
|
+
"runtimeConfigDefaultProps": {},
|
|
1880
|
+
"runtimeConfigGetStyles": {},
|
|
1881
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1882
|
+
"motionVarPrefixes": []
|
|
1883
|
+
},
|
|
1884
|
+
PaddleButtonPrevious: {
|
|
1885
|
+
"name": "PaddleButtonPrevious",
|
|
1886
|
+
"defaultProps": {},
|
|
1887
|
+
"getStylesLiterals": {},
|
|
1888
|
+
"cxLiterals": [],
|
|
1889
|
+
"internalComponents": ["PaddleButton"],
|
|
1890
|
+
"internalComponentProps": { "PaddleButton": { "paddleRole": ["previous"] } },
|
|
1891
|
+
"propToVariantKeys": {},
|
|
1892
|
+
"runtimeConfigDefaultProps": {},
|
|
1893
|
+
"runtimeConfigGetStyles": {},
|
|
1894
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1895
|
+
"motionVarPrefixes": []
|
|
1896
|
+
},
|
|
1897
|
+
PaddleNav: {
|
|
1898
|
+
"name": "PaddleNav",
|
|
2122
1899
|
"defaultProps": {
|
|
2123
|
-
"
|
|
2124
|
-
"variant": "primary"
|
|
1900
|
+
"orientation": "horizontal",
|
|
1901
|
+
"variant": "primary",
|
|
1902
|
+
"size": "md"
|
|
2125
1903
|
},
|
|
2126
1904
|
"getStylesLiterals": {},
|
|
2127
1905
|
"cxLiterals": [
|
|
2128
|
-
"
|
|
2129
|
-
"w-full",
|
|
2130
|
-
"h-full",
|
|
2131
|
-
"shrink-0",
|
|
2132
|
-
"text-center",
|
|
1906
|
+
"pointer-events-none",
|
|
2133
1907
|
"inline-flex",
|
|
2134
|
-
"
|
|
1908
|
+
"flex-row",
|
|
1909
|
+
"gap-2",
|
|
2135
1910
|
"items-center",
|
|
2136
|
-
"
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
"
|
|
2140
|
-
"
|
|
2141
|
-
"
|
|
2142
|
-
"
|
|
1911
|
+
"pointer-events-auto",
|
|
1912
|
+
"flex-col",
|
|
1913
|
+
"relative",
|
|
1914
|
+
"min-w-0",
|
|
1915
|
+
"min-h-0",
|
|
1916
|
+
"flex-1",
|
|
1917
|
+
"inline-block",
|
|
1918
|
+
"absolute",
|
|
1919
|
+
"z-10",
|
|
1920
|
+
"top-2",
|
|
1921
|
+
"left-1/2",
|
|
1922
|
+
"-translate-x-1/2",
|
|
1923
|
+
"left-2",
|
|
1924
|
+
"top-1/2",
|
|
1925
|
+
"-translate-y-1/2",
|
|
1926
|
+
"bottom-2",
|
|
1927
|
+
"right-2",
|
|
1928
|
+
"-top-12",
|
|
1929
|
+
"left-0",
|
|
1930
|
+
"right-0",
|
|
1931
|
+
"-bottom-12"
|
|
2143
1932
|
],
|
|
2144
|
-
"
|
|
2145
|
-
"
|
|
2146
|
-
"
|
|
2147
|
-
"
|
|
2148
|
-
|
|
1933
|
+
"internalComponents": ["PaddleNavContext.Provider", "Box"],
|
|
1934
|
+
"internalComponentProps": { "Box": {
|
|
1935
|
+
"display": ["inline-flex"],
|
|
1936
|
+
"alignItems": ["center"],
|
|
1937
|
+
"justifyContent": ["center"],
|
|
1938
|
+
"data-paddle-nav-outside": ["true"]
|
|
1939
|
+
} },
|
|
1940
|
+
"propToVariantKeys": { "orientation": ["data-paddle-nav-orientation"] },
|
|
2149
1941
|
"runtimeConfigDefaultProps": {},
|
|
2150
1942
|
"runtimeConfigGetStyles": {},
|
|
2151
1943
|
"runtimeConfigInternalComponentProps": {},
|
|
2152
1944
|
"motionVarPrefixes": []
|
|
2153
1945
|
},
|
|
2154
|
-
|
|
2155
|
-
"name": "
|
|
2156
|
-
"defaultProps": {
|
|
2157
|
-
"size": "md",
|
|
2158
|
-
"variant": "primary"
|
|
2159
|
-
},
|
|
1946
|
+
PaddleNavContent: {
|
|
1947
|
+
"name": "PaddleNavContent",
|
|
1948
|
+
"defaultProps": {},
|
|
2160
1949
|
"getStylesLiterals": {},
|
|
2161
1950
|
"cxLiterals": [
|
|
2162
|
-
"
|
|
2163
|
-
"
|
|
2164
|
-
"
|
|
2165
|
-
"h-full",
|
|
2166
|
-
"shrink-0",
|
|
2167
|
-
"text-center",
|
|
2168
|
-
"inline-flex",
|
|
2169
|
-
"justify-center",
|
|
2170
|
-
"items-center"
|
|
1951
|
+
"min-w-0",
|
|
1952
|
+
"min-h-0",
|
|
1953
|
+
"relative"
|
|
2171
1954
|
],
|
|
2172
|
-
"internalComponents": [
|
|
2173
|
-
"internalComponentProps": {
|
|
2174
|
-
"color": ["inherit"],
|
|
2175
|
-
"variant": ["inherit"]
|
|
2176
|
-
} },
|
|
1955
|
+
"internalComponents": [],
|
|
1956
|
+
"internalComponentProps": {},
|
|
2177
1957
|
"propToVariantKeys": {},
|
|
2178
1958
|
"runtimeConfigDefaultProps": {},
|
|
2179
1959
|
"runtimeConfigGetStyles": {},
|
|
@@ -2813,6 +2593,226 @@ var componentData_default = {
|
|
|
2813
2593
|
"runtimeConfigGetStyles": {},
|
|
2814
2594
|
"runtimeConfigInternalComponentProps": {},
|
|
2815
2595
|
"motionVarPrefixes": []
|
|
2596
|
+
},
|
|
2597
|
+
Accordion: {
|
|
2598
|
+
"name": "Accordion",
|
|
2599
|
+
"defaultProps": {
|
|
2600
|
+
"spacingHorizontal": "4",
|
|
2601
|
+
"spacingVertical": "4"
|
|
2602
|
+
},
|
|
2603
|
+
"getStylesLiterals": {},
|
|
2604
|
+
"cxLiterals": ["hover:bg-secondary/80", "w-full"],
|
|
2605
|
+
"internalComponents": [
|
|
2606
|
+
"Icon",
|
|
2607
|
+
"SpringMotionConfig",
|
|
2608
|
+
"Pressable",
|
|
2609
|
+
"Text",
|
|
2610
|
+
"HStack",
|
|
2611
|
+
"AnimatePresence",
|
|
2612
|
+
"VStack"
|
|
2613
|
+
],
|
|
2614
|
+
"internalComponentProps": {
|
|
2615
|
+
"Icon": {
|
|
2616
|
+
"variant": ["fill"],
|
|
2617
|
+
"size": ["sm"],
|
|
2618
|
+
"color": ["primary"]
|
|
2619
|
+
},
|
|
2620
|
+
"SpringMotionConfig": {
|
|
2621
|
+
"layoutVariant": ["smooth"],
|
|
2622
|
+
"layoutSpeed": ["3"]
|
|
2623
|
+
},
|
|
2624
|
+
"Pressable": {
|
|
2625
|
+
"display": ["flex"],
|
|
2626
|
+
"flexDirection": ["row"],
|
|
2627
|
+
"alignItems": ["center"],
|
|
2628
|
+
"justifyContent": ["space-between"],
|
|
2629
|
+
"borderRadius": ["md"]
|
|
2630
|
+
},
|
|
2631
|
+
"Text": {
|
|
2632
|
+
"variant": ["title4"],
|
|
2633
|
+
"color": ["primary"]
|
|
2634
|
+
},
|
|
2635
|
+
"HStack": {
|
|
2636
|
+
"display": ["flex"],
|
|
2637
|
+
"alignItems": ["center"],
|
|
2638
|
+
"justifyContent": ["space-between"],
|
|
2639
|
+
"columnGap": ["2.5"]
|
|
2640
|
+
}
|
|
2641
|
+
},
|
|
2642
|
+
"propToVariantKeys": {},
|
|
2643
|
+
"runtimeConfigDefaultProps": {},
|
|
2644
|
+
"runtimeConfigGetStyles": {},
|
|
2645
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2646
|
+
"motionVarPrefixes": ["--uds-motion-smooth-3-"]
|
|
2647
|
+
},
|
|
2648
|
+
AvoidMotionLibraryProvider: {
|
|
2649
|
+
"name": "AvoidMotionLibraryProvider",
|
|
2650
|
+
"defaultProps": {},
|
|
2651
|
+
"getStylesLiterals": {},
|
|
2652
|
+
"cxLiterals": [],
|
|
2653
|
+
"internalComponents": [],
|
|
2654
|
+
"internalComponentProps": {},
|
|
2655
|
+
"propToVariantKeys": {},
|
|
2656
|
+
"runtimeConfigDefaultProps": {},
|
|
2657
|
+
"runtimeConfigGetStyles": {},
|
|
2658
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2659
|
+
"motionVarPrefixes": []
|
|
2660
|
+
},
|
|
2661
|
+
SegmentedControl: {
|
|
2662
|
+
"name": "SegmentedControl",
|
|
2663
|
+
"defaultProps": { "textVariant": "label2" },
|
|
2664
|
+
"getStylesLiterals": {
|
|
2665
|
+
"display": "flex",
|
|
2666
|
+
"alignItems": "center",
|
|
2667
|
+
"backgroundColor": "primary",
|
|
2668
|
+
"spacingVertical": "1",
|
|
2669
|
+
"spacingHorizontal": "3",
|
|
2670
|
+
"columnGap": "1.5",
|
|
2671
|
+
"borderWidth": "thin",
|
|
2672
|
+
"borderRadius": "full",
|
|
2673
|
+
"borderColor": "muted",
|
|
2674
|
+
"borderColor:1": "transparent",
|
|
2675
|
+
"color": "primary",
|
|
2676
|
+
"color:1": "tertiary",
|
|
2677
|
+
"color:2": "muted"
|
|
2678
|
+
},
|
|
2679
|
+
"cxLiterals": [
|
|
2680
|
+
"uds-ring",
|
|
2681
|
+
"cursor-not-allowed",
|
|
2682
|
+
"opacity-50",
|
|
2683
|
+
"pointer-events-none",
|
|
2684
|
+
"hover:bg-primary"
|
|
2685
|
+
],
|
|
2686
|
+
"internalComponents": [
|
|
2687
|
+
"Radio",
|
|
2688
|
+
"Icon",
|
|
2689
|
+
"RadioProvider",
|
|
2690
|
+
"HStack",
|
|
2691
|
+
"RadioGroup",
|
|
2692
|
+
"Pressable",
|
|
2693
|
+
"Text"
|
|
2694
|
+
],
|
|
2695
|
+
"internalComponentProps": {
|
|
2696
|
+
"Icon": {
|
|
2697
|
+
"size": ["sm"],
|
|
2698
|
+
"color": ["current"],
|
|
2699
|
+
"aria-hidden": ["true"]
|
|
2700
|
+
},
|
|
2701
|
+
"HStack": {
|
|
2702
|
+
"spacing": ["1"],
|
|
2703
|
+
"gap": ["1"],
|
|
2704
|
+
"backgroundColor": ["secondary"],
|
|
2705
|
+
"borderRadius": ["full"],
|
|
2706
|
+
"display": ["inline-flex"]
|
|
2707
|
+
},
|
|
2708
|
+
"Text": { "color": ["current"] }
|
|
2709
|
+
},
|
|
2710
|
+
"propToVariantKeys": {
|
|
2711
|
+
"value": ["key"],
|
|
2712
|
+
"label": ["aria-label"],
|
|
2713
|
+
"textVariant": ["variant"]
|
|
2714
|
+
},
|
|
2715
|
+
"runtimeConfigDefaultProps": {},
|
|
2716
|
+
"runtimeConfigGetStyles": {},
|
|
2717
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2718
|
+
"motionVarPrefixes": []
|
|
2719
|
+
},
|
|
2720
|
+
SwitchV2: {
|
|
2721
|
+
"name": "SwitchV2",
|
|
2722
|
+
"defaultProps": {
|
|
2723
|
+
"labelPosition": "start",
|
|
2724
|
+
"size": "md"
|
|
2725
|
+
},
|
|
2726
|
+
"getStylesLiterals": {
|
|
2727
|
+
"switchVariantRoot": "default",
|
|
2728
|
+
"switchVariantActiveRoot": "on",
|
|
2729
|
+
"switchVariantActiveRoot:1": "off",
|
|
2730
|
+
"switchVariantSwitch": "default",
|
|
2731
|
+
"switchVariantActiveSwitch": "on",
|
|
2732
|
+
"switchVariantActiveSwitch:1": "off",
|
|
2733
|
+
"switchVariantActiveHandle": "on",
|
|
2734
|
+
"switchVariantActiveHandle:1": "off",
|
|
2735
|
+
"switchVariantHandle": "default",
|
|
2736
|
+
"switchVariantHandleIcon": "default",
|
|
2737
|
+
"switchVariantActiveHandleIcon": "on",
|
|
2738
|
+
"switchVariantActiveHandleIcon:1": "off"
|
|
2739
|
+
},
|
|
2740
|
+
"cxLiterals": [
|
|
2741
|
+
"group",
|
|
2742
|
+
"flex",
|
|
2743
|
+
"items-center",
|
|
2744
|
+
"flex-row",
|
|
2745
|
+
"flex-row-reverse",
|
|
2746
|
+
"uds-ring",
|
|
2747
|
+
"uds-ring-within",
|
|
2748
|
+
"relative",
|
|
2749
|
+
"uds-border-radius-full",
|
|
2750
|
+
"transition-[background-color,box-shadow]",
|
|
2751
|
+
"pointer-events-none",
|
|
2752
|
+
"w-full",
|
|
2753
|
+
"h-full",
|
|
2754
|
+
"absolute",
|
|
2755
|
+
"top-0",
|
|
2756
|
+
"bottom-0",
|
|
2757
|
+
"right-0",
|
|
2758
|
+
"left-0",
|
|
2759
|
+
"overflow-hidden",
|
|
2760
|
+
"group-hover:scale-105",
|
|
2761
|
+
"opacity-95",
|
|
2762
|
+
"group-hover:opacity-100",
|
|
2763
|
+
"transition-[transform,opacity]",
|
|
2764
|
+
"opacity-0",
|
|
2765
|
+
"top-1/2",
|
|
2766
|
+
"left-1/2",
|
|
2767
|
+
"transform",
|
|
2768
|
+
"translate-x-[-50%]",
|
|
2769
|
+
"translate-y-[-50%]",
|
|
2770
|
+
"transition-opacity",
|
|
2771
|
+
"cursor-[inherit]",
|
|
2772
|
+
"w-[calc(100%+2px)]",
|
|
2773
|
+
"h-[calc(100%+2px)]",
|
|
2774
|
+
"text-start",
|
|
2775
|
+
"text-end",
|
|
2776
|
+
"opacity-100"
|
|
2777
|
+
],
|
|
2778
|
+
"internalComponents": [
|
|
2779
|
+
"IconSlot",
|
|
2780
|
+
"Box",
|
|
2781
|
+
"FormLabel",
|
|
2782
|
+
"SpringMotionConfig",
|
|
2783
|
+
"RootElement",
|
|
2784
|
+
"MotionBox"
|
|
2785
|
+
],
|
|
2786
|
+
"internalComponentProps": {
|
|
2787
|
+
"IconSlot": { "data-testid": ["on-icon", "off-icon"] },
|
|
2788
|
+
"FormLabel": {
|
|
2789
|
+
"as": ["div"],
|
|
2790
|
+
"variant": ["inherit"],
|
|
2791
|
+
"color": ["inherit"]
|
|
2792
|
+
},
|
|
2793
|
+
"SpringMotionConfig": {
|
|
2794
|
+
"layoutVariant": ["bouncy"],
|
|
2795
|
+
"layoutSpeed": ["4"]
|
|
2796
|
+
},
|
|
2797
|
+
"RootElement": { "data-testid": ["switch-root"] },
|
|
2798
|
+
"MotionBox": { "layout": ["position"] }
|
|
2799
|
+
},
|
|
2800
|
+
"propToVariantKeys": {
|
|
2801
|
+
"size": [
|
|
2802
|
+
"switchSizeRoot",
|
|
2803
|
+
"switchSizeSwitch",
|
|
2804
|
+
"switchSizeHandle",
|
|
2805
|
+
"switchSizeHandleIcon"
|
|
2806
|
+
],
|
|
2807
|
+
"onIcon": ["icon"],
|
|
2808
|
+
"offIcon": ["icon"],
|
|
2809
|
+
"reduceMotion": ["reducedMotion"],
|
|
2810
|
+
"isOn": ["layoutDependency"]
|
|
2811
|
+
},
|
|
2812
|
+
"runtimeConfigDefaultProps": {},
|
|
2813
|
+
"runtimeConfigGetStyles": {},
|
|
2814
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2815
|
+
"motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
|
|
2816
2816
|
}
|
|
2817
2817
|
};
|
|
2818
2818
|
//#endregion
|