@new_york_style/project-template-ui 1.2.2 → 1.3.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/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +73 -50
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +75 -52
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -28,6 +28,7 @@ declare const Form: typeof Form$1;
|
|
|
28
28
|
declare const ICON_NAMES: {
|
|
29
29
|
readonly bulbLightning: react.FC<react.SVGProps<SVGSVGElement>>;
|
|
30
30
|
readonly burger: react.FC<react.SVGProps<SVGSVGElement>>;
|
|
31
|
+
readonly cross: react.FC<react.SVGProps<SVGSVGElement>>;
|
|
31
32
|
readonly home: react.FC<react.SVGProps<SVGSVGElement>>;
|
|
32
33
|
readonly logo: react.FC<react.SVGProps<SVGSVGElement>>;
|
|
33
34
|
readonly moon: react.FC<react.SVGProps<SVGSVGElement>>;
|
package/dist/index.d.ts
CHANGED
|
@@ -28,6 +28,7 @@ declare const Form: typeof Form$1;
|
|
|
28
28
|
declare const ICON_NAMES: {
|
|
29
29
|
readonly bulbLightning: react.FC<react.SVGProps<SVGSVGElement>>;
|
|
30
30
|
readonly burger: react.FC<react.SVGProps<SVGSVGElement>>;
|
|
31
|
+
readonly cross: react.FC<react.SVGProps<SVGSVGElement>>;
|
|
31
32
|
readonly home: react.FC<react.SVGProps<SVGSVGElement>>;
|
|
32
33
|
readonly logo: react.FC<react.SVGProps<SVGSVGElement>>;
|
|
33
34
|
readonly moon: react.FC<react.SVGProps<SVGSVGElement>>;
|
package/dist/index.js
CHANGED
|
@@ -99,40 +99,49 @@ var SvgBurger = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("svg",
|
|
|
99
99
|
] });
|
|
100
100
|
var burger_default = SvgBurger;
|
|
101
101
|
|
|
102
|
-
// src/components/icon/assets/
|
|
102
|
+
// src/components/icon/assets/cross.svg
|
|
103
103
|
var React3 = __toESM(require("react"));
|
|
104
104
|
var import_jsx_runtime7 = require("react/jsx-runtime");
|
|
105
|
-
var
|
|
106
|
-
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("
|
|
107
|
-
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("
|
|
108
|
-
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.4498 10.275L11.9998 3.1875L2.5498 10.275L2.9998 11.625H3.7498V20.25H20.2498V11.625H20.9998L21.4498 10.275ZM5.2498 18.75V10.125L11.9998 5.0625L18.7498 10.125V18.75H14.9999V14.3333L14.2499 13.5833H9.74988L8.99988 14.3333V18.75H5.2498ZM10.4999 18.75H13.4999V15.0833H10.4999V18.75Z", fill: "currentColor" }) })
|
|
105
|
+
var SvgCross = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
106
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { d: "M6 6L18 18", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" }),
|
|
107
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { d: "M18 6L6 18", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" })
|
|
109
108
|
] });
|
|
110
|
-
var
|
|
109
|
+
var cross_default = SvgCross;
|
|
111
110
|
|
|
112
|
-
// src/components/icon/assets/
|
|
111
|
+
// src/components/icon/assets/home.svg
|
|
113
112
|
var React4 = __toESM(require("react"));
|
|
114
113
|
var import_jsx_runtime8 = require("react/jsx-runtime");
|
|
115
|
-
var
|
|
116
|
-
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("
|
|
117
|
-
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("
|
|
118
|
-
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("
|
|
119
|
-
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { fill: "#032457", opacity: 1, stroke: "none", d: " M76.123489,82.766640 C74.847267,93.640732 70.069839,98.296211 59.695778,98.854965 C55.279560,99.092827 50.839859,98.894691 46.162399,98.894691 C46.162399,86.381409 46.162399,75.001755 46.162399,63.646614 C69.026833,60.240845 76.994011,66.700348 76.123489,82.766640 z" })
|
|
114
|
+
var SvgHome = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("svg", { width: 24, height: 24, viewBox: "-2.4 -2.4 28.80 28.80", fill: "none", xmlns: "http://www.w3.org/2000/svg", stroke: "currentColor", ...props, children: [
|
|
115
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("g", { strokeWidth: 0 }),
|
|
116
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("g", { strokeLinecap: "round", strokeLinejoin: "round", stroke: "currentColor", strokeWidth: 0.048 }),
|
|
117
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.4498 10.275L11.9998 3.1875L2.5498 10.275L2.9998 11.625H3.7498V20.25H20.2498V11.625H20.9998L21.4498 10.275ZM5.2498 18.75V10.125L11.9998 5.0625L18.7498 10.125V18.75H14.9999V14.3333L14.2499 13.5833H9.74988L8.99988 14.3333V18.75H5.2498ZM10.4999 18.75H13.4999V15.0833H10.4999V18.75Z", fill: "currentColor" }) })
|
|
120
118
|
] });
|
|
121
|
-
var
|
|
119
|
+
var home_default = SvgHome;
|
|
122
120
|
|
|
123
|
-
// src/components/icon/assets/
|
|
121
|
+
// src/components/icon/assets/logo.svg
|
|
124
122
|
var React5 = __toESM(require("react"));
|
|
125
123
|
var import_jsx_runtime9 = require("react/jsx-runtime");
|
|
126
|
-
var
|
|
127
|
-
|
|
124
|
+
var SvgLogo = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("svg", { id: "Layer_1", xmlns: "http://www.w3.org/2000/svg", x: "0px", y: "0px", width: 24, height: 24, viewBox: "0 0 192 192", ...props, children: [
|
|
125
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { fill: "#012355", opacity: 1, stroke: "none", d: " M1.000002,118.000000 C1.000000,104.312439 1.000000,90.624878 1.371058,76.434891 C2.378683,74.823326 3.157489,73.771233 3.628739,72.595818 C6.693733,64.950958 8.900897,56.841328 12.856888,49.696682 C25.916273,26.111010 45.618191,10.672751 71.864494,3.790671 C73.382538,3.392622 74.627792,1.954232 76.000000,1.000000 C89.687561,1.000000 103.375122,1.000000 117.565109,1.371062 C122.965004,3.516620 127.960182,5.062105 132.743958,7.103073 C162.086380,19.621834 181.784180,40.732979 190.208054,71.871124 C190.618454,73.388161 192.046051,74.630013 193.000000,76.000000 C193.000000,89.687561 193.000000,103.375122 192.628937,117.565109 C191.621307,119.176682 190.842484,120.228783 190.371231,121.404198 C187.306244,129.049057 185.099075,137.158676 181.143097,144.303329 C168.083725,167.889023 148.381790,183.327209 122.135490,190.209290 C120.617455,190.607361 119.372200,192.045761 118.000000,193.000000 C104.312439,193.000000 90.624878,193.000000 76.434891,192.628937 C74.823692,191.621414 73.771942,190.842728 72.596893,190.371582 C64.948860,187.304993 56.837452,185.094330 49.688011,181.138916 C26.095829,168.086517 10.682800,148.368317 3.790614,122.133919 C3.391914,120.616310 1.954185,119.371674 1.000002,118.000000 M80.130188,101.728455 C89.980118,95.091301 91.179001,85.281952 89.684319,74.729446 C88.385147,65.557289 82.747009,59.394825 74.018127,57.212170 C56.202789,52.757446 38.523308,55.092846 20.689890,59.274368 C20.854013,61.464199 20.969820,63.009354 21.084099,64.534134 C25.000662,64.360756 28.402414,64.210175 32.073101,64.047684 C32.073101,66.440269 32.073051,68.250671 32.073109,70.061066 C32.073761,90.859169 32.124065,111.657509 32.029648,132.455170 C32.012512,136.229645 32.878117,139.472519 36.977627,139.751678 C40.560001,139.995651 44.223965,139.041504 47.052326,138.710297 C46.512821,127.044853 46.032726,116.663948 45.543800,106.092163 C57.678768,106.682213 69.081947,108.359764 80.130188,101.728455 M128.185440,67.502090 C128.186218,88.472008 128.184006,109.441917 128.189178,130.411835 C128.191345,139.205292 132.619797,142.291016 140.881729,138.973862 C142.016327,138.518326 143.205536,136.452942 143.177353,135.158829 C143.072723,130.352814 142.152374,125.560356 142.111176,120.757896 C141.964142,103.617081 142.052094,86.474258 142.051163,69.332191 C142.051086,67.770149 142.051163,66.208107 142.051163,64.722504 C150.627167,64.722504 158.454590,65.010674 166.250793,64.640678 C173.904388,64.277451 175.252914,61.508778 172.191299,54.740467 C162.054428,55.182789 152.103256,55.817085 142.143753,56.000694 C129.832123,56.227669 117.512199,55.971752 105.198532,56.130543 C96.043205,56.248604 94.704247,58.374950 97.814896,66.976433 C106.397964,66.160690 114.969101,65.232643 123.563301,64.637444 C125.049812,64.534500 126.634003,65.842026 128.185440,67.502090 z" }),
|
|
126
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { fill: "#F8F9FA", opacity: 1, stroke: "none", d: " M79.804657,101.900200 C69.081947,108.359764 57.678768,106.682213 45.543800,106.092163 C46.032726,116.663948 46.512821,127.044853 47.052326,138.710297 C44.223965,139.041504 40.560001,139.995651 36.977627,139.751678 C32.878117,139.472519 32.012512,136.229645 32.029648,132.455170 C32.124065,111.657509 32.073761,90.859169 32.073109,70.061066 C32.073051,68.250671 32.073101,66.440269 32.073101,64.047684 C28.402414,64.210175 25.000662,64.360756 21.084099,64.534134 C20.969820,63.009354 20.854013,61.464199 20.689890,59.274368 C38.523308,55.092846 56.202789,52.757446 74.018127,57.212170 C82.747009,59.394825 88.385147,65.557289 89.684319,74.729446 C91.179001,85.281952 89.980118,95.091301 79.804657,101.900200 M76.143387,82.320915 C76.994011,66.700348 69.026833,60.240845 46.162399,63.646614 C46.162399,75.001755 46.162399,86.381409 46.162399,98.894691 C50.839859,98.894691 55.279560,99.092827 59.695778,98.854965 C70.069839,98.296211 74.847267,93.640732 76.143387,82.320915 z" }),
|
|
127
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { fill: "#F7F8F9", opacity: 1, stroke: "none", d: " M128.179260,67.000076 C126.634003,65.842026 125.049812,64.534500 123.563301,64.637444 C114.969101,65.232643 106.397964,66.160690 97.814896,66.976433 C94.704247,58.374950 96.043205,56.248604 105.198532,56.130543 C117.512199,55.971752 129.832123,56.227669 142.143753,56.000694 C152.103256,55.817085 162.054428,55.182789 172.191299,54.740467 C175.252914,61.508778 173.904388,64.277451 166.250793,64.640678 C158.454590,65.010674 150.627167,64.722504 142.051163,64.722504 C142.051163,66.208107 142.051086,67.770149 142.051163,69.332191 C142.052094,86.474258 141.964142,103.617081 142.111176,120.757896 C142.152374,125.560356 143.072723,130.352814 143.177353,135.158829 C143.205536,136.452942 142.016327,138.518326 140.881729,138.973862 C132.619797,142.291016 128.191345,139.205292 128.189178,130.411835 C128.184006,109.441917 128.186218,88.472008 128.179260,67.000076 z" }),
|
|
128
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { fill: "#032457", opacity: 1, stroke: "none", d: " M76.123489,82.766640 C74.847267,93.640732 70.069839,98.296211 59.695778,98.854965 C55.279560,99.092827 50.839859,98.894691 46.162399,98.894691 C46.162399,86.381409 46.162399,75.001755 46.162399,63.646614 C69.026833,60.240845 76.994011,66.700348 76.123489,82.766640 z" })
|
|
129
|
+
] });
|
|
130
|
+
var logo_default = SvgLogo;
|
|
128
131
|
|
|
129
|
-
// src/components/icon/assets/
|
|
132
|
+
// src/components/icon/assets/moon.svg
|
|
130
133
|
var React6 = __toESM(require("react"));
|
|
131
134
|
var import_jsx_runtime10 = require("react/jsx-runtime");
|
|
132
|
-
var
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
135
|
+
var SvgMoon = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { d: "M22 15.8442C20.6866 16.4382 19.2286 16.7688 17.6935 16.7688C11.9153 16.7688 7.23116 12.0847 7.23116 6.30654C7.23116 4.77135 7.5618 3.3134 8.15577 2C4.52576 3.64163 2 7.2947 2 11.5377C2 17.3159 6.68414 22 12.4623 22C16.7053 22 20.3584 19.4742 22 15.8442Z", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
136
|
+
var moon_default = SvgMoon;
|
|
137
|
+
|
|
138
|
+
// src/components/icon/assets/profile.svg
|
|
139
|
+
var React7 = __toESM(require("react"));
|
|
140
|
+
var import_jsx_runtime11 = require("react/jsx-runtime");
|
|
141
|
+
var SvgProfile = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
142
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("g", { strokeWidth: 0 }),
|
|
143
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("g", { strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
144
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { d: "M5 21C5 17.134 8.13401 14 12 14C15.866 14 19 17.134 19 21M16 7C16 9.20914 14.2091 11 12 11C9.79086 11 8 9.20914 8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7Z", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }) })
|
|
136
145
|
] });
|
|
137
146
|
var profile_default = SvgProfile;
|
|
138
147
|
|
|
@@ -140,6 +149,7 @@ var profile_default = SvgProfile;
|
|
|
140
149
|
var ICON_NAMES = {
|
|
141
150
|
bulbLightning: bulb_lighting_default,
|
|
142
151
|
burger: burger_default,
|
|
152
|
+
cross: cross_default,
|
|
143
153
|
home: home_default,
|
|
144
154
|
logo: logo_default,
|
|
145
155
|
moon: moon_default,
|
|
@@ -147,10 +157,10 @@ var ICON_NAMES = {
|
|
|
147
157
|
};
|
|
148
158
|
|
|
149
159
|
// src/components/icon/icon.tsx
|
|
150
|
-
var
|
|
160
|
+
var import_jsx_runtime12 = require("react/jsx-runtime");
|
|
151
161
|
var Icon = ({ color = "currentColor", name, size = 24 }) => {
|
|
152
162
|
const Component = ICON_NAMES[name];
|
|
153
|
-
return /* @__PURE__ */ (0,
|
|
163
|
+
return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
154
164
|
Component,
|
|
155
165
|
{
|
|
156
166
|
style: {
|
|
@@ -166,7 +176,7 @@ var Icon = ({ color = "currentColor", name, size = 24 }) => {
|
|
|
166
176
|
|
|
167
177
|
// src/components/input/input.tsx
|
|
168
178
|
var import_antd6 = require("antd");
|
|
169
|
-
var
|
|
179
|
+
var import_jsx_runtime13 = require("react/jsx-runtime");
|
|
170
180
|
var {
|
|
171
181
|
OTP: AntdOTP,
|
|
172
182
|
Password: AntdPassword,
|
|
@@ -174,7 +184,7 @@ var {
|
|
|
174
184
|
TextArea: AntdTextArea
|
|
175
185
|
} = import_antd6.Input;
|
|
176
186
|
var Input = (props) => {
|
|
177
|
-
return /* @__PURE__ */ (0,
|
|
187
|
+
return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_antd6.Input, { ...props });
|
|
178
188
|
};
|
|
179
189
|
Input.TextArea = AntdTextArea;
|
|
180
190
|
Input.Search = AntdSearch;
|
|
@@ -183,58 +193,58 @@ Input.OTP = AntdOTP;
|
|
|
183
193
|
|
|
184
194
|
// src/components/popover/popover.tsx
|
|
185
195
|
var import_antd7 = require("antd");
|
|
186
|
-
var
|
|
196
|
+
var import_jsx_runtime14 = require("react/jsx-runtime");
|
|
187
197
|
var Popover = (props) => {
|
|
188
|
-
return /* @__PURE__ */ (0,
|
|
198
|
+
return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_antd7.Popover, { ...props });
|
|
189
199
|
};
|
|
190
200
|
|
|
191
201
|
// src/components/result/result.tsx
|
|
192
202
|
var import_antd8 = require("antd");
|
|
193
|
-
var
|
|
203
|
+
var import_jsx_runtime15 = require("react/jsx-runtime");
|
|
194
204
|
var Result = ({ ...restProps }) => {
|
|
195
|
-
return /* @__PURE__ */ (0,
|
|
205
|
+
return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_antd8.Result, { ...restProps });
|
|
196
206
|
};
|
|
197
207
|
|
|
198
208
|
// src/components/segmented/segmented.tsx
|
|
199
209
|
var import_antd9 = require("antd");
|
|
200
|
-
var
|
|
210
|
+
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
201
211
|
var Segmented = (props) => {
|
|
202
|
-
return /* @__PURE__ */ (0,
|
|
212
|
+
return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_antd9.Segmented, { ...props });
|
|
203
213
|
};
|
|
204
214
|
|
|
205
215
|
// src/components/select/select.tsx
|
|
206
216
|
var import_antd10 = require("antd");
|
|
207
|
-
var
|
|
217
|
+
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
208
218
|
var Select = (props) => {
|
|
209
|
-
return /* @__PURE__ */ (0,
|
|
219
|
+
return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_antd10.Select, { ...props });
|
|
210
220
|
};
|
|
211
221
|
|
|
212
222
|
// src/components/spin/spin.tsx
|
|
213
223
|
var import_antd11 = require("antd");
|
|
214
|
-
var
|
|
224
|
+
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
215
225
|
var Spin = (props) => {
|
|
216
|
-
return /* @__PURE__ */ (0,
|
|
226
|
+
return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_antd11.Spin, { ...props });
|
|
217
227
|
};
|
|
218
228
|
|
|
219
229
|
// src/components/statistic/statistic.tsx
|
|
220
230
|
var import_antd12 = require("antd");
|
|
221
|
-
var
|
|
231
|
+
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
222
232
|
var { Timer: AntdTimer } = import_antd12.Statistic;
|
|
223
233
|
var Statistic = (props) => {
|
|
224
|
-
return /* @__PURE__ */ (0,
|
|
234
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_antd12.Statistic, { ...props });
|
|
225
235
|
};
|
|
226
236
|
Statistic.Timer = AntdTimer;
|
|
227
237
|
|
|
228
238
|
// src/components/tabs/tabs.tsx
|
|
229
239
|
var import_antd13 = require("antd");
|
|
230
|
-
var
|
|
240
|
+
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
231
241
|
var Tabs = (props) => {
|
|
232
|
-
return /* @__PURE__ */ (0,
|
|
242
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_antd13.Tabs, { ...props });
|
|
233
243
|
};
|
|
234
244
|
|
|
235
245
|
// src/components/typography/typography.tsx
|
|
236
246
|
var import_antd14 = require("antd");
|
|
237
|
-
var
|
|
247
|
+
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
238
248
|
var {
|
|
239
249
|
Link: AntdLink,
|
|
240
250
|
Paragraph: AntdParagraph,
|
|
@@ -242,16 +252,16 @@ var {
|
|
|
242
252
|
Title: AntdTitle
|
|
243
253
|
} = import_antd14.Typography;
|
|
244
254
|
var Paragraph = (props) => {
|
|
245
|
-
return /* @__PURE__ */ (0,
|
|
255
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(AntdParagraph, { ...props });
|
|
246
256
|
};
|
|
247
257
|
var Text = (props) => {
|
|
248
|
-
return /* @__PURE__ */ (0,
|
|
258
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(AntdText, { ...props });
|
|
249
259
|
};
|
|
250
260
|
var Title = (props) => {
|
|
251
|
-
return /* @__PURE__ */ (0,
|
|
261
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(AntdTitle, { ...props });
|
|
252
262
|
};
|
|
253
263
|
var Link = (props) => {
|
|
254
|
-
return /* @__PURE__ */ (0,
|
|
264
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(AntdLink, { ...props });
|
|
255
265
|
};
|
|
256
266
|
var Typography = {
|
|
257
267
|
Link,
|
|
@@ -324,7 +334,12 @@ var getAntdThemeConfig = (palette = designTokens) => {
|
|
|
324
334
|
},
|
|
325
335
|
Typography: {
|
|
326
336
|
fontSize: layoutTokens.textSize.md,
|
|
327
|
-
fontSizeHeading1: layoutTokens.textSize.xl
|
|
337
|
+
fontSizeHeading1: layoutTokens.textSize.xl,
|
|
338
|
+
colorText: palette.textPrimary,
|
|
339
|
+
colorTextSecondary: palette.textSecondary,
|
|
340
|
+
colorTextDisabled: palette.textDisabled,
|
|
341
|
+
colorTextHeading: palette.textPrimary,
|
|
342
|
+
colorTextDescription: palette.textSecondary
|
|
328
343
|
}
|
|
329
344
|
},
|
|
330
345
|
token: {
|
|
@@ -340,7 +355,15 @@ var getAntdThemeConfig = (palette = designTokens) => {
|
|
|
340
355
|
};
|
|
341
356
|
|
|
342
357
|
// src/theme/ui-provider.tsx
|
|
343
|
-
var
|
|
358
|
+
var import_jsx_runtime22 = require("react/jsx-runtime");
|
|
359
|
+
var normalizeAntdLocaleModule = (imported) => {
|
|
360
|
+
if (imported && typeof imported === "object" && "default" in imported && imported.default && typeof imported.default === "object" && "locale" in imported.default) {
|
|
361
|
+
return imported.default;
|
|
362
|
+
}
|
|
363
|
+
return imported;
|
|
364
|
+
};
|
|
365
|
+
var enUS = normalizeAntdLocaleModule(import_en_US.default);
|
|
366
|
+
var ruRU = normalizeAntdLocaleModule(import_ru_RU.default);
|
|
344
367
|
var mergeColorsPalette = (overrides) => {
|
|
345
368
|
if (!overrides) {
|
|
346
369
|
return designTokens;
|
|
@@ -357,19 +380,19 @@ var UiProvider = ({ children, language, tokens }) => {
|
|
|
357
380
|
[mergedPalette]
|
|
358
381
|
);
|
|
359
382
|
const antLocale = (0, import_react.useMemo)(() => {
|
|
360
|
-
let antdLocale =
|
|
383
|
+
let antdLocale = enUS;
|
|
361
384
|
switch (language) {
|
|
362
385
|
case "ru":
|
|
363
|
-
antdLocale =
|
|
386
|
+
antdLocale = ruRU;
|
|
364
387
|
break;
|
|
365
388
|
case "en":
|
|
366
389
|
default:
|
|
367
|
-
antdLocale =
|
|
390
|
+
antdLocale = enUS;
|
|
368
391
|
break;
|
|
369
392
|
}
|
|
370
393
|
return antdLocale;
|
|
371
394
|
}, [language]);
|
|
372
|
-
return /* @__PURE__ */ (0,
|
|
395
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_antd15.ConfigProvider, { theme: antdTheme, locale: antLocale, children });
|
|
373
396
|
};
|
|
374
397
|
// Annotate the CommonJS export names for ESM import in node:
|
|
375
398
|
0 && (module.exports = {
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts","../src/components/button/button.tsx","../src/components/divider/divider.tsx","../src/components/drawer/drawer.tsx","../src/components/flex/flex.tsx","../src/components/form/form.tsx","../src/components/icon/assets/bulb-lighting.svg","../src/components/icon/assets/burger.svg","../src/components/icon/assets/home.svg","../src/components/icon/assets/logo.svg","../src/components/icon/assets/moon.svg","../src/components/icon/assets/profile.svg","../src/components/icon/types.ts","../src/components/icon/icon.tsx","../src/components/input/input.tsx","../src/components/popover/popover.tsx","../src/components/result/result.tsx","../src/components/segmented/segmented.tsx","../src/components/select/select.tsx","../src/components/spin/spin.tsx","../src/components/statistic/statistic.tsx","../src/components/tabs/tabs.tsx","../src/components/typography/typography.tsx","../src/theme/design-tokens.ts","../src/theme/ui-provider.tsx","../src/theme/get-antd-tokens.ts"],"sourcesContent":["export * from './components';\nexport * from './theme';\n","import {Button as AntdButton, type ButtonProps} from 'antd';\n\nexport type TButtonProps = ButtonProps;\n\nexport const Button = (props: TButtonProps) => {\n return <AntdButton {...props} />;\n};\n","import {Divider as AntdDivider, type DividerProps} from 'antd';\n\nexport type TDividerProps = DividerProps;\n\nexport const Divider = (props: TDividerProps) => {\n return <AntdDivider {...props} />;\n};\n","import {Drawer as AntdDrawer, type DrawerProps} from 'antd';\n\nexport type TDrawerProps = DrawerProps;\n\nexport const Drawer = (props: TDrawerProps) => {\n return <AntdDrawer {...props} />;\n};\n","import {Flex as AntdFlex, type FlexProps} from 'antd';\n\nexport type TFlexProps = FlexProps;\n\nexport const Flex = (props: TFlexProps) => {\n return <AntdFlex {...props} />;\n};\n","import {Form as AntdForm} from 'antd';\n\nexport const Form: typeof AntdForm = AntdForm;\n","import * as React from \"react\";\nconst SvgBulbLighting = props => <svg xmlns=\"http://www.w3.org/2000/svg\" width={24} height={24} viewBox=\"0 0 113.01 122.88\" fill=\"currentColor\" {...props}><g><path d=\"M36.37,82.46c-2.88-3.29-5.86-6.71-8.22-11.74c-2.31-4.96-3.59-10.08-3.55-15.4c0.05-5.32,1.4-10.8,4.34-16.46 c0.02-0.04,0.04-0.07,0.06-0.11l0,0c3.85-6.52,9.24-10.88,15.24-13.32c5.03-2.06,10.5-2.76,15.86-2.27 c5.34,0.49,10.57,2.17,15.14,4.87c5.81,3.44,10.59,8.54,13.22,14.98c1.42,3.49,2.38,7.38,2.5,11.64c0.12,4.25-0.61,8.83-2.57,13.67 c-3,7.43-10.01,15.39-14.6,22.7c-0.25-0.05-0.51-0.06-0.77-0.02l-6.19,0.92l9.43-32.8c0.27-0.93-0.28-1.9-1.21-2.17 c-0.93-0.26-1.9,0.28-2.17,1.21L63.01,92.5l-9.36,1.39l-9.89-31.44c0.71,0.14,1.46-0.17,1.85-0.83l7.01-11.93l3.57,8.19 c0.39,0.89,1.42,1.29,2.3,0.91c0.44-0.19,0.76-0.55,0.93-0.96l0,0l3.16-7.98l3.7,9.76c0.34,0.91,1.35,1.36,2.26,1.02 c0.91-0.34,1.36-1.35,1.02-2.26l-5.27-13.9c-0.15-0.49-0.52-0.91-1.03-1.11c-0.9-0.36-1.92,0.09-2.28,0.99l-3.27,8.27l-3.26-7.48 c-0.14-0.33-0.39-0.62-0.72-0.81c-0.83-0.49-1.91-0.21-2.39,0.62l-8.52,14.5l-0.61-1.93c-0.29-0.92-1.27-1.44-2.19-1.15 c-0.92,0.29-1.44,1.27-1.15,2.19l11.27,35.85l-6.78,1.01C41.72,90.57,39.22,85.73,36.37,82.46L36.37,82.46z M14.26,18.49 c-0.79-0.74-1.21-1.73-1.25-2.73c-0.04-1,0.31-2.02,1.04-2.81c0.74-0.79,1.73-1.21,2.73-1.25c1-0.04,2.02,0.31,2.81,1.04l6.28,5.85 c0.79,0.74,1.21,1.73,1.25,2.73c0.04,1.01-0.31,2.02-1.04,2.81c-0.74,0.79-1.73,1.21-2.73,1.25c-1.01,0.04-2.02-0.31-2.81-1.04 L14.26,18.49L14.26,18.49z M3.99,61.66c-1.06,0.02-2.03-0.39-2.75-1.06C0.51,59.91,0.04,58.95,0,57.86 c-0.04-1.08,0.37-2.08,1.06-2.81c0.69-0.73,1.65-1.2,2.74-1.23l8.57-0.29c1.08-0.04,2.08,0.37,2.81,1.06 c0.73,0.69,1.2,1.65,1.23,2.74l0,0.06h0.01l-0.01,0.14c-0.02,1.01-0.42,1.92-1.06,2.61c-0.69,0.73-1.65,1.19-2.74,1.23l-0.06,0 v0.01l-0.09,0L3.99,61.66L3.99,61.66z M110.71,49.51l0.13-0.01c1.02-0.06,1.97,0.27,2.71,0.87c0.78,0.63,1.31,1.57,1.43,2.64 l0,0.04c0.01,0,0.01,0.11,0.01,0.13c0.06,1.02-0.27,1.97-0.87,2.71c-0.63,0.78-1.57,1.31-2.64,1.43l-8.53,0.9 c-1.08,0.11-2.1-0.23-2.87-0.86c-0.78-0.63-1.32-1.57-1.43-2.64c-0.11-1.07,0.23-2.1,0.86-2.87c0.63-0.78,1.57-1.32,2.64-1.43 C105,50.11,107.86,49.78,110.71,49.51L110.71,49.51L110.71,49.51z M93.81,15.37c0.61-0.9,1.51-1.46,2.49-1.66 c0.98-0.19,2.03-0.01,2.94,0.59l0.01,0.01c0.9,0.6,1.47,1.51,1.66,2.49c0.19,0.98,0.01,2.03-0.59,2.94l-4.77,7.13 c-0.6,0.9-1.51,1.47-2.5,1.67c-0.98,0.19-2.03,0.01-2.94-0.59c-0.9-0.6-1.47-1.52-1.67-2.5c-0.19-0.98-0.01-2.03,0.59-2.94 L93.81,15.37L93.81,15.37z M56.77,3.83c0.03-1.09,0.49-2.06,1.22-2.75c0.71-0.68,1.69-1.09,2.75-1.08l0-0.01 c0.09,0,0.18,0.01,0.27,0.02c0.99,0.08,1.88,0.53,2.52,1.2c0.68,0.71,1.09,1.68,1.08,2.75l0.01,0c0,0.07,0,0.14-0.01,0.2 l-0.21,8.37h0.01c0,0.09-0.01,0.18-0.02,0.27c-0.08,1-0.53,1.88-1.2,2.52c-0.72,0.68-1.69,1.09-2.75,1.08v0.01 c-0.09,0-0.18-0.01-0.27-0.02c-1-0.08-1.88-0.53-2.52-1.2c-0.68-0.72-1.09-1.69-1.08-2.75h-0.01c0-0.07,0-0.14,0.01-0.2L56.77,3.83 L56.77,3.83z M71.42,95.84l-0.63,2.95l-0.16,2.1l-25.33,3.77c-0.09-1.51-0.33-3.14-0.71-4.83L71.42,95.84L71.42,95.84z M70.58,105.49l0.02,1.27l0.03,0.44c0.07,0.83,0.08,1.67,0.03,2.5l-0.38,1.83l-23.53,3.5l-0.41-0.94l-0.92-3.76l-0.02-1.09 L70.58,105.49L70.58,105.49z M68.73,116.35c-1.22,2.09-2.9,3.72-4.82,4.83c-1.71,1-3.62,1.57-5.53,1.69 c-1.94,0.12-3.9-0.25-5.69-1.11c-1.22-0.6-2.36-1.43-3.37-2.51L68.73,116.35L68.73,116.35z\" /></g></svg>;\nexport default SvgBulbLighting;","import * as React from \"react\";\nconst SvgBurger = props => <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}><path d=\"M4 18L20 18\" stroke=\"currentColor\" strokeWidth={2} strokeLinecap=\"round\" /><path d=\"M4 12L20 12\" stroke=\"currentColor\" strokeWidth={2} strokeLinecap=\"round\" /><path d=\"M4 6L20 6\" stroke=\"currentColor\" strokeWidth={2} strokeLinecap=\"round\" /></svg>;\nexport default SvgBurger;","import * as React from \"react\";\nconst SvgHome = props => <svg width={24} height={24} viewBox=\"-2.4 -2.4 28.80 28.80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" stroke=\"currentColor\" {...props}><g strokeWidth={0} /><g strokeLinecap=\"round\" strokeLinejoin=\"round\" stroke=\"currentColor\" strokeWidth={0.048} /><g><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M21.4498 10.275L11.9998 3.1875L2.5498 10.275L2.9998 11.625H3.7498V20.25H20.2498V11.625H20.9998L21.4498 10.275ZM5.2498 18.75V10.125L11.9998 5.0625L18.7498 10.125V18.75H14.9999V14.3333L14.2499 13.5833H9.74988L8.99988 14.3333V18.75H5.2498ZM10.4999 18.75H13.4999V15.0833H10.4999V18.75Z\" fill=\"currentColor\" /></g></svg>;\nexport default SvgHome;","import * as React from \"react\";\nconst SvgLogo = props => <svg id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" width={24} height={24} viewBox=\"0 0 192 192\" {...props}><path fill=\"#012355\" opacity={1} stroke=\"none\" d=\" M1.000002,118.000000 C1.000000,104.312439 1.000000,90.624878 1.371058,76.434891 C2.378683,74.823326 3.157489,73.771233 3.628739,72.595818 C6.693733,64.950958 8.900897,56.841328 12.856888,49.696682 C25.916273,26.111010 45.618191,10.672751 71.864494,3.790671 C73.382538,3.392622 74.627792,1.954232 76.000000,1.000000 C89.687561,1.000000 103.375122,1.000000 117.565109,1.371062 C122.965004,3.516620 127.960182,5.062105 132.743958,7.103073 C162.086380,19.621834 181.784180,40.732979 190.208054,71.871124 C190.618454,73.388161 192.046051,74.630013 193.000000,76.000000 C193.000000,89.687561 193.000000,103.375122 192.628937,117.565109 C191.621307,119.176682 190.842484,120.228783 190.371231,121.404198 C187.306244,129.049057 185.099075,137.158676 181.143097,144.303329 C168.083725,167.889023 148.381790,183.327209 122.135490,190.209290 C120.617455,190.607361 119.372200,192.045761 118.000000,193.000000 C104.312439,193.000000 90.624878,193.000000 76.434891,192.628937 C74.823692,191.621414 73.771942,190.842728 72.596893,190.371582 C64.948860,187.304993 56.837452,185.094330 49.688011,181.138916 C26.095829,168.086517 10.682800,148.368317 3.790614,122.133919 C3.391914,120.616310 1.954185,119.371674 1.000002,118.000000 M80.130188,101.728455 C89.980118,95.091301 91.179001,85.281952 89.684319,74.729446 C88.385147,65.557289 82.747009,59.394825 74.018127,57.212170 C56.202789,52.757446 38.523308,55.092846 20.689890,59.274368 C20.854013,61.464199 20.969820,63.009354 21.084099,64.534134 C25.000662,64.360756 28.402414,64.210175 32.073101,64.047684 C32.073101,66.440269 32.073051,68.250671 32.073109,70.061066 C32.073761,90.859169 32.124065,111.657509 32.029648,132.455170 C32.012512,136.229645 32.878117,139.472519 36.977627,139.751678 C40.560001,139.995651 44.223965,139.041504 47.052326,138.710297 C46.512821,127.044853 46.032726,116.663948 45.543800,106.092163 C57.678768,106.682213 69.081947,108.359764 80.130188,101.728455 M128.185440,67.502090 C128.186218,88.472008 128.184006,109.441917 128.189178,130.411835 C128.191345,139.205292 132.619797,142.291016 140.881729,138.973862 C142.016327,138.518326 143.205536,136.452942 143.177353,135.158829 C143.072723,130.352814 142.152374,125.560356 142.111176,120.757896 C141.964142,103.617081 142.052094,86.474258 142.051163,69.332191 C142.051086,67.770149 142.051163,66.208107 142.051163,64.722504 C150.627167,64.722504 158.454590,65.010674 166.250793,64.640678 C173.904388,64.277451 175.252914,61.508778 172.191299,54.740467 C162.054428,55.182789 152.103256,55.817085 142.143753,56.000694 C129.832123,56.227669 117.512199,55.971752 105.198532,56.130543 C96.043205,56.248604 94.704247,58.374950 97.814896,66.976433 C106.397964,66.160690 114.969101,65.232643 123.563301,64.637444 C125.049812,64.534500 126.634003,65.842026 128.185440,67.502090 z\" /><path fill=\"#F8F9FA\" opacity={1} stroke=\"none\" d=\" M79.804657,101.900200 C69.081947,108.359764 57.678768,106.682213 45.543800,106.092163 C46.032726,116.663948 46.512821,127.044853 47.052326,138.710297 C44.223965,139.041504 40.560001,139.995651 36.977627,139.751678 C32.878117,139.472519 32.012512,136.229645 32.029648,132.455170 C32.124065,111.657509 32.073761,90.859169 32.073109,70.061066 C32.073051,68.250671 32.073101,66.440269 32.073101,64.047684 C28.402414,64.210175 25.000662,64.360756 21.084099,64.534134 C20.969820,63.009354 20.854013,61.464199 20.689890,59.274368 C38.523308,55.092846 56.202789,52.757446 74.018127,57.212170 C82.747009,59.394825 88.385147,65.557289 89.684319,74.729446 C91.179001,85.281952 89.980118,95.091301 79.804657,101.900200 M76.143387,82.320915 C76.994011,66.700348 69.026833,60.240845 46.162399,63.646614 C46.162399,75.001755 46.162399,86.381409 46.162399,98.894691 C50.839859,98.894691 55.279560,99.092827 59.695778,98.854965 C70.069839,98.296211 74.847267,93.640732 76.143387,82.320915 z\" /><path fill=\"#F7F8F9\" opacity={1} stroke=\"none\" d=\" M128.179260,67.000076 C126.634003,65.842026 125.049812,64.534500 123.563301,64.637444 C114.969101,65.232643 106.397964,66.160690 97.814896,66.976433 C94.704247,58.374950 96.043205,56.248604 105.198532,56.130543 C117.512199,55.971752 129.832123,56.227669 142.143753,56.000694 C152.103256,55.817085 162.054428,55.182789 172.191299,54.740467 C175.252914,61.508778 173.904388,64.277451 166.250793,64.640678 C158.454590,65.010674 150.627167,64.722504 142.051163,64.722504 C142.051163,66.208107 142.051086,67.770149 142.051163,69.332191 C142.052094,86.474258 141.964142,103.617081 142.111176,120.757896 C142.152374,125.560356 143.072723,130.352814 143.177353,135.158829 C143.205536,136.452942 142.016327,138.518326 140.881729,138.973862 C132.619797,142.291016 128.191345,139.205292 128.189178,130.411835 C128.184006,109.441917 128.186218,88.472008 128.179260,67.000076 z\" /><path fill=\"#032457\" opacity={1} stroke=\"none\" d=\" M76.123489,82.766640 C74.847267,93.640732 70.069839,98.296211 59.695778,98.854965 C55.279560,99.092827 50.839859,98.894691 46.162399,98.894691 C46.162399,86.381409 46.162399,75.001755 46.162399,63.646614 C69.026833,60.240845 76.994011,66.700348 76.123489,82.766640 z\" /></svg>;\nexport default SvgLogo;","import * as React from \"react\";\nconst SvgMoon = props => <svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width={24} height={24} fill=\"none\" {...props}><path d=\"M22 15.8442C20.6866 16.4382 19.2286 16.7688 17.6935 16.7688C11.9153 16.7688 7.23116 12.0847 7.23116 6.30654C7.23116 4.77135 7.5618 3.3134 8.15577 2C4.52576 3.64163 2 7.2947 2 11.5377C2 17.3159 6.68414 22 12.4623 22C16.7053 22 20.3584 19.4742 22 15.8442Z\" stroke=\"currentColor\" strokeWidth={2} strokeLinecap=\"round\" strokeLinejoin=\"round\" /></svg>;\nexport default SvgMoon;","import * as React from \"react\";\nconst SvgProfile = props => <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}><g strokeWidth={0} /><g strokeLinecap=\"round\" strokeLinejoin=\"round\" /><g><path d=\"M5 21C5 17.134 8.13401 14 12 14C15.866 14 19 17.134 19 21M16 7C16 9.20914 14.2091 11 12 11C9.79086 11 8 9.20914 8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7Z\" stroke=\"currentColor\" strokeWidth={2} strokeLinecap=\"round\" strokeLinejoin=\"round\" /></g></svg>;\nexport default SvgProfile;","import BulbLightning from './assets/bulb-lighting.svg';\nimport Burger from './assets/burger.svg';\nimport Home from './assets/home.svg';\nimport Logo from './assets/logo.svg';\nimport Moon from './assets/moon.svg';\nimport Profile from './assets/profile.svg';\n\nexport const ICON_NAMES = {\n bulbLightning: BulbLightning,\n burger: Burger,\n home: Home,\n logo: Logo,\n moon: Moon,\n profile: Profile,\n} as const;\n\nexport type TIconName = keyof typeof ICON_NAMES;\n","import {ICON_NAMES, type TIconName} from './types';\n\nexport type TIconProps = {\n name: TIconName;\n size?: number | string;\n color?: string;\n};\n\nexport const Icon = ({color = 'currentColor', name, size = 24}: TIconProps) => {\n const Component = ICON_NAMES[name];\n\n return (\n <Component\n style={{\n width: size,\n height: size,\n color,\n display: 'inline-block',\n flexShrink: 0,\n }}\n />\n );\n};\n","import {Input as AntdInput, type InputProps} from 'antd';\n\nexport type TInputProps = InputProps;\n\nconst {\n OTP: AntdOTP,\n Password: AntdPassword,\n Search: AntdSearch,\n TextArea: AntdTextArea,\n} = AntdInput;\n\nexport const Input = (props: TInputProps) => {\n return <AntdInput {...props} />;\n};\n\nInput.TextArea = AntdTextArea;\nInput.Search = AntdSearch;\nInput.Password = AntdPassword;\nInput.OTP = AntdOTP;\n","import {Popover as AntdPopover, type PopoverProps} from 'antd';\n\nexport type TPopoverProps = PopoverProps;\n\nexport const Popover = (props: TPopoverProps) => {\n return <AntdPopover {...props} />;\n};\n","import {Result as AntdResult, type ResultProps} from 'antd';\n\nexport type TResultProps = ResultProps;\n\nexport const Result = ({...restProps}: TResultProps) => {\n return <AntdResult {...restProps} />;\n};\n","import {Segmented as AntdSegmented, type SegmentedProps} from 'antd';\n\nexport type TSegmentedProps = SegmentedProps;\n\nexport const Segmented = (props: TSegmentedProps) => {\n return <AntdSegmented {...props} />;\n};\n","import {Select as AntdSelect, type SelectProps} from 'antd';\n\nexport type TSelectProps = SelectProps;\n\nexport const Select = (props: TSelectProps) => {\n return <AntdSelect {...props} />;\n};\n","import {Spin as AntdSpin, type SpinProps} from 'antd';\n\nexport type TSpinProps = SpinProps;\n\nexport const Spin = (props: TSpinProps) => {\n return <AntdSpin {...props} />;\n};\n","import {Statistic as AntdStatistic, type StatisticProps} from 'antd';\n\nexport type TStatisticProps = StatisticProps;\n\nconst {Timer: AntdTimer} = AntdStatistic;\n\nexport const Statistic = (props: TStatisticProps) => {\n return <AntdStatistic {...props} />;\n};\n\nStatistic.Timer = AntdTimer;\n","import {Tabs as AntdTabs, type TabsProps} from 'antd';\n\nexport type TTabsProps = TabsProps;\n\nexport const Tabs = (props: TTabsProps) => {\n return <AntdTabs {...props} />;\n};\n","import {Typography as AntdTypography} from 'antd';\nimport {type LinkProps} from 'antd/es/typography/Link';\nimport {type ParagraphProps} from 'antd/es/typography/Paragraph';\nimport {type TextProps} from 'antd/es/typography/Text';\nimport {type TitleProps} from 'antd/es/typography/Title';\n\nconst {\n Link: AntdLink,\n Paragraph: AntdParagraph,\n Text: AntdText,\n Title: AntdTitle,\n} = AntdTypography;\n\nexport type TParagraphProps = ParagraphProps;\nexport type TTextProps = TextProps;\nexport type TTitleProps = TitleProps;\nexport type TLinkProps = LinkProps;\n\nconst Paragraph = (props: TParagraphProps) => {\n return <AntdParagraph {...props} />;\n};\n\nconst Text = (props: TTextProps) => {\n return <AntdText {...props} />;\n};\n\nconst Title = (props: TTitleProps) => {\n return <AntdTitle {...props} />;\n};\n\nconst Link = (props: TLinkProps) => {\n return <AntdLink {...props} />;\n};\n\nexport const Typography = {\n Link,\n Paragraph,\n Text,\n Title,\n};\n","export type TColorsPalette = {\n textPrimary: string;\n textSecondary: string;\n textDisabled: string;\n\n backgroundPrimary: string;\n backgroundSecondary: string;\n backgroundElevated: string;\n\n borderPrimary: string;\n borderSecondary: string;\n\n accentPrimary: string;\n accentHover: string;\n accentActive: string;\n};\n\n// Базовая палитра (light). Внешний consumer может переопределять только цвета.\nexport const designTokens: TColorsPalette = {\n textPrimary: '#000000',\n textSecondary: '#6B6B6B',\n textDisabled: '#A4A6A8',\n\n backgroundPrimary: '#CBCBCB',\n backgroundSecondary: '#D9D9DC',\n backgroundElevated: '#FFFFFF',\n\n borderPrimary: '#C1C0C0',\n borderSecondary: '#E0E0E0',\n\n accentPrimary: '#4594D1',\n accentHover: '#5AA3DB',\n accentActive: '#2F7AB8',\n};\n\n// Остальные токены (spacing/radius/fontSizes/breakpoints) не должны меняться,\n// поэтому они живут отдельно от публичного TColorsPalette.\nexport const layoutTokens = {\n spacing: {\n xs: 4,\n sm: 8,\n md: 16,\n lg: 24,\n },\n borderRadius: {\n sm: 8,\n md: 12,\n lg: 16,\n },\n textSize: {\n xs: 12,\n sm: 14,\n md: 16,\n lg: 24,\n xl: 36,\n },\n};\n","import {type ReactNode, useMemo} from 'react';\n\nimport {ConfigProvider} from 'antd';\nimport en_US from 'antd/locale/en_US.js';\nimport ru_RU from 'antd/locale/ru_RU.js';\n\nimport {designTokens, type TColorsPalette} from './design-tokens';\nimport {getAntdThemeConfig} from './get-antd-tokens';\n\nexport type TUiProviderProps = {\n children: ReactNode;\n tokens?: Partial<TColorsPalette>;\n language?: 'ru' | 'en';\n};\n\nconst mergeColorsPalette = (\n overrides?: Partial<TColorsPalette>\n): TColorsPalette => {\n if (!overrides) {\n return designTokens;\n }\n\n return {\n ...designTokens,\n ...overrides,\n };\n};\n\nexport const UiProvider = ({children, language, tokens}: TUiProviderProps) => {\n const mergedPalette = useMemo(() => mergeColorsPalette(tokens), [tokens]);\n\n const antdTheme = useMemo(\n () => getAntdThemeConfig(mergedPalette),\n [mergedPalette]\n );\n const antLocale = useMemo(() => {\n let antdLocale = en_US;\n\n switch (language) {\n case 'ru':\n antdLocale = ru_RU;\n break;\n case 'en':\n default:\n antdLocale = en_US;\n break;\n }\n\n return antdLocale;\n }, [language]);\n\n return (\n <ConfigProvider theme={antdTheme} locale={antLocale}>\n {children}\n </ConfigProvider>\n );\n};\n","import type {ThemeConfig} from 'antd';\n\nimport {designTokens, type TColorsPalette, layoutTokens} from './design-tokens';\n\nexport const getAntdThemeConfig = (\n palette: TColorsPalette = designTokens\n): ThemeConfig => {\n return {\n components: {\n Button: {\n dangerShadow: 'none',\n defaultShadow: 'none',\n primaryShadow: 'none',\n },\n Divider: {\n colorSplit: palette.borderPrimary,\n },\n Layout: {\n headerBg: palette.backgroundPrimary,\n headerPadding: layoutTokens.spacing.md,\n triggerBg: 'transparent',\n },\n Select: {\n optionSelectedBg: palette.accentPrimary,\n optionSelectedFontWeight: 'normal',\n },\n Typography: {\n fontSize: layoutTokens.textSize.md,\n fontSizeHeading1: layoutTokens.textSize.xl,\n },\n },\n token: {\n borderRadius: layoutTokens.borderRadius.md,\n colorBgBase: palette.backgroundPrimary,\n colorBgContainer: palette.backgroundSecondary,\n colorTextBase: palette.textPrimary,\n colorTextPlaceholder: palette.textSecondary,\n fontFamily:\n \"'Franklin Gothic Medium', 'Arial Narrow',\\n Arial,\\n sans-serif;\",\n fontSize: layoutTokens.textSize.md,\n },\n };\n};\n"],"mappings":"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","names":["AntdButton","import_antd","import_jsx_runtime","AntdDivider","import_antd","import_jsx_runtime","AntdDrawer","import_antd","import_jsx_runtime","AntdFlex","import_antd","AntdForm","import_jsx_runtime","React","import_jsx_runtime","React","import_jsx_runtime","React","import_jsx_runtime","React","import_jsx_runtime","React","import_jsx_runtime","import_jsx_runtime","import_antd","import_jsx_runtime","AntdInput","import_antd","import_jsx_runtime","AntdPopover","import_antd","import_jsx_runtime","AntdResult","import_antd","import_jsx_runtime","AntdSegmented","import_antd","import_jsx_runtime","AntdSelect","import_antd","import_jsx_runtime","AntdSpin","import_antd","import_jsx_runtime","AntdStatistic","import_antd","import_jsx_runtime","AntdTabs","import_antd","import_jsx_runtime","AntdTypography","import_antd","import_jsx_runtime","en_US","ru_RU"]}
|
|
1
|
+
{"version":3,"sources":["../src/index.ts","../src/components/button/button.tsx","../src/components/divider/divider.tsx","../src/components/drawer/drawer.tsx","../src/components/flex/flex.tsx","../src/components/form/form.tsx","../src/components/icon/assets/bulb-lighting.svg","../src/components/icon/assets/burger.svg","../src/components/icon/assets/cross.svg","../src/components/icon/assets/home.svg","../src/components/icon/assets/logo.svg","../src/components/icon/assets/moon.svg","../src/components/icon/assets/profile.svg","../src/components/icon/types.ts","../src/components/icon/icon.tsx","../src/components/input/input.tsx","../src/components/popover/popover.tsx","../src/components/result/result.tsx","../src/components/segmented/segmented.tsx","../src/components/select/select.tsx","../src/components/spin/spin.tsx","../src/components/statistic/statistic.tsx","../src/components/tabs/tabs.tsx","../src/components/typography/typography.tsx","../src/theme/design-tokens.ts","../src/theme/ui-provider.tsx","../src/theme/get-antd-tokens.ts"],"sourcesContent":["export * from './components';\nexport * from './theme';\n","import {Button as AntdButton, type ButtonProps} from 'antd';\n\nexport type TButtonProps = ButtonProps;\n\nexport const Button = (props: TButtonProps) => {\n return <AntdButton {...props} />;\n};\n","import {Divider as AntdDivider, type DividerProps} from 'antd';\n\nexport type TDividerProps = DividerProps;\n\nexport const Divider = (props: TDividerProps) => {\n return <AntdDivider {...props} />;\n};\n","import {Drawer as AntdDrawer, type DrawerProps} from 'antd';\n\nexport type TDrawerProps = DrawerProps;\n\nexport const Drawer = (props: TDrawerProps) => {\n return <AntdDrawer {...props} />;\n};\n","import {Flex as AntdFlex, type FlexProps} from 'antd';\n\nexport type TFlexProps = FlexProps;\n\nexport const Flex = (props: TFlexProps) => {\n return <AntdFlex {...props} />;\n};\n","import {Form as AntdForm} from 'antd';\n\nexport const Form: typeof AntdForm = AntdForm;\n","import * as React from \"react\";\nconst SvgBulbLighting = props => <svg xmlns=\"http://www.w3.org/2000/svg\" width={24} height={24} viewBox=\"0 0 113.01 122.88\" fill=\"currentColor\" {...props}><g><path d=\"M36.37,82.46c-2.88-3.29-5.86-6.71-8.22-11.74c-2.31-4.96-3.59-10.08-3.55-15.4c0.05-5.32,1.4-10.8,4.34-16.46 c0.02-0.04,0.04-0.07,0.06-0.11l0,0c3.85-6.52,9.24-10.88,15.24-13.32c5.03-2.06,10.5-2.76,15.86-2.27 c5.34,0.49,10.57,2.17,15.14,4.87c5.81,3.44,10.59,8.54,13.22,14.98c1.42,3.49,2.38,7.38,2.5,11.64c0.12,4.25-0.61,8.83-2.57,13.67 c-3,7.43-10.01,15.39-14.6,22.7c-0.25-0.05-0.51-0.06-0.77-0.02l-6.19,0.92l9.43-32.8c0.27-0.93-0.28-1.9-1.21-2.17 c-0.93-0.26-1.9,0.28-2.17,1.21L63.01,92.5l-9.36,1.39l-9.89-31.44c0.71,0.14,1.46-0.17,1.85-0.83l7.01-11.93l3.57,8.19 c0.39,0.89,1.42,1.29,2.3,0.91c0.44-0.19,0.76-0.55,0.93-0.96l0,0l3.16-7.98l3.7,9.76c0.34,0.91,1.35,1.36,2.26,1.02 c0.91-0.34,1.36-1.35,1.02-2.26l-5.27-13.9c-0.15-0.49-0.52-0.91-1.03-1.11c-0.9-0.36-1.92,0.09-2.28,0.99l-3.27,8.27l-3.26-7.48 c-0.14-0.33-0.39-0.62-0.72-0.81c-0.83-0.49-1.91-0.21-2.39,0.62l-8.52,14.5l-0.61-1.93c-0.29-0.92-1.27-1.44-2.19-1.15 c-0.92,0.29-1.44,1.27-1.15,2.19l11.27,35.85l-6.78,1.01C41.72,90.57,39.22,85.73,36.37,82.46L36.37,82.46z M14.26,18.49 c-0.79-0.74-1.21-1.73-1.25-2.73c-0.04-1,0.31-2.02,1.04-2.81c0.74-0.79,1.73-1.21,2.73-1.25c1-0.04,2.02,0.31,2.81,1.04l6.28,5.85 c0.79,0.74,1.21,1.73,1.25,2.73c0.04,1.01-0.31,2.02-1.04,2.81c-0.74,0.79-1.73,1.21-2.73,1.25c-1.01,0.04-2.02-0.31-2.81-1.04 L14.26,18.49L14.26,18.49z M3.99,61.66c-1.06,0.02-2.03-0.39-2.75-1.06C0.51,59.91,0.04,58.95,0,57.86 c-0.04-1.08,0.37-2.08,1.06-2.81c0.69-0.73,1.65-1.2,2.74-1.23l8.57-0.29c1.08-0.04,2.08,0.37,2.81,1.06 c0.73,0.69,1.2,1.65,1.23,2.74l0,0.06h0.01l-0.01,0.14c-0.02,1.01-0.42,1.92-1.06,2.61c-0.69,0.73-1.65,1.19-2.74,1.23l-0.06,0 v0.01l-0.09,0L3.99,61.66L3.99,61.66z M110.71,49.51l0.13-0.01c1.02-0.06,1.97,0.27,2.71,0.87c0.78,0.63,1.31,1.57,1.43,2.64 l0,0.04c0.01,0,0.01,0.11,0.01,0.13c0.06,1.02-0.27,1.97-0.87,2.71c-0.63,0.78-1.57,1.31-2.64,1.43l-8.53,0.9 c-1.08,0.11-2.1-0.23-2.87-0.86c-0.78-0.63-1.32-1.57-1.43-2.64c-0.11-1.07,0.23-2.1,0.86-2.87c0.63-0.78,1.57-1.32,2.64-1.43 C105,50.11,107.86,49.78,110.71,49.51L110.71,49.51L110.71,49.51z M93.81,15.37c0.61-0.9,1.51-1.46,2.49-1.66 c0.98-0.19,2.03-0.01,2.94,0.59l0.01,0.01c0.9,0.6,1.47,1.51,1.66,2.49c0.19,0.98,0.01,2.03-0.59,2.94l-4.77,7.13 c-0.6,0.9-1.51,1.47-2.5,1.67c-0.98,0.19-2.03,0.01-2.94-0.59c-0.9-0.6-1.47-1.52-1.67-2.5c-0.19-0.98-0.01-2.03,0.59-2.94 L93.81,15.37L93.81,15.37z M56.77,3.83c0.03-1.09,0.49-2.06,1.22-2.75c0.71-0.68,1.69-1.09,2.75-1.08l0-0.01 c0.09,0,0.18,0.01,0.27,0.02c0.99,0.08,1.88,0.53,2.52,1.2c0.68,0.71,1.09,1.68,1.08,2.75l0.01,0c0,0.07,0,0.14-0.01,0.2 l-0.21,8.37h0.01c0,0.09-0.01,0.18-0.02,0.27c-0.08,1-0.53,1.88-1.2,2.52c-0.72,0.68-1.69,1.09-2.75,1.08v0.01 c-0.09,0-0.18-0.01-0.27-0.02c-1-0.08-1.88-0.53-2.52-1.2c-0.68-0.72-1.09-1.69-1.08-2.75h-0.01c0-0.07,0-0.14,0.01-0.2L56.77,3.83 L56.77,3.83z M71.42,95.84l-0.63,2.95l-0.16,2.1l-25.33,3.77c-0.09-1.51-0.33-3.14-0.71-4.83L71.42,95.84L71.42,95.84z M70.58,105.49l0.02,1.27l0.03,0.44c0.07,0.83,0.08,1.67,0.03,2.5l-0.38,1.83l-23.53,3.5l-0.41-0.94l-0.92-3.76l-0.02-1.09 L70.58,105.49L70.58,105.49z M68.73,116.35c-1.22,2.09-2.9,3.72-4.82,4.83c-1.71,1-3.62,1.57-5.53,1.69 c-1.94,0.12-3.9-0.25-5.69-1.11c-1.22-0.6-2.36-1.43-3.37-2.51L68.73,116.35L68.73,116.35z\" /></g></svg>;\nexport default SvgBulbLighting;","import * as React from \"react\";\nconst SvgBurger = props => <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}><path d=\"M4 18L20 18\" stroke=\"currentColor\" strokeWidth={2} strokeLinecap=\"round\" /><path d=\"M4 12L20 12\" stroke=\"currentColor\" strokeWidth={2} strokeLinecap=\"round\" /><path d=\"M4 6L20 6\" stroke=\"currentColor\" strokeWidth={2} strokeLinecap=\"round\" /></svg>;\nexport default SvgBurger;","import * as React from \"react\";\nconst SvgCross = props => <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}><path d=\"M6 6L18 18\" stroke=\"currentColor\" strokeWidth={2} strokeLinecap=\"round\" /><path d=\"M18 6L6 18\" stroke=\"currentColor\" strokeWidth={2} strokeLinecap=\"round\" /></svg>;\nexport default SvgCross;","import * as React from \"react\";\nconst SvgHome = props => <svg width={24} height={24} viewBox=\"-2.4 -2.4 28.80 28.80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" stroke=\"currentColor\" {...props}><g strokeWidth={0} /><g strokeLinecap=\"round\" strokeLinejoin=\"round\" stroke=\"currentColor\" strokeWidth={0.048} /><g><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M21.4498 10.275L11.9998 3.1875L2.5498 10.275L2.9998 11.625H3.7498V20.25H20.2498V11.625H20.9998L21.4498 10.275ZM5.2498 18.75V10.125L11.9998 5.0625L18.7498 10.125V18.75H14.9999V14.3333L14.2499 13.5833H9.74988L8.99988 14.3333V18.75H5.2498ZM10.4999 18.75H13.4999V15.0833H10.4999V18.75Z\" fill=\"currentColor\" /></g></svg>;\nexport default SvgHome;","import * as React from \"react\";\nconst SvgLogo = props => <svg id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" width={24} height={24} viewBox=\"0 0 192 192\" {...props}><path fill=\"#012355\" opacity={1} stroke=\"none\" d=\" M1.000002,118.000000 C1.000000,104.312439 1.000000,90.624878 1.371058,76.434891 C2.378683,74.823326 3.157489,73.771233 3.628739,72.595818 C6.693733,64.950958 8.900897,56.841328 12.856888,49.696682 C25.916273,26.111010 45.618191,10.672751 71.864494,3.790671 C73.382538,3.392622 74.627792,1.954232 76.000000,1.000000 C89.687561,1.000000 103.375122,1.000000 117.565109,1.371062 C122.965004,3.516620 127.960182,5.062105 132.743958,7.103073 C162.086380,19.621834 181.784180,40.732979 190.208054,71.871124 C190.618454,73.388161 192.046051,74.630013 193.000000,76.000000 C193.000000,89.687561 193.000000,103.375122 192.628937,117.565109 C191.621307,119.176682 190.842484,120.228783 190.371231,121.404198 C187.306244,129.049057 185.099075,137.158676 181.143097,144.303329 C168.083725,167.889023 148.381790,183.327209 122.135490,190.209290 C120.617455,190.607361 119.372200,192.045761 118.000000,193.000000 C104.312439,193.000000 90.624878,193.000000 76.434891,192.628937 C74.823692,191.621414 73.771942,190.842728 72.596893,190.371582 C64.948860,187.304993 56.837452,185.094330 49.688011,181.138916 C26.095829,168.086517 10.682800,148.368317 3.790614,122.133919 C3.391914,120.616310 1.954185,119.371674 1.000002,118.000000 M80.130188,101.728455 C89.980118,95.091301 91.179001,85.281952 89.684319,74.729446 C88.385147,65.557289 82.747009,59.394825 74.018127,57.212170 C56.202789,52.757446 38.523308,55.092846 20.689890,59.274368 C20.854013,61.464199 20.969820,63.009354 21.084099,64.534134 C25.000662,64.360756 28.402414,64.210175 32.073101,64.047684 C32.073101,66.440269 32.073051,68.250671 32.073109,70.061066 C32.073761,90.859169 32.124065,111.657509 32.029648,132.455170 C32.012512,136.229645 32.878117,139.472519 36.977627,139.751678 C40.560001,139.995651 44.223965,139.041504 47.052326,138.710297 C46.512821,127.044853 46.032726,116.663948 45.543800,106.092163 C57.678768,106.682213 69.081947,108.359764 80.130188,101.728455 M128.185440,67.502090 C128.186218,88.472008 128.184006,109.441917 128.189178,130.411835 C128.191345,139.205292 132.619797,142.291016 140.881729,138.973862 C142.016327,138.518326 143.205536,136.452942 143.177353,135.158829 C143.072723,130.352814 142.152374,125.560356 142.111176,120.757896 C141.964142,103.617081 142.052094,86.474258 142.051163,69.332191 C142.051086,67.770149 142.051163,66.208107 142.051163,64.722504 C150.627167,64.722504 158.454590,65.010674 166.250793,64.640678 C173.904388,64.277451 175.252914,61.508778 172.191299,54.740467 C162.054428,55.182789 152.103256,55.817085 142.143753,56.000694 C129.832123,56.227669 117.512199,55.971752 105.198532,56.130543 C96.043205,56.248604 94.704247,58.374950 97.814896,66.976433 C106.397964,66.160690 114.969101,65.232643 123.563301,64.637444 C125.049812,64.534500 126.634003,65.842026 128.185440,67.502090 z\" /><path fill=\"#F8F9FA\" opacity={1} stroke=\"none\" d=\" M79.804657,101.900200 C69.081947,108.359764 57.678768,106.682213 45.543800,106.092163 C46.032726,116.663948 46.512821,127.044853 47.052326,138.710297 C44.223965,139.041504 40.560001,139.995651 36.977627,139.751678 C32.878117,139.472519 32.012512,136.229645 32.029648,132.455170 C32.124065,111.657509 32.073761,90.859169 32.073109,70.061066 C32.073051,68.250671 32.073101,66.440269 32.073101,64.047684 C28.402414,64.210175 25.000662,64.360756 21.084099,64.534134 C20.969820,63.009354 20.854013,61.464199 20.689890,59.274368 C38.523308,55.092846 56.202789,52.757446 74.018127,57.212170 C82.747009,59.394825 88.385147,65.557289 89.684319,74.729446 C91.179001,85.281952 89.980118,95.091301 79.804657,101.900200 M76.143387,82.320915 C76.994011,66.700348 69.026833,60.240845 46.162399,63.646614 C46.162399,75.001755 46.162399,86.381409 46.162399,98.894691 C50.839859,98.894691 55.279560,99.092827 59.695778,98.854965 C70.069839,98.296211 74.847267,93.640732 76.143387,82.320915 z\" /><path fill=\"#F7F8F9\" opacity={1} stroke=\"none\" d=\" M128.179260,67.000076 C126.634003,65.842026 125.049812,64.534500 123.563301,64.637444 C114.969101,65.232643 106.397964,66.160690 97.814896,66.976433 C94.704247,58.374950 96.043205,56.248604 105.198532,56.130543 C117.512199,55.971752 129.832123,56.227669 142.143753,56.000694 C152.103256,55.817085 162.054428,55.182789 172.191299,54.740467 C175.252914,61.508778 173.904388,64.277451 166.250793,64.640678 C158.454590,65.010674 150.627167,64.722504 142.051163,64.722504 C142.051163,66.208107 142.051086,67.770149 142.051163,69.332191 C142.052094,86.474258 141.964142,103.617081 142.111176,120.757896 C142.152374,125.560356 143.072723,130.352814 143.177353,135.158829 C143.205536,136.452942 142.016327,138.518326 140.881729,138.973862 C132.619797,142.291016 128.191345,139.205292 128.189178,130.411835 C128.184006,109.441917 128.186218,88.472008 128.179260,67.000076 z\" /><path fill=\"#032457\" opacity={1} stroke=\"none\" d=\" M76.123489,82.766640 C74.847267,93.640732 70.069839,98.296211 59.695778,98.854965 C55.279560,99.092827 50.839859,98.894691 46.162399,98.894691 C46.162399,86.381409 46.162399,75.001755 46.162399,63.646614 C69.026833,60.240845 76.994011,66.700348 76.123489,82.766640 z\" /></svg>;\nexport default SvgLogo;","import * as React from \"react\";\nconst SvgMoon = props => <svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width={24} height={24} fill=\"none\" {...props}><path d=\"M22 15.8442C20.6866 16.4382 19.2286 16.7688 17.6935 16.7688C11.9153 16.7688 7.23116 12.0847 7.23116 6.30654C7.23116 4.77135 7.5618 3.3134 8.15577 2C4.52576 3.64163 2 7.2947 2 11.5377C2 17.3159 6.68414 22 12.4623 22C16.7053 22 20.3584 19.4742 22 15.8442Z\" stroke=\"currentColor\" strokeWidth={2} strokeLinecap=\"round\" strokeLinejoin=\"round\" /></svg>;\nexport default SvgMoon;","import * as React from \"react\";\nconst SvgProfile = props => <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}><g strokeWidth={0} /><g strokeLinecap=\"round\" strokeLinejoin=\"round\" /><g><path d=\"M5 21C5 17.134 8.13401 14 12 14C15.866 14 19 17.134 19 21M16 7C16 9.20914 14.2091 11 12 11C9.79086 11 8 9.20914 8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7Z\" stroke=\"currentColor\" strokeWidth={2} strokeLinecap=\"round\" strokeLinejoin=\"round\" /></g></svg>;\nexport default SvgProfile;","import BulbLightning from './assets/bulb-lighting.svg';\nimport Burger from './assets/burger.svg';\nimport Cross from './assets/cross.svg';\nimport Home from './assets/home.svg';\nimport Logo from './assets/logo.svg';\nimport Moon from './assets/moon.svg';\nimport Profile from './assets/profile.svg';\n\nexport const ICON_NAMES = {\n bulbLightning: BulbLightning,\n burger: Burger,\n cross: Cross,\n home: Home,\n logo: Logo,\n moon: Moon,\n profile: Profile,\n} as const;\n\nexport type TIconName = keyof typeof ICON_NAMES;\n","import {ICON_NAMES, type TIconName} from './types';\n\nexport type TIconProps = {\n name: TIconName;\n size?: number | string;\n color?: string;\n};\n\nexport const Icon = ({color = 'currentColor', name, size = 24}: TIconProps) => {\n const Component = ICON_NAMES[name];\n\n return (\n <Component\n style={{\n width: size,\n height: size,\n color,\n display: 'inline-block',\n flexShrink: 0,\n }}\n />\n );\n};\n","import {Input as AntdInput, type InputProps} from 'antd';\n\nexport type TInputProps = InputProps;\n\nconst {\n OTP: AntdOTP,\n Password: AntdPassword,\n Search: AntdSearch,\n TextArea: AntdTextArea,\n} = AntdInput;\n\nexport const Input = (props: TInputProps) => {\n return <AntdInput {...props} />;\n};\n\nInput.TextArea = AntdTextArea;\nInput.Search = AntdSearch;\nInput.Password = AntdPassword;\nInput.OTP = AntdOTP;\n","import {Popover as AntdPopover, type PopoverProps} from 'antd';\n\nexport type TPopoverProps = PopoverProps;\n\nexport const Popover = (props: TPopoverProps) => {\n return <AntdPopover {...props} />;\n};\n","import {Result as AntdResult, type ResultProps} from 'antd';\n\nexport type TResultProps = ResultProps;\n\nexport const Result = ({...restProps}: TResultProps) => {\n return <AntdResult {...restProps} />;\n};\n","import {Segmented as AntdSegmented, type SegmentedProps} from 'antd';\n\nexport type TSegmentedProps = SegmentedProps;\n\nexport const Segmented = (props: TSegmentedProps) => {\n return <AntdSegmented {...props} />;\n};\n","import {Select as AntdSelect, type SelectProps} from 'antd';\n\nexport type TSelectProps = SelectProps;\n\nexport const Select = (props: TSelectProps) => {\n return <AntdSelect {...props} />;\n};\n","import {Spin as AntdSpin, type SpinProps} from 'antd';\n\nexport type TSpinProps = SpinProps;\n\nexport const Spin = (props: TSpinProps) => {\n return <AntdSpin {...props} />;\n};\n","import {Statistic as AntdStatistic, type StatisticProps} from 'antd';\n\nexport type TStatisticProps = StatisticProps;\n\nconst {Timer: AntdTimer} = AntdStatistic;\n\nexport const Statistic = (props: TStatisticProps) => {\n return <AntdStatistic {...props} />;\n};\n\nStatistic.Timer = AntdTimer;\n","import {Tabs as AntdTabs, type TabsProps} from 'antd';\n\nexport type TTabsProps = TabsProps;\n\nexport const Tabs = (props: TTabsProps) => {\n return <AntdTabs {...props} />;\n};\n","import {Typography as AntdTypography} from 'antd';\nimport {type LinkProps} from 'antd/es/typography/Link';\nimport {type ParagraphProps} from 'antd/es/typography/Paragraph';\nimport {type TextProps} from 'antd/es/typography/Text';\nimport {type TitleProps} from 'antd/es/typography/Title';\n\nconst {\n Link: AntdLink,\n Paragraph: AntdParagraph,\n Text: AntdText,\n Title: AntdTitle,\n} = AntdTypography;\n\nexport type TParagraphProps = ParagraphProps;\nexport type TTextProps = TextProps;\nexport type TTitleProps = TitleProps;\nexport type TLinkProps = LinkProps;\n\nconst Paragraph = (props: TParagraphProps) => {\n return <AntdParagraph {...props} />;\n};\n\nconst Text = (props: TTextProps) => {\n return <AntdText {...props} />;\n};\n\nconst Title = (props: TTitleProps) => {\n return <AntdTitle {...props} />;\n};\n\nconst Link = (props: TLinkProps) => {\n return <AntdLink {...props} />;\n};\n\nexport const Typography = {\n Link,\n Paragraph,\n Text,\n Title,\n};\n","export type TColorsPalette = {\n textPrimary: string;\n textSecondary: string;\n textDisabled: string;\n\n backgroundPrimary: string;\n backgroundSecondary: string;\n backgroundElevated: string;\n\n borderPrimary: string;\n borderSecondary: string;\n\n accentPrimary: string;\n accentHover: string;\n accentActive: string;\n};\n\n// Базовая палитра (light). Внешний consumer может переопределять только цвета.\nexport const designTokens: TColorsPalette = {\n textPrimary: '#000000',\n textSecondary: '#6B6B6B',\n textDisabled: '#A4A6A8',\n\n backgroundPrimary: '#CBCBCB',\n backgroundSecondary: '#D9D9DC',\n backgroundElevated: '#FFFFFF',\n\n borderPrimary: '#C1C0C0',\n borderSecondary: '#E0E0E0',\n\n accentPrimary: '#4594D1',\n accentHover: '#5AA3DB',\n accentActive: '#2F7AB8',\n};\n\n// Остальные токены (spacing/radius/fontSizes/breakpoints) не должны меняться,\n// поэтому они живут отдельно от публичного TColorsPalette.\nexport const layoutTokens = {\n spacing: {\n xs: 4,\n sm: 8,\n md: 16,\n lg: 24,\n },\n borderRadius: {\n sm: 8,\n md: 12,\n lg: 16,\n },\n textSize: {\n xs: 12,\n sm: 14,\n md: 16,\n lg: 24,\n xl: 36,\n },\n};\n","import {type ReactNode, useMemo} from 'react';\n\nimport {ConfigProvider} from 'antd';\nimport type {Locale} from 'antd/es/locale';\nimport en_USImport from 'antd/locale/en_US.js';\nimport ru_RUImport from 'antd/locale/ru_RU.js';\n\nimport {designTokens, type TColorsPalette} from './design-tokens';\nimport {getAntdThemeConfig} from './get-antd-tokens';\n\n/** Локали antd из CJS иногда приходят как `{ default: Locale }` — иначе ломаются Table и Modal.confirm. */\nconst normalizeAntdLocaleModule = (\n imported: Locale | {default: Locale}\n): Locale => {\n if (\n imported &&\n typeof imported === 'object' &&\n 'default' in imported &&\n (imported as {default: Locale}).default &&\n typeof (imported as {default: Locale}).default === 'object' &&\n 'locale' in (imported as {default: Locale}).default\n ) {\n return (imported as {default: Locale}).default;\n }\n\n return imported as Locale;\n};\n\nconst enUS = normalizeAntdLocaleModule(en_USImport);\nconst ruRU = normalizeAntdLocaleModule(ru_RUImport);\n\nexport type TUiProviderProps = {\n children: ReactNode;\n tokens?: Partial<TColorsPalette>;\n language?: 'ru' | 'en';\n};\n\nconst mergeColorsPalette = (\n overrides?: Partial<TColorsPalette>\n): TColorsPalette => {\n if (!overrides) {\n return designTokens;\n }\n\n return {\n ...designTokens,\n ...overrides,\n };\n};\n\nexport const UiProvider = ({children, language, tokens}: TUiProviderProps) => {\n const mergedPalette = useMemo(() => mergeColorsPalette(tokens), [tokens]);\n\n const antdTheme = useMemo(\n () => getAntdThemeConfig(mergedPalette),\n [mergedPalette]\n );\n const antLocale = useMemo(() => {\n let antdLocale = enUS;\n\n switch (language) {\n case 'ru':\n antdLocale = ruRU;\n break;\n case 'en':\n default:\n antdLocale = enUS;\n break;\n }\n\n return antdLocale;\n }, [language]);\n\n return (\n <ConfigProvider theme={antdTheme} locale={antLocale}>\n {children}\n </ConfigProvider>\n );\n};\n","import type {ThemeConfig} from 'antd';\n\nimport {designTokens, type TColorsPalette, layoutTokens} from './design-tokens';\n\nexport const getAntdThemeConfig = (\n palette: TColorsPalette = designTokens\n): ThemeConfig => {\n return {\n components: {\n Button: {\n dangerShadow: 'none',\n defaultShadow: 'none',\n primaryShadow: 'none',\n },\n Divider: {\n colorSplit: palette.borderPrimary,\n },\n Layout: {\n headerBg: palette.backgroundPrimary,\n headerPadding: layoutTokens.spacing.md,\n triggerBg: 'transparent',\n },\n Select: {\n optionSelectedBg: palette.accentPrimary,\n optionSelectedFontWeight: 'normal',\n },\n Typography: {\n fontSize: layoutTokens.textSize.md,\n fontSizeHeading1: layoutTokens.textSize.xl,\n colorText: palette.textPrimary,\n colorTextSecondary: palette.textSecondary,\n colorTextDisabled: palette.textDisabled,\n colorTextHeading: palette.textPrimary,\n colorTextDescription: palette.textSecondary,\n },\n },\n token: {\n borderRadius: layoutTokens.borderRadius.md,\n colorBgBase: palette.backgroundPrimary,\n colorBgContainer: palette.backgroundSecondary,\n colorTextBase: palette.textPrimary,\n colorTextPlaceholder: palette.textSecondary,\n fontFamily:\n \"'Franklin Gothic Medium', 'Arial Narrow',\\n Arial,\\n sans-serif;\",\n fontSize: layoutTokens.textSize.md,\n },\n };\n};\n"],"mappings":"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","names":["AntdButton","import_antd","import_jsx_runtime","AntdDivider","import_antd","import_jsx_runtime","AntdDrawer","import_antd","import_jsx_runtime","AntdFlex","import_antd","AntdForm","import_jsx_runtime","React","import_jsx_runtime","React","import_jsx_runtime","React","import_jsx_runtime","React","import_jsx_runtime","React","import_jsx_runtime","React","import_jsx_runtime","import_jsx_runtime","import_antd","import_jsx_runtime","AntdInput","import_antd","import_jsx_runtime","AntdPopover","import_antd","import_jsx_runtime","AntdResult","import_antd","import_jsx_runtime","AntdSegmented","import_antd","import_jsx_runtime","AntdSelect","import_antd","import_jsx_runtime","AntdSpin","import_antd","import_jsx_runtime","AntdStatistic","import_antd","import_jsx_runtime","AntdTabs","import_antd","import_jsx_runtime","AntdTypography","import_antd","import_jsx_runtime","en_USImport","ru_RUImport"]}
|
package/dist/index.mjs
CHANGED
|
@@ -46,40 +46,49 @@ var SvgBurger = (props) => /* @__PURE__ */ jsxs("svg", { width: 24, height: 24,
|
|
|
46
46
|
] });
|
|
47
47
|
var burger_default = SvgBurger;
|
|
48
48
|
|
|
49
|
-
// src/components/icon/assets/
|
|
49
|
+
// src/components/icon/assets/cross.svg
|
|
50
50
|
import * as React3 from "react";
|
|
51
51
|
import { jsx as jsx7, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
52
|
-
var
|
|
53
|
-
/* @__PURE__ */ jsx7("
|
|
54
|
-
/* @__PURE__ */ jsx7("
|
|
55
|
-
/* @__PURE__ */ jsx7("g", { children: /* @__PURE__ */ jsx7("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.4498 10.275L11.9998 3.1875L2.5498 10.275L2.9998 11.625H3.7498V20.25H20.2498V11.625H20.9998L21.4498 10.275ZM5.2498 18.75V10.125L11.9998 5.0625L18.7498 10.125V18.75H14.9999V14.3333L14.2499 13.5833H9.74988L8.99988 14.3333V18.75H5.2498ZM10.4999 18.75H13.4999V15.0833H10.4999V18.75Z", fill: "currentColor" }) })
|
|
52
|
+
var SvgCross = (props) => /* @__PURE__ */ jsxs2("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
53
|
+
/* @__PURE__ */ jsx7("path", { d: "M6 6L18 18", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" }),
|
|
54
|
+
/* @__PURE__ */ jsx7("path", { d: "M18 6L6 18", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" })
|
|
56
55
|
] });
|
|
57
|
-
var
|
|
56
|
+
var cross_default = SvgCross;
|
|
58
57
|
|
|
59
|
-
// src/components/icon/assets/
|
|
58
|
+
// src/components/icon/assets/home.svg
|
|
60
59
|
import * as React4 from "react";
|
|
61
60
|
import { jsx as jsx8, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
62
|
-
var
|
|
63
|
-
/* @__PURE__ */ jsx8("
|
|
64
|
-
/* @__PURE__ */ jsx8("
|
|
65
|
-
/* @__PURE__ */ jsx8("
|
|
66
|
-
|
|
61
|
+
var SvgHome = (props) => /* @__PURE__ */ jsxs3("svg", { width: 24, height: 24, viewBox: "-2.4 -2.4 28.80 28.80", fill: "none", xmlns: "http://www.w3.org/2000/svg", stroke: "currentColor", ...props, children: [
|
|
62
|
+
/* @__PURE__ */ jsx8("g", { strokeWidth: 0 }),
|
|
63
|
+
/* @__PURE__ */ jsx8("g", { strokeLinecap: "round", strokeLinejoin: "round", stroke: "currentColor", strokeWidth: 0.048 }),
|
|
64
|
+
/* @__PURE__ */ jsx8("g", { children: /* @__PURE__ */ jsx8("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.4498 10.275L11.9998 3.1875L2.5498 10.275L2.9998 11.625H3.7498V20.25H20.2498V11.625H20.9998L21.4498 10.275ZM5.2498 18.75V10.125L11.9998 5.0625L18.7498 10.125V18.75H14.9999V14.3333L14.2499 13.5833H9.74988L8.99988 14.3333V18.75H5.2498ZM10.4999 18.75H13.4999V15.0833H10.4999V18.75Z", fill: "currentColor" }) })
|
|
65
|
+
] });
|
|
66
|
+
var home_default = SvgHome;
|
|
67
|
+
|
|
68
|
+
// src/components/icon/assets/logo.svg
|
|
69
|
+
import * as React5 from "react";
|
|
70
|
+
import { jsx as jsx9, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
71
|
+
var SvgLogo = (props) => /* @__PURE__ */ jsxs4("svg", { id: "Layer_1", xmlns: "http://www.w3.org/2000/svg", x: "0px", y: "0px", width: 24, height: 24, viewBox: "0 0 192 192", ...props, children: [
|
|
72
|
+
/* @__PURE__ */ jsx9("path", { fill: "#012355", opacity: 1, stroke: "none", d: " M1.000002,118.000000 C1.000000,104.312439 1.000000,90.624878 1.371058,76.434891 C2.378683,74.823326 3.157489,73.771233 3.628739,72.595818 C6.693733,64.950958 8.900897,56.841328 12.856888,49.696682 C25.916273,26.111010 45.618191,10.672751 71.864494,3.790671 C73.382538,3.392622 74.627792,1.954232 76.000000,1.000000 C89.687561,1.000000 103.375122,1.000000 117.565109,1.371062 C122.965004,3.516620 127.960182,5.062105 132.743958,7.103073 C162.086380,19.621834 181.784180,40.732979 190.208054,71.871124 C190.618454,73.388161 192.046051,74.630013 193.000000,76.000000 C193.000000,89.687561 193.000000,103.375122 192.628937,117.565109 C191.621307,119.176682 190.842484,120.228783 190.371231,121.404198 C187.306244,129.049057 185.099075,137.158676 181.143097,144.303329 C168.083725,167.889023 148.381790,183.327209 122.135490,190.209290 C120.617455,190.607361 119.372200,192.045761 118.000000,193.000000 C104.312439,193.000000 90.624878,193.000000 76.434891,192.628937 C74.823692,191.621414 73.771942,190.842728 72.596893,190.371582 C64.948860,187.304993 56.837452,185.094330 49.688011,181.138916 C26.095829,168.086517 10.682800,148.368317 3.790614,122.133919 C3.391914,120.616310 1.954185,119.371674 1.000002,118.000000 M80.130188,101.728455 C89.980118,95.091301 91.179001,85.281952 89.684319,74.729446 C88.385147,65.557289 82.747009,59.394825 74.018127,57.212170 C56.202789,52.757446 38.523308,55.092846 20.689890,59.274368 C20.854013,61.464199 20.969820,63.009354 21.084099,64.534134 C25.000662,64.360756 28.402414,64.210175 32.073101,64.047684 C32.073101,66.440269 32.073051,68.250671 32.073109,70.061066 C32.073761,90.859169 32.124065,111.657509 32.029648,132.455170 C32.012512,136.229645 32.878117,139.472519 36.977627,139.751678 C40.560001,139.995651 44.223965,139.041504 47.052326,138.710297 C46.512821,127.044853 46.032726,116.663948 45.543800,106.092163 C57.678768,106.682213 69.081947,108.359764 80.130188,101.728455 M128.185440,67.502090 C128.186218,88.472008 128.184006,109.441917 128.189178,130.411835 C128.191345,139.205292 132.619797,142.291016 140.881729,138.973862 C142.016327,138.518326 143.205536,136.452942 143.177353,135.158829 C143.072723,130.352814 142.152374,125.560356 142.111176,120.757896 C141.964142,103.617081 142.052094,86.474258 142.051163,69.332191 C142.051086,67.770149 142.051163,66.208107 142.051163,64.722504 C150.627167,64.722504 158.454590,65.010674 166.250793,64.640678 C173.904388,64.277451 175.252914,61.508778 172.191299,54.740467 C162.054428,55.182789 152.103256,55.817085 142.143753,56.000694 C129.832123,56.227669 117.512199,55.971752 105.198532,56.130543 C96.043205,56.248604 94.704247,58.374950 97.814896,66.976433 C106.397964,66.160690 114.969101,65.232643 123.563301,64.637444 C125.049812,64.534500 126.634003,65.842026 128.185440,67.502090 z" }),
|
|
73
|
+
/* @__PURE__ */ jsx9("path", { fill: "#F8F9FA", opacity: 1, stroke: "none", d: " M79.804657,101.900200 C69.081947,108.359764 57.678768,106.682213 45.543800,106.092163 C46.032726,116.663948 46.512821,127.044853 47.052326,138.710297 C44.223965,139.041504 40.560001,139.995651 36.977627,139.751678 C32.878117,139.472519 32.012512,136.229645 32.029648,132.455170 C32.124065,111.657509 32.073761,90.859169 32.073109,70.061066 C32.073051,68.250671 32.073101,66.440269 32.073101,64.047684 C28.402414,64.210175 25.000662,64.360756 21.084099,64.534134 C20.969820,63.009354 20.854013,61.464199 20.689890,59.274368 C38.523308,55.092846 56.202789,52.757446 74.018127,57.212170 C82.747009,59.394825 88.385147,65.557289 89.684319,74.729446 C91.179001,85.281952 89.980118,95.091301 79.804657,101.900200 M76.143387,82.320915 C76.994011,66.700348 69.026833,60.240845 46.162399,63.646614 C46.162399,75.001755 46.162399,86.381409 46.162399,98.894691 C50.839859,98.894691 55.279560,99.092827 59.695778,98.854965 C70.069839,98.296211 74.847267,93.640732 76.143387,82.320915 z" }),
|
|
74
|
+
/* @__PURE__ */ jsx9("path", { fill: "#F7F8F9", opacity: 1, stroke: "none", d: " M128.179260,67.000076 C126.634003,65.842026 125.049812,64.534500 123.563301,64.637444 C114.969101,65.232643 106.397964,66.160690 97.814896,66.976433 C94.704247,58.374950 96.043205,56.248604 105.198532,56.130543 C117.512199,55.971752 129.832123,56.227669 142.143753,56.000694 C152.103256,55.817085 162.054428,55.182789 172.191299,54.740467 C175.252914,61.508778 173.904388,64.277451 166.250793,64.640678 C158.454590,65.010674 150.627167,64.722504 142.051163,64.722504 C142.051163,66.208107 142.051086,67.770149 142.051163,69.332191 C142.052094,86.474258 141.964142,103.617081 142.111176,120.757896 C142.152374,125.560356 143.072723,130.352814 143.177353,135.158829 C143.205536,136.452942 142.016327,138.518326 140.881729,138.973862 C132.619797,142.291016 128.191345,139.205292 128.189178,130.411835 C128.184006,109.441917 128.186218,88.472008 128.179260,67.000076 z" }),
|
|
75
|
+
/* @__PURE__ */ jsx9("path", { fill: "#032457", opacity: 1, stroke: "none", d: " M76.123489,82.766640 C74.847267,93.640732 70.069839,98.296211 59.695778,98.854965 C55.279560,99.092827 50.839859,98.894691 46.162399,98.894691 C46.162399,86.381409 46.162399,75.001755 46.162399,63.646614 C69.026833,60.240845 76.994011,66.700348 76.123489,82.766640 z" })
|
|
67
76
|
] });
|
|
68
77
|
var logo_default = SvgLogo;
|
|
69
78
|
|
|
70
79
|
// src/components/icon/assets/moon.svg
|
|
71
|
-
import * as
|
|
72
|
-
import { jsx as
|
|
73
|
-
var SvgMoon = (props) => /* @__PURE__ */
|
|
80
|
+
import * as React6 from "react";
|
|
81
|
+
import { jsx as jsx10 } from "react/jsx-runtime";
|
|
82
|
+
var SvgMoon = (props) => /* @__PURE__ */ jsx10("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ...props, children: /* @__PURE__ */ jsx10("path", { d: "M22 15.8442C20.6866 16.4382 19.2286 16.7688 17.6935 16.7688C11.9153 16.7688 7.23116 12.0847 7.23116 6.30654C7.23116 4.77135 7.5618 3.3134 8.15577 2C4.52576 3.64163 2 7.2947 2 11.5377C2 17.3159 6.68414 22 12.4623 22C16.7053 22 20.3584 19.4742 22 15.8442Z", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
74
83
|
var moon_default = SvgMoon;
|
|
75
84
|
|
|
76
85
|
// src/components/icon/assets/profile.svg
|
|
77
|
-
import * as
|
|
78
|
-
import { jsx as
|
|
79
|
-
var SvgProfile = (props) => /* @__PURE__ */
|
|
80
|
-
/* @__PURE__ */
|
|
81
|
-
/* @__PURE__ */
|
|
82
|
-
/* @__PURE__ */
|
|
86
|
+
import * as React7 from "react";
|
|
87
|
+
import { jsx as jsx11, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
88
|
+
var SvgProfile = (props) => /* @__PURE__ */ jsxs5("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
89
|
+
/* @__PURE__ */ jsx11("g", { strokeWidth: 0 }),
|
|
90
|
+
/* @__PURE__ */ jsx11("g", { strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
91
|
+
/* @__PURE__ */ jsx11("g", { children: /* @__PURE__ */ jsx11("path", { d: "M5 21C5 17.134 8.13401 14 12 14C15.866 14 19 17.134 19 21M16 7C16 9.20914 14.2091 11 12 11C9.79086 11 8 9.20914 8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7Z", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }) })
|
|
83
92
|
] });
|
|
84
93
|
var profile_default = SvgProfile;
|
|
85
94
|
|
|
@@ -87,6 +96,7 @@ var profile_default = SvgProfile;
|
|
|
87
96
|
var ICON_NAMES = {
|
|
88
97
|
bulbLightning: bulb_lighting_default,
|
|
89
98
|
burger: burger_default,
|
|
99
|
+
cross: cross_default,
|
|
90
100
|
home: home_default,
|
|
91
101
|
logo: logo_default,
|
|
92
102
|
moon: moon_default,
|
|
@@ -94,10 +104,10 @@ var ICON_NAMES = {
|
|
|
94
104
|
};
|
|
95
105
|
|
|
96
106
|
// src/components/icon/icon.tsx
|
|
97
|
-
import { jsx as
|
|
107
|
+
import { jsx as jsx12 } from "react/jsx-runtime";
|
|
98
108
|
var Icon = ({ color = "currentColor", name, size = 24 }) => {
|
|
99
109
|
const Component = ICON_NAMES[name];
|
|
100
|
-
return /* @__PURE__ */
|
|
110
|
+
return /* @__PURE__ */ jsx12(
|
|
101
111
|
Component,
|
|
102
112
|
{
|
|
103
113
|
style: {
|
|
@@ -113,7 +123,7 @@ var Icon = ({ color = "currentColor", name, size = 24 }) => {
|
|
|
113
123
|
|
|
114
124
|
// src/components/input/input.tsx
|
|
115
125
|
import { Input as AntdInput } from "antd";
|
|
116
|
-
import { jsx as
|
|
126
|
+
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
117
127
|
var {
|
|
118
128
|
OTP: AntdOTP,
|
|
119
129
|
Password: AntdPassword,
|
|
@@ -121,7 +131,7 @@ var {
|
|
|
121
131
|
TextArea: AntdTextArea
|
|
122
132
|
} = AntdInput;
|
|
123
133
|
var Input = (props) => {
|
|
124
|
-
return /* @__PURE__ */
|
|
134
|
+
return /* @__PURE__ */ jsx13(AntdInput, { ...props });
|
|
125
135
|
};
|
|
126
136
|
Input.TextArea = AntdTextArea;
|
|
127
137
|
Input.Search = AntdSearch;
|
|
@@ -130,58 +140,58 @@ Input.OTP = AntdOTP;
|
|
|
130
140
|
|
|
131
141
|
// src/components/popover/popover.tsx
|
|
132
142
|
import { Popover as AntdPopover } from "antd";
|
|
133
|
-
import { jsx as
|
|
143
|
+
import { jsx as jsx14 } from "react/jsx-runtime";
|
|
134
144
|
var Popover = (props) => {
|
|
135
|
-
return /* @__PURE__ */
|
|
145
|
+
return /* @__PURE__ */ jsx14(AntdPopover, { ...props });
|
|
136
146
|
};
|
|
137
147
|
|
|
138
148
|
// src/components/result/result.tsx
|
|
139
149
|
import { Result as AntdResult } from "antd";
|
|
140
|
-
import { jsx as
|
|
150
|
+
import { jsx as jsx15 } from "react/jsx-runtime";
|
|
141
151
|
var Result = ({ ...restProps }) => {
|
|
142
|
-
return /* @__PURE__ */
|
|
152
|
+
return /* @__PURE__ */ jsx15(AntdResult, { ...restProps });
|
|
143
153
|
};
|
|
144
154
|
|
|
145
155
|
// src/components/segmented/segmented.tsx
|
|
146
156
|
import { Segmented as AntdSegmented } from "antd";
|
|
147
|
-
import { jsx as
|
|
157
|
+
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
148
158
|
var Segmented = (props) => {
|
|
149
|
-
return /* @__PURE__ */
|
|
159
|
+
return /* @__PURE__ */ jsx16(AntdSegmented, { ...props });
|
|
150
160
|
};
|
|
151
161
|
|
|
152
162
|
// src/components/select/select.tsx
|
|
153
163
|
import { Select as AntdSelect } from "antd";
|
|
154
|
-
import { jsx as
|
|
164
|
+
import { jsx as jsx17 } from "react/jsx-runtime";
|
|
155
165
|
var Select = (props) => {
|
|
156
|
-
return /* @__PURE__ */
|
|
166
|
+
return /* @__PURE__ */ jsx17(AntdSelect, { ...props });
|
|
157
167
|
};
|
|
158
168
|
|
|
159
169
|
// src/components/spin/spin.tsx
|
|
160
170
|
import { Spin as AntdSpin } from "antd";
|
|
161
|
-
import { jsx as
|
|
171
|
+
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
162
172
|
var Spin = (props) => {
|
|
163
|
-
return /* @__PURE__ */
|
|
173
|
+
return /* @__PURE__ */ jsx18(AntdSpin, { ...props });
|
|
164
174
|
};
|
|
165
175
|
|
|
166
176
|
// src/components/statistic/statistic.tsx
|
|
167
177
|
import { Statistic as AntdStatistic } from "antd";
|
|
168
|
-
import { jsx as
|
|
178
|
+
import { jsx as jsx19 } from "react/jsx-runtime";
|
|
169
179
|
var { Timer: AntdTimer } = AntdStatistic;
|
|
170
180
|
var Statistic = (props) => {
|
|
171
|
-
return /* @__PURE__ */
|
|
181
|
+
return /* @__PURE__ */ jsx19(AntdStatistic, { ...props });
|
|
172
182
|
};
|
|
173
183
|
Statistic.Timer = AntdTimer;
|
|
174
184
|
|
|
175
185
|
// src/components/tabs/tabs.tsx
|
|
176
186
|
import { Tabs as AntdTabs } from "antd";
|
|
177
|
-
import { jsx as
|
|
187
|
+
import { jsx as jsx20 } from "react/jsx-runtime";
|
|
178
188
|
var Tabs = (props) => {
|
|
179
|
-
return /* @__PURE__ */
|
|
189
|
+
return /* @__PURE__ */ jsx20(AntdTabs, { ...props });
|
|
180
190
|
};
|
|
181
191
|
|
|
182
192
|
// src/components/typography/typography.tsx
|
|
183
193
|
import { Typography as AntdTypography } from "antd";
|
|
184
|
-
import { jsx as
|
|
194
|
+
import { jsx as jsx21 } from "react/jsx-runtime";
|
|
185
195
|
var {
|
|
186
196
|
Link: AntdLink,
|
|
187
197
|
Paragraph: AntdParagraph,
|
|
@@ -189,16 +199,16 @@ var {
|
|
|
189
199
|
Title: AntdTitle
|
|
190
200
|
} = AntdTypography;
|
|
191
201
|
var Paragraph = (props) => {
|
|
192
|
-
return /* @__PURE__ */
|
|
202
|
+
return /* @__PURE__ */ jsx21(AntdParagraph, { ...props });
|
|
193
203
|
};
|
|
194
204
|
var Text = (props) => {
|
|
195
|
-
return /* @__PURE__ */
|
|
205
|
+
return /* @__PURE__ */ jsx21(AntdText, { ...props });
|
|
196
206
|
};
|
|
197
207
|
var Title = (props) => {
|
|
198
|
-
return /* @__PURE__ */
|
|
208
|
+
return /* @__PURE__ */ jsx21(AntdTitle, { ...props });
|
|
199
209
|
};
|
|
200
210
|
var Link = (props) => {
|
|
201
|
-
return /* @__PURE__ */
|
|
211
|
+
return /* @__PURE__ */ jsx21(AntdLink, { ...props });
|
|
202
212
|
};
|
|
203
213
|
var Typography = {
|
|
204
214
|
Link,
|
|
@@ -245,8 +255,8 @@ var layoutTokens = {
|
|
|
245
255
|
// src/theme/ui-provider.tsx
|
|
246
256
|
import { useMemo } from "react";
|
|
247
257
|
import { ConfigProvider } from "antd";
|
|
248
|
-
import
|
|
249
|
-
import
|
|
258
|
+
import en_USImport from "antd/locale/en_US.js";
|
|
259
|
+
import ru_RUImport from "antd/locale/ru_RU.js";
|
|
250
260
|
|
|
251
261
|
// src/theme/get-antd-tokens.ts
|
|
252
262
|
var getAntdThemeConfig = (palette = designTokens) => {
|
|
@@ -271,7 +281,12 @@ var getAntdThemeConfig = (palette = designTokens) => {
|
|
|
271
281
|
},
|
|
272
282
|
Typography: {
|
|
273
283
|
fontSize: layoutTokens.textSize.md,
|
|
274
|
-
fontSizeHeading1: layoutTokens.textSize.xl
|
|
284
|
+
fontSizeHeading1: layoutTokens.textSize.xl,
|
|
285
|
+
colorText: palette.textPrimary,
|
|
286
|
+
colorTextSecondary: palette.textSecondary,
|
|
287
|
+
colorTextDisabled: palette.textDisabled,
|
|
288
|
+
colorTextHeading: palette.textPrimary,
|
|
289
|
+
colorTextDescription: palette.textSecondary
|
|
275
290
|
}
|
|
276
291
|
},
|
|
277
292
|
token: {
|
|
@@ -287,7 +302,15 @@ var getAntdThemeConfig = (palette = designTokens) => {
|
|
|
287
302
|
};
|
|
288
303
|
|
|
289
304
|
// src/theme/ui-provider.tsx
|
|
290
|
-
import { jsx as
|
|
305
|
+
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
306
|
+
var normalizeAntdLocaleModule = (imported) => {
|
|
307
|
+
if (imported && typeof imported === "object" && "default" in imported && imported.default && typeof imported.default === "object" && "locale" in imported.default) {
|
|
308
|
+
return imported.default;
|
|
309
|
+
}
|
|
310
|
+
return imported;
|
|
311
|
+
};
|
|
312
|
+
var enUS = normalizeAntdLocaleModule(en_USImport);
|
|
313
|
+
var ruRU = normalizeAntdLocaleModule(ru_RUImport);
|
|
291
314
|
var mergeColorsPalette = (overrides) => {
|
|
292
315
|
if (!overrides) {
|
|
293
316
|
return designTokens;
|
|
@@ -304,19 +327,19 @@ var UiProvider = ({ children, language, tokens }) => {
|
|
|
304
327
|
[mergedPalette]
|
|
305
328
|
);
|
|
306
329
|
const antLocale = useMemo(() => {
|
|
307
|
-
let antdLocale =
|
|
330
|
+
let antdLocale = enUS;
|
|
308
331
|
switch (language) {
|
|
309
332
|
case "ru":
|
|
310
|
-
antdLocale =
|
|
333
|
+
antdLocale = ruRU;
|
|
311
334
|
break;
|
|
312
335
|
case "en":
|
|
313
336
|
default:
|
|
314
|
-
antdLocale =
|
|
337
|
+
antdLocale = enUS;
|
|
315
338
|
break;
|
|
316
339
|
}
|
|
317
340
|
return antdLocale;
|
|
318
341
|
}, [language]);
|
|
319
|
-
return /* @__PURE__ */
|
|
342
|
+
return /* @__PURE__ */ jsx22(ConfigProvider, { theme: antdTheme, locale: antLocale, children });
|
|
320
343
|
};
|
|
321
344
|
export {
|
|
322
345
|
Button,
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/button/button.tsx","../src/components/divider/divider.tsx","../src/components/drawer/drawer.tsx","../src/components/flex/flex.tsx","../src/components/form/form.tsx","../src/components/icon/assets/bulb-lighting.svg","../src/components/icon/assets/burger.svg","../src/components/icon/assets/home.svg","../src/components/icon/assets/logo.svg","../src/components/icon/assets/moon.svg","../src/components/icon/assets/profile.svg","../src/components/icon/types.ts","../src/components/icon/icon.tsx","../src/components/input/input.tsx","../src/components/popover/popover.tsx","../src/components/result/result.tsx","../src/components/segmented/segmented.tsx","../src/components/select/select.tsx","../src/components/spin/spin.tsx","../src/components/statistic/statistic.tsx","../src/components/tabs/tabs.tsx","../src/components/typography/typography.tsx","../src/theme/design-tokens.ts","../src/theme/ui-provider.tsx","../src/theme/get-antd-tokens.ts"],"sourcesContent":["import {Button as AntdButton, type ButtonProps} from 'antd';\n\nexport type TButtonProps = ButtonProps;\n\nexport const Button = (props: TButtonProps) => {\n return <AntdButton {...props} />;\n};\n","import {Divider as AntdDivider, type DividerProps} from 'antd';\n\nexport type TDividerProps = DividerProps;\n\nexport const Divider = (props: TDividerProps) => {\n return <AntdDivider {...props} />;\n};\n","import {Drawer as AntdDrawer, type DrawerProps} from 'antd';\n\nexport type TDrawerProps = DrawerProps;\n\nexport const Drawer = (props: TDrawerProps) => {\n return <AntdDrawer {...props} />;\n};\n","import {Flex as AntdFlex, type FlexProps} from 'antd';\n\nexport type TFlexProps = FlexProps;\n\nexport const Flex = (props: TFlexProps) => {\n return <AntdFlex {...props} />;\n};\n","import {Form as AntdForm} from 'antd';\n\nexport const Form: typeof AntdForm = AntdForm;\n","import * as React from \"react\";\nconst SvgBulbLighting = props => <svg xmlns=\"http://www.w3.org/2000/svg\" width={24} height={24} viewBox=\"0 0 113.01 122.88\" fill=\"currentColor\" {...props}><g><path d=\"M36.37,82.46c-2.88-3.29-5.86-6.71-8.22-11.74c-2.31-4.96-3.59-10.08-3.55-15.4c0.05-5.32,1.4-10.8,4.34-16.46 c0.02-0.04,0.04-0.07,0.06-0.11l0,0c3.85-6.52,9.24-10.88,15.24-13.32c5.03-2.06,10.5-2.76,15.86-2.27 c5.34,0.49,10.57,2.17,15.14,4.87c5.81,3.44,10.59,8.54,13.22,14.98c1.42,3.49,2.38,7.38,2.5,11.64c0.12,4.25-0.61,8.83-2.57,13.67 c-3,7.43-10.01,15.39-14.6,22.7c-0.25-0.05-0.51-0.06-0.77-0.02l-6.19,0.92l9.43-32.8c0.27-0.93-0.28-1.9-1.21-2.17 c-0.93-0.26-1.9,0.28-2.17,1.21L63.01,92.5l-9.36,1.39l-9.89-31.44c0.71,0.14,1.46-0.17,1.85-0.83l7.01-11.93l3.57,8.19 c0.39,0.89,1.42,1.29,2.3,0.91c0.44-0.19,0.76-0.55,0.93-0.96l0,0l3.16-7.98l3.7,9.76c0.34,0.91,1.35,1.36,2.26,1.02 c0.91-0.34,1.36-1.35,1.02-2.26l-5.27-13.9c-0.15-0.49-0.52-0.91-1.03-1.11c-0.9-0.36-1.92,0.09-2.28,0.99l-3.27,8.27l-3.26-7.48 c-0.14-0.33-0.39-0.62-0.72-0.81c-0.83-0.49-1.91-0.21-2.39,0.62l-8.52,14.5l-0.61-1.93c-0.29-0.92-1.27-1.44-2.19-1.15 c-0.92,0.29-1.44,1.27-1.15,2.19l11.27,35.85l-6.78,1.01C41.72,90.57,39.22,85.73,36.37,82.46L36.37,82.46z M14.26,18.49 c-0.79-0.74-1.21-1.73-1.25-2.73c-0.04-1,0.31-2.02,1.04-2.81c0.74-0.79,1.73-1.21,2.73-1.25c1-0.04,2.02,0.31,2.81,1.04l6.28,5.85 c0.79,0.74,1.21,1.73,1.25,2.73c0.04,1.01-0.31,2.02-1.04,2.81c-0.74,0.79-1.73,1.21-2.73,1.25c-1.01,0.04-2.02-0.31-2.81-1.04 L14.26,18.49L14.26,18.49z M3.99,61.66c-1.06,0.02-2.03-0.39-2.75-1.06C0.51,59.91,0.04,58.95,0,57.86 c-0.04-1.08,0.37-2.08,1.06-2.81c0.69-0.73,1.65-1.2,2.74-1.23l8.57-0.29c1.08-0.04,2.08,0.37,2.81,1.06 c0.73,0.69,1.2,1.65,1.23,2.74l0,0.06h0.01l-0.01,0.14c-0.02,1.01-0.42,1.92-1.06,2.61c-0.69,0.73-1.65,1.19-2.74,1.23l-0.06,0 v0.01l-0.09,0L3.99,61.66L3.99,61.66z M110.71,49.51l0.13-0.01c1.02-0.06,1.97,0.27,2.71,0.87c0.78,0.63,1.31,1.57,1.43,2.64 l0,0.04c0.01,0,0.01,0.11,0.01,0.13c0.06,1.02-0.27,1.97-0.87,2.71c-0.63,0.78-1.57,1.31-2.64,1.43l-8.53,0.9 c-1.08,0.11-2.1-0.23-2.87-0.86c-0.78-0.63-1.32-1.57-1.43-2.64c-0.11-1.07,0.23-2.1,0.86-2.87c0.63-0.78,1.57-1.32,2.64-1.43 C105,50.11,107.86,49.78,110.71,49.51L110.71,49.51L110.71,49.51z M93.81,15.37c0.61-0.9,1.51-1.46,2.49-1.66 c0.98-0.19,2.03-0.01,2.94,0.59l0.01,0.01c0.9,0.6,1.47,1.51,1.66,2.49c0.19,0.98,0.01,2.03-0.59,2.94l-4.77,7.13 c-0.6,0.9-1.51,1.47-2.5,1.67c-0.98,0.19-2.03,0.01-2.94-0.59c-0.9-0.6-1.47-1.52-1.67-2.5c-0.19-0.98-0.01-2.03,0.59-2.94 L93.81,15.37L93.81,15.37z M56.77,3.83c0.03-1.09,0.49-2.06,1.22-2.75c0.71-0.68,1.69-1.09,2.75-1.08l0-0.01 c0.09,0,0.18,0.01,0.27,0.02c0.99,0.08,1.88,0.53,2.52,1.2c0.68,0.71,1.09,1.68,1.08,2.75l0.01,0c0,0.07,0,0.14-0.01,0.2 l-0.21,8.37h0.01c0,0.09-0.01,0.18-0.02,0.27c-0.08,1-0.53,1.88-1.2,2.52c-0.72,0.68-1.69,1.09-2.75,1.08v0.01 c-0.09,0-0.18-0.01-0.27-0.02c-1-0.08-1.88-0.53-2.52-1.2c-0.68-0.72-1.09-1.69-1.08-2.75h-0.01c0-0.07,0-0.14,0.01-0.2L56.77,3.83 L56.77,3.83z M71.42,95.84l-0.63,2.95l-0.16,2.1l-25.33,3.77c-0.09-1.51-0.33-3.14-0.71-4.83L71.42,95.84L71.42,95.84z M70.58,105.49l0.02,1.27l0.03,0.44c0.07,0.83,0.08,1.67,0.03,2.5l-0.38,1.83l-23.53,3.5l-0.41-0.94l-0.92-3.76l-0.02-1.09 L70.58,105.49L70.58,105.49z M68.73,116.35c-1.22,2.09-2.9,3.72-4.82,4.83c-1.71,1-3.62,1.57-5.53,1.69 c-1.94,0.12-3.9-0.25-5.69-1.11c-1.22-0.6-2.36-1.43-3.37-2.51L68.73,116.35L68.73,116.35z\" /></g></svg>;\nexport default SvgBulbLighting;","import * as React from \"react\";\nconst SvgBurger = props => <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}><path d=\"M4 18L20 18\" stroke=\"currentColor\" strokeWidth={2} strokeLinecap=\"round\" /><path d=\"M4 12L20 12\" stroke=\"currentColor\" strokeWidth={2} strokeLinecap=\"round\" /><path d=\"M4 6L20 6\" stroke=\"currentColor\" strokeWidth={2} strokeLinecap=\"round\" /></svg>;\nexport default SvgBurger;","import * as React from \"react\";\nconst SvgHome = props => <svg width={24} height={24} viewBox=\"-2.4 -2.4 28.80 28.80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" stroke=\"currentColor\" {...props}><g strokeWidth={0} /><g strokeLinecap=\"round\" strokeLinejoin=\"round\" stroke=\"currentColor\" strokeWidth={0.048} /><g><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M21.4498 10.275L11.9998 3.1875L2.5498 10.275L2.9998 11.625H3.7498V20.25H20.2498V11.625H20.9998L21.4498 10.275ZM5.2498 18.75V10.125L11.9998 5.0625L18.7498 10.125V18.75H14.9999V14.3333L14.2499 13.5833H9.74988L8.99988 14.3333V18.75H5.2498ZM10.4999 18.75H13.4999V15.0833H10.4999V18.75Z\" fill=\"currentColor\" /></g></svg>;\nexport default SvgHome;","import * as React from \"react\";\nconst SvgLogo = props => <svg id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" width={24} height={24} viewBox=\"0 0 192 192\" {...props}><path fill=\"#012355\" opacity={1} stroke=\"none\" d=\" M1.000002,118.000000 C1.000000,104.312439 1.000000,90.624878 1.371058,76.434891 C2.378683,74.823326 3.157489,73.771233 3.628739,72.595818 C6.693733,64.950958 8.900897,56.841328 12.856888,49.696682 C25.916273,26.111010 45.618191,10.672751 71.864494,3.790671 C73.382538,3.392622 74.627792,1.954232 76.000000,1.000000 C89.687561,1.000000 103.375122,1.000000 117.565109,1.371062 C122.965004,3.516620 127.960182,5.062105 132.743958,7.103073 C162.086380,19.621834 181.784180,40.732979 190.208054,71.871124 C190.618454,73.388161 192.046051,74.630013 193.000000,76.000000 C193.000000,89.687561 193.000000,103.375122 192.628937,117.565109 C191.621307,119.176682 190.842484,120.228783 190.371231,121.404198 C187.306244,129.049057 185.099075,137.158676 181.143097,144.303329 C168.083725,167.889023 148.381790,183.327209 122.135490,190.209290 C120.617455,190.607361 119.372200,192.045761 118.000000,193.000000 C104.312439,193.000000 90.624878,193.000000 76.434891,192.628937 C74.823692,191.621414 73.771942,190.842728 72.596893,190.371582 C64.948860,187.304993 56.837452,185.094330 49.688011,181.138916 C26.095829,168.086517 10.682800,148.368317 3.790614,122.133919 C3.391914,120.616310 1.954185,119.371674 1.000002,118.000000 M80.130188,101.728455 C89.980118,95.091301 91.179001,85.281952 89.684319,74.729446 C88.385147,65.557289 82.747009,59.394825 74.018127,57.212170 C56.202789,52.757446 38.523308,55.092846 20.689890,59.274368 C20.854013,61.464199 20.969820,63.009354 21.084099,64.534134 C25.000662,64.360756 28.402414,64.210175 32.073101,64.047684 C32.073101,66.440269 32.073051,68.250671 32.073109,70.061066 C32.073761,90.859169 32.124065,111.657509 32.029648,132.455170 C32.012512,136.229645 32.878117,139.472519 36.977627,139.751678 C40.560001,139.995651 44.223965,139.041504 47.052326,138.710297 C46.512821,127.044853 46.032726,116.663948 45.543800,106.092163 C57.678768,106.682213 69.081947,108.359764 80.130188,101.728455 M128.185440,67.502090 C128.186218,88.472008 128.184006,109.441917 128.189178,130.411835 C128.191345,139.205292 132.619797,142.291016 140.881729,138.973862 C142.016327,138.518326 143.205536,136.452942 143.177353,135.158829 C143.072723,130.352814 142.152374,125.560356 142.111176,120.757896 C141.964142,103.617081 142.052094,86.474258 142.051163,69.332191 C142.051086,67.770149 142.051163,66.208107 142.051163,64.722504 C150.627167,64.722504 158.454590,65.010674 166.250793,64.640678 C173.904388,64.277451 175.252914,61.508778 172.191299,54.740467 C162.054428,55.182789 152.103256,55.817085 142.143753,56.000694 C129.832123,56.227669 117.512199,55.971752 105.198532,56.130543 C96.043205,56.248604 94.704247,58.374950 97.814896,66.976433 C106.397964,66.160690 114.969101,65.232643 123.563301,64.637444 C125.049812,64.534500 126.634003,65.842026 128.185440,67.502090 z\" /><path fill=\"#F8F9FA\" opacity={1} stroke=\"none\" d=\" M79.804657,101.900200 C69.081947,108.359764 57.678768,106.682213 45.543800,106.092163 C46.032726,116.663948 46.512821,127.044853 47.052326,138.710297 C44.223965,139.041504 40.560001,139.995651 36.977627,139.751678 C32.878117,139.472519 32.012512,136.229645 32.029648,132.455170 C32.124065,111.657509 32.073761,90.859169 32.073109,70.061066 C32.073051,68.250671 32.073101,66.440269 32.073101,64.047684 C28.402414,64.210175 25.000662,64.360756 21.084099,64.534134 C20.969820,63.009354 20.854013,61.464199 20.689890,59.274368 C38.523308,55.092846 56.202789,52.757446 74.018127,57.212170 C82.747009,59.394825 88.385147,65.557289 89.684319,74.729446 C91.179001,85.281952 89.980118,95.091301 79.804657,101.900200 M76.143387,82.320915 C76.994011,66.700348 69.026833,60.240845 46.162399,63.646614 C46.162399,75.001755 46.162399,86.381409 46.162399,98.894691 C50.839859,98.894691 55.279560,99.092827 59.695778,98.854965 C70.069839,98.296211 74.847267,93.640732 76.143387,82.320915 z\" /><path fill=\"#F7F8F9\" opacity={1} stroke=\"none\" d=\" M128.179260,67.000076 C126.634003,65.842026 125.049812,64.534500 123.563301,64.637444 C114.969101,65.232643 106.397964,66.160690 97.814896,66.976433 C94.704247,58.374950 96.043205,56.248604 105.198532,56.130543 C117.512199,55.971752 129.832123,56.227669 142.143753,56.000694 C152.103256,55.817085 162.054428,55.182789 172.191299,54.740467 C175.252914,61.508778 173.904388,64.277451 166.250793,64.640678 C158.454590,65.010674 150.627167,64.722504 142.051163,64.722504 C142.051163,66.208107 142.051086,67.770149 142.051163,69.332191 C142.052094,86.474258 141.964142,103.617081 142.111176,120.757896 C142.152374,125.560356 143.072723,130.352814 143.177353,135.158829 C143.205536,136.452942 142.016327,138.518326 140.881729,138.973862 C132.619797,142.291016 128.191345,139.205292 128.189178,130.411835 C128.184006,109.441917 128.186218,88.472008 128.179260,67.000076 z\" /><path fill=\"#032457\" opacity={1} stroke=\"none\" d=\" M76.123489,82.766640 C74.847267,93.640732 70.069839,98.296211 59.695778,98.854965 C55.279560,99.092827 50.839859,98.894691 46.162399,98.894691 C46.162399,86.381409 46.162399,75.001755 46.162399,63.646614 C69.026833,60.240845 76.994011,66.700348 76.123489,82.766640 z\" /></svg>;\nexport default SvgLogo;","import * as React from \"react\";\nconst SvgMoon = props => <svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width={24} height={24} fill=\"none\" {...props}><path d=\"M22 15.8442C20.6866 16.4382 19.2286 16.7688 17.6935 16.7688C11.9153 16.7688 7.23116 12.0847 7.23116 6.30654C7.23116 4.77135 7.5618 3.3134 8.15577 2C4.52576 3.64163 2 7.2947 2 11.5377C2 17.3159 6.68414 22 12.4623 22C16.7053 22 20.3584 19.4742 22 15.8442Z\" stroke=\"currentColor\" strokeWidth={2} strokeLinecap=\"round\" strokeLinejoin=\"round\" /></svg>;\nexport default SvgMoon;","import * as React from \"react\";\nconst SvgProfile = props => <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}><g strokeWidth={0} /><g strokeLinecap=\"round\" strokeLinejoin=\"round\" /><g><path d=\"M5 21C5 17.134 8.13401 14 12 14C15.866 14 19 17.134 19 21M16 7C16 9.20914 14.2091 11 12 11C9.79086 11 8 9.20914 8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7Z\" stroke=\"currentColor\" strokeWidth={2} strokeLinecap=\"round\" strokeLinejoin=\"round\" /></g></svg>;\nexport default SvgProfile;","import BulbLightning from './assets/bulb-lighting.svg';\nimport Burger from './assets/burger.svg';\nimport Home from './assets/home.svg';\nimport Logo from './assets/logo.svg';\nimport Moon from './assets/moon.svg';\nimport Profile from './assets/profile.svg';\n\nexport const ICON_NAMES = {\n bulbLightning: BulbLightning,\n burger: Burger,\n home: Home,\n logo: Logo,\n moon: Moon,\n profile: Profile,\n} as const;\n\nexport type TIconName = keyof typeof ICON_NAMES;\n","import {ICON_NAMES, type TIconName} from './types';\n\nexport type TIconProps = {\n name: TIconName;\n size?: number | string;\n color?: string;\n};\n\nexport const Icon = ({color = 'currentColor', name, size = 24}: TIconProps) => {\n const Component = ICON_NAMES[name];\n\n return (\n <Component\n style={{\n width: size,\n height: size,\n color,\n display: 'inline-block',\n flexShrink: 0,\n }}\n />\n );\n};\n","import {Input as AntdInput, type InputProps} from 'antd';\n\nexport type TInputProps = InputProps;\n\nconst {\n OTP: AntdOTP,\n Password: AntdPassword,\n Search: AntdSearch,\n TextArea: AntdTextArea,\n} = AntdInput;\n\nexport const Input = (props: TInputProps) => {\n return <AntdInput {...props} />;\n};\n\nInput.TextArea = AntdTextArea;\nInput.Search = AntdSearch;\nInput.Password = AntdPassword;\nInput.OTP = AntdOTP;\n","import {Popover as AntdPopover, type PopoverProps} from 'antd';\n\nexport type TPopoverProps = PopoverProps;\n\nexport const Popover = (props: TPopoverProps) => {\n return <AntdPopover {...props} />;\n};\n","import {Result as AntdResult, type ResultProps} from 'antd';\n\nexport type TResultProps = ResultProps;\n\nexport const Result = ({...restProps}: TResultProps) => {\n return <AntdResult {...restProps} />;\n};\n","import {Segmented as AntdSegmented, type SegmentedProps} from 'antd';\n\nexport type TSegmentedProps = SegmentedProps;\n\nexport const Segmented = (props: TSegmentedProps) => {\n return <AntdSegmented {...props} />;\n};\n","import {Select as AntdSelect, type SelectProps} from 'antd';\n\nexport type TSelectProps = SelectProps;\n\nexport const Select = (props: TSelectProps) => {\n return <AntdSelect {...props} />;\n};\n","import {Spin as AntdSpin, type SpinProps} from 'antd';\n\nexport type TSpinProps = SpinProps;\n\nexport const Spin = (props: TSpinProps) => {\n return <AntdSpin {...props} />;\n};\n","import {Statistic as AntdStatistic, type StatisticProps} from 'antd';\n\nexport type TStatisticProps = StatisticProps;\n\nconst {Timer: AntdTimer} = AntdStatistic;\n\nexport const Statistic = (props: TStatisticProps) => {\n return <AntdStatistic {...props} />;\n};\n\nStatistic.Timer = AntdTimer;\n","import {Tabs as AntdTabs, type TabsProps} from 'antd';\n\nexport type TTabsProps = TabsProps;\n\nexport const Tabs = (props: TTabsProps) => {\n return <AntdTabs {...props} />;\n};\n","import {Typography as AntdTypography} from 'antd';\nimport {type LinkProps} from 'antd/es/typography/Link';\nimport {type ParagraphProps} from 'antd/es/typography/Paragraph';\nimport {type TextProps} from 'antd/es/typography/Text';\nimport {type TitleProps} from 'antd/es/typography/Title';\n\nconst {\n Link: AntdLink,\n Paragraph: AntdParagraph,\n Text: AntdText,\n Title: AntdTitle,\n} = AntdTypography;\n\nexport type TParagraphProps = ParagraphProps;\nexport type TTextProps = TextProps;\nexport type TTitleProps = TitleProps;\nexport type TLinkProps = LinkProps;\n\nconst Paragraph = (props: TParagraphProps) => {\n return <AntdParagraph {...props} />;\n};\n\nconst Text = (props: TTextProps) => {\n return <AntdText {...props} />;\n};\n\nconst Title = (props: TTitleProps) => {\n return <AntdTitle {...props} />;\n};\n\nconst Link = (props: TLinkProps) => {\n return <AntdLink {...props} />;\n};\n\nexport const Typography = {\n Link,\n Paragraph,\n Text,\n Title,\n};\n","export type TColorsPalette = {\n textPrimary: string;\n textSecondary: string;\n textDisabled: string;\n\n backgroundPrimary: string;\n backgroundSecondary: string;\n backgroundElevated: string;\n\n borderPrimary: string;\n borderSecondary: string;\n\n accentPrimary: string;\n accentHover: string;\n accentActive: string;\n};\n\n// Базовая палитра (light). Внешний consumer может переопределять только цвета.\nexport const designTokens: TColorsPalette = {\n textPrimary: '#000000',\n textSecondary: '#6B6B6B',\n textDisabled: '#A4A6A8',\n\n backgroundPrimary: '#CBCBCB',\n backgroundSecondary: '#D9D9DC',\n backgroundElevated: '#FFFFFF',\n\n borderPrimary: '#C1C0C0',\n borderSecondary: '#E0E0E0',\n\n accentPrimary: '#4594D1',\n accentHover: '#5AA3DB',\n accentActive: '#2F7AB8',\n};\n\n// Остальные токены (spacing/radius/fontSizes/breakpoints) не должны меняться,\n// поэтому они живут отдельно от публичного TColorsPalette.\nexport const layoutTokens = {\n spacing: {\n xs: 4,\n sm: 8,\n md: 16,\n lg: 24,\n },\n borderRadius: {\n sm: 8,\n md: 12,\n lg: 16,\n },\n textSize: {\n xs: 12,\n sm: 14,\n md: 16,\n lg: 24,\n xl: 36,\n },\n};\n","import {type ReactNode, useMemo} from 'react';\n\nimport {ConfigProvider} from 'antd';\nimport en_US from 'antd/locale/en_US.js';\nimport ru_RU from 'antd/locale/ru_RU.js';\n\nimport {designTokens, type TColorsPalette} from './design-tokens';\nimport {getAntdThemeConfig} from './get-antd-tokens';\n\nexport type TUiProviderProps = {\n children: ReactNode;\n tokens?: Partial<TColorsPalette>;\n language?: 'ru' | 'en';\n};\n\nconst mergeColorsPalette = (\n overrides?: Partial<TColorsPalette>\n): TColorsPalette => {\n if (!overrides) {\n return designTokens;\n }\n\n return {\n ...designTokens,\n ...overrides,\n };\n};\n\nexport const UiProvider = ({children, language, tokens}: TUiProviderProps) => {\n const mergedPalette = useMemo(() => mergeColorsPalette(tokens), [tokens]);\n\n const antdTheme = useMemo(\n () => getAntdThemeConfig(mergedPalette),\n [mergedPalette]\n );\n const antLocale = useMemo(() => {\n let antdLocale = en_US;\n\n switch (language) {\n case 'ru':\n antdLocale = ru_RU;\n break;\n case 'en':\n default:\n antdLocale = en_US;\n break;\n }\n\n return antdLocale;\n }, [language]);\n\n return (\n <ConfigProvider theme={antdTheme} locale={antLocale}>\n {children}\n </ConfigProvider>\n );\n};\n","import type {ThemeConfig} from 'antd';\n\nimport {designTokens, type TColorsPalette, layoutTokens} from './design-tokens';\n\nexport const getAntdThemeConfig = (\n palette: TColorsPalette = designTokens\n): ThemeConfig => {\n return {\n components: {\n Button: {\n dangerShadow: 'none',\n defaultShadow: 'none',\n primaryShadow: 'none',\n },\n Divider: {\n colorSplit: palette.borderPrimary,\n },\n Layout: {\n headerBg: palette.backgroundPrimary,\n headerPadding: layoutTokens.spacing.md,\n triggerBg: 'transparent',\n },\n Select: {\n optionSelectedBg: palette.accentPrimary,\n optionSelectedFontWeight: 'normal',\n },\n Typography: {\n fontSize: layoutTokens.textSize.md,\n fontSizeHeading1: layoutTokens.textSize.xl,\n },\n },\n token: {\n borderRadius: layoutTokens.borderRadius.md,\n colorBgBase: palette.backgroundPrimary,\n colorBgContainer: palette.backgroundSecondary,\n colorTextBase: palette.textPrimary,\n colorTextPlaceholder: palette.textSecondary,\n fontFamily:\n \"'Franklin Gothic Medium', 'Arial Narrow',\\n Arial,\\n sans-serif;\",\n fontSize: layoutTokens.textSize.md,\n },\n };\n};\n"],"mappings":"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","names":["jsx","jsx","jsx","jsx","React","jsx","React","jsx","jsxs","React","jsx","jsxs","React","jsx","React","jsx","jsxs","jsx","jsx","jsx","jsx","jsx","jsx","jsx","jsx","jsx","jsx","jsx"]}
|
|
1
|
+
{"version":3,"sources":["../src/components/button/button.tsx","../src/components/divider/divider.tsx","../src/components/drawer/drawer.tsx","../src/components/flex/flex.tsx","../src/components/form/form.tsx","../src/components/icon/assets/bulb-lighting.svg","../src/components/icon/assets/burger.svg","../src/components/icon/assets/cross.svg","../src/components/icon/assets/home.svg","../src/components/icon/assets/logo.svg","../src/components/icon/assets/moon.svg","../src/components/icon/assets/profile.svg","../src/components/icon/types.ts","../src/components/icon/icon.tsx","../src/components/input/input.tsx","../src/components/popover/popover.tsx","../src/components/result/result.tsx","../src/components/segmented/segmented.tsx","../src/components/select/select.tsx","../src/components/spin/spin.tsx","../src/components/statistic/statistic.tsx","../src/components/tabs/tabs.tsx","../src/components/typography/typography.tsx","../src/theme/design-tokens.ts","../src/theme/ui-provider.tsx","../src/theme/get-antd-tokens.ts"],"sourcesContent":["import {Button as AntdButton, type ButtonProps} from 'antd';\n\nexport type TButtonProps = ButtonProps;\n\nexport const Button = (props: TButtonProps) => {\n return <AntdButton {...props} />;\n};\n","import {Divider as AntdDivider, type DividerProps} from 'antd';\n\nexport type TDividerProps = DividerProps;\n\nexport const Divider = (props: TDividerProps) => {\n return <AntdDivider {...props} />;\n};\n","import {Drawer as AntdDrawer, type DrawerProps} from 'antd';\n\nexport type TDrawerProps = DrawerProps;\n\nexport const Drawer = (props: TDrawerProps) => {\n return <AntdDrawer {...props} />;\n};\n","import {Flex as AntdFlex, type FlexProps} from 'antd';\n\nexport type TFlexProps = FlexProps;\n\nexport const Flex = (props: TFlexProps) => {\n return <AntdFlex {...props} />;\n};\n","import {Form as AntdForm} from 'antd';\n\nexport const Form: typeof AntdForm = AntdForm;\n","import * as React from \"react\";\nconst SvgBulbLighting = props => <svg xmlns=\"http://www.w3.org/2000/svg\" width={24} height={24} viewBox=\"0 0 113.01 122.88\" fill=\"currentColor\" {...props}><g><path d=\"M36.37,82.46c-2.88-3.29-5.86-6.71-8.22-11.74c-2.31-4.96-3.59-10.08-3.55-15.4c0.05-5.32,1.4-10.8,4.34-16.46 c0.02-0.04,0.04-0.07,0.06-0.11l0,0c3.85-6.52,9.24-10.88,15.24-13.32c5.03-2.06,10.5-2.76,15.86-2.27 c5.34,0.49,10.57,2.17,15.14,4.87c5.81,3.44,10.59,8.54,13.22,14.98c1.42,3.49,2.38,7.38,2.5,11.64c0.12,4.25-0.61,8.83-2.57,13.67 c-3,7.43-10.01,15.39-14.6,22.7c-0.25-0.05-0.51-0.06-0.77-0.02l-6.19,0.92l9.43-32.8c0.27-0.93-0.28-1.9-1.21-2.17 c-0.93-0.26-1.9,0.28-2.17,1.21L63.01,92.5l-9.36,1.39l-9.89-31.44c0.71,0.14,1.46-0.17,1.85-0.83l7.01-11.93l3.57,8.19 c0.39,0.89,1.42,1.29,2.3,0.91c0.44-0.19,0.76-0.55,0.93-0.96l0,0l3.16-7.98l3.7,9.76c0.34,0.91,1.35,1.36,2.26,1.02 c0.91-0.34,1.36-1.35,1.02-2.26l-5.27-13.9c-0.15-0.49-0.52-0.91-1.03-1.11c-0.9-0.36-1.92,0.09-2.28,0.99l-3.27,8.27l-3.26-7.48 c-0.14-0.33-0.39-0.62-0.72-0.81c-0.83-0.49-1.91-0.21-2.39,0.62l-8.52,14.5l-0.61-1.93c-0.29-0.92-1.27-1.44-2.19-1.15 c-0.92,0.29-1.44,1.27-1.15,2.19l11.27,35.85l-6.78,1.01C41.72,90.57,39.22,85.73,36.37,82.46L36.37,82.46z M14.26,18.49 c-0.79-0.74-1.21-1.73-1.25-2.73c-0.04-1,0.31-2.02,1.04-2.81c0.74-0.79,1.73-1.21,2.73-1.25c1-0.04,2.02,0.31,2.81,1.04l6.28,5.85 c0.79,0.74,1.21,1.73,1.25,2.73c0.04,1.01-0.31,2.02-1.04,2.81c-0.74,0.79-1.73,1.21-2.73,1.25c-1.01,0.04-2.02-0.31-2.81-1.04 L14.26,18.49L14.26,18.49z M3.99,61.66c-1.06,0.02-2.03-0.39-2.75-1.06C0.51,59.91,0.04,58.95,0,57.86 c-0.04-1.08,0.37-2.08,1.06-2.81c0.69-0.73,1.65-1.2,2.74-1.23l8.57-0.29c1.08-0.04,2.08,0.37,2.81,1.06 c0.73,0.69,1.2,1.65,1.23,2.74l0,0.06h0.01l-0.01,0.14c-0.02,1.01-0.42,1.92-1.06,2.61c-0.69,0.73-1.65,1.19-2.74,1.23l-0.06,0 v0.01l-0.09,0L3.99,61.66L3.99,61.66z M110.71,49.51l0.13-0.01c1.02-0.06,1.97,0.27,2.71,0.87c0.78,0.63,1.31,1.57,1.43,2.64 l0,0.04c0.01,0,0.01,0.11,0.01,0.13c0.06,1.02-0.27,1.97-0.87,2.71c-0.63,0.78-1.57,1.31-2.64,1.43l-8.53,0.9 c-1.08,0.11-2.1-0.23-2.87-0.86c-0.78-0.63-1.32-1.57-1.43-2.64c-0.11-1.07,0.23-2.1,0.86-2.87c0.63-0.78,1.57-1.32,2.64-1.43 C105,50.11,107.86,49.78,110.71,49.51L110.71,49.51L110.71,49.51z M93.81,15.37c0.61-0.9,1.51-1.46,2.49-1.66 c0.98-0.19,2.03-0.01,2.94,0.59l0.01,0.01c0.9,0.6,1.47,1.51,1.66,2.49c0.19,0.98,0.01,2.03-0.59,2.94l-4.77,7.13 c-0.6,0.9-1.51,1.47-2.5,1.67c-0.98,0.19-2.03,0.01-2.94-0.59c-0.9-0.6-1.47-1.52-1.67-2.5c-0.19-0.98-0.01-2.03,0.59-2.94 L93.81,15.37L93.81,15.37z M56.77,3.83c0.03-1.09,0.49-2.06,1.22-2.75c0.71-0.68,1.69-1.09,2.75-1.08l0-0.01 c0.09,0,0.18,0.01,0.27,0.02c0.99,0.08,1.88,0.53,2.52,1.2c0.68,0.71,1.09,1.68,1.08,2.75l0.01,0c0,0.07,0,0.14-0.01,0.2 l-0.21,8.37h0.01c0,0.09-0.01,0.18-0.02,0.27c-0.08,1-0.53,1.88-1.2,2.52c-0.72,0.68-1.69,1.09-2.75,1.08v0.01 c-0.09,0-0.18-0.01-0.27-0.02c-1-0.08-1.88-0.53-2.52-1.2c-0.68-0.72-1.09-1.69-1.08-2.75h-0.01c0-0.07,0-0.14,0.01-0.2L56.77,3.83 L56.77,3.83z M71.42,95.84l-0.63,2.95l-0.16,2.1l-25.33,3.77c-0.09-1.51-0.33-3.14-0.71-4.83L71.42,95.84L71.42,95.84z M70.58,105.49l0.02,1.27l0.03,0.44c0.07,0.83,0.08,1.67,0.03,2.5l-0.38,1.83l-23.53,3.5l-0.41-0.94l-0.92-3.76l-0.02-1.09 L70.58,105.49L70.58,105.49z M68.73,116.35c-1.22,2.09-2.9,3.72-4.82,4.83c-1.71,1-3.62,1.57-5.53,1.69 c-1.94,0.12-3.9-0.25-5.69-1.11c-1.22-0.6-2.36-1.43-3.37-2.51L68.73,116.35L68.73,116.35z\" /></g></svg>;\nexport default SvgBulbLighting;","import * as React from \"react\";\nconst SvgBurger = props => <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}><path d=\"M4 18L20 18\" stroke=\"currentColor\" strokeWidth={2} strokeLinecap=\"round\" /><path d=\"M4 12L20 12\" stroke=\"currentColor\" strokeWidth={2} strokeLinecap=\"round\" /><path d=\"M4 6L20 6\" stroke=\"currentColor\" strokeWidth={2} strokeLinecap=\"round\" /></svg>;\nexport default SvgBurger;","import * as React from \"react\";\nconst SvgCross = props => <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}><path d=\"M6 6L18 18\" stroke=\"currentColor\" strokeWidth={2} strokeLinecap=\"round\" /><path d=\"M18 6L6 18\" stroke=\"currentColor\" strokeWidth={2} strokeLinecap=\"round\" /></svg>;\nexport default SvgCross;","import * as React from \"react\";\nconst SvgHome = props => <svg width={24} height={24} viewBox=\"-2.4 -2.4 28.80 28.80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" stroke=\"currentColor\" {...props}><g strokeWidth={0} /><g strokeLinecap=\"round\" strokeLinejoin=\"round\" stroke=\"currentColor\" strokeWidth={0.048} /><g><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M21.4498 10.275L11.9998 3.1875L2.5498 10.275L2.9998 11.625H3.7498V20.25H20.2498V11.625H20.9998L21.4498 10.275ZM5.2498 18.75V10.125L11.9998 5.0625L18.7498 10.125V18.75H14.9999V14.3333L14.2499 13.5833H9.74988L8.99988 14.3333V18.75H5.2498ZM10.4999 18.75H13.4999V15.0833H10.4999V18.75Z\" fill=\"currentColor\" /></g></svg>;\nexport default SvgHome;","import * as React from \"react\";\nconst SvgLogo = props => <svg id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" width={24} height={24} viewBox=\"0 0 192 192\" {...props}><path fill=\"#012355\" opacity={1} stroke=\"none\" d=\" M1.000002,118.000000 C1.000000,104.312439 1.000000,90.624878 1.371058,76.434891 C2.378683,74.823326 3.157489,73.771233 3.628739,72.595818 C6.693733,64.950958 8.900897,56.841328 12.856888,49.696682 C25.916273,26.111010 45.618191,10.672751 71.864494,3.790671 C73.382538,3.392622 74.627792,1.954232 76.000000,1.000000 C89.687561,1.000000 103.375122,1.000000 117.565109,1.371062 C122.965004,3.516620 127.960182,5.062105 132.743958,7.103073 C162.086380,19.621834 181.784180,40.732979 190.208054,71.871124 C190.618454,73.388161 192.046051,74.630013 193.000000,76.000000 C193.000000,89.687561 193.000000,103.375122 192.628937,117.565109 C191.621307,119.176682 190.842484,120.228783 190.371231,121.404198 C187.306244,129.049057 185.099075,137.158676 181.143097,144.303329 C168.083725,167.889023 148.381790,183.327209 122.135490,190.209290 C120.617455,190.607361 119.372200,192.045761 118.000000,193.000000 C104.312439,193.000000 90.624878,193.000000 76.434891,192.628937 C74.823692,191.621414 73.771942,190.842728 72.596893,190.371582 C64.948860,187.304993 56.837452,185.094330 49.688011,181.138916 C26.095829,168.086517 10.682800,148.368317 3.790614,122.133919 C3.391914,120.616310 1.954185,119.371674 1.000002,118.000000 M80.130188,101.728455 C89.980118,95.091301 91.179001,85.281952 89.684319,74.729446 C88.385147,65.557289 82.747009,59.394825 74.018127,57.212170 C56.202789,52.757446 38.523308,55.092846 20.689890,59.274368 C20.854013,61.464199 20.969820,63.009354 21.084099,64.534134 C25.000662,64.360756 28.402414,64.210175 32.073101,64.047684 C32.073101,66.440269 32.073051,68.250671 32.073109,70.061066 C32.073761,90.859169 32.124065,111.657509 32.029648,132.455170 C32.012512,136.229645 32.878117,139.472519 36.977627,139.751678 C40.560001,139.995651 44.223965,139.041504 47.052326,138.710297 C46.512821,127.044853 46.032726,116.663948 45.543800,106.092163 C57.678768,106.682213 69.081947,108.359764 80.130188,101.728455 M128.185440,67.502090 C128.186218,88.472008 128.184006,109.441917 128.189178,130.411835 C128.191345,139.205292 132.619797,142.291016 140.881729,138.973862 C142.016327,138.518326 143.205536,136.452942 143.177353,135.158829 C143.072723,130.352814 142.152374,125.560356 142.111176,120.757896 C141.964142,103.617081 142.052094,86.474258 142.051163,69.332191 C142.051086,67.770149 142.051163,66.208107 142.051163,64.722504 C150.627167,64.722504 158.454590,65.010674 166.250793,64.640678 C173.904388,64.277451 175.252914,61.508778 172.191299,54.740467 C162.054428,55.182789 152.103256,55.817085 142.143753,56.000694 C129.832123,56.227669 117.512199,55.971752 105.198532,56.130543 C96.043205,56.248604 94.704247,58.374950 97.814896,66.976433 C106.397964,66.160690 114.969101,65.232643 123.563301,64.637444 C125.049812,64.534500 126.634003,65.842026 128.185440,67.502090 z\" /><path fill=\"#F8F9FA\" opacity={1} stroke=\"none\" d=\" M79.804657,101.900200 C69.081947,108.359764 57.678768,106.682213 45.543800,106.092163 C46.032726,116.663948 46.512821,127.044853 47.052326,138.710297 C44.223965,139.041504 40.560001,139.995651 36.977627,139.751678 C32.878117,139.472519 32.012512,136.229645 32.029648,132.455170 C32.124065,111.657509 32.073761,90.859169 32.073109,70.061066 C32.073051,68.250671 32.073101,66.440269 32.073101,64.047684 C28.402414,64.210175 25.000662,64.360756 21.084099,64.534134 C20.969820,63.009354 20.854013,61.464199 20.689890,59.274368 C38.523308,55.092846 56.202789,52.757446 74.018127,57.212170 C82.747009,59.394825 88.385147,65.557289 89.684319,74.729446 C91.179001,85.281952 89.980118,95.091301 79.804657,101.900200 M76.143387,82.320915 C76.994011,66.700348 69.026833,60.240845 46.162399,63.646614 C46.162399,75.001755 46.162399,86.381409 46.162399,98.894691 C50.839859,98.894691 55.279560,99.092827 59.695778,98.854965 C70.069839,98.296211 74.847267,93.640732 76.143387,82.320915 z\" /><path fill=\"#F7F8F9\" opacity={1} stroke=\"none\" d=\" M128.179260,67.000076 C126.634003,65.842026 125.049812,64.534500 123.563301,64.637444 C114.969101,65.232643 106.397964,66.160690 97.814896,66.976433 C94.704247,58.374950 96.043205,56.248604 105.198532,56.130543 C117.512199,55.971752 129.832123,56.227669 142.143753,56.000694 C152.103256,55.817085 162.054428,55.182789 172.191299,54.740467 C175.252914,61.508778 173.904388,64.277451 166.250793,64.640678 C158.454590,65.010674 150.627167,64.722504 142.051163,64.722504 C142.051163,66.208107 142.051086,67.770149 142.051163,69.332191 C142.052094,86.474258 141.964142,103.617081 142.111176,120.757896 C142.152374,125.560356 143.072723,130.352814 143.177353,135.158829 C143.205536,136.452942 142.016327,138.518326 140.881729,138.973862 C132.619797,142.291016 128.191345,139.205292 128.189178,130.411835 C128.184006,109.441917 128.186218,88.472008 128.179260,67.000076 z\" /><path fill=\"#032457\" opacity={1} stroke=\"none\" d=\" M76.123489,82.766640 C74.847267,93.640732 70.069839,98.296211 59.695778,98.854965 C55.279560,99.092827 50.839859,98.894691 46.162399,98.894691 C46.162399,86.381409 46.162399,75.001755 46.162399,63.646614 C69.026833,60.240845 76.994011,66.700348 76.123489,82.766640 z\" /></svg>;\nexport default SvgLogo;","import * as React from \"react\";\nconst SvgMoon = props => <svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width={24} height={24} fill=\"none\" {...props}><path d=\"M22 15.8442C20.6866 16.4382 19.2286 16.7688 17.6935 16.7688C11.9153 16.7688 7.23116 12.0847 7.23116 6.30654C7.23116 4.77135 7.5618 3.3134 8.15577 2C4.52576 3.64163 2 7.2947 2 11.5377C2 17.3159 6.68414 22 12.4623 22C16.7053 22 20.3584 19.4742 22 15.8442Z\" stroke=\"currentColor\" strokeWidth={2} strokeLinecap=\"round\" strokeLinejoin=\"round\" /></svg>;\nexport default SvgMoon;","import * as React from \"react\";\nconst SvgProfile = props => <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}><g strokeWidth={0} /><g strokeLinecap=\"round\" strokeLinejoin=\"round\" /><g><path d=\"M5 21C5 17.134 8.13401 14 12 14C15.866 14 19 17.134 19 21M16 7C16 9.20914 14.2091 11 12 11C9.79086 11 8 9.20914 8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7Z\" stroke=\"currentColor\" strokeWidth={2} strokeLinecap=\"round\" strokeLinejoin=\"round\" /></g></svg>;\nexport default SvgProfile;","import BulbLightning from './assets/bulb-lighting.svg';\nimport Burger from './assets/burger.svg';\nimport Cross from './assets/cross.svg';\nimport Home from './assets/home.svg';\nimport Logo from './assets/logo.svg';\nimport Moon from './assets/moon.svg';\nimport Profile from './assets/profile.svg';\n\nexport const ICON_NAMES = {\n bulbLightning: BulbLightning,\n burger: Burger,\n cross: Cross,\n home: Home,\n logo: Logo,\n moon: Moon,\n profile: Profile,\n} as const;\n\nexport type TIconName = keyof typeof ICON_NAMES;\n","import {ICON_NAMES, type TIconName} from './types';\n\nexport type TIconProps = {\n name: TIconName;\n size?: number | string;\n color?: string;\n};\n\nexport const Icon = ({color = 'currentColor', name, size = 24}: TIconProps) => {\n const Component = ICON_NAMES[name];\n\n return (\n <Component\n style={{\n width: size,\n height: size,\n color,\n display: 'inline-block',\n flexShrink: 0,\n }}\n />\n );\n};\n","import {Input as AntdInput, type InputProps} from 'antd';\n\nexport type TInputProps = InputProps;\n\nconst {\n OTP: AntdOTP,\n Password: AntdPassword,\n Search: AntdSearch,\n TextArea: AntdTextArea,\n} = AntdInput;\n\nexport const Input = (props: TInputProps) => {\n return <AntdInput {...props} />;\n};\n\nInput.TextArea = AntdTextArea;\nInput.Search = AntdSearch;\nInput.Password = AntdPassword;\nInput.OTP = AntdOTP;\n","import {Popover as AntdPopover, type PopoverProps} from 'antd';\n\nexport type TPopoverProps = PopoverProps;\n\nexport const Popover = (props: TPopoverProps) => {\n return <AntdPopover {...props} />;\n};\n","import {Result as AntdResult, type ResultProps} from 'antd';\n\nexport type TResultProps = ResultProps;\n\nexport const Result = ({...restProps}: TResultProps) => {\n return <AntdResult {...restProps} />;\n};\n","import {Segmented as AntdSegmented, type SegmentedProps} from 'antd';\n\nexport type TSegmentedProps = SegmentedProps;\n\nexport const Segmented = (props: TSegmentedProps) => {\n return <AntdSegmented {...props} />;\n};\n","import {Select as AntdSelect, type SelectProps} from 'antd';\n\nexport type TSelectProps = SelectProps;\n\nexport const Select = (props: TSelectProps) => {\n return <AntdSelect {...props} />;\n};\n","import {Spin as AntdSpin, type SpinProps} from 'antd';\n\nexport type TSpinProps = SpinProps;\n\nexport const Spin = (props: TSpinProps) => {\n return <AntdSpin {...props} />;\n};\n","import {Statistic as AntdStatistic, type StatisticProps} from 'antd';\n\nexport type TStatisticProps = StatisticProps;\n\nconst {Timer: AntdTimer} = AntdStatistic;\n\nexport const Statistic = (props: TStatisticProps) => {\n return <AntdStatistic {...props} />;\n};\n\nStatistic.Timer = AntdTimer;\n","import {Tabs as AntdTabs, type TabsProps} from 'antd';\n\nexport type TTabsProps = TabsProps;\n\nexport const Tabs = (props: TTabsProps) => {\n return <AntdTabs {...props} />;\n};\n","import {Typography as AntdTypography} from 'antd';\nimport {type LinkProps} from 'antd/es/typography/Link';\nimport {type ParagraphProps} from 'antd/es/typography/Paragraph';\nimport {type TextProps} from 'antd/es/typography/Text';\nimport {type TitleProps} from 'antd/es/typography/Title';\n\nconst {\n Link: AntdLink,\n Paragraph: AntdParagraph,\n Text: AntdText,\n Title: AntdTitle,\n} = AntdTypography;\n\nexport type TParagraphProps = ParagraphProps;\nexport type TTextProps = TextProps;\nexport type TTitleProps = TitleProps;\nexport type TLinkProps = LinkProps;\n\nconst Paragraph = (props: TParagraphProps) => {\n return <AntdParagraph {...props} />;\n};\n\nconst Text = (props: TTextProps) => {\n return <AntdText {...props} />;\n};\n\nconst Title = (props: TTitleProps) => {\n return <AntdTitle {...props} />;\n};\n\nconst Link = (props: TLinkProps) => {\n return <AntdLink {...props} />;\n};\n\nexport const Typography = {\n Link,\n Paragraph,\n Text,\n Title,\n};\n","export type TColorsPalette = {\n textPrimary: string;\n textSecondary: string;\n textDisabled: string;\n\n backgroundPrimary: string;\n backgroundSecondary: string;\n backgroundElevated: string;\n\n borderPrimary: string;\n borderSecondary: string;\n\n accentPrimary: string;\n accentHover: string;\n accentActive: string;\n};\n\n// Базовая палитра (light). Внешний consumer может переопределять только цвета.\nexport const designTokens: TColorsPalette = {\n textPrimary: '#000000',\n textSecondary: '#6B6B6B',\n textDisabled: '#A4A6A8',\n\n backgroundPrimary: '#CBCBCB',\n backgroundSecondary: '#D9D9DC',\n backgroundElevated: '#FFFFFF',\n\n borderPrimary: '#C1C0C0',\n borderSecondary: '#E0E0E0',\n\n accentPrimary: '#4594D1',\n accentHover: '#5AA3DB',\n accentActive: '#2F7AB8',\n};\n\n// Остальные токены (spacing/radius/fontSizes/breakpoints) не должны меняться,\n// поэтому они живут отдельно от публичного TColorsPalette.\nexport const layoutTokens = {\n spacing: {\n xs: 4,\n sm: 8,\n md: 16,\n lg: 24,\n },\n borderRadius: {\n sm: 8,\n md: 12,\n lg: 16,\n },\n textSize: {\n xs: 12,\n sm: 14,\n md: 16,\n lg: 24,\n xl: 36,\n },\n};\n","import {type ReactNode, useMemo} from 'react';\n\nimport {ConfigProvider} from 'antd';\nimport type {Locale} from 'antd/es/locale';\nimport en_USImport from 'antd/locale/en_US.js';\nimport ru_RUImport from 'antd/locale/ru_RU.js';\n\nimport {designTokens, type TColorsPalette} from './design-tokens';\nimport {getAntdThemeConfig} from './get-antd-tokens';\n\n/** Локали antd из CJS иногда приходят как `{ default: Locale }` — иначе ломаются Table и Modal.confirm. */\nconst normalizeAntdLocaleModule = (\n imported: Locale | {default: Locale}\n): Locale => {\n if (\n imported &&\n typeof imported === 'object' &&\n 'default' in imported &&\n (imported as {default: Locale}).default &&\n typeof (imported as {default: Locale}).default === 'object' &&\n 'locale' in (imported as {default: Locale}).default\n ) {\n return (imported as {default: Locale}).default;\n }\n\n return imported as Locale;\n};\n\nconst enUS = normalizeAntdLocaleModule(en_USImport);\nconst ruRU = normalizeAntdLocaleModule(ru_RUImport);\n\nexport type TUiProviderProps = {\n children: ReactNode;\n tokens?: Partial<TColorsPalette>;\n language?: 'ru' | 'en';\n};\n\nconst mergeColorsPalette = (\n overrides?: Partial<TColorsPalette>\n): TColorsPalette => {\n if (!overrides) {\n return designTokens;\n }\n\n return {\n ...designTokens,\n ...overrides,\n };\n};\n\nexport const UiProvider = ({children, language, tokens}: TUiProviderProps) => {\n const mergedPalette = useMemo(() => mergeColorsPalette(tokens), [tokens]);\n\n const antdTheme = useMemo(\n () => getAntdThemeConfig(mergedPalette),\n [mergedPalette]\n );\n const antLocale = useMemo(() => {\n let antdLocale = enUS;\n\n switch (language) {\n case 'ru':\n antdLocale = ruRU;\n break;\n case 'en':\n default:\n antdLocale = enUS;\n break;\n }\n\n return antdLocale;\n }, [language]);\n\n return (\n <ConfigProvider theme={antdTheme} locale={antLocale}>\n {children}\n </ConfigProvider>\n );\n};\n","import type {ThemeConfig} from 'antd';\n\nimport {designTokens, type TColorsPalette, layoutTokens} from './design-tokens';\n\nexport const getAntdThemeConfig = (\n palette: TColorsPalette = designTokens\n): ThemeConfig => {\n return {\n components: {\n Button: {\n dangerShadow: 'none',\n defaultShadow: 'none',\n primaryShadow: 'none',\n },\n Divider: {\n colorSplit: palette.borderPrimary,\n },\n Layout: {\n headerBg: palette.backgroundPrimary,\n headerPadding: layoutTokens.spacing.md,\n triggerBg: 'transparent',\n },\n Select: {\n optionSelectedBg: palette.accentPrimary,\n optionSelectedFontWeight: 'normal',\n },\n Typography: {\n fontSize: layoutTokens.textSize.md,\n fontSizeHeading1: layoutTokens.textSize.xl,\n colorText: palette.textPrimary,\n colorTextSecondary: palette.textSecondary,\n colorTextDisabled: palette.textDisabled,\n colorTextHeading: palette.textPrimary,\n colorTextDescription: palette.textSecondary,\n },\n },\n token: {\n borderRadius: layoutTokens.borderRadius.md,\n colorBgBase: palette.backgroundPrimary,\n colorBgContainer: palette.backgroundSecondary,\n colorTextBase: palette.textPrimary,\n colorTextPlaceholder: palette.textSecondary,\n fontFamily:\n \"'Franklin Gothic Medium', 'Arial Narrow',\\n Arial,\\n sans-serif;\",\n fontSize: layoutTokens.textSize.md,\n },\n };\n};\n"],"mappings":"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","names":["jsx","jsx","jsx","jsx","React","jsx","React","jsx","jsxs","React","jsx","jsxs","React","jsx","jsxs","React","jsx","React","jsx","jsxs","jsx","jsx","jsx","jsx","jsx","jsx","jsx","jsx","jsx","jsx","jsx"]}
|