master-components-react-ts 2.1.3 → 2.1.6

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.
Files changed (62) hide show
  1. package/dist/assets/Icons/IconArrowUp.js +2 -2
  2. package/dist/assets/Icons/IconCalendar.js +6 -6
  3. package/dist/assets/Icons/IconCheck.js +2 -2
  4. package/dist/assets/Icons/IconCheckCircle.js +2 -2
  5. package/dist/assets/Icons/IconCheckmark.js +2 -2
  6. package/dist/assets/Icons/IconCircularLoading.js +5 -5
  7. package/dist/assets/Icons/IconClose.js +3 -3
  8. package/dist/assets/Icons/IconCloseBackground.js +2 -2
  9. package/dist/assets/Icons/IconCloseCircle.js +2 -2
  10. package/dist/assets/Icons/IconErrorDash.js +2 -2
  11. package/dist/assets/Icons/IconExclamation.js +2 -2
  12. package/dist/assets/Icons/IconLeft.js +2 -2
  13. package/dist/assets/Icons/IconLoading.js +4 -4
  14. package/dist/assets/Icons/IconMinus.js +2 -2
  15. package/dist/assets/Icons/IconRadioChecked.js +6 -6
  16. package/dist/assets/Icons/IconRadioCheckedDisabled.js +6 -6
  17. package/dist/assets/Icons/IconRadioUnchecked.js +4 -4
  18. package/dist/assets/Icons/IconRadioUncheckedDisabled.js +4 -4
  19. package/dist/assets/Icons/IconRight.js +2 -2
  20. package/dist/assets/Icons/IconSave.js +2 -2
  21. package/dist/assets/Icons/IconSearch.js +4 -4
  22. package/dist/assets/Icons/IconSuccess.js +2 -2
  23. package/dist/assets/Icons/IconTrash.js +2 -2
  24. package/dist/assets/style-CXs6Ghy1.css +2249 -0
  25. package/dist/components/ActionDropdown/ActionDropdown.js +6 -6
  26. package/dist/components/Checkbox/Checkbox.js +4 -4
  27. package/dist/components/DatePicker/Calendar.js +50 -50
  28. package/dist/components/DatePicker/DatePicker.js +6 -6
  29. package/dist/components/Dropdown/Dropdown.js +29 -29
  30. package/dist/components/FormInput/FormInput.js +13 -13
  31. package/dist/components/InlineLoading/InlineLoading.js +11 -11
  32. package/dist/components/MainButton/MainButton.js +6 -6
  33. package/dist/components/NotificationToast/NotificationContext.js +3 -3
  34. package/dist/components/NotificationToast/NotificationToast.js +12 -12
  35. package/dist/components/Popup/Popup.js +12 -12
  36. package/dist/components/Radio/Radio.js +7 -7
  37. package/dist/components/Skeleton/Skeleton.js +2 -2
  38. package/dist/components/Textarea/Textarea.js +9 -9
  39. package/dist/components/TimePicker/TimePicker.js +18 -18
  40. package/dist/components/Toggle/Toggle.js +3 -3
  41. package/dist/components/Tooltip/Tooltip.js +6 -6
  42. package/package.json +6 -3
  43. package/dist/_virtual/jsx-runtime.js +0 -4
  44. package/dist/_virtual/react-jsx-runtime.production.js +0 -4
  45. package/dist/assets/components/ActionDropdown/ActionDropdown.module-CJpBa8kB.css +0 -85
  46. package/dist/assets/components/Checkbox/Checkbox.module-_XqqEodq.css +0 -82
  47. package/dist/assets/components/DatePicker/Calendar.module-D3fcZWFD.css +0 -316
  48. package/dist/assets/components/DatePicker/Datepicker.module-BxWRyQpP.css +0 -39
  49. package/dist/assets/components/Dropdown/Dropdown.module-DgjqziBo.css +0 -242
  50. package/dist/assets/components/FormInput/FormInput.module-DvfUbgbC.css +0 -240
  51. package/dist/assets/components/InlineLoading/InlineLoading.module-iVTVTMU0.css +0 -40
  52. package/dist/assets/components/MainButton/MainButton.module-8Us8t8Lb.css +0 -306
  53. package/dist/assets/components/NotificationToast/NotificationToast.module-mSanXElM.css +0 -179
  54. package/dist/assets/components/Popup/Popup.module-C1XFPW6u.css +0 -152
  55. package/dist/assets/components/Radio/Radio.module-BvqKw6WX.css +0 -21
  56. package/dist/assets/components/Skeleton/Skeleton.module-BxbVrXDg.css +0 -57
  57. package/dist/assets/components/Textarea/Textarea.module-BxaBUjlU.css +0 -167
  58. package/dist/assets/components/TimePicker/TimePicker.module-DfRiUaeb.css +0 -150
  59. package/dist/assets/components/Toggle/Toggle.module-DBfTR8Br.css +0 -75
  60. package/dist/assets/components/Tooltip/Tooltip.module-DEYqvQtd.css +0 -113
  61. package/dist/node_modules/react/cjs/react-jsx-runtime.production.js +0 -35
  62. package/dist/node_modules/react/jsx-runtime.js +0 -10
@@ -1,6 +1,6 @@
1
- import { j as jsxRuntimeExports } from "../../node_modules/react/jsx-runtime.js";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  const IconArrowUp = ({ width = "10", height = "6", color = "#131314" }) => {
3
- return /* @__PURE__ */ jsxRuntimeExports.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width, height, viewBox: `0 0 ${width} ${height}`, fill: "none", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
3
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width, height, viewBox: `0 0 ${width} ${height}`, fill: "none", children: /* @__PURE__ */ jsx(
4
4
  "path",
5
5
  {
6
6
  d: "M4.75065 3.75401L8.00065 0.504008C8.15343 0.35123 8.34787 0.274841 8.58398 0.274841C8.8201 0.274841 9.01454 0.35123 9.16732 0.504008C9.3201 0.656786 9.39648 0.85123 9.39648 1.08734C9.39648 1.32345 9.3201 1.5179 9.16732 1.67067L5.33398 5.50401C5.25065 5.58734 5.16037 5.64637 5.06315 5.68109C4.96593 5.71581 4.86176 5.73317 4.75065 5.73317C4.63954 5.73317 4.53537 5.71581 4.43815 5.68109C4.34093 5.64637 4.25065 5.58734 4.16732 5.50401L0.333984 1.67067C0.181207 1.5179 0.104817 1.32345 0.104817 1.08734C0.104817 0.85123 0.181207 0.656785 0.333984 0.504008C0.486762 0.35123 0.681207 0.274841 0.917317 0.274841C1.15343 0.274841 1.34787 0.35123 1.50065 0.504008L4.75065 3.75401Z",
@@ -1,8 +1,8 @@
1
- import { j as jsxRuntimeExports } from "../../node_modules/react/jsx-runtime.js";
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
2
  const IconCalendar = ({ width = "16", height = "16", color = "#C1C2C7" }) => {
3
- return /* @__PURE__ */ jsxRuntimeExports.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width, height, viewBox: "0 0 16 16", fill: "none", children: [
4
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M1.33333 5.5H14.6667V7.16667H1.33333V5.5Z", fill: color }),
5
- /* @__PURE__ */ jsxRuntimeExports.jsx(
3
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width, height, viewBox: "0 0 16 16", fill: "none", children: [
4
+ /* @__PURE__ */ jsx("path", { d: "M1.33333 5.5H14.6667V7.16667H1.33333V5.5Z", fill: color }),
5
+ /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  fillRule: "evenodd",
@@ -11,14 +11,14 @@ const IconCalendar = ({ width = "16", height = "16", color = "#C1C2C7" }) => {
11
11
  fill: color
12
12
  }
13
13
  ),
14
- /* @__PURE__ */ jsxRuntimeExports.jsx(
14
+ /* @__PURE__ */ jsx(
15
15
  "path",
16
16
  {
17
17
  d: "M5.5 1.33333C5.5 0.873096 5.1269 0.5 4.66667 0.5C4.20643 0.5 3.83333 0.873096 3.83333 1.33333V3C3.83333 3.46024 4.20643 3.83333 4.66667 3.83333C5.1269 3.83333 5.5 3.46024 5.5 3V1.33333Z",
18
18
  fill: color
19
19
  }
20
20
  ),
21
- /* @__PURE__ */ jsxRuntimeExports.jsx(
21
+ /* @__PURE__ */ jsx(
22
22
  "path",
23
23
  {
24
24
  d: "M12.1667 1.33333C12.1667 0.873096 11.7936 0.5 11.3333 0.5C10.8731 0.5 10.5 0.873096 10.5 1.33333V3C10.5 3.46024 10.8731 3.83333 11.3333 3.83333C11.7936 3.83333 12.1667 3.46024 12.1667 3V1.33333Z",
@@ -1,6 +1,6 @@
1
- import { j as jsxRuntimeExports } from "../../node_modules/react/jsx-runtime.js";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  const IconCheck = ({ color = "#ffffff" }) => {
3
- return /* @__PURE__ */ jsxRuntimeExports.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
3
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
4
4
  "path",
5
5
  {
6
6
  fillRule: "evenodd",
@@ -1,6 +1,6 @@
1
- import { j as jsxRuntimeExports } from "../../node_modules/react/jsx-runtime.js";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  const IconCheckCircle = ({ width = "24", height = "24", color = "#079455" }) => {
3
- return /* @__PURE__ */ jsxRuntimeExports.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width, height, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
3
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width, height, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ jsx(
4
4
  "path",
5
5
  {
6
6
  d: "M7.5 12L10.5 15L16.5 9M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",
@@ -1,6 +1,6 @@
1
- import { j as jsxRuntimeExports } from "../../node_modules/react/jsx-runtime.js";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  const IconCheckmark = ({ width = "8", height = "6", color = "#ffffff" }) => {
3
- return /* @__PURE__ */ jsxRuntimeExports.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width, height, viewBox: "0 0 8 6", fill: "none", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
3
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width, height, viewBox: "0 0 8 6", fill: "none", children: /* @__PURE__ */ jsx(
4
4
  "path",
5
5
  {
6
6
  fillRule: "evenodd",
@@ -1,8 +1,8 @@
1
- import { j as jsxRuntimeExports } from "../../node_modules/react/jsx-runtime.js";
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  const CIRCLE_RADIUS = 50 / 2;
3
3
  const IconCircularLoading = ({ size = 24, strokeWidth = 5, linecap = "round", duration = 1, stroke = "#2753dd", ...rest }) => {
4
4
  const center = CIRCLE_RADIUS;
5
- return /* @__PURE__ */ jsxRuntimeExports.jsx("svg", { ...rest, viewBox: `0 0 ${CIRCLE_RADIUS * 2} ${CIRCLE_RADIUS * 2}`, width: size, height: size, children: /* @__PURE__ */ jsxRuntimeExports.jsxs(
5
+ return /* @__PURE__ */ jsx("svg", { ...rest, viewBox: `0 0 ${CIRCLE_RADIUS * 2} ${CIRCLE_RADIUS * 2}`, width: size, height: size, children: /* @__PURE__ */ jsxs(
6
6
  "circle",
7
7
  {
8
8
  fill: "none",
@@ -13,7 +13,7 @@ const IconCircularLoading = ({ size = 24, strokeWidth = 5, linecap = "round", du
13
13
  cy: CIRCLE_RADIUS,
14
14
  r: CIRCLE_RADIUS - strokeWidth,
15
15
  children: [
16
- /* @__PURE__ */ jsxRuntimeExports.jsx(
16
+ /* @__PURE__ */ jsx(
17
17
  "animateTransform",
18
18
  {
19
19
  attributeName: "transform",
@@ -25,8 +25,8 @@ const IconCircularLoading = ({ size = 24, strokeWidth = 5, linecap = "round", du
25
25
  repeatCount: "indefinite"
26
26
  }
27
27
  ),
28
- /* @__PURE__ */ jsxRuntimeExports.jsx("animate", { attributeName: "stroke-dasharray", values: "1,200; 89,200; 89 200;", dur: `${duration}s`, repeatCount: "indefinite" }),
29
- /* @__PURE__ */ jsxRuntimeExports.jsx("animate", { attributeName: "stroke-dashoffset", values: "0;-35;-124;", dur: `${duration}s`, repeatCount: "indefinite" })
28
+ /* @__PURE__ */ jsx("animate", { attributeName: "stroke-dasharray", values: "1,200; 89,200; 89 200;", dur: `${duration}s`, repeatCount: "indefinite" }),
29
+ /* @__PURE__ */ jsx("animate", { attributeName: "stroke-dashoffset", values: "0;-35;-124;", dur: `${duration}s`, repeatCount: "indefinite" })
30
30
  ]
31
31
  }
32
32
  ) });
@@ -1,4 +1,4 @@
1
- import { j as jsxRuntimeExports } from "../../node_modules/react/jsx-runtime.js";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  const IconClose = ({
3
3
  width = "14",
4
4
  height = "14",
@@ -12,10 +12,10 @@ const IconClose = ({
12
12
  strokeLinecap = "round",
13
13
  strokeLinejoin = "round"
14
14
  }) => {
15
- return /* @__PURE__ */ jsxRuntimeExports.jsx("svg", { xmlns, width, height, viewBox, fill, children: /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d, stroke, strokeWidth, strokeLinecap, strokeLinejoin }) });
15
+ return /* @__PURE__ */ jsx("svg", { xmlns, width, height, viewBox, fill, children: /* @__PURE__ */ jsx("path", { d, stroke, strokeWidth, strokeLinecap, strokeLinejoin }) });
16
16
  };
17
17
  const IconCloseBlack = ({ color = "#131314" }) => {
18
- return /* @__PURE__ */ jsxRuntimeExports.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", color, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
18
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", color, children: /* @__PURE__ */ jsx(
19
19
  "path",
20
20
  {
21
21
  fillRule: "evenodd",
@@ -1,6 +1,6 @@
1
- import { j as jsxRuntimeExports } from "../../node_modules/react/jsx-runtime.js";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  const IconCloseBackground = ({ size = 20, color = "#C1C2C7" }) => {
3
- return /* @__PURE__ */ jsxRuntimeExports.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
3
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
4
4
  "path",
5
5
  {
6
6
  fillRule: "evenodd",
@@ -1,6 +1,6 @@
1
- import { j as jsxRuntimeExports } from "../../node_modules/react/jsx-runtime.js";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  const IconCloseCircle = ({ width = "20", height = "20", color = "#C1C2C7" }) => {
3
- return /* @__PURE__ */ jsxRuntimeExports.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width, height, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
3
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width, height, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
4
4
  "path",
5
5
  {
6
6
  fillRule: "evenodd",
@@ -1,6 +1,6 @@
1
- import { j as jsxRuntimeExports } from "../../node_modules/react/jsx-runtime.js";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  const IconErrorDash = ({ size = "16", color = "#DA1A1C" }) => {
3
- return /* @__PURE__ */ jsxRuntimeExports.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
3
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsx(
4
4
  "path",
5
5
  {
6
6
  fillRule: "evenodd",
@@ -1,6 +1,6 @@
1
- import { j as jsxRuntimeExports } from "../../node_modules/react/jsx-runtime.js";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  const IconExclamation = ({ color = "#ffffff" }) => {
3
- return /* @__PURE__ */ jsxRuntimeExports.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
3
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
4
4
  "path",
5
5
  {
6
6
  fillRule: "evenodd",
@@ -1,6 +1,6 @@
1
- import { j as jsxRuntimeExports } from "../../node_modules/react/jsx-runtime.js";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  const IconLeft = ({ size = "20", color = "#131314" }) => {
3
- return /* @__PURE__ */ jsxRuntimeExports.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
3
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
4
4
  "path",
5
5
  {
6
6
  d: "M9.00081 10.0039L12.2508 13.2539C12.4036 13.4067 12.48 13.6012 12.48 13.8373C12.48 14.0734 12.4036 14.2678 12.2508 14.4206C12.098 14.5734 11.9036 14.6498 11.6675 14.6498C11.4314 14.6498 11.2369 14.5734 11.0841 14.4206L7.25081 10.5873C7.16748 10.5039 7.10845 10.4137 7.07373 10.3164C7.03901 10.2192 7.02165 10.1151 7.02165 10.0039C7.02165 9.89284 7.03901 9.78867 7.07373 9.69145C7.10845 9.59422 7.16748 9.50395 7.25081 9.42061L11.0841 5.58728C11.2369 5.4345 11.4314 5.35811 11.6675 5.35811C11.9036 5.35811 12.098 5.4345 12.2508 5.58728C12.4036 5.74006 12.48 5.9345 12.48 6.17061C12.48 6.40672 12.4036 6.60117 12.2508 6.75395L9.00081 10.0039Z",
@@ -1,14 +1,14 @@
1
- import { j as jsxRuntimeExports } from "../../node_modules/react/jsx-runtime.js";
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
2
  const IconLoading = ({ color1 = "#BCC1C2", color2 = "#0266EF", size = "16" }) => {
3
- return /* @__PURE__ */ jsxRuntimeExports.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: [
4
- /* @__PURE__ */ jsxRuntimeExports.jsx(
3
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: [
4
+ /* @__PURE__ */ jsx(
5
5
  "path",
6
6
  {
7
7
  d: "M16 7.99998C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 7.99998C0 3.5817 3.58172 -2.28882e-05 8 -2.28882e-05C12.4183 -2.28882e-05 16 3.5817 16 7.99998ZM2.96 7.99998C2.96 10.7835 5.21649 13.04 8 13.04C10.7835 13.04 13.04 10.7835 13.04 7.99998C13.04 5.21646 10.7835 2.95998 8 2.95998C5.21649 2.95998 2.96 5.21646 2.96 7.99998Z",
8
8
  fill: color1
9
9
  }
10
10
  ),
11
- /* @__PURE__ */ jsxRuntimeExports.jsx(
11
+ /* @__PURE__ */ jsx(
12
12
  "path",
13
13
  {
14
14
  d: "M8 -2.28882e-05C9.58225 -2.28693e-05 11.129 0.469169 12.4446 1.34822C13.7602 2.22727 14.7855 3.4767 15.391 4.93851C15.9965 6.40032 16.155 8.00885 15.8463 9.5607C15.5376 11.1125 14.7757 12.538 13.6569 13.6568C12.538 14.7757 11.1126 15.5376 9.56072 15.8463C8.00887 16.1549 6.40034 15.9965 4.93853 15.391C3.47672 14.7855 2.22729 13.7601 1.34824 12.4445C0.469192 11.1289 -3.77363e-08 9.58223 0 7.99998L2.96 7.99998C2.96 8.99679 3.25559 9.97123 3.80939 10.8001C4.3632 11.6289 5.15034 12.2749 6.07128 12.6563C6.99222 13.0378 8.00559 13.1376 8.98326 12.9431C9.96092 12.7487 10.859 12.2687 11.5638 11.5638C12.2687 10.8589 12.7487 9.9609 12.9432 8.98323C13.1376 8.00557 13.0378 6.99219 12.6564 6.07125C12.2749 5.15031 11.6289 4.36317 10.8001 3.80937C9.97125 3.25557 8.99682 2.95998 8 2.95998L8 -2.28882e-05Z",
@@ -1,6 +1,6 @@
1
- import { j as jsxRuntimeExports } from "../../node_modules/react/jsx-runtime.js";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  const IconMinus = ({ width = "8", height = "2", color = "#ffffff" }) => {
3
- return /* @__PURE__ */ jsxRuntimeExports.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width, height, viewBox: "0 0 8 2", fill: "none", children: /* @__PURE__ */ jsxRuntimeExports.jsx("rect", { width, height, rx: "1", fill: color }) });
3
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width, height, viewBox: "0 0 8 2", fill: "none", children: /* @__PURE__ */ jsx("rect", { width, height, rx: "1", fill: color }) });
4
4
  };
5
5
  export {
6
6
  IconMinus
@@ -1,17 +1,17 @@
1
- import { j as jsxRuntimeExports } from "../../node_modules/react/jsx-runtime.js";
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
2
  const IconRadioChecked = ({ size = "24", color = "#0058FF" }) => {
3
- return /* @__PURE__ */ jsxRuntimeExports.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: `0 0 ${size} ${size}`, fill: "none", children: [
4
- /* @__PURE__ */ jsxRuntimeExports.jsxs("g", { clipPath: "url(#clip0_118_485)", children: [
5
- /* @__PURE__ */ jsxRuntimeExports.jsx(
3
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: `0 0 ${size} ${size}`, fill: "none", children: [
4
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_118_485)", children: [
5
+ /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4C16.42 4 20 7.58 20 12C20 16.42 16.42 20 12 20Z",
9
9
  fill: color
10
10
  }
11
11
  ),
12
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17Z", fill: color })
12
+ /* @__PURE__ */ jsx("path", { d: "M12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17Z", fill: color })
13
13
  ] }),
14
- /* @__PURE__ */ jsxRuntimeExports.jsx("defs", { children: /* @__PURE__ */ jsxRuntimeExports.jsx("clipPath", { id: "clip0_118_485", children: /* @__PURE__ */ jsxRuntimeExports.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
14
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_118_485", children: /* @__PURE__ */ jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
15
15
  ] });
16
16
  };
17
17
  export {
@@ -1,17 +1,17 @@
1
- import { j as jsxRuntimeExports } from "../../node_modules/react/jsx-runtime.js";
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
2
  const IconRadioCheckedDisabled = ({ size = "24", color = "#95969C" }) => {
3
- return /* @__PURE__ */ jsxRuntimeExports.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: `0 0 ${size} ${size}`, fill: "none", children: [
4
- /* @__PURE__ */ jsxRuntimeExports.jsxs("g", { clipPath: "url(#clip0_118_531)", children: [
5
- /* @__PURE__ */ jsxRuntimeExports.jsx(
3
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: `0 0 ${size} ${size}`, fill: "none", children: [
4
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_118_531)", children: [
5
+ /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4C16.42 4 20 7.58 20 12C20 16.42 16.42 20 12 20Z",
9
9
  fill: color
10
10
  }
11
11
  ),
12
- /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17Z", fill: color })
12
+ /* @__PURE__ */ jsx("path", { d: "M12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17Z", fill: color })
13
13
  ] }),
14
- /* @__PURE__ */ jsxRuntimeExports.jsx("defs", { children: /* @__PURE__ */ jsxRuntimeExports.jsx("clipPath", { id: "clip0_118_531", children: /* @__PURE__ */ jsxRuntimeExports.jsx("rect", { width: size, height: size, fill: "white" }) }) })
14
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_118_531", children: /* @__PURE__ */ jsx("rect", { width: size, height: size, fill: "white" }) }) })
15
15
  ] });
16
16
  };
17
17
  export {
@@ -1,14 +1,14 @@
1
- import { j as jsxRuntimeExports } from "../../node_modules/react/jsx-runtime.js";
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
2
  const IconRadioUnchecked = ({ size = "24", color = "#C1C2C7" }) => {
3
- return /* @__PURE__ */ jsxRuntimeExports.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: `0 0 ${size} ${size}`, fill: "none", children: [
4
- /* @__PURE__ */ jsxRuntimeExports.jsx("g", { clipPath: "url(#clip0_118_495)", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
3
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: `0 0 ${size} ${size}`, fill: "none", children: [
4
+ /* @__PURE__ */ jsx("g", { clipPath: "url(#clip0_118_495)", children: /* @__PURE__ */ jsx(
5
5
  "path",
6
6
  {
7
7
  d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4C16.42 4 20 7.58 20 12C20 16.42 16.42 20 12 20Z",
8
8
  fill: color
9
9
  }
10
10
  ) }),
11
- /* @__PURE__ */ jsxRuntimeExports.jsx("defs", { children: /* @__PURE__ */ jsxRuntimeExports.jsx("clipPath", { id: "clip0_118_495", children: /* @__PURE__ */ jsxRuntimeExports.jsx("rect", { width: size, height: size, fill: "white" }) }) })
11
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_118_495", children: /* @__PURE__ */ jsx("rect", { width: size, height: size, fill: "white" }) }) })
12
12
  ] });
13
13
  };
14
14
  export {
@@ -1,14 +1,14 @@
1
- import { j as jsxRuntimeExports } from "../../node_modules/react/jsx-runtime.js";
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
2
  const IconRadioUncheckedDisabled = ({ size = "24", color = "#C1C2C7" }) => {
3
- return /* @__PURE__ */ jsxRuntimeExports.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: `0 0 ${size} ${size}`, fill: "none", children: [
4
- /* @__PURE__ */ jsxRuntimeExports.jsx("g", { clipPath: "url(#clip0_118_495)", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
3
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: `0 0 ${size} ${size}`, fill: "none", children: [
4
+ /* @__PURE__ */ jsx("g", { clipPath: "url(#clip0_118_495)", children: /* @__PURE__ */ jsx(
5
5
  "path",
6
6
  {
7
7
  d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4C16.42 4 20 7.58 20 12C20 16.42 16.42 20 12 20Z",
8
8
  fill: color
9
9
  }
10
10
  ) }),
11
- /* @__PURE__ */ jsxRuntimeExports.jsx("defs", { children: /* @__PURE__ */ jsxRuntimeExports.jsx("clipPath", { id: "clip0_118_495", children: /* @__PURE__ */ jsxRuntimeExports.jsx("rect", { width: size, height: size, fill: "white" }) }) })
11
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_118_495", children: /* @__PURE__ */ jsx("rect", { width: size, height: size, fill: "white" }) }) })
12
12
  ] });
13
13
  };
14
14
  export {
@@ -1,6 +1,6 @@
1
- import { j as jsxRuntimeExports } from "../../node_modules/react/jsx-runtime.js";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  const IconRight = ({ size = "20", color = "#131314", style }) => {
3
- return /* @__PURE__ */ jsxRuntimeExports.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
3
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
4
4
  "path",
5
5
  {
6
6
  d: "M10.5007 10.004L7.25065 6.75399C7.09787 6.60121 7.02148 6.40677 7.02148 6.17065C7.02148 5.93454 7.09787 5.7401 7.25065 5.58732C7.40343 5.43454 7.59787 5.35815 7.83398 5.35815C8.0701 5.35815 8.26454 5.43454 8.41732 5.58732L12.2507 9.42065C12.334 9.50399 12.393 9.59427 12.4277 9.69149C12.4625 9.78871 12.4798 9.89288 12.4798 10.004C12.4798 10.1151 12.4625 10.2193 12.4277 10.3165C12.393 10.4137 12.334 10.504 12.2507 10.5873L8.41732 14.4207C8.26454 14.5734 8.0701 14.6498 7.83398 14.6498C7.59787 14.6498 7.40343 14.5734 7.25065 14.4207C7.09787 14.2679 7.02148 14.0734 7.02148 13.8373C7.02148 13.6012 7.09787 13.4068 7.25065 13.254L10.5007 10.004Z",
@@ -1,6 +1,6 @@
1
- import { j as jsxRuntimeExports } from "../../node_modules/react/jsx-runtime.js";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  const IconSave = ({ size = "24", color = "#DC6803" }) => {
3
- return /* @__PURE__ */ jsxRuntimeExports.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
3
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ jsx(
4
4
  "path",
5
5
  {
6
6
  d: "M7 3V6.4C7 6.96005 7 7.24008 7.10899 7.45399C7.20487 7.64215 7.35785 7.79513 7.54601 7.89101C7.75992 8 8.03995 8 8.6 8H15.4C15.9601 8 16.2401 8 16.454 7.89101C16.6422 7.79513 16.7951 7.64215 16.891 7.45399C17 7.24008 17 6.96005 17 6.4V4M17 21V14.6C17 14.0399 17 13.7599 16.891 13.546C16.7951 13.3578 16.6422 13.2049 16.454 13.109C16.2401 13 15.9601 13 15.4 13H8.6C8.03995 13 7.75992 13 7.54601 13.109C7.35785 13.2049 7.20487 13.3578 7.10899 13.546C7 13.7599 7 14.0399 7 14.6V21M21 9.32548V16.2C21 17.8802 21 18.7202 20.673 19.362C20.3854 19.9265 19.9265 20.3854 19.362 20.673C18.7202 21 17.8802 21 16.2 21H7.8C6.11984 21 5.27976 21 4.63803 20.673C4.07354 20.3854 3.6146 19.9265 3.32698 19.362C3 18.7202 3 17.8802 3 16.2V7.8C3 6.11984 3 5.27976 3.32698 4.63803C3.6146 4.07354 4.07354 3.6146 4.63803 3.32698C5.27976 3 6.11984 3 7.8 3H14.6745C15.1637 3 15.4083 3 15.6385 3.05526C15.8425 3.10425 16.0376 3.18506 16.2166 3.29472C16.4184 3.4184 16.5914 3.59135 16.9373 3.93726L20.0627 7.06274C20.4086 7.40865 20.5816 7.5816 20.7053 7.78343C20.8149 7.96237 20.8957 8.15746 20.9447 8.36154C21 8.59171 21 8.8363 21 9.32548Z",
@@ -1,7 +1,7 @@
1
- import { j as jsxRuntimeExports } from "../../node_modules/react/jsx-runtime.js";
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
2
  const IconSearch = ({ size = "15", color = "#717680" }) => {
3
- return /* @__PURE__ */ jsxRuntimeExports.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: [
4
- /* @__PURE__ */ jsxRuntimeExports.jsx(
3
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: [
4
+ /* @__PURE__ */ jsx(
5
5
  "path",
6
6
  {
7
7
  fillRule: "evenodd",
@@ -10,7 +10,7 @@ const IconSearch = ({ size = "15", color = "#717680" }) => {
10
10
  fill: color
11
11
  }
12
12
  ),
13
- /* @__PURE__ */ jsxRuntimeExports.jsx(
13
+ /* @__PURE__ */ jsx(
14
14
  "path",
15
15
  {
16
16
  fillRule: "evenodd",
@@ -1,6 +1,6 @@
1
- import { j as jsxRuntimeExports } from "../../node_modules/react/jsx-runtime.js";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  const IconSuccess = ({ size = "16", color = "#138761" }) => {
3
- return /* @__PURE__ */ jsxRuntimeExports.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
3
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsx(
4
4
  "path",
5
5
  {
6
6
  fillRule: "evenodd",
@@ -1,6 +1,6 @@
1
- import { j as jsxRuntimeExports } from "../../node_modules/react/jsx-runtime.js";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  const IconTrash = ({ width = "24", color = "#D92D20" }) => {
3
- return /* @__PURE__ */ jsxRuntimeExports.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width, height: width, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
3
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width, height: width, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ jsx(
4
4
  "path",
5
5
  {
6
6
  d: "M16 6V5.2C16 4.0799 16 3.51984 15.782 3.09202C15.5903 2.71569 15.2843 2.40973 14.908 2.21799C14.4802 2 13.9201 2 12.8 2H11.2C10.0799 2 9.51984 2 9.09202 2.21799C8.71569 2.40973 8.40973 2.71569 8.21799 3.09202C8 3.51984 8 4.0799 8 5.2V6M10 11.5V16.5M14 11.5V16.5M3 6H21M19 6V17.2C19 18.8802 19 19.7202 18.673 20.362C18.3854 20.9265 17.9265 21.3854 17.362 21.673C16.7202 22 15.8802 22 14.2 22H9.8C8.11984 22 7.27976 22 6.63803 21.673C6.07354 21.3854 5.6146 20.9265 5.32698 20.362C5 19.7202 5 18.8802 5 17.2V6",