@liner-fe/prism 1.6.2 → 1.6.4
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/README.md +1 -34
- package/lib/assets/close-fill.d.ts +8 -0
- package/lib/assets/index.d.ts +1 -0
- package/lib/components/Button/index.d.ts +4 -2
- package/lib/components/CheckBox/index.d.ts +1 -0
- package/lib/components/Radio/index.d.ts +1 -0
- package/lib/components/Toast/inedx.d.ts +5 -1
- package/lib/index.css +68 -51
- package/lib/index.css.map +2 -2
- package/lib/index.mjs +210 -162
- package/lib/index.mjs.map +4 -4
- package/lib/token/border-radius/index.d.ts +1 -1
- package/package.json +1 -1
- /package/lib/{token/typography → components/Typography}/Display.d.ts +0 -0
- /package/lib/{token/typography → components/Typography}/Heading.d.ts +0 -0
- /package/lib/{token/typography → components/Typography}/Paragraph.d.ts +0 -0
- /package/lib/{token/typography → components/Typography}/Title.d.ts +0 -0
- /package/lib/{token/typography → components/Typography}/index.d.ts +0 -0
- /package/lib/{token/typography → components/Typography}/types.d.ts +0 -0
package/lib/index.mjs
CHANGED
|
@@ -11,26 +11,29 @@ import { forwardRef } from "react";
|
|
|
11
11
|
|
|
12
12
|
// src/components/Button/style.module.scss
|
|
13
13
|
var style_module_default = {
|
|
14
|
-
"button": "
|
|
15
|
-
"default": "
|
|
16
|
-
"text": "
|
|
17
|
-
"primary": "
|
|
18
|
-
"secondary": "
|
|
19
|
-
"tertiary": "
|
|
20
|
-
"quaternary": "
|
|
21
|
-
"error": "
|
|
22
|
-
"inverse": "
|
|
23
|
-
"ghost": "
|
|
24
|
-
"cta": "
|
|
25
|
-
"l": "
|
|
26
|
-
"m": "
|
|
27
|
-
"s": "
|
|
28
|
-
"
|
|
29
|
-
"align-
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"inverse-
|
|
33
|
-
"
|
|
14
|
+
"button": "_button_1yjm2_1",
|
|
15
|
+
"default": "_default_1yjm2_21",
|
|
16
|
+
"text": "_text_1yjm2_29",
|
|
17
|
+
"primary": "_primary_1yjm2_38",
|
|
18
|
+
"secondary": "_secondary_1yjm2_45",
|
|
19
|
+
"tertiary": "_tertiary_1yjm2_52",
|
|
20
|
+
"quaternary": "_quaternary_1yjm2_63",
|
|
21
|
+
"error": "_error_1yjm2_82",
|
|
22
|
+
"inverse": "_inverse_1yjm2_89",
|
|
23
|
+
"ghost": "_ghost_1yjm2_107",
|
|
24
|
+
"cta": "_cta_1yjm2_142",
|
|
25
|
+
"l": "_l_1yjm2_151",
|
|
26
|
+
"m": "_m_1yjm2_159",
|
|
27
|
+
"s": "_s_1yjm2_45",
|
|
28
|
+
"xs": "_xs_1yjm2_175",
|
|
29
|
+
"align-center": "_align-center_1yjm2_183",
|
|
30
|
+
"align-space-between": "_align-space-between_1yjm2_187",
|
|
31
|
+
"neutral-primary": "_neutral-primary_1yjm2_191",
|
|
32
|
+
"inverse-primary": "_inverse-primary_1yjm2_196",
|
|
33
|
+
"inverse-static-primary": "_inverse-static-primary_1yjm2_200",
|
|
34
|
+
"content": "_content_1yjm2_204",
|
|
35
|
+
"full": "_full_1yjm2_208",
|
|
36
|
+
"fit-content": "_fit-content_1yjm2_212"
|
|
34
37
|
};
|
|
35
38
|
|
|
36
39
|
// src/components/Button/index.tsx
|
|
@@ -1915,22 +1918,50 @@ var ICClose = /* @__PURE__ */ __name((props) => {
|
|
|
1915
1918
|
) });
|
|
1916
1919
|
}, "ICClose");
|
|
1917
1920
|
|
|
1918
|
-
// src/assets/
|
|
1921
|
+
// src/assets/close-fill.tsx
|
|
1919
1922
|
import { useState as useState41 } from "react";
|
|
1920
1923
|
import { jsx as jsx41, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
1921
|
-
var
|
|
1924
|
+
var ICCloseFill = /* @__PURE__ */ __name((props) => {
|
|
1922
1925
|
const [isDarkMode, setIsDarkMode] = useState41(false);
|
|
1923
1926
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1927
|
+
return /* @__PURE__ */ jsx41("svg", { width: size, height: size, viewBox: "4 4 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsxs26("g", { id: "fill=true, thick=true, color=true", children: [
|
|
1928
|
+
/* @__PURE__ */ jsx41(
|
|
1929
|
+
"path",
|
|
1930
|
+
{
|
|
1931
|
+
id: "Vector",
|
|
1932
|
+
d: "M44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4C35.0457 4 44 12.9543 44 24Z",
|
|
1933
|
+
fill: "#1E1E1F"
|
|
1934
|
+
}
|
|
1935
|
+
),
|
|
1936
|
+
/* @__PURE__ */ jsx41(
|
|
1937
|
+
"path",
|
|
1938
|
+
{
|
|
1939
|
+
id: "Vector_2",
|
|
1940
|
+
"fill-rule": "evenodd",
|
|
1941
|
+
"clip-rule": "evenodd",
|
|
1942
|
+
d: "M21.2019 24.0526L15.6575 29.5971L18.4859 32.4255L24.0304 26.8811L29.622 32.4727L32.4504 29.6443L26.8588 24.0526L32.4973 18.4141L29.6689 15.5857L24.0304 21.2242L18.439 15.6329L15.6106 18.4613L21.2019 24.0526Z",
|
|
1943
|
+
fill: "white"
|
|
1944
|
+
}
|
|
1945
|
+
)
|
|
1946
|
+
] }) });
|
|
1947
|
+
}, "ICCloseFill");
|
|
1948
|
+
|
|
1949
|
+
// src/assets/lock.tsx
|
|
1950
|
+
import { useState as useState42 } from "react";
|
|
1951
|
+
import { jsx as jsx42, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
1952
|
+
var ICLock = /* @__PURE__ */ __name((props) => {
|
|
1953
|
+
const [isDarkMode, setIsDarkMode] = useState42(false);
|
|
1954
|
+
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1924
1955
|
if (thick) {
|
|
1925
|
-
return /* @__PURE__ */
|
|
1926
|
-
/* @__PURE__ */
|
|
1956
|
+
return /* @__PURE__ */ jsxs27("svg", { ...props, width: size, height: size, viewBox: "0 0 32 41", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1957
|
+
/* @__PURE__ */ jsx42(
|
|
1927
1958
|
"path",
|
|
1928
1959
|
{
|
|
1929
1960
|
d: "M15.8711 26.9998C16.4234 26.9998 16.8711 26.5521 16.8711 25.9998C16.8711 25.4476 16.4234 24.9999 15.8711 24.9999C15.3188 24.9999 14.8711 25.4476 14.8711 25.9998C14.8711 26.5521 15.3188 26.9998 15.8711 26.9998Z",
|
|
1930
1961
|
fill: color
|
|
1931
1962
|
}
|
|
1932
1963
|
),
|
|
1933
|
-
/* @__PURE__ */
|
|
1964
|
+
/* @__PURE__ */ jsx42(
|
|
1934
1965
|
"path",
|
|
1935
1966
|
{
|
|
1936
1967
|
"fill-rule": "evenodd",
|
|
@@ -1942,15 +1973,15 @@ var ICLock = /* @__PURE__ */ __name((props) => {
|
|
|
1942
1973
|
] });
|
|
1943
1974
|
}
|
|
1944
1975
|
if (fill) {
|
|
1945
|
-
return /* @__PURE__ */
|
|
1946
|
-
/* @__PURE__ */
|
|
1976
|
+
return /* @__PURE__ */ jsxs27("svg", { ...props, width: size, height: size, viewBox: "0 0 32 41", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1977
|
+
/* @__PURE__ */ jsx42(
|
|
1947
1978
|
"path",
|
|
1948
1979
|
{
|
|
1949
1980
|
d: "M15.871 27.4998C16.6994 27.4998 17.371 26.8283 17.371 25.9998C17.371 25.1714 16.6994 24.4999 15.871 24.4999C15.0426 24.4999 14.371 25.1714 14.371 25.9998C14.371 26.8283 15.0426 27.4998 15.871 27.4998Z",
|
|
1950
1981
|
fill: color
|
|
1951
1982
|
}
|
|
1952
1983
|
),
|
|
1953
|
-
/* @__PURE__ */
|
|
1984
|
+
/* @__PURE__ */ jsx42(
|
|
1954
1985
|
"path",
|
|
1955
1986
|
{
|
|
1956
1987
|
"fill-rule": "evenodd",
|
|
@@ -1961,8 +1992,8 @@ var ICLock = /* @__PURE__ */ __name((props) => {
|
|
|
1961
1992
|
)
|
|
1962
1993
|
] });
|
|
1963
1994
|
}
|
|
1964
|
-
return /* @__PURE__ */
|
|
1965
|
-
/* @__PURE__ */
|
|
1995
|
+
return /* @__PURE__ */ jsxs27("svg", { ...props, width: size, height: size, viewBox: "0 0 32 41", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1996
|
+
/* @__PURE__ */ jsx42(
|
|
1966
1997
|
"path",
|
|
1967
1998
|
{
|
|
1968
1999
|
"fill-rule": "evenodd",
|
|
@@ -1971,7 +2002,7 @@ var ICLock = /* @__PURE__ */ __name((props) => {
|
|
|
1971
2002
|
fill: color
|
|
1972
2003
|
}
|
|
1973
2004
|
),
|
|
1974
|
-
/* @__PURE__ */
|
|
2005
|
+
/* @__PURE__ */ jsx42(
|
|
1975
2006
|
"path",
|
|
1976
2007
|
{
|
|
1977
2008
|
"fill-rule": "evenodd",
|
|
@@ -1984,22 +2015,22 @@ var ICLock = /* @__PURE__ */ __name((props) => {
|
|
|
1984
2015
|
}, "ICLock");
|
|
1985
2016
|
|
|
1986
2017
|
// src/assets/ai.tsx
|
|
1987
|
-
import { useState as
|
|
1988
|
-
import { jsx as
|
|
2018
|
+
import { useState as useState43 } from "react";
|
|
2019
|
+
import { jsx as jsx43, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
1989
2020
|
var ICAi = /* @__PURE__ */ __name((props) => {
|
|
1990
|
-
const [isDarkMode, setIsDarkMode] =
|
|
2021
|
+
const [isDarkMode, setIsDarkMode] = useState43(false);
|
|
1991
2022
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1992
2023
|
if (fill && thick) {
|
|
1993
|
-
return /* @__PURE__ */
|
|
1994
|
-
/* @__PURE__ */
|
|
2024
|
+
return /* @__PURE__ */ jsxs28("svg", { ...props, width: size, height: size, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48", fill: "none", children: [
|
|
2025
|
+
/* @__PURE__ */ jsx43(
|
|
1995
2026
|
"path",
|
|
1996
2027
|
{
|
|
1997
2028
|
d: "M38.077 2.99975C38.2995 2.38322 39.1714 2.38322 39.3939 2.99975L40.8326 6.98677C40.8629 7.07072 40.929 7.13683 41.013 7.16713L45 8.60584C45.6165 8.82832 45.6165 9.70025 45 9.92273L41.013 11.3614C40.929 11.3917 40.8629 11.4578 40.8326 11.5418L39.3939 15.5288C39.1714 16.1453 38.2995 16.1453 38.077 15.5288L36.6383 11.5418C36.608 11.4578 36.5419 11.3917 36.4579 11.3614L32.4709 9.92273C31.8544 9.70025 31.8544 8.82832 32.4709 8.60584L36.4579 7.16713C36.5419 7.13683 36.608 7.07072 36.6383 6.98677L38.077 2.99975Z",
|
|
1998
2029
|
fill: color
|
|
1999
2030
|
}
|
|
2000
2031
|
),
|
|
2001
|
-
/* @__PURE__ */
|
|
2002
|
-
/* @__PURE__ */
|
|
2032
|
+
/* @__PURE__ */ jsx43("path", { d: "M20.0378 26.4808H22.6067L21.3405 23.1478L20.0378 26.4808Z", fill: color }),
|
|
2033
|
+
/* @__PURE__ */ jsx43(
|
|
2003
2034
|
"path",
|
|
2004
2035
|
{
|
|
2005
2036
|
"fill-rule": "evenodd",
|
|
@@ -2011,15 +2042,15 @@ var ICAi = /* @__PURE__ */ __name((props) => {
|
|
|
2011
2042
|
] });
|
|
2012
2043
|
}
|
|
2013
2044
|
if (thick) {
|
|
2014
|
-
return /* @__PURE__ */
|
|
2015
|
-
/* @__PURE__ */
|
|
2045
|
+
return /* @__PURE__ */ jsxs28("svg", { ...props, width: size, height: size, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48", fill: "none", children: [
|
|
2046
|
+
/* @__PURE__ */ jsx43(
|
|
2016
2047
|
"path",
|
|
2017
2048
|
{
|
|
2018
2049
|
d: "M39.3854 3.4624C39.1629 2.84587 38.291 2.84587 38.0685 3.4624L36.6298 7.44941C36.5995 7.53337 36.5334 7.59948 36.4494 7.62977L32.4624 9.06849C31.8459 9.29096 31.8459 10.1629 32.4624 10.3854L36.4494 11.8241C36.5334 11.8544 36.5995 11.9205 36.6298 12.0044L38.0685 15.9915C38.291 16.608 39.1629 16.608 39.3854 15.9915L40.8241 12.0044C40.8544 11.9205 40.9205 11.8544 41.0044 11.8241L44.9915 10.3854C45.608 10.1629 45.608 9.29096 44.9915 9.06849L41.0044 7.62977C40.9205 7.59948 40.8544 7.53337 40.8241 7.44941L39.3854 3.4624Z",
|
|
2019
2050
|
fill: color
|
|
2020
2051
|
}
|
|
2021
2052
|
),
|
|
2022
|
-
/* @__PURE__ */
|
|
2053
|
+
/* @__PURE__ */ jsx43(
|
|
2023
2054
|
"path",
|
|
2024
2055
|
{
|
|
2025
2056
|
"fill-rule": "evenodd",
|
|
@@ -2028,8 +2059,8 @@ var ICAi = /* @__PURE__ */ __name((props) => {
|
|
|
2028
2059
|
fill: color
|
|
2029
2060
|
}
|
|
2030
2061
|
),
|
|
2031
|
-
/* @__PURE__ */
|
|
2032
|
-
/* @__PURE__ */
|
|
2062
|
+
/* @__PURE__ */ jsx43("path", { d: "M34.0001 16.5994H29.9945V32.5702H34.0001V16.5994Z", fill: color }),
|
|
2063
|
+
/* @__PURE__ */ jsx43(
|
|
2033
2064
|
"path",
|
|
2034
2065
|
{
|
|
2035
2066
|
d: "M9 5C6.79086 5 5 6.79086 5 9V39C5 41.2091 6.79086 43 9 43H39C41.2091 43 43 41.2091 43 39V18.3333H39V39L9 39V9H29.6667V5H9Z",
|
|
@@ -2039,16 +2070,16 @@ var ICAi = /* @__PURE__ */ __name((props) => {
|
|
|
2039
2070
|
] });
|
|
2040
2071
|
}
|
|
2041
2072
|
if (fill) {
|
|
2042
|
-
return /* @__PURE__ */
|
|
2043
|
-
/* @__PURE__ */
|
|
2073
|
+
return /* @__PURE__ */ jsxs28("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 48 48", fill: "none", children: [
|
|
2074
|
+
/* @__PURE__ */ jsx43(
|
|
2044
2075
|
"path",
|
|
2045
2076
|
{
|
|
2046
2077
|
d: "M37.9703 4.30343C37.8114 3.86305 37.1886 3.86305 37.0297 4.30343L35.591 8.29044C35.5405 8.43037 35.4303 8.54055 35.2904 8.59105L31.3034 10.0298C30.863 10.1887 30.863 10.8115 31.3034 10.9704L35.2904 12.4091C35.4303 12.4596 35.5405 12.5698 35.591 12.7097L37.0297 16.6967C37.1886 17.1371 37.8114 17.1371 37.9703 16.6967L39.409 12.7097C39.4595 12.5698 39.5697 12.4596 39.7096 12.4091L43.6967 10.9704C44.137 10.8115 44.137 10.1887 43.6967 10.0298L39.7096 8.59105C39.5697 8.54055 39.4595 8.43037 39.409 8.29044L37.9703 4.30343Z",
|
|
2047
2078
|
fill: color
|
|
2048
2079
|
}
|
|
2049
2080
|
),
|
|
2050
|
-
/* @__PURE__ */
|
|
2051
|
-
/* @__PURE__ */
|
|
2081
|
+
/* @__PURE__ */ jsx43("path", { d: "M23.1723 26.8812H19.4378L21.3315 22.0358L23.1723 26.8812Z", fill: color }),
|
|
2082
|
+
/* @__PURE__ */ jsx43(
|
|
2052
2083
|
"path",
|
|
2053
2084
|
{
|
|
2054
2085
|
"fill-rule": "evenodd",
|
|
@@ -2057,7 +2088,7 @@ var ICAi = /* @__PURE__ */ __name((props) => {
|
|
|
2057
2088
|
fill: color
|
|
2058
2089
|
}
|
|
2059
2090
|
),
|
|
2060
|
-
/* @__PURE__ */
|
|
2091
|
+
/* @__PURE__ */ jsx43(
|
|
2061
2092
|
"path",
|
|
2062
2093
|
{
|
|
2063
2094
|
d: "M41.5425 6.59465C41.4981 6.54771 41.4524 6.502 41.4054 6.45757L41.4418 6.5583L41.5425 6.59465Z",
|
|
@@ -2066,15 +2097,15 @@ var ICAi = /* @__PURE__ */ __name((props) => {
|
|
|
2066
2097
|
)
|
|
2067
2098
|
] });
|
|
2068
2099
|
}
|
|
2069
|
-
return /* @__PURE__ */
|
|
2070
|
-
/* @__PURE__ */
|
|
2100
|
+
return /* @__PURE__ */ jsxs28("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2101
|
+
/* @__PURE__ */ jsx43(
|
|
2071
2102
|
"path",
|
|
2072
2103
|
{
|
|
2073
2104
|
d: "M37.0297 4.30343C37.1886 3.86305 37.8114 3.86305 37.9703 4.30343L39.409 8.29044C39.4595 8.43037 39.5697 8.54055 39.7096 8.59104L43.6966 10.0298C44.137 10.1887 44.137 10.8115 43.6966 10.9704L39.7096 12.4091C39.5697 12.4596 39.4595 12.5698 39.409 12.7097L37.9703 16.6967C37.8114 17.1371 37.1886 17.1371 37.0297 16.6967L35.591 12.7097C35.5405 12.5698 35.4303 12.4596 35.2904 12.4091L31.3034 10.9704C30.863 10.8115 30.863 10.1887 31.3034 10.0298L35.2904 8.59105C35.4303 8.54055 35.5405 8.43037 35.591 8.29044L37.0297 4.30343Z",
|
|
2074
2105
|
fill: color
|
|
2075
2106
|
}
|
|
2076
2107
|
),
|
|
2077
|
-
/* @__PURE__ */
|
|
2108
|
+
/* @__PURE__ */ jsx43(
|
|
2078
2109
|
"path",
|
|
2079
2110
|
{
|
|
2080
2111
|
"fill-rule": "evenodd",
|
|
@@ -2083,8 +2114,8 @@ var ICAi = /* @__PURE__ */ __name((props) => {
|
|
|
2083
2114
|
fill: color
|
|
2084
2115
|
}
|
|
2085
2116
|
),
|
|
2086
|
-
/* @__PURE__ */
|
|
2087
|
-
/* @__PURE__ */
|
|
2117
|
+
/* @__PURE__ */ jsx43("path", { d: "M33.3218 17.0001H30.1162V32.1709H33.3218V17.0001Z", fill: color }),
|
|
2118
|
+
/* @__PURE__ */ jsx43(
|
|
2088
2119
|
"path",
|
|
2089
2120
|
{
|
|
2090
2121
|
d: "M8.5 9.00007C8.5 8.72393 8.72386 8.50007 9 8.50007H30V5.50007H9C7.067 5.50007 5.5 7.06708 5.5 9.00007V39.0001C5.5 40.9331 7.067 42.5001 9 42.5001H39C40.933 42.5001 42.5 40.9331 42.5 39.0001V18.0001H39.5V39.0001C39.5 39.2762 39.2761 39.5001 39 39.5001H9C8.72386 39.5001 8.5 39.2762 8.5 39.0001V9.00007Z",
|
|
@@ -2095,14 +2126,14 @@ var ICAi = /* @__PURE__ */ __name((props) => {
|
|
|
2095
2126
|
}, "ICAi");
|
|
2096
2127
|
|
|
2097
2128
|
// src/assets/stack.tsx
|
|
2098
|
-
import { useState as
|
|
2099
|
-
import { jsx as
|
|
2129
|
+
import { useState as useState44 } from "react";
|
|
2130
|
+
import { jsx as jsx44, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
2100
2131
|
var ICStack = /* @__PURE__ */ __name((props) => {
|
|
2101
|
-
const [isDarkMode, setIsDarkMode] =
|
|
2132
|
+
const [isDarkMode, setIsDarkMode] = useState44(false);
|
|
2102
2133
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2103
2134
|
if (thick) {
|
|
2104
|
-
return /* @__PURE__ */
|
|
2105
|
-
/* @__PURE__ */
|
|
2135
|
+
return /* @__PURE__ */ jsxs29("svg", { ...props, width: size, height: size, viewBox: "0 0 40 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2136
|
+
/* @__PURE__ */ jsx44(
|
|
2106
2137
|
"path",
|
|
2107
2138
|
{
|
|
2108
2139
|
"fill-rule": "evenodd",
|
|
@@ -2111,14 +2142,14 @@ var ICStack = /* @__PURE__ */ __name((props) => {
|
|
|
2111
2142
|
fill: color
|
|
2112
2143
|
}
|
|
2113
2144
|
),
|
|
2114
|
-
/* @__PURE__ */
|
|
2145
|
+
/* @__PURE__ */ jsx44(
|
|
2115
2146
|
"path",
|
|
2116
2147
|
{
|
|
2117
2148
|
d: "M0.640673 16.5339C-0.507155 18.0848 -0.112649 20.4831 1.82419 21.4515L19.921 30.4999L38.0178 21.4515C39.9546 20.4831 40.3491 18.0848 39.2013 16.534L19.921 26.0277L0.640673 16.5339Z",
|
|
2118
2149
|
fill: color
|
|
2119
2150
|
}
|
|
2120
2151
|
),
|
|
2121
|
-
/* @__PURE__ */
|
|
2152
|
+
/* @__PURE__ */ jsx44(
|
|
2122
2153
|
"path",
|
|
2123
2154
|
{
|
|
2124
2155
|
d: "M0.640673 25.0339C-0.507155 26.5848 -0.112649 28.9831 1.82419 29.9515L19.921 38.9999L38.0178 29.9515C39.9546 28.9831 40.3491 26.5848 39.2013 25.034L19.921 34.5277L0.640673 25.0339Z",
|
|
@@ -2128,22 +2159,22 @@ var ICStack = /* @__PURE__ */ __name((props) => {
|
|
|
2128
2159
|
] });
|
|
2129
2160
|
}
|
|
2130
2161
|
if (fill && thick) {
|
|
2131
|
-
return /* @__PURE__ */
|
|
2132
|
-
/* @__PURE__ */
|
|
2162
|
+
return /* @__PURE__ */ jsxs29("svg", { ...props, width: size, height: size, viewBox: "0 0 40 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2163
|
+
/* @__PURE__ */ jsx44(
|
|
2133
2164
|
"path",
|
|
2134
2165
|
{
|
|
2135
2166
|
d: "M19.9211 0L38.3433 9.21115C39.8174 9.94819 39.8174 12.0518 38.3433 12.7889L19.9211 22L1.49876 12.7889C0.0246646 12.0518 0.0246637 9.94819 1.49876 9.21115L19.9211 0Z",
|
|
2136
2167
|
fill: color
|
|
2137
2168
|
}
|
|
2138
2169
|
),
|
|
2139
|
-
/* @__PURE__ */
|
|
2170
|
+
/* @__PURE__ */ jsx44(
|
|
2140
2171
|
"path",
|
|
2141
2172
|
{
|
|
2142
2173
|
d: "M0.640673 16.5339C-0.507155 18.0848 -0.112649 20.4831 1.82419 21.4515L19.921 30.4999L38.0178 21.4515C39.9546 20.4831 40.3491 18.0848 39.2013 16.534L19.921 26.0277L0.640673 16.5339Z",
|
|
2143
2174
|
fill: color
|
|
2144
2175
|
}
|
|
2145
2176
|
),
|
|
2146
|
-
/* @__PURE__ */
|
|
2177
|
+
/* @__PURE__ */ jsx44(
|
|
2147
2178
|
"path",
|
|
2148
2179
|
{
|
|
2149
2180
|
d: "M0.640673 25.0339C-0.507155 26.5848 -0.112649 28.9831 1.82419 29.9515L19.921 38.9999L38.0178 29.9515C39.9546 28.9831 40.3491 26.5848 39.2013 25.034L19.921 34.5277L0.640673 25.0339Z",
|
|
@@ -2153,22 +2184,22 @@ var ICStack = /* @__PURE__ */ __name((props) => {
|
|
|
2153
2184
|
] });
|
|
2154
2185
|
}
|
|
2155
2186
|
if (fill) {
|
|
2156
|
-
return /* @__PURE__ */
|
|
2157
|
-
/* @__PURE__ */
|
|
2187
|
+
return /* @__PURE__ */ jsxs29("svg", { ...props, width: size, height: size, viewBox: "0 0 40 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2188
|
+
/* @__PURE__ */ jsx44(
|
|
2158
2189
|
"path",
|
|
2159
2190
|
{
|
|
2160
2191
|
d: "M38.3433 12.7889L19.9211 22L1.49876 12.7889C0.0246648 12.0518 0.0246638 9.94819 1.49876 9.21115L19.9211 0L38.3433 9.21115C39.8174 9.94819 39.8174 12.0518 38.3433 12.7889Z",
|
|
2161
2192
|
fill: color
|
|
2162
2193
|
}
|
|
2163
2194
|
),
|
|
2164
|
-
/* @__PURE__ */
|
|
2195
|
+
/* @__PURE__ */ jsx44(
|
|
2165
2196
|
"path",
|
|
2166
2197
|
{
|
|
2167
2198
|
d: "M0.193361 17.375C-0.331486 18.8491 0.212125 20.6456 1.82419 21.4516L19.921 30.5L38.0178 21.4516C39.6298 20.6456 40.1734 18.8491 39.6486 17.375L19.921 27.1459L0.193361 17.375Z",
|
|
2168
2199
|
fill: color
|
|
2169
2200
|
}
|
|
2170
2201
|
),
|
|
2171
|
-
/* @__PURE__ */
|
|
2202
|
+
/* @__PURE__ */ jsx44(
|
|
2172
2203
|
"path",
|
|
2173
2204
|
{
|
|
2174
2205
|
d: "M1.82419 29.9515C0.228873 29.1538 -0.320075 27.3861 0.177349 25.9209L19.921 35.6458L39.6646 25.9209C40.162 27.3861 39.6131 29.1538 38.0178 29.9515L19.921 38.9999L1.82419 29.9515Z",
|
|
@@ -2177,8 +2208,8 @@ var ICStack = /* @__PURE__ */ __name((props) => {
|
|
|
2177
2208
|
)
|
|
2178
2209
|
] });
|
|
2179
2210
|
}
|
|
2180
|
-
return /* @__PURE__ */
|
|
2181
|
-
/* @__PURE__ */
|
|
2211
|
+
return /* @__PURE__ */ jsxs29("svg", { ...props, width: size, height: size, viewBox: "0 0 40 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2212
|
+
/* @__PURE__ */ jsx44(
|
|
2182
2213
|
"path",
|
|
2183
2214
|
{
|
|
2184
2215
|
"fill-rule": "evenodd",
|
|
@@ -2187,14 +2218,14 @@ var ICStack = /* @__PURE__ */ __name((props) => {
|
|
|
2187
2218
|
fill: color
|
|
2188
2219
|
}
|
|
2189
2220
|
),
|
|
2190
|
-
/* @__PURE__ */
|
|
2221
|
+
/* @__PURE__ */ jsx44(
|
|
2191
2222
|
"path",
|
|
2192
2223
|
{
|
|
2193
2224
|
d: "M0.193361 17.375C-0.331486 18.8491 0.212125 20.6456 1.82419 21.4516L19.921 30.5L38.0178 21.4516C39.6298 20.6456 40.1734 18.8491 39.6486 17.375L19.921 27.1459L0.193361 17.375Z",
|
|
2194
2225
|
fill: color
|
|
2195
2226
|
}
|
|
2196
2227
|
),
|
|
2197
|
-
/* @__PURE__ */
|
|
2228
|
+
/* @__PURE__ */ jsx44(
|
|
2198
2229
|
"path",
|
|
2199
2230
|
{
|
|
2200
2231
|
d: "M0.177349 25.9209C-0.320075 27.3861 0.228873 29.1538 1.82419 29.9515L19.921 38.9999L38.0178 29.9515C39.6131 29.1538 40.162 27.3861 39.6646 25.9209L19.921 35.6458L0.177349 25.9209Z",
|
|
@@ -2205,14 +2236,14 @@ var ICStack = /* @__PURE__ */ __name((props) => {
|
|
|
2205
2236
|
}, "ICStack");
|
|
2206
2237
|
|
|
2207
2238
|
// src/assets/summarize.tsx
|
|
2208
|
-
import { useState as
|
|
2209
|
-
import { jsx as
|
|
2239
|
+
import { useState as useState45 } from "react";
|
|
2240
|
+
import { jsx as jsx45, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
2210
2241
|
var ICSummarize = /* @__PURE__ */ __name((props) => {
|
|
2211
|
-
const [isDarkMode, setIsDarkMode] =
|
|
2242
|
+
const [isDarkMode, setIsDarkMode] = useState45(false);
|
|
2212
2243
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2213
2244
|
if (thick) {
|
|
2214
|
-
return /* @__PURE__ */
|
|
2215
|
-
/* @__PURE__ */
|
|
2245
|
+
return /* @__PURE__ */ jsxs30("svg", { ...props, width: size, height: size, viewBox: "0 0 32 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2246
|
+
/* @__PURE__ */ jsx45(
|
|
2216
2247
|
"path",
|
|
2217
2248
|
{
|
|
2218
2249
|
"fill-rule": "evenodd",
|
|
@@ -2221,7 +2252,7 @@ var ICSummarize = /* @__PURE__ */ __name((props) => {
|
|
|
2221
2252
|
fill: color
|
|
2222
2253
|
}
|
|
2223
2254
|
),
|
|
2224
|
-
/* @__PURE__ */
|
|
2255
|
+
/* @__PURE__ */ jsx45(
|
|
2225
2256
|
"path",
|
|
2226
2257
|
{
|
|
2227
2258
|
d: "M25.1367 38.4614V32.4339C25.1367 32.154 24.9098 31.9271 24.6299 31.9271H21.2141C20.8102 31.9271 20.5686 31.4777 20.7914 31.1408L26.6397 22.2969C26.9168 21.8778 27.5692 22.074 27.5692 22.5764L27.5689 28.5883C27.5689 28.8682 27.7958 29.0951 28.0757 29.0951H31.4923C31.8961 29.0951 32.1377 29.5442 31.9153 29.8811L26.0664 38.7406C25.7895 39.16 25.1367 38.964 25.1367 38.4614Z",
|
|
@@ -2231,8 +2262,8 @@ var ICSummarize = /* @__PURE__ */ __name((props) => {
|
|
|
2231
2262
|
] });
|
|
2232
2263
|
}
|
|
2233
2264
|
if (fill) {
|
|
2234
|
-
return /* @__PURE__ */
|
|
2235
|
-
/* @__PURE__ */
|
|
2265
|
+
return /* @__PURE__ */ jsxs30("svg", { ...props, width: size, height: size, viewBox: "0 0 32 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2266
|
+
/* @__PURE__ */ jsx45(
|
|
2236
2267
|
"path",
|
|
2237
2268
|
{
|
|
2238
2269
|
"fill-rule": "evenodd",
|
|
@@ -2241,7 +2272,7 @@ var ICSummarize = /* @__PURE__ */ __name((props) => {
|
|
|
2241
2272
|
fill: color
|
|
2242
2273
|
}
|
|
2243
2274
|
),
|
|
2244
|
-
/* @__PURE__ */
|
|
2275
|
+
/* @__PURE__ */ jsx45(
|
|
2245
2276
|
"path",
|
|
2246
2277
|
{
|
|
2247
2278
|
d: "M25.1367 38.4614V32.4339C25.1367 32.154 24.9098 31.9271 24.6299 31.9271H21.2141C20.8102 31.9271 20.5686 31.4777 20.7914 31.1408L26.6397 22.2969C26.9168 21.8778 27.5692 22.074 27.5692 22.5764L27.5689 28.5883C27.5689 28.8682 27.7958 29.0951 28.0757 29.0951H31.4923C31.8961 29.0951 32.1377 29.5442 31.9153 29.8811L26.0664 38.7406C25.7895 39.16 25.1367 38.964 25.1367 38.4614Z",
|
|
@@ -2250,24 +2281,24 @@ var ICSummarize = /* @__PURE__ */ __name((props) => {
|
|
|
2250
2281
|
)
|
|
2251
2282
|
] });
|
|
2252
2283
|
}
|
|
2253
|
-
return /* @__PURE__ */
|
|
2254
|
-
/* @__PURE__ */
|
|
2284
|
+
return /* @__PURE__ */ jsxs30("svg", { ...props, width: size, height: size, viewBox: "0 0 32 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2285
|
+
/* @__PURE__ */ jsx45(
|
|
2255
2286
|
"path",
|
|
2256
2287
|
{
|
|
2257
2288
|
d: "M27.3662 19.3032V3.04069H3.04069V33.4476H15.6231C15.9316 34.5383 16.4019 35.5611 17.0065 36.4883H2.02713C0.907576 36.4883 0 35.5807 0 34.4612V2.02713C0 0.907577 0.907576 0 2.02713 0H28.3798C29.4993 0 30.4069 0.907576 30.4069 2.02713V20.0178C29.4505 19.6443 28.4299 19.399 27.3662 19.3032Z",
|
|
2258
2289
|
fill: color
|
|
2259
2290
|
}
|
|
2260
2291
|
),
|
|
2261
|
-
/* @__PURE__ */
|
|
2262
|
-
/* @__PURE__ */
|
|
2292
|
+
/* @__PURE__ */ jsx45("path", { d: "M22.8052 9.12207H7.60173V12.1628H22.8052V9.12207Z", fill: color }),
|
|
2293
|
+
/* @__PURE__ */ jsx45(
|
|
2263
2294
|
"path",
|
|
2264
2295
|
{
|
|
2265
2296
|
d: "M7.60173 24.3255H17.0065C16.4019 25.2528 15.9316 26.2755 15.6231 27.3662H7.60173V24.3255Z",
|
|
2266
2297
|
fill: color
|
|
2267
2298
|
}
|
|
2268
2299
|
),
|
|
2269
|
-
/* @__PURE__ */
|
|
2270
|
-
/* @__PURE__ */
|
|
2300
|
+
/* @__PURE__ */ jsx45("path", { d: "M7.60173 19.7645V16.7238H22.8052V19.7645H7.60173Z", fill: color }),
|
|
2301
|
+
/* @__PURE__ */ jsx45(
|
|
2271
2302
|
"path",
|
|
2272
2303
|
{
|
|
2273
2304
|
d: "M25.1367 38.4614V32.4339C25.1367 32.154 24.9098 31.9271 24.6299 31.9271H21.2141C20.8102 31.9271 20.5686 31.4777 20.7914 31.1408L26.6397 22.2969C26.9168 21.8778 27.5692 22.074 27.5692 22.5764L27.5689 28.5883C27.5689 28.8682 27.7958 29.0951 28.0757 29.0951H31.4923C31.8961 29.0951 32.1377 29.5442 31.9153 29.8811L26.0664 38.7406C25.7895 39.16 25.1367 38.964 25.1367 38.4614Z",
|
|
@@ -2278,13 +2309,13 @@ var ICSummarize = /* @__PURE__ */ __name((props) => {
|
|
|
2278
2309
|
}, "ICSummarize");
|
|
2279
2310
|
|
|
2280
2311
|
// src/assets/memo.tsx
|
|
2281
|
-
import { useState as
|
|
2282
|
-
import { jsx as
|
|
2312
|
+
import { useState as useState46 } from "react";
|
|
2313
|
+
import { jsx as jsx46, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
2283
2314
|
var ICMemo = /* @__PURE__ */ __name((props) => {
|
|
2284
|
-
const [isDarkMode, setIsDarkMode] =
|
|
2315
|
+
const [isDarkMode, setIsDarkMode] = useState46(false);
|
|
2285
2316
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2286
2317
|
if (thick) {
|
|
2287
|
-
return /* @__PURE__ */
|
|
2318
|
+
return /* @__PURE__ */ jsx46("svg", { ...props, width: size, height: size, viewBox: "0 0 38 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx46(
|
|
2288
2319
|
"path",
|
|
2289
2320
|
{
|
|
2290
2321
|
d: "M9 7H7V9V13V15V17V21V23V25V29V31H9H22H24V29V25V23H29H31V21V17V15V13V9V7H29H9ZM36 36H2L2 2L36 2V36Z",
|
|
@@ -2295,7 +2326,7 @@ var ICMemo = /* @__PURE__ */ __name((props) => {
|
|
|
2295
2326
|
) });
|
|
2296
2327
|
}
|
|
2297
2328
|
if (fill) {
|
|
2298
|
-
return /* @__PURE__ */
|
|
2329
|
+
return /* @__PURE__ */ jsx46("svg", { ...props, width: size, height: size, viewBox: "0 0 38 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx46(
|
|
2299
2330
|
"path",
|
|
2300
2331
|
{
|
|
2301
2332
|
d: "M9.5 8H8V9.5V12.5V14H9.5H28.5H30V12.5V9.5V8H28.5H9.5ZM9.5 16H8V17.5V20.5V22H9.5H28.5H30V20.5V17.5V16H28.5H9.5ZM9.5 24H8V25.5V28.5V30H9.5H21.5H23V28.5V25.5V24H21.5H9.5ZM36 36.5H2C1.72386 36.5 1.5 36.2761 1.5 36V2C1.5 1.72386 1.72386 1.5 2 1.5H36C36.2761 1.5 36.5 1.72386 36.5 2V36C36.5 36.2761 36.2761 36.5 36 36.5Z",
|
|
@@ -2305,11 +2336,11 @@ var ICMemo = /* @__PURE__ */ __name((props) => {
|
|
|
2305
2336
|
}
|
|
2306
2337
|
) });
|
|
2307
2338
|
}
|
|
2308
|
-
return /* @__PURE__ */
|
|
2309
|
-
/* @__PURE__ */
|
|
2310
|
-
/* @__PURE__ */
|
|
2311
|
-
/* @__PURE__ */
|
|
2312
|
-
/* @__PURE__ */
|
|
2339
|
+
return /* @__PURE__ */ jsxs31("svg", { ...props, width: size, height: size, viewBox: "0 0 38 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2340
|
+
/* @__PURE__ */ jsx46("path", { d: "M9.5 9.5V12.5H28.5V9.5H9.5Z", fill: color }),
|
|
2341
|
+
/* @__PURE__ */ jsx46("path", { d: "M9.5 17.5H28.5V20.5H9.5V17.5Z", fill: color }),
|
|
2342
|
+
/* @__PURE__ */ jsx46("path", { d: "M9.5 25.5V28.5H21.5V25.5H9.5Z", fill: color }),
|
|
2343
|
+
/* @__PURE__ */ jsx46(
|
|
2313
2344
|
"path",
|
|
2314
2345
|
{
|
|
2315
2346
|
"fill-rule": "evenodd",
|
|
@@ -2322,51 +2353,51 @@ var ICMemo = /* @__PURE__ */ __name((props) => {
|
|
|
2322
2353
|
}, "ICMemo");
|
|
2323
2354
|
|
|
2324
2355
|
// src/assets/highlighter.tsx
|
|
2325
|
-
import { useState as
|
|
2326
|
-
import { jsx as
|
|
2356
|
+
import { useState as useState47 } from "react";
|
|
2357
|
+
import { jsx as jsx47, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
2327
2358
|
var ICHighlighter = /* @__PURE__ */ __name((props) => {
|
|
2328
|
-
const [isDarkMode, setIsDarkMode] =
|
|
2359
|
+
const [isDarkMode, setIsDarkMode] = useState47(false);
|
|
2329
2360
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2330
2361
|
if (thick) {
|
|
2331
|
-
return /* @__PURE__ */
|
|
2332
|
-
/* @__PURE__ */
|
|
2362
|
+
return /* @__PURE__ */ jsxs32("svg", { ...props, width: size, height: size, viewBox: "0 0 37 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2363
|
+
/* @__PURE__ */ jsx47(
|
|
2333
2364
|
"path",
|
|
2334
2365
|
{
|
|
2335
2366
|
d: "M32.1989 1.19539C30.6046 -0.398846 28.0197 -0.398407 26.426 1.19637L23.9107 3.71159L33.2878 13.0895L35.8055 10.572C37.3985 8.97794 37.398 6.39455 35.8046 4.80108L32.1989 1.19539Z",
|
|
2336
2367
|
fill: color
|
|
2337
2368
|
}
|
|
2338
2369
|
),
|
|
2339
|
-
/* @__PURE__ */
|
|
2370
|
+
/* @__PURE__ */ jsx47(
|
|
2340
2371
|
"path",
|
|
2341
2372
|
{
|
|
2342
2373
|
d: "M7.2068 20.4147L21.7462 5.87598L31.1233 15.2539L16.5963 29.7803C16.126 30.2505 15.5478 30.5987 14.9122 30.7945L9.58341 32.4361C6.42086 33.4103 3.47454 30.4135 4.50241 27.2679L6.21297 22.0332C6.41235 21.4231 6.75285 20.8685 7.2068 20.4147Z",
|
|
2343
2374
|
fill: color
|
|
2344
2375
|
}
|
|
2345
2376
|
),
|
|
2346
|
-
/* @__PURE__ */
|
|
2377
|
+
/* @__PURE__ */ jsx47("path", { d: "M34.6912 34.8661H0V38.9474H34.6912V34.8661Z", fill: color })
|
|
2347
2378
|
] });
|
|
2348
2379
|
}
|
|
2349
2380
|
if (fill) {
|
|
2350
|
-
return /* @__PURE__ */
|
|
2351
|
-
/* @__PURE__ */
|
|
2381
|
+
return /* @__PURE__ */ jsxs32("svg", { ...props, width: size, height: size, viewBox: "0 0 36 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2382
|
+
/* @__PURE__ */ jsx47(
|
|
2352
2383
|
"path",
|
|
2353
2384
|
{
|
|
2354
2385
|
d: "M31.4108 1.03193C30.0346 -0.344305 27.8031 -0.343927 26.4274 1.03277L23.9459 3.51414L32.4854 12.0544L34.9689 9.57095C36.344 8.19491 36.3436 5.96478 34.9681 4.58922L31.4108 1.03193Z",
|
|
2355
2386
|
fill: color
|
|
2356
2387
|
}
|
|
2357
2388
|
),
|
|
2358
|
-
/* @__PURE__ */
|
|
2389
|
+
/* @__PURE__ */ jsx47(
|
|
2359
2390
|
"path",
|
|
2360
2391
|
{
|
|
2361
2392
|
d: "M7.46597 19.9933L21.8104 5.64948L30.3499 14.1897L16.0177 28.5213C15.6117 28.9272 15.1126 29.2278 14.5639 29.3968L9.30665 31.0163C6.57656 31.8573 4.03314 29.2703 4.92046 26.5549L6.60805 21.3905C6.78017 20.8638 7.0741 20.3851 7.46597 19.9933Z",
|
|
2362
2393
|
fill: color
|
|
2363
2394
|
}
|
|
2364
2395
|
),
|
|
2365
|
-
/* @__PURE__ */
|
|
2396
|
+
/* @__PURE__ */ jsx47("path", { d: "M34.2255 34.3975H0V37.4174H34.2255V34.3975Z", fill: color })
|
|
2366
2397
|
] });
|
|
2367
2398
|
}
|
|
2368
|
-
return /* @__PURE__ */
|
|
2369
|
-
/* @__PURE__ */
|
|
2399
|
+
return /* @__PURE__ */ jsxs32("svg", { ...props, width: size, height: size, viewBox: "0 0 36 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2400
|
+
/* @__PURE__ */ jsx47(
|
|
2370
2401
|
"path",
|
|
2371
2402
|
{
|
|
2372
2403
|
"fill-rule": "evenodd",
|
|
@@ -2375,30 +2406,30 @@ var ICHighlighter = /* @__PURE__ */ __name((props) => {
|
|
|
2375
2406
|
fill: color
|
|
2376
2407
|
}
|
|
2377
2408
|
),
|
|
2378
|
-
/* @__PURE__ */
|
|
2409
|
+
/* @__PURE__ */ jsx47("path", { d: "M34.2255 34.3977H0V37.4176H34.2255V34.3977Z", fill: color })
|
|
2379
2410
|
] });
|
|
2380
2411
|
}, "ICHighlighter");
|
|
2381
2412
|
|
|
2382
2413
|
// src/assets/creditcard.tsx
|
|
2383
|
-
import { useState as useState47 } from "react";
|
|
2384
|
-
import { jsx as jsx47, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
2385
|
-
|
|
2386
|
-
// src/assets/speaker.tsx
|
|
2387
2414
|
import { useState as useState48 } from "react";
|
|
2388
2415
|
import { jsx as jsx48, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
2416
|
+
|
|
2417
|
+
// src/assets/speaker.tsx
|
|
2418
|
+
import { useState as useState49 } from "react";
|
|
2419
|
+
import { jsx as jsx49, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
2389
2420
|
var ICSpeaker = /* @__PURE__ */ __name((props) => {
|
|
2390
|
-
const [isDarkMode, setIsDarkMode] =
|
|
2421
|
+
const [isDarkMode, setIsDarkMode] = useState49(false);
|
|
2391
2422
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2392
2423
|
if (thick) {
|
|
2393
|
-
return /* @__PURE__ */
|
|
2394
|
-
/* @__PURE__ */
|
|
2424
|
+
return /* @__PURE__ */ jsxs34("svg", { ...props, width: size, height: size, viewBox: "0 0 40 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2425
|
+
/* @__PURE__ */ jsx49(
|
|
2395
2426
|
"path",
|
|
2396
2427
|
{
|
|
2397
2428
|
d: "M15.9461 27.4051C16.1615 27.458 16.3683 27.5443 16.5589 27.6618L29.9167 35.8991C31.3429 36.7786 33.181 35.7526 33.181 34.077V2.14409C33.181 0.468479 31.3429 -0.557525 29.9167 0.321986L15.8729 8.98231C15.5351 9.1906 15.1461 9.30091 14.7493 9.30091H2.14071C0.958429 9.30091 0 10.2593 0 11.4416V25.2025C0 26.3848 0.958429 27.3432 2.14071 27.3432H5.4617V34.9378C5.4617 37.1813 7.28045 39.0001 9.524 39.0001H11.8838C14.1274 39.0001 15.9461 37.1813 15.9461 34.9378V27.4051Z",
|
|
2398
2429
|
fill: color
|
|
2399
2430
|
}
|
|
2400
2431
|
),
|
|
2401
|
-
/* @__PURE__ */
|
|
2432
|
+
/* @__PURE__ */ jsx49(
|
|
2402
2433
|
"path",
|
|
2403
2434
|
{
|
|
2404
2435
|
d: "M39.6866 18.815C39.6866 22.2597 38.0658 25.3258 35.5452 27.2923V10.3377C38.0658 12.3042 39.6866 15.3703 39.6866 18.815Z",
|
|
@@ -2408,15 +2439,15 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
|
|
|
2408
2439
|
] });
|
|
2409
2440
|
}
|
|
2410
2441
|
if (fill) {
|
|
2411
|
-
return /* @__PURE__ */
|
|
2412
|
-
/* @__PURE__ */
|
|
2442
|
+
return /* @__PURE__ */ jsxs34("svg", { ...props, width: size, height: size, viewBox: "0 0 40 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2443
|
+
/* @__PURE__ */ jsx49(
|
|
2413
2444
|
"path",
|
|
2414
2445
|
{
|
|
2415
2446
|
d: "M15.2407 26.9932C15.6314 26.9938 16.0143 27.1026 16.3469 27.3077L29.5337 35.4396C30.9417 36.3078 32.7563 35.295 32.7563 33.6408V2.11665C32.7563 0.462483 30.9417 -0.550389 29.5337 0.317864L15.6697 8.86734C15.3363 9.07296 14.9522 9.18186 14.5605 9.18186H2.11331C0.946161 9.18186 0 10.128 0 11.2952V24.8799C0 26.047 0.946161 26.9932 2.11331 26.9932H5.89307V34.4908C5.89307 36.4288 7.46412 37.9998 9.40209 37.9998H11.7317C13.6697 37.9998 15.2407 36.4288 15.2407 34.4908V26.9932Z",
|
|
2416
2447
|
fill: color
|
|
2417
2448
|
}
|
|
2418
2449
|
),
|
|
2419
|
-
/* @__PURE__ */
|
|
2450
|
+
/* @__PURE__ */ jsx49(
|
|
2420
2451
|
"path",
|
|
2421
2452
|
{
|
|
2422
2453
|
d: "M39.1786 18.5742C39.1786 21.9748 37.5785 25.0016 35.0902 26.943V10.2054C37.5785 12.1467 39.1786 15.1736 39.1786 18.5742Z",
|
|
@@ -2425,8 +2456,8 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
|
|
|
2425
2456
|
)
|
|
2426
2457
|
] });
|
|
2427
2458
|
}
|
|
2428
|
-
return /* @__PURE__ */
|
|
2429
|
-
/* @__PURE__ */
|
|
2459
|
+
return /* @__PURE__ */ jsxs34("svg", { ...props, width: size, height: size, viewBox: "0 0 40 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2460
|
+
/* @__PURE__ */ jsx49(
|
|
2430
2461
|
"path",
|
|
2431
2462
|
{
|
|
2432
2463
|
"fill-rule": "evenodd",
|
|
@@ -2435,7 +2466,7 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
|
|
|
2435
2466
|
fill: color
|
|
2436
2467
|
}
|
|
2437
2468
|
),
|
|
2438
|
-
/* @__PURE__ */
|
|
2469
|
+
/* @__PURE__ */ jsx49(
|
|
2439
2470
|
"path",
|
|
2440
2471
|
{
|
|
2441
2472
|
d: "M35.0902 26.943C37.5785 25.0016 39.1786 21.9748 39.1786 18.5742C39.1786 15.1736 37.5785 12.1467 35.0902 10.2054V26.943Z",
|
|
@@ -2446,21 +2477,21 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
|
|
|
2446
2477
|
}, "ICSpeaker");
|
|
2447
2478
|
|
|
2448
2479
|
// src/assets/light.tsx
|
|
2449
|
-
import { useState as
|
|
2450
|
-
import { jsx as
|
|
2480
|
+
import { useState as useState50 } from "react";
|
|
2481
|
+
import { jsx as jsx50, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
2451
2482
|
var ICLight = /* @__PURE__ */ __name((props) => {
|
|
2452
|
-
const [isDarkMode, setIsDarkMode] =
|
|
2483
|
+
const [isDarkMode, setIsDarkMode] = useState50(false);
|
|
2453
2484
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2454
2485
|
if (thick) {
|
|
2455
|
-
return /* @__PURE__ */
|
|
2456
|
-
/* @__PURE__ */
|
|
2486
|
+
return /* @__PURE__ */ jsxs35("svg", { ...props, width: size, height: size, viewBox: "0 0 38 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2487
|
+
/* @__PURE__ */ jsx50(
|
|
2457
2488
|
"path",
|
|
2458
2489
|
{
|
|
2459
2490
|
d: "M19.9621 6.0802C18.9613 3.3066 15.0387 3.3066 14.0379 6.0802L10.8671 14.8671L2.0802 18.0379C-0.693404 19.0387 -0.693396 22.9613 2.0802 23.9621L10.8671 27.1329L14.0379 35.9198C15.0387 38.6934 18.9613 38.6934 19.9621 35.9198L23.1329 27.1329L31.9198 23.9621C34.6934 22.9613 34.6934 19.0387 31.9198 18.0379L23.1329 14.8671L19.9621 6.0802Z",
|
|
2460
2491
|
fill: color
|
|
2461
2492
|
}
|
|
2462
2493
|
),
|
|
2463
|
-
/* @__PURE__ */
|
|
2494
|
+
/* @__PURE__ */ jsx50(
|
|
2464
2495
|
"path",
|
|
2465
2496
|
{
|
|
2466
2497
|
d: "M31.6852 0.481171C31.4537 -0.160391 30.5463 -0.16039 30.3148 0.481172L28.8177 4.63003C28.7862 4.7174 28.7174 4.78619 28.63 4.81771L24.4812 6.31483C23.8396 6.54634 23.8396 7.45366 24.4812 7.68517L28.63 9.18229C28.7174 9.21381 28.7862 9.2826 28.8177 9.36997L30.3148 13.5188C30.5463 14.1604 31.4537 14.1604 31.6852 13.5188L33.1823 9.36997C33.2138 9.2826 33.2826 9.21381 33.37 9.18229L37.5188 7.68517C38.1604 7.45366 38.1604 6.54634 37.5188 6.31483L33.37 4.81771C33.2826 4.78619 33.2138 4.7174 33.1823 4.63003L31.6852 0.481171Z",
|
|
@@ -2470,15 +2501,15 @@ var ICLight = /* @__PURE__ */ __name((props) => {
|
|
|
2470
2501
|
] });
|
|
2471
2502
|
}
|
|
2472
2503
|
if (fill) {
|
|
2473
|
-
return /* @__PURE__ */
|
|
2474
|
-
/* @__PURE__ */
|
|
2504
|
+
return /* @__PURE__ */ jsxs35("svg", { ...props, width: size, height: size, viewBox: "0 0 38 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2505
|
+
/* @__PURE__ */ jsx50(
|
|
2475
2506
|
"path",
|
|
2476
2507
|
{
|
|
2477
2508
|
d: "M19.245 6.33325C18.3919 3.96891 15.0481 3.96892 14.195 6.33325L10.9012 15.4612L1.77325 18.755C-0.591085 19.6081 -0.591079 22.9519 1.77325 23.805L10.9012 27.0988L14.195 36.2268C15.0481 38.5911 18.3919 38.5911 19.245 36.2268L22.5388 27.0988L31.6668 23.805C34.0311 22.9519 34.0311 19.6081 31.6668 18.755L22.5388 15.4612L19.245 6.33325Z",
|
|
2478
2509
|
fill: color
|
|
2479
2510
|
}
|
|
2480
2511
|
),
|
|
2481
|
-
/* @__PURE__ */
|
|
2512
|
+
/* @__PURE__ */ jsx50(
|
|
2482
2513
|
"path",
|
|
2483
2514
|
{
|
|
2484
2515
|
d: "M31.601 0.487587C31.3664 -0.16253 30.447 -0.162528 30.2124 0.487587L28.6953 4.69176C28.6633 4.78029 28.5936 4.85 28.5051 4.88195L24.3009 6.39903C23.6508 6.63362 23.6508 7.55305 24.3009 7.78764L28.5051 9.30472C28.5936 9.33666 28.6633 9.40637 28.6953 9.4949L30.2124 13.6991C30.447 14.3492 31.3664 14.3492 31.601 13.6991L33.1181 9.4949C33.15 9.40637 33.2197 9.33666 33.3082 9.30472L37.5124 7.78764C38.1625 7.55305 38.1625 6.63362 37.5124 6.39903L33.3082 4.88195C33.2197 4.85 33.15 4.78029 33.118 4.69176L31.601 0.487587Z",
|
|
@@ -2487,8 +2518,8 @@ var ICLight = /* @__PURE__ */ __name((props) => {
|
|
|
2487
2518
|
)
|
|
2488
2519
|
] });
|
|
2489
2520
|
}
|
|
2490
|
-
return /* @__PURE__ */
|
|
2491
|
-
/* @__PURE__ */
|
|
2521
|
+
return /* @__PURE__ */ jsxs35("svg", { ...props, width: size, height: size, viewBox: "0 0 38 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2522
|
+
/* @__PURE__ */ jsx50(
|
|
2492
2523
|
"path",
|
|
2493
2524
|
{
|
|
2494
2525
|
"fill-rule": "evenodd",
|
|
@@ -2497,7 +2528,7 @@ var ICLight = /* @__PURE__ */ __name((props) => {
|
|
|
2497
2528
|
fill: color
|
|
2498
2529
|
}
|
|
2499
2530
|
),
|
|
2500
|
-
/* @__PURE__ */
|
|
2531
|
+
/* @__PURE__ */ jsx50(
|
|
2501
2532
|
"path",
|
|
2502
2533
|
{
|
|
2503
2534
|
d: "M31.601 0.487587C31.3664 -0.16253 30.447 -0.162528 30.2124 0.487587L28.6953 4.69176C28.6633 4.78029 28.5936 4.85 28.5051 4.88195L24.3009 6.39903C23.6508 6.63362 23.6508 7.55305 24.3009 7.78764L28.5051 9.30472C28.5936 9.33666 28.6633 9.40637 28.6953 9.4949L30.2124 13.6991C30.447 14.3492 31.3664 14.3492 31.601 13.6991L33.118 9.4949C33.15 9.40637 33.2197 9.33666 33.3082 9.30472L37.5124 7.78764C38.1625 7.55305 38.1625 6.63362 37.5124 6.39903L33.3082 4.88195C33.2197 4.85 33.15 4.78029 33.118 4.69176L31.601 0.487587Z",
|
|
@@ -2508,40 +2539,40 @@ var ICLight = /* @__PURE__ */ __name((props) => {
|
|
|
2508
2539
|
}, "ICLight");
|
|
2509
2540
|
|
|
2510
2541
|
// src/assets/document-add.tsx
|
|
2511
|
-
import { useState as
|
|
2512
|
-
import { jsx as
|
|
2542
|
+
import { useState as useState51 } from "react";
|
|
2543
|
+
import { jsx as jsx51, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
2513
2544
|
var ICDocumentAdd = /* @__PURE__ */ __name((props) => {
|
|
2514
|
-
const [isDarkMode, setIsDarkMode] =
|
|
2545
|
+
const [isDarkMode, setIsDarkMode] = useState51(false);
|
|
2515
2546
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2516
2547
|
if (thick) {
|
|
2517
|
-
return /* @__PURE__ */
|
|
2518
|
-
/* @__PURE__ */
|
|
2548
|
+
return /* @__PURE__ */ jsxs36("svg", { ...props, width: size, height: size, viewBox: "0 0 36 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2549
|
+
/* @__PURE__ */ jsx51(
|
|
2519
2550
|
"path",
|
|
2520
2551
|
{
|
|
2521
2552
|
d: "M13.501 0V14.0769C13.501 16.0099 15.068 17.5769 17.001 17.5769H30V22.1063C29.5101 22.0363 29.0093 22 28.5 22C22.701 22 18 26.701 18 32.5C18 35.438 19.2067 38.0942 21.1515 40H2C0.895431 40 0 39.1046 0 38V2C0 0.895431 0.895431 0 2 0H13.501Z",
|
|
2522
2553
|
fill: color
|
|
2523
2554
|
}
|
|
2524
2555
|
),
|
|
2525
|
-
/* @__PURE__ */
|
|
2556
|
+
/* @__PURE__ */ jsx51(
|
|
2526
2557
|
"path",
|
|
2527
2558
|
{
|
|
2528
2559
|
d: "M16.501 1.60803V14.0769C16.501 14.3531 16.7248 14.5769 17.001 14.5769H28.6005L16.501 1.60803Z",
|
|
2529
2560
|
fill: color
|
|
2530
2561
|
}
|
|
2531
2562
|
),
|
|
2532
|
-
/* @__PURE__ */
|
|
2563
|
+
/* @__PURE__ */ jsx51("path", { d: "M26.9996 39.9996V34H21V31H26.9996V25H29.9996V31H36V34H29.9996V39.9996H26.9996Z", fill: color })
|
|
2533
2564
|
] });
|
|
2534
2565
|
}
|
|
2535
|
-
return /* @__PURE__ */
|
|
2536
|
-
/* @__PURE__ */
|
|
2566
|
+
return /* @__PURE__ */ jsxs36("svg", { ...props, width: size, height: size, viewBox: "0 0 36 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2567
|
+
/* @__PURE__ */ jsx51(
|
|
2537
2568
|
"path",
|
|
2538
2569
|
{
|
|
2539
2570
|
d: "M13.001 0V14.0769C13.001 16.2861 14.7918 18.0769 17.001 18.0769H30V21.6902C29.3525 21.5654 28.6839 21.5 28 21.5C22.201 21.5 17.5 26.201 17.5 32C17.5 35.2047 18.9357 38.074 21.1989 40H2C0.895431 40 0 39.1046 0 38V2C0 0.895431 0.895431 0 2 0H13.001Z",
|
|
2540
2571
|
fill: color
|
|
2541
2572
|
}
|
|
2542
2573
|
),
|
|
2543
|
-
/* @__PURE__ */
|
|
2544
|
-
/* @__PURE__ */
|
|
2574
|
+
/* @__PURE__ */ jsx51("path", { d: "M17.001 2.14395V14.0769L28.134 14.0769L17.001 2.14395Z", fill: color }),
|
|
2575
|
+
/* @__PURE__ */ jsx51("path", { d: "M25.9996 39.4996V34H20.5V30H25.9996V24.5H29.9996V30H35.5V34H29.9996V39.4996H25.9996Z", fill: color })
|
|
2545
2576
|
] });
|
|
2546
2577
|
}, "ICDocumentAdd");
|
|
2547
2578
|
|
|
@@ -2587,6 +2618,7 @@ var iconMap = {
|
|
|
2587
2618
|
"check-mark": ICCheckMark,
|
|
2588
2619
|
exclamationmark: ICExclamationmark,
|
|
2589
2620
|
close: ICClose,
|
|
2621
|
+
"close-fill": ICCloseFill,
|
|
2590
2622
|
lock: ICLock,
|
|
2591
2623
|
ai: ICAi,
|
|
2592
2624
|
stack: ICStack,
|
|
@@ -2600,7 +2632,7 @@ var iconMap = {
|
|
|
2600
2632
|
};
|
|
2601
2633
|
|
|
2602
2634
|
// src/components/Icon/index.tsx
|
|
2603
|
-
import { jsx as
|
|
2635
|
+
import { jsx as jsx52 } from "react/jsx-runtime";
|
|
2604
2636
|
var iconSizeMap = {
|
|
2605
2637
|
xs: 16,
|
|
2606
2638
|
s: 20,
|
|
@@ -2631,22 +2663,24 @@ var Icon = /* @__PURE__ */ __name((props) => {
|
|
|
2631
2663
|
const { name, type = "neutralLabelPrimary", size = "m", color, thick = false, fill = false, ...rest } = props;
|
|
2632
2664
|
const IconComponent = getIconComponent(name, iconMap);
|
|
2633
2665
|
const iconSize = iconSizeMap[size];
|
|
2634
|
-
return color ? /* @__PURE__ */
|
|
2666
|
+
return color ? /* @__PURE__ */ jsx52(IconComponent, { ...rest, color, size: iconSize, thick, fill }) : /* @__PURE__ */ jsx52(IconComponent, { ...rest, className: clsx(iconVariants({ type })), size: iconSize, thick, fill });
|
|
2635
2667
|
}, "Icon");
|
|
2636
2668
|
|
|
2637
2669
|
// src/components/Button/index.tsx
|
|
2638
|
-
import { Fragment, jsx as
|
|
2670
|
+
import { Fragment, jsx as jsx53, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
2639
2671
|
var buttonIconSizeMap = {
|
|
2640
2672
|
cta: "m",
|
|
2641
2673
|
l: "s",
|
|
2642
2674
|
m: "xs",
|
|
2643
|
-
s: "xs"
|
|
2675
|
+
s: "xs",
|
|
2676
|
+
xs: "xs"
|
|
2644
2677
|
};
|
|
2645
2678
|
var buttonSizeIconThickMap = {
|
|
2646
2679
|
cta: true,
|
|
2647
2680
|
l: false,
|
|
2648
2681
|
m: false,
|
|
2649
|
-
s: false
|
|
2682
|
+
s: false,
|
|
2683
|
+
xs: false
|
|
2650
2684
|
};
|
|
2651
2685
|
var defaultButtonVariants = cva2([style_module_default.button, style_module_default.default], {
|
|
2652
2686
|
variants: {
|
|
@@ -2670,7 +2704,12 @@ var defaultButtonVariants = cva2([style_module_default.button, style_module_defa
|
|
|
2670
2704
|
cta: [style_module_default.cta, "lp-sys-typo-paragraph2-normal-bold"],
|
|
2671
2705
|
l: [style_module_default.l, "lp-sys-typo-paragraph3-normal-medium"],
|
|
2672
2706
|
m: [style_module_default.m, "lp-sys-typo-paragraph4-normal-regular"],
|
|
2673
|
-
s: [style_module_default.s, "lp-sys-typo-caption1-normal-regular"]
|
|
2707
|
+
s: [style_module_default.s, "lp-sys-typo-caption1-normal-regular"],
|
|
2708
|
+
xs: [style_module_default.xs, "lp-sys-typo-caption1-normal-regular"]
|
|
2709
|
+
},
|
|
2710
|
+
width: {
|
|
2711
|
+
full: style_module_default.full,
|
|
2712
|
+
"fit-content": style_module_default["fit-content"]
|
|
2674
2713
|
}
|
|
2675
2714
|
}
|
|
2676
2715
|
});
|
|
@@ -2684,17 +2723,26 @@ var textButtonVariants = cva2([style_module_default.button, style_module_default
|
|
|
2684
2723
|
}
|
|
2685
2724
|
});
|
|
2686
2725
|
var DefaultButton = forwardRef(
|
|
2687
|
-
({
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2726
|
+
({
|
|
2727
|
+
as = "default",
|
|
2728
|
+
asChild = false,
|
|
2729
|
+
level = "primary",
|
|
2730
|
+
fill = "solid",
|
|
2731
|
+
align = "center",
|
|
2732
|
+
size = "cta",
|
|
2733
|
+
width = "fit-content",
|
|
2734
|
+
...rest
|
|
2735
|
+
}, ref) => {
|
|
2736
|
+
return /* @__PURE__ */ jsx53("button", { ...rest, className: clsx2(defaultButtonVariants({ level, fill, align, size, width })), ref, children: /* @__PURE__ */ jsxs37(Fragment, { children: [
|
|
2737
|
+
rest.leftIcon && /* @__PURE__ */ jsx53(Icon, { name: rest.leftIcon, size: buttonIconSizeMap[size], thick: buttonSizeIconThickMap[size] }),
|
|
2738
|
+
/* @__PURE__ */ jsx53("p", { className: style_module_default.content, children: rest.children }),
|
|
2739
|
+
rest.rightIcon && /* @__PURE__ */ jsx53(Icon, { name: rest.rightIcon, size: buttonIconSizeMap[size], thick: buttonSizeIconThickMap[size] })
|
|
2692
2740
|
] }) });
|
|
2693
2741
|
}
|
|
2694
2742
|
);
|
|
2695
2743
|
var TextButton = forwardRef(
|
|
2696
2744
|
({ level = "inversePrimary", ...rest }, ref) => {
|
|
2697
|
-
return /* @__PURE__ */
|
|
2745
|
+
return /* @__PURE__ */ jsx53("button", { ...rest, className: clsx2(textButtonVariants({ level })), ref });
|
|
2698
2746
|
}
|
|
2699
2747
|
);
|
|
2700
2748
|
var Button = forwardRef((props, ref) => {
|
|
@@ -2702,10 +2750,10 @@ var Button = forwardRef((props, ref) => {
|
|
|
2702
2750
|
case "default":
|
|
2703
2751
|
case void 0:
|
|
2704
2752
|
const DefaultComp = props.asChild ? Slot : DefaultButton;
|
|
2705
|
-
return /* @__PURE__ */
|
|
2753
|
+
return /* @__PURE__ */ jsx53(DefaultComp, { ...props, ref });
|
|
2706
2754
|
case "text":
|
|
2707
2755
|
const TextComp = props.asChild ? Slot : TextButton;
|
|
2708
|
-
return /* @__PURE__ */
|
|
2756
|
+
return /* @__PURE__ */ jsx53(TextComp, { ...props, ref });
|
|
2709
2757
|
}
|
|
2710
2758
|
});
|
|
2711
2759
|
export {
|