@yahoo/uds 3.115.2 → 3.115.3
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/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
- package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +1 -1
- package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +1 -1
- package/dist/styles/styler.d.cts +16 -16
- package/dist/styles/styler.d.ts +16 -16
- package/dist/tailwind/dist/commands/generatePurgeCSSData.cjs +3 -8
- package/dist/tailwind/dist/commands/generatePurgeCSSData.js +3 -8
- package/dist/uds/generated/componentData.cjs +337 -337
- package/dist/uds/generated/componentData.js +337 -337
- package/dist/uds/generated/tailwindPurge.cjs +209 -209
- package/dist/uds/generated/tailwindPurge.js +209 -209
- package/dist/uds/package.cjs +0 -1
- package/dist/uds/package.js +0 -1
- package/generated/componentData.json +382 -382
- package/generated/tailwindPurge.ts +5 -4581
- package/package.json +1 -2
- package/dist/tailwind/dist/.prettierrc.cjs +0 -13
- package/dist/tailwind/dist/.prettierrc.js +0 -12
|
@@ -1356,114 +1356,112 @@
|
|
|
1356
1356
|
"propToVariantKeys": {},
|
|
1357
1357
|
"motionVarPrefixes": []
|
|
1358
1358
|
},
|
|
1359
|
-
"
|
|
1360
|
-
"name": "
|
|
1359
|
+
"Toast": {
|
|
1360
|
+
"name": "Toast",
|
|
1361
1361
|
"defaultProps": {},
|
|
1362
|
-
"getStylesLiterals": {
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
"
|
|
1366
|
-
],
|
|
1367
|
-
"internalComponentProps": {},
|
|
1368
|
-
"propToVariantKeys": {},
|
|
1369
|
-
"motionVarPrefixes": []
|
|
1370
|
-
},
|
|
1371
|
-
"AvatarIcon": {
|
|
1372
|
-
"name": "AvatarIcon",
|
|
1373
|
-
"defaultProps": {
|
|
1374
|
-
"size": "md",
|
|
1375
|
-
"variant": "primary"
|
|
1362
|
+
"getStylesLiterals": {
|
|
1363
|
+
"className": "flex-none",
|
|
1364
|
+
"spacing": "2",
|
|
1365
|
+
"borderRadius": "full"
|
|
1376
1366
|
},
|
|
1377
|
-
"getStylesLiterals": {},
|
|
1378
1367
|
"cxLiterals": [
|
|
1379
|
-
"
|
|
1380
|
-
"
|
|
1381
|
-
"
|
|
1382
|
-
"
|
|
1383
|
-
"
|
|
1384
|
-
"inline-flex",
|
|
1385
|
-
"justify-center",
|
|
1386
|
-
"items-center"
|
|
1368
|
+
"transition-[background-color]",
|
|
1369
|
+
"bg-carbon-15/0",
|
|
1370
|
+
"hover:bg-carbon-15/10",
|
|
1371
|
+
"active:bg-carbon-15/15",
|
|
1372
|
+
"uds-ring"
|
|
1387
1373
|
],
|
|
1388
1374
|
"internalComponents": [
|
|
1389
1375
|
"IconSlot",
|
|
1390
|
-
"
|
|
1376
|
+
"ToastContainer",
|
|
1377
|
+
"Text",
|
|
1378
|
+
"Button",
|
|
1379
|
+
"Pressable"
|
|
1391
1380
|
],
|
|
1392
1381
|
"internalComponentProps": {},
|
|
1393
1382
|
"propToVariantKeys": {
|
|
1394
1383
|
"size": [
|
|
1395
|
-
"
|
|
1384
|
+
"toastSizeLabel",
|
|
1385
|
+
"toastSizeIcon",
|
|
1386
|
+
"toastSizeActionButton",
|
|
1387
|
+
"toastSizeCloseIcon"
|
|
1388
|
+
],
|
|
1389
|
+
"variant": [
|
|
1390
|
+
"toastVariantIcon",
|
|
1391
|
+
"toastVariantActionButton",
|
|
1392
|
+
"toastVariantCloseIcon"
|
|
1393
|
+
],
|
|
1394
|
+
"closeIcon": [
|
|
1395
|
+
"icon"
|
|
1396
|
+
],
|
|
1397
|
+
"onClickActionButton": [
|
|
1398
|
+
"onClick"
|
|
1396
1399
|
]
|
|
1397
1400
|
},
|
|
1398
1401
|
"motionVarPrefixes": []
|
|
1399
1402
|
},
|
|
1400
|
-
"
|
|
1401
|
-
"name": "
|
|
1402
|
-
"defaultProps": {
|
|
1403
|
-
|
|
1404
|
-
"
|
|
1403
|
+
"ToastContainer": {
|
|
1404
|
+
"name": "ToastContainer",
|
|
1405
|
+
"defaultProps": {},
|
|
1406
|
+
"getStylesLiterals": {
|
|
1407
|
+
"position": "relative",
|
|
1408
|
+
"alignItems": "center",
|
|
1409
|
+
"display": "flex",
|
|
1410
|
+
"className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
|
|
1405
1411
|
},
|
|
1406
|
-
"getStylesLiterals": {},
|
|
1407
1412
|
"cxLiterals": [
|
|
1408
|
-
"
|
|
1409
|
-
"w-full",
|
|
1410
|
-
"h-full",
|
|
1411
|
-
"shrink-0",
|
|
1412
|
-
"text-center",
|
|
1413
|
-
"inline-flex",
|
|
1414
|
-
"justify-center",
|
|
1415
|
-
"items-center",
|
|
1416
|
-
"object-cover"
|
|
1413
|
+
"w-full"
|
|
1417
1414
|
],
|
|
1418
1415
|
"internalComponents": [
|
|
1419
|
-
"
|
|
1420
|
-
"AvatarText",
|
|
1421
|
-
"AvatarIcon",
|
|
1422
|
-
"Box"
|
|
1416
|
+
"HStack"
|
|
1423
1417
|
],
|
|
1424
|
-
"internalComponentProps": {
|
|
1418
|
+
"internalComponentProps": {
|
|
1419
|
+
"HStack": {
|
|
1420
|
+
"alignItems": [
|
|
1421
|
+
"center"
|
|
1422
|
+
],
|
|
1423
|
+
"justifyContent": [
|
|
1424
|
+
"space-between"
|
|
1425
|
+
],
|
|
1426
|
+
"overflow": [
|
|
1427
|
+
"hidden"
|
|
1428
|
+
],
|
|
1429
|
+
"position": [
|
|
1430
|
+
"relative"
|
|
1431
|
+
]
|
|
1432
|
+
}
|
|
1433
|
+
},
|
|
1425
1434
|
"propToVariantKeys": {
|
|
1426
|
-
"
|
|
1427
|
-
"
|
|
1435
|
+
"variant": [
|
|
1436
|
+
"toastVariantRoot"
|
|
1428
1437
|
],
|
|
1429
|
-
"
|
|
1430
|
-
"
|
|
1438
|
+
"size": [
|
|
1439
|
+
"toastSizeRoot"
|
|
1431
1440
|
]
|
|
1432
1441
|
},
|
|
1433
1442
|
"motionVarPrefixes": []
|
|
1434
1443
|
},
|
|
1435
|
-
"
|
|
1436
|
-
"name": "
|
|
1437
|
-
"defaultProps": {
|
|
1438
|
-
"size": "md",
|
|
1439
|
-
"variant": "primary"
|
|
1440
|
-
},
|
|
1444
|
+
"ToastPortal": {
|
|
1445
|
+
"name": "ToastPortal",
|
|
1446
|
+
"defaultProps": {},
|
|
1441
1447
|
"getStylesLiterals": {},
|
|
1442
|
-
"cxLiterals": [
|
|
1443
|
-
|
|
1444
|
-
"
|
|
1445
|
-
"w-full",
|
|
1446
|
-
"h-full",
|
|
1447
|
-
"shrink-0",
|
|
1448
|
-
"text-center",
|
|
1449
|
-
"inline-flex",
|
|
1450
|
-
"justify-center",
|
|
1451
|
-
"items-center"
|
|
1448
|
+
"cxLiterals": [],
|
|
1449
|
+
"internalComponents": [
|
|
1450
|
+
"ReactToastifyToastContainer"
|
|
1452
1451
|
],
|
|
1452
|
+
"internalComponentProps": {},
|
|
1453
|
+
"propToVariantKeys": {},
|
|
1454
|
+
"motionVarPrefixes": []
|
|
1455
|
+
},
|
|
1456
|
+
"UDSToastConfigProvider": {
|
|
1457
|
+
"name": "UDSToastConfigProvider",
|
|
1458
|
+
"defaultProps": {},
|
|
1459
|
+
"getStylesLiterals": {},
|
|
1460
|
+
"cxLiterals": [],
|
|
1453
1461
|
"internalComponents": [
|
|
1454
|
-
"
|
|
1455
|
-
"Text"
|
|
1462
|
+
"ToastContext.Provider"
|
|
1456
1463
|
],
|
|
1457
|
-
"internalComponentProps": {
|
|
1458
|
-
"Text": {
|
|
1459
|
-
"color": [
|
|
1460
|
-
"inherit"
|
|
1461
|
-
],
|
|
1462
|
-
"variant": [
|
|
1463
|
-
"inherit"
|
|
1464
|
-
]
|
|
1465
|
-
}
|
|
1466
|
-
},
|
|
1464
|
+
"internalComponentProps": {},
|
|
1467
1465
|
"propToVariantKeys": {},
|
|
1468
1466
|
"motionVarPrefixes": []
|
|
1469
1467
|
},
|
|
@@ -1877,242 +1875,68 @@
|
|
|
1877
1875
|
},
|
|
1878
1876
|
"motionVarPrefixes": []
|
|
1879
1877
|
},
|
|
1880
|
-
"
|
|
1881
|
-
"name": "
|
|
1878
|
+
"Radio": {
|
|
1879
|
+
"name": "Radio",
|
|
1882
1880
|
"defaultProps": {
|
|
1883
|
-
"
|
|
1881
|
+
"labelPosition": "start",
|
|
1882
|
+
"variant": "primary",
|
|
1884
1883
|
"size": "md",
|
|
1885
|
-
"
|
|
1884
|
+
"value": ""
|
|
1886
1885
|
},
|
|
1887
1886
|
"getStylesLiterals": {
|
|
1888
|
-
"
|
|
1889
|
-
"
|
|
1890
|
-
"
|
|
1891
|
-
"
|
|
1892
|
-
"
|
|
1893
|
-
"
|
|
1894
|
-
"
|
|
1895
|
-
"
|
|
1896
|
-
"
|
|
1897
|
-
"
|
|
1898
|
-
"inputVariantValueInputPlaceholder": "empty",
|
|
1899
|
-
"inputVariantValueInputPlaceholder:1": "filled",
|
|
1900
|
-
"inputVariantLabel": "default",
|
|
1901
|
-
"inputVariantValueLabel": "empty",
|
|
1902
|
-
"inputVariantValueLabel:1": "filled",
|
|
1903
|
-
"inputVariantLabelRequired": "default",
|
|
1904
|
-
"inputVariantValueLabelRequired": "empty",
|
|
1905
|
-
"inputVariantValueLabelRequired:1": "filled",
|
|
1906
|
-
"inputVariantStartIcon": "default",
|
|
1907
|
-
"inputVariantValueStartIcon": "empty",
|
|
1908
|
-
"inputVariantValueStartIcon:1": "filled",
|
|
1909
|
-
"inputVariantEndIcon": "default",
|
|
1910
|
-
"inputVariantValueEndIcon": "empty",
|
|
1911
|
-
"inputVariantValueEndIcon:1": "filled"
|
|
1887
|
+
"radioVariantValueRoot": "checked",
|
|
1888
|
+
"radioVariantValueRoot:1": "unchecked",
|
|
1889
|
+
"display": "flex",
|
|
1890
|
+
"flexDirection": "row",
|
|
1891
|
+
"flexDirection:1": "row-reverse",
|
|
1892
|
+
"alignItems": "center",
|
|
1893
|
+
"radioVariantValueRadio": "checked",
|
|
1894
|
+
"radioVariantValueRadio:1": "unchecked",
|
|
1895
|
+
"radioVariantValueRadioCircle": "checked",
|
|
1896
|
+
"radioVariantValueRadioCircle:1": "unchecked"
|
|
1912
1897
|
},
|
|
1913
1898
|
"cxLiterals": [
|
|
1899
|
+
"cursor-pointer",
|
|
1900
|
+
"cursor-default",
|
|
1914
1901
|
"opacity-50",
|
|
1915
|
-
"
|
|
1916
|
-
"
|
|
1917
|
-
"uds-
|
|
1918
|
-
"
|
|
1919
|
-
"
|
|
1920
|
-
"
|
|
1921
|
-
"
|
|
1902
|
+
"border",
|
|
1903
|
+
"uds-ring",
|
|
1904
|
+
"uds-ring-within",
|
|
1905
|
+
"transition-[background-color,border-color]",
|
|
1906
|
+
"transition-shadow",
|
|
1907
|
+
"pointer-events-none",
|
|
1908
|
+
"w-[8px]",
|
|
1909
|
+
"h-[8px]",
|
|
1910
|
+
"transition-opacity",
|
|
1911
|
+
"cursor-[inherit]",
|
|
1912
|
+
"absolute",
|
|
1913
|
+
"opacity-0",
|
|
1914
|
+
"top-1/2",
|
|
1915
|
+
"left-1/2",
|
|
1916
|
+
"w-[calc(100%+2px)]",
|
|
1917
|
+
"h-[calc(100%+2px)]",
|
|
1918
|
+
"transform",
|
|
1919
|
+
"translate-x-[-50%]",
|
|
1920
|
+
"translate-y-[-50%]",
|
|
1921
|
+
"text-start",
|
|
1922
|
+
"text-end"
|
|
1922
1923
|
],
|
|
1923
1924
|
"internalComponents": [
|
|
1924
|
-
"IconSlot",
|
|
1925
|
-
"StartIcon",
|
|
1926
|
-
"EndIcon",
|
|
1927
|
-
"HelpTextContent",
|
|
1928
1925
|
"Box",
|
|
1929
|
-
"
|
|
1930
|
-
"
|
|
1931
|
-
"
|
|
1932
|
-
"
|
|
1926
|
+
"FormLabel",
|
|
1927
|
+
"SpringMotionConfig",
|
|
1928
|
+
"RootElement",
|
|
1929
|
+
"MotionBox"
|
|
1933
1930
|
],
|
|
1934
1931
|
"internalComponentProps": {
|
|
1935
|
-
"
|
|
1936
|
-
"
|
|
1937
|
-
"
|
|
1932
|
+
"Box": {
|
|
1933
|
+
"borderRadius": [
|
|
1934
|
+
"full"
|
|
1938
1935
|
]
|
|
1939
1936
|
},
|
|
1940
|
-
"
|
|
1941
|
-
"
|
|
1942
|
-
"
|
|
1943
|
-
],
|
|
1944
|
-
"columnGap": [
|
|
1945
|
-
"0.5"
|
|
1946
|
-
],
|
|
1947
|
-
"alignItems": [
|
|
1948
|
-
"flex-end",
|
|
1949
|
-
"center"
|
|
1950
|
-
],
|
|
1951
|
-
"position": [
|
|
1952
|
-
"relative"
|
|
1953
|
-
]
|
|
1954
|
-
},
|
|
1955
|
-
"HStack": {
|
|
1956
|
-
"alignItems": [
|
|
1957
|
-
"center"
|
|
1958
|
-
],
|
|
1959
|
-
"gap": [
|
|
1960
|
-
"1"
|
|
1961
|
-
]
|
|
1962
|
-
}
|
|
1963
|
-
},
|
|
1964
|
-
"propToVariantKeys": {
|
|
1965
|
-
"size": [
|
|
1966
|
-
"inputSizeRoot",
|
|
1967
|
-
"inputSizeInputWrapper",
|
|
1968
|
-
"inputSizeInput",
|
|
1969
|
-
"inputSizeLabel",
|
|
1970
|
-
"inputSizeStartIcon",
|
|
1971
|
-
"inputSizeEndIcon"
|
|
1972
|
-
],
|
|
1973
|
-
"startIcon": [
|
|
1974
|
-
"icon"
|
|
1975
|
-
],
|
|
1976
|
-
"endIcon": [
|
|
1977
|
-
"icon"
|
|
1978
|
-
],
|
|
1979
|
-
"helperTextIcon": [
|
|
1980
|
-
"startIcon"
|
|
1981
|
-
]
|
|
1982
|
-
},
|
|
1983
|
-
"motionVarPrefixes": []
|
|
1984
|
-
},
|
|
1985
|
-
"InputHelpText": {
|
|
1986
|
-
"name": "InputHelpText",
|
|
1987
|
-
"defaultProps": {
|
|
1988
|
-
"size": "md"
|
|
1989
|
-
},
|
|
1990
|
-
"getStylesLiterals": {
|
|
1991
|
-
"inputVariantRoot": "default",
|
|
1992
|
-
"inputVariantValueRoot": "empty",
|
|
1993
|
-
"inputVariantValueRoot:1": "filled"
|
|
1994
|
-
},
|
|
1995
|
-
"cxLiterals": [],
|
|
1996
|
-
"internalComponents": [
|
|
1997
|
-
"InputHelpTextInternal",
|
|
1998
|
-
"Box"
|
|
1999
|
-
],
|
|
2000
|
-
"internalComponentProps": {
|
|
2001
|
-
"Box": {
|
|
2002
|
-
"spacingTop": [
|
|
2003
|
-
"2"
|
|
2004
|
-
]
|
|
2005
|
-
}
|
|
2006
|
-
},
|
|
2007
|
-
"propToVariantKeys": {
|
|
2008
|
-
"size": [
|
|
2009
|
-
"inputSizeRoot"
|
|
2010
|
-
]
|
|
2011
|
-
},
|
|
2012
|
-
"motionVarPrefixes": []
|
|
2013
|
-
},
|
|
2014
|
-
"InputHelpTextInternal": {
|
|
2015
|
-
"name": "InputHelpTextInternal",
|
|
2016
|
-
"defaultProps": {},
|
|
2017
|
-
"getStylesLiterals": {
|
|
2018
|
-
"inputVariantHelperText": "default",
|
|
2019
|
-
"inputVariantValueHelperText": "empty",
|
|
2020
|
-
"inputVariantValueHelperText:1": "filled",
|
|
2021
|
-
"inputVariantHelperIcon": "default",
|
|
2022
|
-
"inputVariantValueHelperIcon": "empty",
|
|
2023
|
-
"inputVariantValueHelperIcon:1": "filled"
|
|
2024
|
-
},
|
|
2025
|
-
"cxLiterals": [],
|
|
2026
|
-
"internalComponents": [
|
|
2027
|
-
"IconSlot",
|
|
2028
|
-
"HStack"
|
|
2029
|
-
],
|
|
2030
|
-
"internalComponentProps": {
|
|
2031
|
-
"HStack": {
|
|
2032
|
-
"gap": [
|
|
2033
|
-
"1"
|
|
2034
|
-
],
|
|
2035
|
-
"alignItems": [
|
|
2036
|
-
"center"
|
|
2037
|
-
]
|
|
2038
|
-
}
|
|
2039
|
-
},
|
|
2040
|
-
"propToVariantKeys": {
|
|
2041
|
-
"size": [
|
|
2042
|
-
"inputSizeHelperText",
|
|
2043
|
-
"inputSizeHelperIcon"
|
|
2044
|
-
],
|
|
2045
|
-
"startIcon": [
|
|
2046
|
-
"icon"
|
|
2047
|
-
],
|
|
2048
|
-
"endIcon": [
|
|
2049
|
-
"icon"
|
|
2050
|
-
]
|
|
2051
|
-
},
|
|
2052
|
-
"motionVarPrefixes": []
|
|
2053
|
-
},
|
|
2054
|
-
"Radio": {
|
|
2055
|
-
"name": "Radio",
|
|
2056
|
-
"defaultProps": {
|
|
2057
|
-
"labelPosition": "start",
|
|
2058
|
-
"variant": "primary",
|
|
2059
|
-
"size": "md",
|
|
2060
|
-
"value": ""
|
|
2061
|
-
},
|
|
2062
|
-
"getStylesLiterals": {
|
|
2063
|
-
"radioVariantValueRoot": "checked",
|
|
2064
|
-
"radioVariantValueRoot:1": "unchecked",
|
|
2065
|
-
"display": "flex",
|
|
2066
|
-
"flexDirection": "row",
|
|
2067
|
-
"flexDirection:1": "row-reverse",
|
|
2068
|
-
"alignItems": "center",
|
|
2069
|
-
"radioVariantValueRadio": "checked",
|
|
2070
|
-
"radioVariantValueRadio:1": "unchecked",
|
|
2071
|
-
"radioVariantValueRadioCircle": "checked",
|
|
2072
|
-
"radioVariantValueRadioCircle:1": "unchecked"
|
|
2073
|
-
},
|
|
2074
|
-
"cxLiterals": [
|
|
2075
|
-
"cursor-pointer",
|
|
2076
|
-
"cursor-default",
|
|
2077
|
-
"opacity-50",
|
|
2078
|
-
"border",
|
|
2079
|
-
"uds-ring",
|
|
2080
|
-
"uds-ring-within",
|
|
2081
|
-
"transition-[background-color,border-color]",
|
|
2082
|
-
"transition-shadow",
|
|
2083
|
-
"pointer-events-none",
|
|
2084
|
-
"w-[8px]",
|
|
2085
|
-
"h-[8px]",
|
|
2086
|
-
"transition-opacity",
|
|
2087
|
-
"cursor-[inherit]",
|
|
2088
|
-
"absolute",
|
|
2089
|
-
"opacity-0",
|
|
2090
|
-
"top-1/2",
|
|
2091
|
-
"left-1/2",
|
|
2092
|
-
"w-[calc(100%+2px)]",
|
|
2093
|
-
"h-[calc(100%+2px)]",
|
|
2094
|
-
"transform",
|
|
2095
|
-
"translate-x-[-50%]",
|
|
2096
|
-
"translate-y-[-50%]",
|
|
2097
|
-
"text-start",
|
|
2098
|
-
"text-end"
|
|
2099
|
-
],
|
|
2100
|
-
"internalComponents": [
|
|
2101
|
-
"Box",
|
|
2102
|
-
"FormLabel",
|
|
2103
|
-
"SpringMotionConfig",
|
|
2104
|
-
"RootElement",
|
|
2105
|
-
"MotionBox"
|
|
2106
|
-
],
|
|
2107
|
-
"internalComponentProps": {
|
|
2108
|
-
"Box": {
|
|
2109
|
-
"borderRadius": [
|
|
2110
|
-
"full"
|
|
2111
|
-
]
|
|
2112
|
-
},
|
|
2113
|
-
"FormLabel": {
|
|
2114
|
-
"as": [
|
|
2115
|
-
"div"
|
|
1937
|
+
"FormLabel": {
|
|
1938
|
+
"as": [
|
|
1939
|
+
"div"
|
|
2116
1940
|
],
|
|
2117
1941
|
"variant": [
|
|
2118
1942
|
"inherit"
|
|
@@ -2421,110 +2245,313 @@
|
|
|
2421
2245
|
"propToVariantKeys": {},
|
|
2422
2246
|
"motionVarPrefixes": []
|
|
2423
2247
|
},
|
|
2424
|
-
"
|
|
2425
|
-
"name": "
|
|
2426
|
-
"defaultProps": {
|
|
2248
|
+
"Input": {
|
|
2249
|
+
"name": "Input",
|
|
2250
|
+
"defaultProps": {
|
|
2251
|
+
"type": "text",
|
|
2252
|
+
"size": "md",
|
|
2253
|
+
"width": "full"
|
|
2254
|
+
},
|
|
2427
2255
|
"getStylesLiterals": {
|
|
2428
|
-
"
|
|
2429
|
-
"
|
|
2430
|
-
"
|
|
2256
|
+
"inputVariantRoot": "default",
|
|
2257
|
+
"inputVariantValueRoot": "empty",
|
|
2258
|
+
"inputVariantValueRoot:1": "filled",
|
|
2259
|
+
"inputVariantInputWrapper": "default",
|
|
2260
|
+
"inputVariantValueInputWrapper": "empty",
|
|
2261
|
+
"inputVariantValueInputWrapper:1": "filled",
|
|
2262
|
+
"inputVariantInput": "default",
|
|
2263
|
+
"inputVariantValueInput": "empty",
|
|
2264
|
+
"inputVariantValueInput:1": "filled",
|
|
2265
|
+
"inputVariantInputPlaceholder": "default",
|
|
2266
|
+
"inputVariantValueInputPlaceholder": "empty",
|
|
2267
|
+
"inputVariantValueInputPlaceholder:1": "filled",
|
|
2268
|
+
"inputVariantLabel": "default",
|
|
2269
|
+
"inputVariantValueLabel": "empty",
|
|
2270
|
+
"inputVariantValueLabel:1": "filled",
|
|
2271
|
+
"inputVariantLabelRequired": "default",
|
|
2272
|
+
"inputVariantValueLabelRequired": "empty",
|
|
2273
|
+
"inputVariantValueLabelRequired:1": "filled",
|
|
2274
|
+
"inputVariantStartIcon": "default",
|
|
2275
|
+
"inputVariantValueStartIcon": "empty",
|
|
2276
|
+
"inputVariantValueStartIcon:1": "filled",
|
|
2277
|
+
"inputVariantEndIcon": "default",
|
|
2278
|
+
"inputVariantValueEndIcon": "empty",
|
|
2279
|
+
"inputVariantValueEndIcon:1": "filled"
|
|
2431
2280
|
},
|
|
2432
2281
|
"cxLiterals": [
|
|
2433
|
-
"
|
|
2434
|
-
"
|
|
2435
|
-
"
|
|
2436
|
-
"
|
|
2437
|
-
"
|
|
2282
|
+
"opacity-50",
|
|
2283
|
+
"min-w-[200px]",
|
|
2284
|
+
"grow",
|
|
2285
|
+
"uds-hit-target",
|
|
2286
|
+
"bg-clip-text",
|
|
2287
|
+
"focus:outline-none",
|
|
2288
|
+
"cursor-text",
|
|
2289
|
+
"cursor-not-allowed"
|
|
2438
2290
|
],
|
|
2439
2291
|
"internalComponents": [
|
|
2440
2292
|
"IconSlot",
|
|
2441
|
-
"
|
|
2442
|
-
"
|
|
2443
|
-
"
|
|
2444
|
-
"
|
|
2293
|
+
"StartIcon",
|
|
2294
|
+
"EndIcon",
|
|
2295
|
+
"HelpTextContent",
|
|
2296
|
+
"Box",
|
|
2297
|
+
"InputHelpTextInternal",
|
|
2298
|
+
"VStack",
|
|
2299
|
+
"HStack",
|
|
2300
|
+
"AnimateHeightChange"
|
|
2445
2301
|
],
|
|
2446
|
-
"internalComponentProps": {
|
|
2302
|
+
"internalComponentProps": {
|
|
2303
|
+
"HelpTextContent": {
|
|
2304
|
+
"spacingTop": [
|
|
2305
|
+
"2"
|
|
2306
|
+
]
|
|
2307
|
+
},
|
|
2308
|
+
"Box": {
|
|
2309
|
+
"spacingBottom": [
|
|
2310
|
+
"2"
|
|
2311
|
+
],
|
|
2312
|
+
"columnGap": [
|
|
2313
|
+
"0.5"
|
|
2314
|
+
],
|
|
2315
|
+
"alignItems": [
|
|
2316
|
+
"flex-end",
|
|
2317
|
+
"center"
|
|
2318
|
+
],
|
|
2319
|
+
"position": [
|
|
2320
|
+
"relative"
|
|
2321
|
+
]
|
|
2322
|
+
},
|
|
2323
|
+
"HStack": {
|
|
2324
|
+
"alignItems": [
|
|
2325
|
+
"center"
|
|
2326
|
+
],
|
|
2327
|
+
"gap": [
|
|
2328
|
+
"1"
|
|
2329
|
+
]
|
|
2330
|
+
}
|
|
2331
|
+
},
|
|
2447
2332
|
"propToVariantKeys": {
|
|
2448
2333
|
"size": [
|
|
2449
|
-
"
|
|
2450
|
-
"
|
|
2451
|
-
"
|
|
2452
|
-
"
|
|
2334
|
+
"inputSizeRoot",
|
|
2335
|
+
"inputSizeInputWrapper",
|
|
2336
|
+
"inputSizeInput",
|
|
2337
|
+
"inputSizeLabel",
|
|
2338
|
+
"inputSizeStartIcon",
|
|
2339
|
+
"inputSizeEndIcon"
|
|
2453
2340
|
],
|
|
2454
|
-
"
|
|
2455
|
-
"
|
|
2456
|
-
"toastVariantActionButton",
|
|
2457
|
-
"toastVariantCloseIcon"
|
|
2341
|
+
"startIcon": [
|
|
2342
|
+
"icon"
|
|
2458
2343
|
],
|
|
2459
|
-
"
|
|
2344
|
+
"endIcon": [
|
|
2460
2345
|
"icon"
|
|
2461
2346
|
],
|
|
2462
|
-
"
|
|
2463
|
-
"
|
|
2347
|
+
"helperTextIcon": [
|
|
2348
|
+
"startIcon"
|
|
2464
2349
|
]
|
|
2465
2350
|
},
|
|
2466
2351
|
"motionVarPrefixes": []
|
|
2467
2352
|
},
|
|
2468
|
-
"
|
|
2469
|
-
"name": "
|
|
2470
|
-
"defaultProps": {
|
|
2353
|
+
"InputHelpText": {
|
|
2354
|
+
"name": "InputHelpText",
|
|
2355
|
+
"defaultProps": {
|
|
2356
|
+
"size": "md"
|
|
2357
|
+
},
|
|
2471
2358
|
"getStylesLiterals": {
|
|
2472
|
-
"
|
|
2473
|
-
"
|
|
2474
|
-
"
|
|
2475
|
-
"className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
|
|
2359
|
+
"inputVariantRoot": "default",
|
|
2360
|
+
"inputVariantValueRoot": "empty",
|
|
2361
|
+
"inputVariantValueRoot:1": "filled"
|
|
2476
2362
|
},
|
|
2477
|
-
"cxLiterals": [
|
|
2478
|
-
|
|
2363
|
+
"cxLiterals": [],
|
|
2364
|
+
"internalComponents": [
|
|
2365
|
+
"InputHelpTextInternal",
|
|
2366
|
+
"Box"
|
|
2479
2367
|
],
|
|
2368
|
+
"internalComponentProps": {
|
|
2369
|
+
"Box": {
|
|
2370
|
+
"spacingTop": [
|
|
2371
|
+
"2"
|
|
2372
|
+
]
|
|
2373
|
+
}
|
|
2374
|
+
},
|
|
2375
|
+
"propToVariantKeys": {
|
|
2376
|
+
"size": [
|
|
2377
|
+
"inputSizeRoot"
|
|
2378
|
+
]
|
|
2379
|
+
},
|
|
2380
|
+
"motionVarPrefixes": []
|
|
2381
|
+
},
|
|
2382
|
+
"InputHelpTextInternal": {
|
|
2383
|
+
"name": "InputHelpTextInternal",
|
|
2384
|
+
"defaultProps": {},
|
|
2385
|
+
"getStylesLiterals": {
|
|
2386
|
+
"inputVariantHelperText": "default",
|
|
2387
|
+
"inputVariantValueHelperText": "empty",
|
|
2388
|
+
"inputVariantValueHelperText:1": "filled",
|
|
2389
|
+
"inputVariantHelperIcon": "default",
|
|
2390
|
+
"inputVariantValueHelperIcon": "empty",
|
|
2391
|
+
"inputVariantValueHelperIcon:1": "filled"
|
|
2392
|
+
},
|
|
2393
|
+
"cxLiterals": [],
|
|
2480
2394
|
"internalComponents": [
|
|
2395
|
+
"IconSlot",
|
|
2481
2396
|
"HStack"
|
|
2482
2397
|
],
|
|
2483
2398
|
"internalComponentProps": {
|
|
2484
2399
|
"HStack": {
|
|
2400
|
+
"gap": [
|
|
2401
|
+
"1"
|
|
2402
|
+
],
|
|
2485
2403
|
"alignItems": [
|
|
2486
2404
|
"center"
|
|
2487
|
-
],
|
|
2488
|
-
"justifyContent": [
|
|
2489
|
-
"space-between"
|
|
2490
|
-
],
|
|
2491
|
-
"overflow": [
|
|
2492
|
-
"hidden"
|
|
2493
|
-
],
|
|
2494
|
-
"position": [
|
|
2495
|
-
"relative"
|
|
2496
2405
|
]
|
|
2497
2406
|
}
|
|
2498
2407
|
},
|
|
2499
2408
|
"propToVariantKeys": {
|
|
2500
|
-
"
|
|
2501
|
-
"
|
|
2409
|
+
"size": [
|
|
2410
|
+
"inputSizeHelperText",
|
|
2411
|
+
"inputSizeHelperIcon"
|
|
2502
2412
|
],
|
|
2413
|
+
"startIcon": [
|
|
2414
|
+
"icon"
|
|
2415
|
+
],
|
|
2416
|
+
"endIcon": [
|
|
2417
|
+
"icon"
|
|
2418
|
+
]
|
|
2419
|
+
},
|
|
2420
|
+
"motionVarPrefixes": []
|
|
2421
|
+
},
|
|
2422
|
+
"Avatar": {
|
|
2423
|
+
"name": "Avatar",
|
|
2424
|
+
"defaultProps": {},
|
|
2425
|
+
"getStylesLiterals": {},
|
|
2426
|
+
"cxLiterals": [],
|
|
2427
|
+
"internalComponents": [
|
|
2428
|
+
"AvatarImage"
|
|
2429
|
+
],
|
|
2430
|
+
"internalComponentProps": {},
|
|
2431
|
+
"propToVariantKeys": {},
|
|
2432
|
+
"motionVarPrefixes": []
|
|
2433
|
+
},
|
|
2434
|
+
"AvatarIcon": {
|
|
2435
|
+
"name": "AvatarIcon",
|
|
2436
|
+
"defaultProps": {
|
|
2437
|
+
"size": "md",
|
|
2438
|
+
"variant": "primary"
|
|
2439
|
+
},
|
|
2440
|
+
"getStylesLiterals": {},
|
|
2441
|
+
"cxLiterals": [
|
|
2442
|
+
"overflow-hidden",
|
|
2443
|
+
"w-full",
|
|
2444
|
+
"h-full",
|
|
2445
|
+
"shrink-0",
|
|
2446
|
+
"text-center",
|
|
2447
|
+
"inline-flex",
|
|
2448
|
+
"justify-center",
|
|
2449
|
+
"items-center"
|
|
2450
|
+
],
|
|
2451
|
+
"internalComponents": [
|
|
2452
|
+
"IconSlot",
|
|
2453
|
+
"Box"
|
|
2454
|
+
],
|
|
2455
|
+
"internalComponentProps": {},
|
|
2456
|
+
"propToVariantKeys": {
|
|
2503
2457
|
"size": [
|
|
2504
|
-
"
|
|
2458
|
+
"avatarSizeIcon"
|
|
2505
2459
|
]
|
|
2506
2460
|
},
|
|
2507
2461
|
"motionVarPrefixes": []
|
|
2508
2462
|
},
|
|
2509
|
-
"
|
|
2510
|
-
"name": "
|
|
2463
|
+
"AvatarImage": {
|
|
2464
|
+
"name": "AvatarImage",
|
|
2465
|
+
"defaultProps": {
|
|
2466
|
+
"size": "md",
|
|
2467
|
+
"variant": "primary"
|
|
2468
|
+
},
|
|
2469
|
+
"getStylesLiterals": {},
|
|
2470
|
+
"cxLiterals": [
|
|
2471
|
+
"overflow-hidden",
|
|
2472
|
+
"w-full",
|
|
2473
|
+
"h-full",
|
|
2474
|
+
"shrink-0",
|
|
2475
|
+
"text-center",
|
|
2476
|
+
"inline-flex",
|
|
2477
|
+
"justify-center",
|
|
2478
|
+
"items-center",
|
|
2479
|
+
"object-cover"
|
|
2480
|
+
],
|
|
2481
|
+
"internalComponents": [
|
|
2482
|
+
"UDSImage",
|
|
2483
|
+
"AvatarText",
|
|
2484
|
+
"AvatarIcon",
|
|
2485
|
+
"Box"
|
|
2486
|
+
],
|
|
2487
|
+
"internalComponentProps": {},
|
|
2488
|
+
"propToVariantKeys": {
|
|
2489
|
+
"alt": [
|
|
2490
|
+
"name"
|
|
2491
|
+
],
|
|
2492
|
+
"fallback": [
|
|
2493
|
+
"initials"
|
|
2494
|
+
]
|
|
2495
|
+
},
|
|
2496
|
+
"motionVarPrefixes": []
|
|
2497
|
+
},
|
|
2498
|
+
"AvatarText": {
|
|
2499
|
+
"name": "AvatarText",
|
|
2500
|
+
"defaultProps": {
|
|
2501
|
+
"size": "md",
|
|
2502
|
+
"variant": "primary"
|
|
2503
|
+
},
|
|
2504
|
+
"getStylesLiterals": {},
|
|
2505
|
+
"cxLiterals": [
|
|
2506
|
+
"overflow-hidden",
|
|
2507
|
+
"truncate",
|
|
2508
|
+
"w-full",
|
|
2509
|
+
"h-full",
|
|
2510
|
+
"shrink-0",
|
|
2511
|
+
"text-center",
|
|
2512
|
+
"inline-flex",
|
|
2513
|
+
"justify-center",
|
|
2514
|
+
"items-center"
|
|
2515
|
+
],
|
|
2516
|
+
"internalComponents": [
|
|
2517
|
+
"Box",
|
|
2518
|
+
"Text"
|
|
2519
|
+
],
|
|
2520
|
+
"internalComponentProps": {
|
|
2521
|
+
"Text": {
|
|
2522
|
+
"color": [
|
|
2523
|
+
"inherit"
|
|
2524
|
+
],
|
|
2525
|
+
"variant": [
|
|
2526
|
+
"inherit"
|
|
2527
|
+
]
|
|
2528
|
+
}
|
|
2529
|
+
},
|
|
2530
|
+
"propToVariantKeys": {},
|
|
2531
|
+
"motionVarPrefixes": []
|
|
2532
|
+
},
|
|
2533
|
+
"UDSBreakpointsConfigProvider": {
|
|
2534
|
+
"name": "UDSBreakpointsConfigProvider",
|
|
2511
2535
|
"defaultProps": {},
|
|
2512
2536
|
"getStylesLiterals": {},
|
|
2513
2537
|
"cxLiterals": [],
|
|
2514
2538
|
"internalComponents": [
|
|
2515
|
-
"
|
|
2539
|
+
"UDSBreakpointsConfigContext.Provider"
|
|
2516
2540
|
],
|
|
2517
2541
|
"internalComponentProps": {},
|
|
2518
2542
|
"propToVariantKeys": {},
|
|
2519
2543
|
"motionVarPrefixes": []
|
|
2520
2544
|
},
|
|
2521
|
-
"
|
|
2522
|
-
"name": "
|
|
2545
|
+
"UDSConfigProvider": {
|
|
2546
|
+
"name": "UDSConfigProvider",
|
|
2523
2547
|
"defaultProps": {},
|
|
2524
2548
|
"getStylesLiterals": {},
|
|
2525
2549
|
"cxLiterals": [],
|
|
2526
2550
|
"internalComponents": [
|
|
2527
|
-
"
|
|
2551
|
+
"UDSBreakpointsConfigProvider",
|
|
2552
|
+
"UDSBottomSheetConfigProvider",
|
|
2553
|
+
"UDSToastConfigProvider",
|
|
2554
|
+
"UDSTooltipConfigProvider"
|
|
2528
2555
|
],
|
|
2529
2556
|
"internalComponentProps": {},
|
|
2530
2557
|
"propToVariantKeys": {},
|
|
@@ -2652,32 +2679,5 @@
|
|
|
2652
2679
|
"internalComponentProps": {},
|
|
2653
2680
|
"propToVariantKeys": {},
|
|
2654
2681
|
"motionVarPrefixes": []
|
|
2655
|
-
},
|
|
2656
|
-
"UDSBreakpointsConfigProvider": {
|
|
2657
|
-
"name": "UDSBreakpointsConfigProvider",
|
|
2658
|
-
"defaultProps": {},
|
|
2659
|
-
"getStylesLiterals": {},
|
|
2660
|
-
"cxLiterals": [],
|
|
2661
|
-
"internalComponents": [
|
|
2662
|
-
"UDSBreakpointsConfigContext.Provider"
|
|
2663
|
-
],
|
|
2664
|
-
"internalComponentProps": {},
|
|
2665
|
-
"propToVariantKeys": {},
|
|
2666
|
-
"motionVarPrefixes": []
|
|
2667
|
-
},
|
|
2668
|
-
"UDSConfigProvider": {
|
|
2669
|
-
"name": "UDSConfigProvider",
|
|
2670
|
-
"defaultProps": {},
|
|
2671
|
-
"getStylesLiterals": {},
|
|
2672
|
-
"cxLiterals": [],
|
|
2673
|
-
"internalComponents": [
|
|
2674
|
-
"UDSBreakpointsConfigProvider",
|
|
2675
|
-
"UDSBottomSheetConfigProvider",
|
|
2676
|
-
"UDSToastConfigProvider",
|
|
2677
|
-
"UDSTooltipConfigProvider"
|
|
2678
|
-
],
|
|
2679
|
-
"internalComponentProps": {},
|
|
2680
|
-
"propToVariantKeys": {},
|
|
2681
|
-
"motionVarPrefixes": []
|
|
2682
2682
|
}
|
|
2683
2683
|
}
|