@granto-umbrella/umbrella-components 1.0.2 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/azure-static-web-apps-white-beach-08c746f0f.yml +1 -5
- package/dist/umbrella-components.es.js +178 -99
- package/dist/umbrella-components.umd.js +55 -52
- package/package.json +1 -1
- package/src/components/atoms/Button/Button.stories.tsx +16 -0
- package/src/components/atoms/Button/Button.styles.ts +22 -17
- package/src/components/atoms/Button/Button.tsx +10 -1
- package/src/components/atoms/Button/Button.types.ts +2 -0
- package/src/components/atoms/Input/Input.styles.ts +3 -3
- package/src/styles/tokens/colors.ts +126 -72
- package/src/styles/tokens/sizes.ts +9 -9
- package/src/styles/tokens/typography.ts +42 -29
- package/storybook-static/assets/Button.stories-CubAed3-.js +104 -0
- package/storybook-static/assets/{Color-F6OSRLHC-DIVYeXSt.js → Color-F6OSRLHC-Cp9-dG6V.js} +1 -1
- package/storybook-static/assets/{DocsRenderer-CFRXHY34-CT_eS361.js → DocsRenderer-CFRXHY34-DDGw4WUk.js} +4 -4
- package/storybook-static/assets/{Input.stories-Wd3mlW4i.js → Input.stories-Br0tECZv.js} +4 -4
- package/storybook-static/assets/{Select.stories-D_MrjaqW.js → Select.stories-BpxQqqz7.js} +1 -1
- package/storybook-static/assets/{Tokens.stories-UNT08x7W.js → Tokens.stories-DW0i3GNx.js} +8 -8
- package/storybook-static/assets/borders-z5bx5302.js +2 -0
- package/storybook-static/assets/{entry-preview-CiwqR2jx.js → entry-preview-BoDbnVR7.js} +1 -1
- package/storybook-static/assets/{iframe-039Wi6Rb.js → iframe-DzJWU6bo.js} +2 -2
- package/storybook-static/assets/{index-Bn6FWhtY.js → index-Bh6REuwa.js} +1 -1
- package/storybook-static/assets/{preview-M2P5O1Yh.js → preview-DzeJMkp6.js} +2 -2
- package/storybook-static/assets/{shadows-UA8VM2PE.js → shadows-fPU87ork.js} +1 -1
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/index.json +1 -1
- package/storybook-static/project.json +1 -1
- package/storybook-static/assets/Button.stories-WRnO5s_-.js +0 -101
- package/storybook-static/assets/borders-DvLsUYxz.js +0 -2
|
@@ -31,10 +31,6 @@ jobs:
|
|
|
31
31
|
- name: Install dependencies
|
|
32
32
|
run: yarn install
|
|
33
33
|
|
|
34
|
-
# Build Storybook
|
|
35
|
-
- name: Build Storybook
|
|
36
|
-
run: yarn build-storybook
|
|
37
|
-
|
|
38
34
|
# Deploy to Azure Static Web Apps
|
|
39
35
|
- name: Deploy to Azure Static Web Apps
|
|
40
36
|
id: builddeploy
|
|
@@ -43,7 +39,7 @@ jobs:
|
|
|
43
39
|
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_WHITE_BEACH_08C746F0F }}
|
|
44
40
|
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for GitHub integrations (i.e., PR comments)
|
|
45
41
|
action: "upload"
|
|
46
|
-
app_location: "" # Root of the built Storybook
|
|
42
|
+
app_location: "/storybook-static" # Root of the built Storybook
|
|
47
43
|
api_location: "" # API source code path - optional
|
|
48
44
|
output_location: "storybook-static" # Built Storybook directory
|
|
49
45
|
|
|
@@ -1780,50 +1780,104 @@ const w = {
|
|
|
1780
1780
|
"--white": "#FFFFFF",
|
|
1781
1781
|
"--black": "#000000"
|
|
1782
1782
|
},
|
|
1783
|
-
|
|
1784
|
-
"--
|
|
1785
|
-
"--
|
|
1786
|
-
"--
|
|
1787
|
-
"--
|
|
1788
|
-
"--
|
|
1789
|
-
"--
|
|
1783
|
+
gray: {
|
|
1784
|
+
"--gray-50": "#F7F7F7",
|
|
1785
|
+
"--gray-100": "#F0F0F0",
|
|
1786
|
+
"--gray-150": "#E3E3E3",
|
|
1787
|
+
"--gray-200": "#CFCFCF",
|
|
1788
|
+
"--gray-250": "#B7B7B7",
|
|
1789
|
+
"--gray-300": "#9B9B9B",
|
|
1790
|
+
"--gray-350": "#7F7F7F",
|
|
1791
|
+
"--gray-400": "#606060",
|
|
1792
|
+
"--gray-450": "#464646",
|
|
1793
|
+
"--gray-500": "#333333",
|
|
1794
|
+
"--gray-550": "#1D1D1D",
|
|
1795
|
+
"--gray-600": "#0F0F0F",
|
|
1796
|
+
"--gray-650": "#070707"
|
|
1790
1797
|
},
|
|
1791
|
-
|
|
1792
|
-
"--
|
|
1793
|
-
"--
|
|
1794
|
-
"--
|
|
1795
|
-
"--
|
|
1796
|
-
"--
|
|
1798
|
+
purple: {
|
|
1799
|
+
"--purple-50": "#FAF9FC",
|
|
1800
|
+
"--purple-100": "#F8F6FB",
|
|
1801
|
+
"--purple-150": "#F2EEF9",
|
|
1802
|
+
"--purple-200": "#E7DEF6",
|
|
1803
|
+
"--purple-250": "#D6C6F3",
|
|
1804
|
+
"--purple-300": "#C4A7F1",
|
|
1805
|
+
"--purple-350": "#9F88ED",
|
|
1806
|
+
"--purple-400": "#9852E8",
|
|
1807
|
+
"--purple-450": "#6B32D0",
|
|
1808
|
+
"--purple-500": "#5828AC",
|
|
1809
|
+
"--purple-550": "#35166C",
|
|
1810
|
+
"--purple-600": "#210B48",
|
|
1811
|
+
"--purple-650": "#12062B"
|
|
1797
1812
|
},
|
|
1798
|
-
|
|
1799
|
-
"--
|
|
1800
|
-
"--
|
|
1801
|
-
"--
|
|
1802
|
-
"--
|
|
1803
|
-
"--
|
|
1804
|
-
"--
|
|
1813
|
+
green: {
|
|
1814
|
+
"--green-50": "#F4FDF3",
|
|
1815
|
+
"--green-100": "#ECFCEA",
|
|
1816
|
+
"--green-150": "#DAFBD6",
|
|
1817
|
+
"--green-200": "#ACFBA5",
|
|
1818
|
+
"--green-250": "#45F73D",
|
|
1819
|
+
"--green-300": "#25DD1E",
|
|
1820
|
+
"--green-350": "#19BC13",
|
|
1821
|
+
"--green-400": "#129A0D",
|
|
1822
|
+
"--green-450": "#0B7908",
|
|
1823
|
+
"--green-500": "#055604",
|
|
1824
|
+
"--green-550": "#033B02",
|
|
1825
|
+
"--green-600": "#022501",
|
|
1826
|
+
"--green-650": "#011501"
|
|
1805
1827
|
},
|
|
1806
|
-
|
|
1807
|
-
"--
|
|
1808
|
-
"--
|
|
1809
|
-
"--
|
|
1810
|
-
"--
|
|
1811
|
-
"--
|
|
1812
|
-
"--
|
|
1828
|
+
red: {
|
|
1829
|
+
"--red-50": "#FDF9F6",
|
|
1830
|
+
"--red-100": "#FBF5F4",
|
|
1831
|
+
"--red-150": "#F9EDEB",
|
|
1832
|
+
"--red-200": "#F8DBD7",
|
|
1833
|
+
"--red-250": "#F7C0B9",
|
|
1834
|
+
"--red-300": "#F79B90",
|
|
1835
|
+
"--red-350": "#F5675D",
|
|
1836
|
+
"--red-400": "#CF2B2B",
|
|
1837
|
+
"--red-450": "#AE2320",
|
|
1838
|
+
"--red-500": "#821717",
|
|
1839
|
+
"--red-550": "#5A0C0C",
|
|
1840
|
+
"--red-600": "#3B0606",
|
|
1841
|
+
"--red-650": "#230303"
|
|
1813
1842
|
},
|
|
1814
|
-
|
|
1815
|
-
"--
|
|
1816
|
-
"--
|
|
1817
|
-
"--
|
|
1818
|
-
"--
|
|
1819
|
-
"--
|
|
1843
|
+
blue: {
|
|
1844
|
+
"--blue-50": "#F8FAFD",
|
|
1845
|
+
"--blue-100": "#F4F7FC",
|
|
1846
|
+
"--blue-150": "#EAF1FA",
|
|
1847
|
+
"--blue-200": "#D5E4F9",
|
|
1848
|
+
"--blue-250": "#B6D2F8",
|
|
1849
|
+
"--blue-300": "#8CBAF8",
|
|
1850
|
+
"--blue-350": "#579DF7",
|
|
1851
|
+
"--blue-400": "#1C72D6",
|
|
1852
|
+
"--blue-450": "#155FB3",
|
|
1853
|
+
"--blue-500": "#0E4585",
|
|
1854
|
+
"--blue-550": "#062E5D",
|
|
1855
|
+
"--blue-600": "#031C3D",
|
|
1856
|
+
"--blue-650": "#020F24"
|
|
1820
1857
|
},
|
|
1821
|
-
|
|
1822
|
-
"--
|
|
1823
|
-
"--
|
|
1824
|
-
"--
|
|
1825
|
-
"--
|
|
1826
|
-
"--
|
|
1858
|
+
yellow: {
|
|
1859
|
+
"--yellow-50": "#FEFCE1",
|
|
1860
|
+
"--yellow-100": "#FDF9CB",
|
|
1861
|
+
"--yellow-150": "#FDF497",
|
|
1862
|
+
"--yellow-200": "#FDEA04",
|
|
1863
|
+
"--yellow-250": "#FFE504",
|
|
1864
|
+
"--yellow-300": "#FFD804",
|
|
1865
|
+
"--yellow-350": "#FFC900",
|
|
1866
|
+
"--yellow-400": "#B38F00",
|
|
1867
|
+
"--yellow-450": "#806000",
|
|
1868
|
+
"--yellow-500": "#4D3B00"
|
|
1869
|
+
},
|
|
1870
|
+
orange: {
|
|
1871
|
+
"--orange-50": "#FFF8E5",
|
|
1872
|
+
"--orange-100": "#FFE5B3",
|
|
1873
|
+
"--orange-150": "#FFD180",
|
|
1874
|
+
"--orange-200": "#FFC14D",
|
|
1875
|
+
"--orange-250": "#FFA500",
|
|
1876
|
+
"--orange-300": "#CC8500",
|
|
1877
|
+
"--orange-350": "#996300",
|
|
1878
|
+
"--orange-400": "#805500",
|
|
1879
|
+
"--orange-450": "#664400",
|
|
1880
|
+
"--orange-500": "#4D3300"
|
|
1827
1881
|
}
|
|
1828
1882
|
}, $ = {
|
|
1829
1883
|
base: {
|
|
@@ -1831,49 +1885,49 @@ const w = {
|
|
|
1831
1885
|
"--text": w.base["--black"]
|
|
1832
1886
|
},
|
|
1833
1887
|
neutral: {
|
|
1834
|
-
"--neutral-100": w.
|
|
1835
|
-
"--neutral-200": w.
|
|
1836
|
-
"--neutral-300": w.
|
|
1837
|
-
"--neutral-400": w.
|
|
1838
|
-
"--neutral-
|
|
1839
|
-
"--neutral-
|
|
1888
|
+
"--neutral-100": w.gray["--gray-100"],
|
|
1889
|
+
"--neutral-200": w.gray["--gray-200"],
|
|
1890
|
+
"--neutral-300": w.gray["--gray-300"],
|
|
1891
|
+
"--neutral-400": w.gray["--gray-400"],
|
|
1892
|
+
"--neutral-450": w.gray["--gray-450"],
|
|
1893
|
+
"--neutral-500": w.gray["--gray-500"],
|
|
1894
|
+
"--neutral-600": w.gray["--gray-600"]
|
|
1840
1895
|
},
|
|
1841
1896
|
branding: {
|
|
1842
|
-
"--branding-100": w.
|
|
1843
|
-
"--branding-200": w.
|
|
1844
|
-
"--branding-300": w.
|
|
1845
|
-
"--branding-400": w.
|
|
1846
|
-
"--branding-
|
|
1897
|
+
"--branding-100": w.purple["--purple-100"],
|
|
1898
|
+
"--branding-200": w.purple["--purple-200"],
|
|
1899
|
+
"--branding-300": w.purple["--purple-300"],
|
|
1900
|
+
"--branding-400": w.purple["--purple-400"],
|
|
1901
|
+
"--branding-450": w.purple["--purple-450"],
|
|
1902
|
+
"--branding-500": w.purple["--purple-500"],
|
|
1903
|
+
"--branding-550": w.purple["--purple-550"]
|
|
1847
1904
|
},
|
|
1848
1905
|
success: {
|
|
1849
|
-
"--success-100": w.
|
|
1850
|
-
"--success-200": w.
|
|
1851
|
-
"--success-300": w.
|
|
1852
|
-
"--success-400": w.
|
|
1853
|
-
"--success-500": w.
|
|
1854
|
-
"--success-600": w.
|
|
1906
|
+
"--success-100": w.green["--green-50"],
|
|
1907
|
+
"--success-200": w.green["--green-200"],
|
|
1908
|
+
"--success-300": w.green["--green-300"],
|
|
1909
|
+
"--success-400": w.green["--green-400"],
|
|
1910
|
+
"--success-500": w.green["--green-500"],
|
|
1911
|
+
"--success-600": w.green["--green-600"]
|
|
1855
1912
|
},
|
|
1856
1913
|
danger: {
|
|
1857
|
-
"--danger-100": w.
|
|
1858
|
-
"--danger-200": w.
|
|
1859
|
-
"--danger-300": w.
|
|
1860
|
-
"--danger-400": w.
|
|
1861
|
-
"--danger-
|
|
1862
|
-
"--danger-
|
|
1914
|
+
"--danger-100": w.red["--red-50"],
|
|
1915
|
+
"--danger-200": w.red["--red-200"],
|
|
1916
|
+
"--danger-300": w.red["--red-300"],
|
|
1917
|
+
"--danger-400": w.red["--red-400"],
|
|
1918
|
+
"--danger-450": w.red["--red-450"],
|
|
1919
|
+
"--danger-500": w.red["--red-500"],
|
|
1920
|
+
"--danger-600": w.red["--red-600"]
|
|
1863
1921
|
},
|
|
1864
1922
|
warning: {
|
|
1865
|
-
"--warning-100": w.
|
|
1866
|
-
"--warning-200": w.
|
|
1867
|
-
"--warning-300": w.
|
|
1868
|
-
"--warning-400": w.
|
|
1869
|
-
"--warning-500": w.warning["--warning-500"]
|
|
1923
|
+
"--warning-100": w.yellow["--yellow-50"],
|
|
1924
|
+
"--warning-200": w.yellow["--yellow-200"],
|
|
1925
|
+
"--warning-300": w.yellow["--yellow-300"],
|
|
1926
|
+
"--warning-400": w.yellow["--yellow-400"]
|
|
1870
1927
|
},
|
|
1871
1928
|
info: {
|
|
1872
|
-
"--info-100": w.
|
|
1873
|
-
"--info-200": w.
|
|
1874
|
-
"--info-300": w.info["--info-300"],
|
|
1875
|
-
"--info-400": w.info["--info-400"],
|
|
1876
|
-
"--info-500": w.info["--info-500"]
|
|
1929
|
+
"--info-100": w.blue["--blue-50"],
|
|
1930
|
+
"--info-200": w.blue["--blue-100"]
|
|
1877
1931
|
}
|
|
1878
1932
|
}, p0 = {
|
|
1879
1933
|
width: {
|
|
@@ -1965,14 +2019,23 @@ const w = {
|
|
|
1965
2019
|
// 80px
|
|
1966
2020
|
}, K = {
|
|
1967
2021
|
xs: C["size-0.5"],
|
|
2022
|
+
// 2px
|
|
1968
2023
|
sm: C["size-1"],
|
|
2024
|
+
// 4px
|
|
1969
2025
|
md: C["size-2"],
|
|
2026
|
+
// 8px
|
|
1970
2027
|
lg: C["size-3"],
|
|
2028
|
+
// 12px
|
|
1971
2029
|
xl: C["size-4"],
|
|
2030
|
+
// 16px
|
|
1972
2031
|
"2xl": C["size-6"],
|
|
2032
|
+
// 24px
|
|
1973
2033
|
"3xl": C["size-8"],
|
|
2034
|
+
// 32px
|
|
1974
2035
|
"4xl": C["size-10"],
|
|
2036
|
+
// 40px
|
|
1975
2037
|
full: "100%"
|
|
2038
|
+
// Representa largura ou altura completa
|
|
1976
2039
|
}, Xt2 = {
|
|
1977
2040
|
xs: b0`
|
|
1978
2041
|
padding: ${C["size-1.5"]} ${K.xl};
|
|
@@ -1996,52 +2059,52 @@ const w = {
|
|
|
1996
2059
|
`
|
|
1997
2060
|
}, Qt2 = {
|
|
1998
2061
|
primary: b0`
|
|
1999
|
-
background: ${$.branding["--branding-
|
|
2062
|
+
background: ${$.branding["--branding-500"]};
|
|
2000
2063
|
color: ${$.base["--background"]};
|
|
2001
2064
|
border: none;
|
|
2002
2065
|
&:hover {
|
|
2003
|
-
background: ${$.branding["--branding-
|
|
2066
|
+
background: ${$.branding["--branding-450"]};
|
|
2004
2067
|
}
|
|
2005
2068
|
&:active {
|
|
2006
|
-
background: ${$.branding["--branding-
|
|
2069
|
+
background: ${$.branding["--branding-550"]};
|
|
2007
2070
|
}
|
|
2008
2071
|
&:disabled {
|
|
2009
|
-
background: ${$.branding["--branding-
|
|
2072
|
+
background: ${$.branding["--branding-200"]};
|
|
2010
2073
|
}
|
|
2011
2074
|
`,
|
|
2012
2075
|
outline: b0`
|
|
2013
|
-
border: 1px solid ${$.branding["--branding-
|
|
2014
|
-
color: ${$.branding["--branding-
|
|
2076
|
+
border: 1px solid ${$.branding["--branding-500"]};
|
|
2077
|
+
color: ${$.branding["--branding-500"]};
|
|
2015
2078
|
background: transparent;
|
|
2016
2079
|
&:hover {
|
|
2017
|
-
border: 1px solid ${$.branding["--branding-
|
|
2018
|
-
color: ${$.branding["--branding-
|
|
2080
|
+
border: 1px solid ${$.branding["--branding-450"]};
|
|
2081
|
+
color: ${$.branding["--branding-450"]};
|
|
2019
2082
|
}
|
|
2020
2083
|
&:active {
|
|
2021
|
-
border: 1px solid ${$.branding["--branding-
|
|
2022
|
-
color: ${$.branding["--branding-
|
|
2084
|
+
border: 1px solid ${$.branding["--branding-550"]};
|
|
2085
|
+
color: ${$.branding["--branding-550"]};
|
|
2023
2086
|
}
|
|
2024
2087
|
&:disabled {
|
|
2025
|
-
color: ${$.branding["--branding-
|
|
2026
|
-
border: 1px solid ${$.branding["--branding-
|
|
2088
|
+
color: ${$.branding["--branding-200"]};
|
|
2089
|
+
border: 1px solid ${$.branding["--branding-200"]};
|
|
2027
2090
|
}
|
|
2028
2091
|
`,
|
|
2029
2092
|
ghost: b0`
|
|
2030
2093
|
background: transparent;
|
|
2031
|
-
color: ${$.branding["--branding-
|
|
2094
|
+
color: ${$.branding["--branding-500"]};
|
|
2032
2095
|
border: none;
|
|
2033
2096
|
&:hover {
|
|
2034
|
-
color: ${$.branding["--branding-
|
|
2097
|
+
color: ${$.branding["--branding-450"]};
|
|
2035
2098
|
}
|
|
2036
2099
|
&:active {
|
|
2037
|
-
color: ${$.branding["--branding-
|
|
2100
|
+
color: ${$.branding["--branding-550"]};
|
|
2038
2101
|
}
|
|
2039
2102
|
&:disabled {
|
|
2040
|
-
color: ${$.branding["--branding-
|
|
2103
|
+
color: ${$.branding["--branding-200"]};
|
|
2041
2104
|
}
|
|
2042
2105
|
`,
|
|
2043
2106
|
danger: b0`
|
|
2044
|
-
background: ${$.danger["--danger-
|
|
2107
|
+
background: ${$.danger["--danger-450"]};
|
|
2045
2108
|
color: ${$.base["--background"]};
|
|
2046
2109
|
border: none;
|
|
2047
2110
|
&:hover {
|
|
@@ -2066,6 +2129,9 @@ const w = {
|
|
|
2066
2129
|
${({ size: a }) => Xt2[a]}
|
|
2067
2130
|
${({ variant: a }) => Qt2[a]}
|
|
2068
2131
|
|
|
2132
|
+
width: ${({ width: a }) => a || "auto"};
|
|
2133
|
+
height: ${({ height: a }) => a || "auto"};
|
|
2134
|
+
|
|
2069
2135
|
&:disabled {
|
|
2070
2136
|
cursor: not-allowed;
|
|
2071
2137
|
opacity: 0.6;
|
|
@@ -80850,14 +80916,27 @@ const g2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
80850
80916
|
isLoading: o = !1,
|
|
80851
80917
|
leftIcon: i,
|
|
80852
80918
|
rightIcon: s,
|
|
80853
|
-
|
|
80919
|
+
width: A,
|
|
80920
|
+
height: v,
|
|
80921
|
+
...f
|
|
80854
80922
|
}) => {
|
|
80855
|
-
const
|
|
80856
|
-
return /* @__PURE__ */ R.jsx(
|
|
80857
|
-
|
|
80858
|
-
|
|
80859
|
-
|
|
80860
|
-
|
|
80923
|
+
const Z = i && g2[i], h = s && g2[s];
|
|
80924
|
+
return /* @__PURE__ */ R.jsx(
|
|
80925
|
+
Yt2,
|
|
80926
|
+
{
|
|
80927
|
+
size: e,
|
|
80928
|
+
variant: t,
|
|
80929
|
+
radius: p,
|
|
80930
|
+
width: A,
|
|
80931
|
+
height: v,
|
|
80932
|
+
...f,
|
|
80933
|
+
children: o ? /* @__PURE__ */ R.jsx(P2, { size: 16 }) : /* @__PURE__ */ R.jsxs(R.Fragment, { children: [
|
|
80934
|
+
Z && /* @__PURE__ */ R.jsx("span", { className: "icon-left", children: /* @__PURE__ */ R.jsx(Z, { size: 16 }) }),
|
|
80935
|
+
a,
|
|
80936
|
+
h && /* @__PURE__ */ R.jsx("span", { className: "icon-right", children: /* @__PURE__ */ R.jsx(h, { size: 16 }) })
|
|
80937
|
+
] })
|
|
80938
|
+
}
|
|
80939
|
+
);
|
|
80861
80940
|
}, mmt = {
|
|
80862
80941
|
xs: K.xs,
|
|
80863
80942
|
sm: K.sm,
|
|
@@ -80874,14 +80953,14 @@ const g2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
80874
80953
|
}, pmt = Q.div`
|
|
80875
80954
|
display: flex;
|
|
80876
80955
|
flex-direction: column;
|
|
80877
|
-
gap: ${C["size-
|
|
80956
|
+
gap: ${C["size-4"]};
|
|
80878
80957
|
`, omt = Q.label`
|
|
80879
|
-
font-size: ${C["size-
|
|
80958
|
+
font-size: ${C["size-4"]};
|
|
80880
80959
|
color: ${$.neutral["--neutral-500"]};
|
|
80881
80960
|
font-weight: 500;
|
|
80882
80961
|
`, imt = Q.span`
|
|
80883
80962
|
font-size: ${C["size-3"]};
|
|
80884
|
-
color: ${({ $error: a }) => a ? $.danger["--danger-400"] : $.neutral["--neutral-
|
|
80963
|
+
color: ${({ $error: a }) => a ? $.danger["--danger-400"] : $.neutral["--neutral-450"]};
|
|
80885
80964
|
`, umt = Q.div`
|
|
80886
80965
|
display: flex;
|
|
80887
80966
|
align-items: center;
|