@sparrowengg/integrations-templates-frontend 2.1.0-beta.1 → 2.1.0-beta.2
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/cjs/cascader-dropdown/cascader-dropdown-content.js +1 -1
- package/dist/cjs/cascader-dropdown/cascader-dropdown-content.js.map +1 -1
- package/dist/cjs/commons/components/NamingModal.js +34 -62
- package/dist/cjs/commons/components/NamingModal.js.map +1 -1
- package/dist/cjs/commons/components/confirmation-modal.js +12 -24
- package/dist/cjs/commons/components/confirmation-modal.js.map +1 -1
- package/dist/cjs/commons/components/custom-pill.js +12 -30
- package/dist/cjs/commons/components/custom-pill.js.map +1 -1
- package/dist/cjs/commons/components/draftModal.js +31 -45
- package/dist/cjs/commons/components/draftModal.js.map +1 -1
- package/dist/cjs/commons/components/edit-confirmation.js +17 -34
- package/dist/cjs/commons/components/edit-confirmation.js.map +1 -1
- package/dist/cjs/commons/components/import-modal.js +18 -49
- package/dist/cjs/commons/components/import-modal.js.map +1 -1
- package/dist/cjs/commons/components/spinner.js +2 -16
- package/dist/cjs/commons/components/spinner.js.map +1 -1
- package/dist/cjs/commons/components/theme-wrapper.js +12 -9
- package/dist/cjs/commons/components/theme-wrapper.js.map +1 -1
- package/dist/cjs/commons/constants/enhanced.js.map +1 -1
- package/dist/cjs/commons/helpers/index.js +52 -93
- package/dist/cjs/commons/helpers/index.js.map +1 -1
- package/dist/cjs/commons/icons/arrow.js +3 -38
- package/dist/cjs/commons/icons/arrow.js.map +1 -1
- package/dist/cjs/commons/icons/cursor.js +8 -21
- package/dist/cjs/commons/icons/cursor.js.map +1 -1
- package/dist/cjs/commons/icons/email-letter.js +12 -30
- package/dist/cjs/commons/icons/email-letter.js.map +1 -1
- package/dist/cjs/commons/icons/mapping.js +10 -23
- package/dist/cjs/commons/icons/mapping.js.map +1 -1
- package/dist/cjs/commons/icons/nested-add.js +14 -32
- package/dist/cjs/commons/icons/nested-add.js.map +1 -1
- package/dist/cjs/commons/icons/sms.js +18 -36
- package/dist/cjs/commons/icons/sms.js.map +1 -1
- package/dist/cjs/commons/icons/sync.js +3 -110
- package/dist/cjs/commons/icons/sync.js.map +1 -1
- package/dist/cjs/commons/icons/trash.js +15 -33
- package/dist/cjs/commons/icons/trash.js.map +1 -1
- package/dist/cjs/commons/icons/whatsapp.js +31 -49
- package/dist/cjs/commons/icons/whatsapp.js.map +1 -1
- package/dist/cjs/contact-import/components/ManageImport/Completed.js +41 -27
- package/dist/cjs/contact-import/components/ManageImport/Completed.js.map +1 -1
- package/dist/cjs/contact-import/components/ManageImport/Dashboard.js +43 -23
- package/dist/cjs/contact-import/components/ManageImport/Dashboard.js.map +1 -1
- package/dist/cjs/contact-import/components/ManageImport/NoDataState.js +6 -7
- package/dist/cjs/contact-import/components/ManageImport/NoDataState.js.map +1 -1
- package/dist/cjs/contact-import/components/ManageImport/Scheduled.js +46 -30
- package/dist/cjs/contact-import/components/ManageImport/Scheduled.js.map +1 -1
- package/dist/cjs/contact-import/components/ManageImport/icon.js +85 -0
- package/dist/cjs/contact-import/components/ManageImport/icon.js.map +1 -0
- package/dist/cjs/contact-import/components/Scheduling.js +27 -39
- package/dist/cjs/contact-import/components/Scheduling.js.map +1 -1
- package/dist/cjs/contact-import/components/TimePicker.js +102 -129
- package/dist/cjs/contact-import/components/TimePicker.js.map +1 -1
- package/dist/cjs/contact-import/components/conact-import-schedule.js +64 -0
- package/dist/cjs/contact-import/components/conact-import-schedule.js.map +1 -0
- package/dist/cjs/contact-import/components/contact-import-configure.js +75 -0
- package/dist/cjs/contact-import/components/contact-import-configure.js.map +1 -0
- package/dist/cjs/contact-import/components/contact-import-mapping.js +224 -0
- package/dist/cjs/contact-import/components/contact-import-mapping.js.map +1 -0
- package/dist/cjs/contact-import/constants.js +21 -0
- package/dist/cjs/contact-import/constants.js.map +1 -0
- package/dist/cjs/contact-import/index.js +242 -32
- package/dist/cjs/contact-import/index.js.map +1 -1
- package/dist/cjs/dynamic-mapping/components/Mapping.js +321 -203
- package/dist/cjs/dynamic-mapping/components/Mapping.js.map +1 -1
- package/dist/cjs/dynamic-mapping/index.js +972 -34
- package/dist/cjs/dynamic-mapping/index.js.map +1 -1
- package/dist/cjs/filter/filter-pill-value-selector.js +1 -1
- package/dist/cjs/filter/filter-pill-value-selector.js.map +1 -1
- package/dist/cjs/index.js +12 -159
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/integration-template/components/dashboard.js +137 -130
- package/dist/cjs/integration-template/components/dashboard.js.map +1 -1
- package/dist/cjs/integration-template/index.js +343 -0
- package/dist/cjs/integration-template/index.js.map +1 -0
- package/dist/cjs/mapping/components/custom-menu.js +3 -4
- package/dist/cjs/mapping/components/custom-menu.js.map +1 -1
- package/dist/cjs/mapping/components/field.js +103 -121
- package/dist/cjs/mapping/components/field.js.map +1 -1
- package/dist/cjs/mapping/components/mapping.js +195 -106
- package/dist/cjs/mapping/components/mapping.js.map +1 -1
- package/dist/cjs/mapping/constants/index.js +2 -259
- package/dist/cjs/mapping/constants/index.js.map +1 -1
- package/dist/cjs/mapping/index.js +618 -38
- package/dist/cjs/mapping/index.js.map +1 -1
- package/dist/cjs/mapping/services/index.js +58 -96
- package/dist/cjs/mapping/services/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-menu/dist/index.js +7 -7
- package/dist/cjs/single-mapping/components/mapping.js +490 -0
- package/dist/cjs/single-mapping/components/mapping.js.map +1 -0
- package/dist/cjs/single-mapping/index.js +987 -59
- package/dist/cjs/single-mapping/index.js.map +1 -1
- package/dist/cjs/triggers/components/subcomponents.js +1140 -0
- package/dist/cjs/triggers/components/subcomponents.js.map +1 -0
- package/dist/cjs/triggers/components/trigger.js +491 -0
- package/dist/cjs/triggers/components/trigger.js.map +1 -0
- package/dist/cjs/triggers/constants/index.js +0 -253
- package/dist/cjs/triggers/constants/index.js.map +1 -1
- package/dist/cjs/triggers/index.js +333 -0
- package/dist/cjs/triggers/index.js.map +1 -0
- package/dist/cjs/triggers/services/index.js +30 -0
- package/dist/cjs/triggers/services/index.js.map +1 -0
- package/dist/es/cascader-dropdown/cascader-dropdown-content.js +1 -1
- package/dist/es/cascader-dropdown/cascader-dropdown-content.js.map +1 -1
- package/dist/es/commons/components/NamingModal.js +35 -63
- package/dist/es/commons/components/NamingModal.js.map +1 -1
- package/dist/es/commons/components/confirmation-modal.js +13 -25
- package/dist/es/commons/components/confirmation-modal.js.map +1 -1
- package/dist/es/commons/components/custom-pill.js +13 -31
- package/dist/es/commons/components/custom-pill.js.map +1 -1
- package/dist/es/commons/components/draftModal.js +32 -46
- package/dist/es/commons/components/draftModal.js.map +1 -1
- package/dist/es/commons/components/edit-confirmation.js +18 -35
- package/dist/es/commons/components/edit-confirmation.js.map +1 -1
- package/dist/es/commons/components/import-modal.js +19 -50
- package/dist/es/commons/components/import-modal.js.map +1 -1
- package/dist/es/commons/components/spinner.js +2 -16
- package/dist/es/commons/components/spinner.js.map +1 -1
- package/dist/es/commons/components/theme-wrapper.js +12 -9
- package/dist/es/commons/components/theme-wrapper.js.map +1 -1
- package/dist/es/commons/constants/enhanced.js.map +1 -1
- package/dist/es/commons/helpers/index.js +52 -93
- package/dist/es/commons/helpers/index.js.map +1 -1
- package/dist/es/commons/icons/arrow.js +3 -38
- package/dist/es/commons/icons/arrow.js.map +1 -1
- package/dist/es/commons/icons/cursor.js +8 -21
- package/dist/es/commons/icons/cursor.js.map +1 -1
- package/dist/es/commons/icons/email-letter.js +12 -30
- package/dist/es/commons/icons/email-letter.js.map +1 -1
- package/dist/es/commons/icons/mapping.js +10 -23
- package/dist/es/commons/icons/mapping.js.map +1 -1
- package/dist/es/commons/icons/nested-add.js +14 -32
- package/dist/es/commons/icons/nested-add.js.map +1 -1
- package/dist/es/commons/icons/sms.js +18 -36
- package/dist/es/commons/icons/sms.js.map +1 -1
- package/dist/es/commons/icons/sync.js +3 -110
- package/dist/es/commons/icons/sync.js.map +1 -1
- package/dist/es/commons/icons/trash.js +15 -33
- package/dist/es/commons/icons/trash.js.map +1 -1
- package/dist/es/commons/icons/whatsapp.js +31 -49
- package/dist/es/commons/icons/whatsapp.js.map +1 -1
- package/dist/es/contact-import/components/ManageImport/Completed.js +41 -27
- package/dist/es/contact-import/components/ManageImport/Completed.js.map +1 -1
- package/dist/es/contact-import/components/ManageImport/Dashboard.js +45 -25
- package/dist/es/contact-import/components/ManageImport/Dashboard.js.map +1 -1
- package/dist/es/contact-import/components/ManageImport/NoDataState.js +4 -5
- package/dist/es/contact-import/components/ManageImport/NoDataState.js.map +1 -1
- package/dist/es/contact-import/components/ManageImport/Scheduled.js +46 -30
- package/dist/es/contact-import/components/ManageImport/Scheduled.js.map +1 -1
- package/dist/es/contact-import/components/ManageImport/icon.js +82 -0
- package/dist/es/contact-import/components/ManageImport/icon.js.map +1 -0
- package/dist/es/contact-import/components/Scheduling.js +27 -39
- package/dist/es/contact-import/components/Scheduling.js.map +1 -1
- package/dist/es/contact-import/components/TimePicker.js +103 -130
- package/dist/es/contact-import/components/TimePicker.js.map +1 -1
- package/dist/es/contact-import/components/conact-import-schedule.js +60 -0
- package/dist/es/contact-import/components/conact-import-schedule.js.map +1 -0
- package/dist/es/contact-import/components/contact-import-configure.js +71 -0
- package/dist/es/contact-import/components/contact-import-configure.js.map +1 -0
- package/dist/es/contact-import/components/contact-import-mapping.js +220 -0
- package/dist/es/contact-import/components/contact-import-mapping.js.map +1 -0
- package/dist/es/contact-import/constants.js +18 -0
- package/dist/es/contact-import/constants.js.map +1 -0
- package/dist/es/contact-import/index.js +240 -27
- package/dist/es/contact-import/index.js.map +1 -1
- package/dist/es/dynamic-mapping/components/Mapping.js +321 -203
- package/dist/es/dynamic-mapping/components/Mapping.js.map +1 -1
- package/dist/es/dynamic-mapping/index.js +972 -34
- package/dist/es/dynamic-mapping/index.js.map +1 -1
- package/dist/es/filter/filter-pill-value-selector.js +1 -1
- package/dist/es/filter/filter-pill-value-selector.js.map +1 -1
- package/dist/es/index.js +2 -23
- package/dist/es/index.js.map +1 -1
- package/dist/es/integration-template/components/dashboard.js +139 -132
- package/dist/es/integration-template/components/dashboard.js.map +1 -1
- package/dist/es/integration-template/index.js +341 -0
- package/dist/es/integration-template/index.js.map +1 -0
- package/dist/es/mapping/components/custom-menu.js +3 -4
- package/dist/es/mapping/components/custom-menu.js.map +1 -1
- package/dist/es/mapping/components/field.js +100 -118
- package/dist/es/mapping/components/field.js.map +1 -1
- package/dist/es/mapping/components/mapping.js +194 -105
- package/dist/es/mapping/components/mapping.js.map +1 -1
- package/dist/es/mapping/constants/index.js +3 -239
- package/dist/es/mapping/constants/index.js.map +1 -1
- package/dist/es/mapping/index.js +617 -12
- package/dist/es/mapping/index.js.map +1 -1
- package/dist/es/mapping/services/index.js +59 -96
- package/dist/es/mapping/services/index.js.map +1 -1
- package/dist/es/node_modules/@internationalized/date/dist/CalendarDate.js +3 -3
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialog.js +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/dropdown/dropdown.js +2 -2
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dropdown-menu/dist/index.js +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@react-aria/calendar/dist/import.js +2 -2
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@react-aria/utils/dist/import.js +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@react-stately/calendar/dist/import.js +1 -1
- package/dist/es/single-mapping/components/mapping.js +486 -0
- package/dist/es/single-mapping/components/mapping.js.map +1 -0
- package/dist/es/single-mapping/index.js +988 -60
- package/dist/es/single-mapping/index.js.map +1 -1
- package/dist/es/triggers/components/subcomponents.js +1134 -0
- package/dist/es/triggers/components/subcomponents.js.map +1 -0
- package/dist/es/triggers/components/trigger.js +487 -0
- package/dist/es/triggers/components/trigger.js.map +1 -0
- package/dist/es/triggers/constants/index.js +1 -228
- package/dist/es/triggers/constants/index.js.map +1 -1
- package/dist/es/triggers/index.js +331 -0
- package/dist/es/triggers/index.js.map +1 -0
- package/dist/es/triggers/services/index.js +28 -0
- package/dist/es/triggers/services/index.js.map +1 -0
- package/dist/index.d.ts +448 -2161
- package/package.json +1 -1
|
@@ -1,17 +1,8 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { ATTRIBUTES, ARIA_LABELS, COMPONENT_DISPLAY_NAMES, COLORS } from '../constants/strings.js';
|
|
3
2
|
|
|
4
|
-
const DEFAULT_CONFIG = {
|
|
5
|
-
size: 64,
|
|
6
|
-
color: COLORS.ICON_GRAY_MEDIUM,
|
|
7
|
-
strokeWidth: 3
|
|
8
|
-
};
|
|
9
3
|
const CursorIcon = ({
|
|
10
|
-
size =
|
|
11
|
-
color =
|
|
12
|
-
strokeWidth = DEFAULT_CONFIG.strokeWidth,
|
|
13
|
-
className,
|
|
14
|
-
ariaLabel = ARIA_LABELS.CURSOR
|
|
4
|
+
size = " 64",
|
|
5
|
+
color = "#767676"
|
|
15
6
|
}) => {
|
|
16
7
|
return /* @__PURE__ */ React__default.createElement(
|
|
17
8
|
"svg",
|
|
@@ -20,17 +11,14 @@ const CursorIcon = ({
|
|
|
20
11
|
height: size,
|
|
21
12
|
viewBox: "0 0 64 64",
|
|
22
13
|
fill: "none",
|
|
23
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
-
className,
|
|
25
|
-
"aria-label": ariaLabel,
|
|
26
|
-
role: ATTRIBUTES.IMG
|
|
14
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
27
15
|
},
|
|
28
16
|
/* @__PURE__ */ React__default.createElement(
|
|
29
17
|
"path",
|
|
30
18
|
{
|
|
31
19
|
d: "M13.3335 23.9997C13.3335 13.6903 21.6908 5.33301 32.0002 5.33301C42.3095 5.33301 50.6668 13.6903 50.6668 23.9997",
|
|
32
20
|
stroke: color,
|
|
33
|
-
strokeWidth,
|
|
21
|
+
strokeWidth: "3",
|
|
34
22
|
strokeLinecap: "round",
|
|
35
23
|
strokeLinejoin: "round"
|
|
36
24
|
}
|
|
@@ -40,7 +28,7 @@ const CursorIcon = ({
|
|
|
40
28
|
{
|
|
41
29
|
d: "M21.3335 23.9997C21.3335 18.109 26.1095 13.333 32.0002 13.333C37.8908 13.333 42.6668 18.109 42.6668 23.9997",
|
|
42
30
|
stroke: color,
|
|
43
|
-
strokeWidth,
|
|
31
|
+
strokeWidth: "3",
|
|
44
32
|
strokeLinecap: "round",
|
|
45
33
|
strokeLinejoin: "round"
|
|
46
34
|
}
|
|
@@ -48,18 +36,17 @@ const CursorIcon = ({
|
|
|
48
36
|
/* @__PURE__ */ React__default.createElement(
|
|
49
37
|
"path",
|
|
50
38
|
{
|
|
51
|
-
|
|
52
|
-
|
|
39
|
+
"fill-rule": "evenodd",
|
|
40
|
+
"clip-rule": "evenodd",
|
|
53
41
|
d: "M36.1443 34.6663V25.333C36.1443 23.125 34.3523 21.333 32.1443 21.333V21.333C29.9363 21.333 28.1443 23.125 28.1443 25.333V31.9997V42.6663L25.7417 40.2637C24.123 38.645 21.499 38.645 19.8803 40.2637V40.2637C18.483 41.661 18.267 43.8503 19.363 45.493L26.5603 56.2903C27.5497 57.7757 29.2163 58.6663 31.0003 58.6663H45.1017C47.7923 58.6663 50.059 56.6637 50.395 53.9943L51.8403 42.429C52.195 39.5837 50.2377 36.965 47.4083 36.5037L36.1443 34.6663Z",
|
|
54
42
|
stroke: color,
|
|
55
|
-
strokeWidth,
|
|
43
|
+
strokeWidth: "3",
|
|
56
44
|
strokeLinecap: "round",
|
|
57
45
|
strokeLinejoin: "round"
|
|
58
46
|
}
|
|
59
47
|
)
|
|
60
48
|
);
|
|
61
49
|
};
|
|
62
|
-
CursorIcon.displayName = COMPONENT_DISPLAY_NAMES.CURSOR_ICON;
|
|
63
50
|
|
|
64
51
|
export { CursorIcon as default };
|
|
65
52
|
//# sourceMappingURL=cursor.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cursor.js","sources":["../../../../src/commons/icons/cursor.tsx"],"sourcesContent":["import React from
|
|
1
|
+
{"version":3,"file":"cursor.js","sources":["../../../../src/commons/icons/cursor.tsx"],"sourcesContent":["import React from \"react\";\n\nconst CursorIcon = ({\n size = \" 64\",\n color = \"#767676\"\n}: {\n size?: number | string;\n color?: string;\n}) => {\n return (\n <svg\n width={size}\n height={size}\n viewBox=\"0 0 64 64\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M13.3335 23.9997C13.3335 13.6903 21.6908 5.33301 32.0002 5.33301C42.3095 5.33301 50.6668 13.6903 50.6668 23.9997\"\n stroke={color}\n strokeWidth=\"3\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M21.3335 23.9997C21.3335 18.109 26.1095 13.333 32.0002 13.333C37.8908 13.333 42.6668 18.109 42.6668 23.9997\"\n stroke={color}\n strokeWidth=\"3\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M36.1443 34.6663V25.333C36.1443 23.125 34.3523 21.333 32.1443 21.333V21.333C29.9363 21.333 28.1443 23.125 28.1443 25.333V31.9997V42.6663L25.7417 40.2637C24.123 38.645 21.499 38.645 19.8803 40.2637V40.2637C18.483 41.661 18.267 43.8503 19.363 45.493L26.5603 56.2903C27.5497 57.7757 29.2163 58.6663 31.0003 58.6663H45.1017C47.7923 58.6663 50.059 56.6637 50.395 53.9943L51.8403 42.429C52.195 39.5837 50.2377 36.965 47.4083 36.5037L36.1443 34.6663Z\"\n stroke={color}\n strokeWidth=\"3\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n\nexport default CursorIcon;\n"],"names":["React"],"mappings":";;AAEA,MAAM,aAAa,CAAC;AAAA,EAClB,IAAO,GAAA,KAAA;AAAA,EACP,KAAQ,GAAA,SAAA;AACV,CAGM,KAAA;AACJ,EACE,uBAAAA,cAAA,CAAA,aAAA;AAAA,IAAC,KAAA;AAAA,IAAA;AAAA,MACC,KAAO,EAAA,IAAA;AAAA,MACP,MAAQ,EAAA,IAAA;AAAA,MACR,OAAQ,EAAA,WAAA;AAAA,MACR,IAAK,EAAA,MAAA;AAAA,MACL,KAAM,EAAA,4BAAA;AAAA,KAAA;AAAA,oBAENA,cAAA,CAAA,aAAA;AAAA,MAAC,MAAA;AAAA,MAAA;AAAA,QACC,CAAE,EAAA,kHAAA;AAAA,QACF,MAAQ,EAAA,KAAA;AAAA,QACR,WAAY,EAAA,GAAA;AAAA,QACZ,aAAc,EAAA,OAAA;AAAA,QACd,cAAe,EAAA,OAAA;AAAA,OAAA;AAAA,KACjB;AAAA,oBACAA,cAAA,CAAA,aAAA;AAAA,MAAC,MAAA;AAAA,MAAA;AAAA,QACC,CAAE,EAAA,6GAAA;AAAA,QACF,MAAQ,EAAA,KAAA;AAAA,QACR,WAAY,EAAA,GAAA;AAAA,QACZ,aAAc,EAAA,OAAA;AAAA,QACd,cAAe,EAAA,OAAA;AAAA,OAAA;AAAA,KACjB;AAAA,oBACAA,cAAA,CAAA,aAAA;AAAA,MAAC,MAAA;AAAA,MAAA;AAAA,QACC,WAAU,EAAA,SAAA;AAAA,QACV,WAAU,EAAA,SAAA;AAAA,QACV,CAAE,EAAA,6bAAA;AAAA,QACF,MAAQ,EAAA,KAAA;AAAA,QACR,WAAY,EAAA,GAAA;AAAA,QACZ,aAAc,EAAA,OAAA;AAAA,QACd,cAAe,EAAA,OAAA;AAAA,OAAA;AAAA,KACjB;AAAA,GACF,CAAA;AAEJ;;;;"}
|
|
@@ -1,55 +1,37 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { ATTRIBUTES, ARIA_LABELS, COMPONENT_DISPLAY_NAMES, COLORS } from '../constants/strings.js';
|
|
3
2
|
|
|
4
|
-
const
|
|
5
|
-
width: 20,
|
|
6
|
-
height: 20,
|
|
7
|
-
color: COLORS.ICON_GRAY,
|
|
8
|
-
strokeWidth: 1.5
|
|
9
|
-
};
|
|
10
|
-
const EmailLetterIcon = ({
|
|
11
|
-
width = DEFAULT_CONFIG.width,
|
|
12
|
-
height = DEFAULT_CONFIG.height,
|
|
13
|
-
color = DEFAULT_CONFIG.color,
|
|
14
|
-
strokeWidth = DEFAULT_CONFIG.strokeWidth,
|
|
15
|
-
className,
|
|
16
|
-
ariaLabel = ARIA_LABELS.EMAIL
|
|
17
|
-
}) => {
|
|
3
|
+
const EmailLetterIcon = () => {
|
|
18
4
|
return /* @__PURE__ */ React__default.createElement(
|
|
19
5
|
"svg",
|
|
20
6
|
{
|
|
21
|
-
width,
|
|
22
|
-
height,
|
|
7
|
+
width: "20",
|
|
8
|
+
height: "20",
|
|
23
9
|
viewBox: "0 0 20 20",
|
|
24
10
|
fill: "none",
|
|
25
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
26
|
-
className,
|
|
27
|
-
"aria-label": ariaLabel,
|
|
28
|
-
role: ATTRIBUTES.IMG
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
29
12
|
},
|
|
30
13
|
/* @__PURE__ */ React__default.createElement(
|
|
31
14
|
"path",
|
|
32
15
|
{
|
|
33
16
|
d: "M14.1667 3.75H5.83333C3.99238 3.75 2.5 5.24238 2.5 7.08333V12.9167C2.5 14.7576 3.99238 16.25 5.83333 16.25H14.1667C16.0076 16.25 17.5 14.7576 17.5 12.9167V7.08333C17.5 5.24238 16.0076 3.75 14.1667 3.75Z",
|
|
34
|
-
stroke:
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
17
|
+
stroke: "#6A6A6A",
|
|
18
|
+
"stroke-width": "1.5",
|
|
19
|
+
"stroke-linecap": "round",
|
|
20
|
+
"stroke-linejoin": "round"
|
|
38
21
|
}
|
|
39
22
|
),
|
|
40
23
|
/* @__PURE__ */ React__default.createElement(
|
|
41
24
|
"path",
|
|
42
25
|
{
|
|
43
26
|
d: "M5.83337 7.48657L9.33723 9.01427C9.54658 9.10555 9.77245 9.15283 10.0008 9.15317C10.2292 9.15352 10.4552 9.10692 10.6648 9.01628L14.1667 7.50209",
|
|
44
|
-
stroke:
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
27
|
+
stroke: "#6A6A6A",
|
|
28
|
+
"stroke-width": "1.5",
|
|
29
|
+
"stroke-linecap": "round",
|
|
30
|
+
"stroke-linejoin": "round"
|
|
48
31
|
}
|
|
49
32
|
)
|
|
50
33
|
);
|
|
51
34
|
};
|
|
52
|
-
EmailLetterIcon.displayName = COMPONENT_DISPLAY_NAMES.EMAIL_LETTER_ICON;
|
|
53
35
|
|
|
54
36
|
export { EmailLetterIcon as default };
|
|
55
37
|
//# sourceMappingURL=email-letter.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"email-letter.js","sources":["../../../../src/commons/icons/email-letter.tsx"],"sourcesContent":["import React from
|
|
1
|
+
{"version":3,"file":"email-letter.js","sources":["../../../../src/commons/icons/email-letter.tsx"],"sourcesContent":["import React from \"react\";\n\nconst EmailLetterIcon = () => {\n return (\n <svg\n width=\"20\"\n height=\"20\"\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M14.1667 3.75H5.83333C3.99238 3.75 2.5 5.24238 2.5 7.08333V12.9167C2.5 14.7576 3.99238 16.25 5.83333 16.25H14.1667C16.0076 16.25 17.5 14.7576 17.5 12.9167V7.08333C17.5 5.24238 16.0076 3.75 14.1667 3.75Z\"\n stroke=\"#6A6A6A\"\n stroke-width=\"1.5\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n <path\n d=\"M5.83337 7.48657L9.33723 9.01427C9.54658 9.10555 9.77245 9.15283 10.0008 9.15317C10.2292 9.15352 10.4552 9.10692 10.6648 9.01628L14.1667 7.50209\"\n stroke=\"#6A6A6A\"\n stroke-width=\"1.5\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n </svg>\n );\n};\n\nexport default EmailLetterIcon;\n"],"names":["React"],"mappings":";;AAEA,MAAM,kBAAkB,MAAM;AAC5B,EACE,uBAAAA,cAAA,CAAA,aAAA;AAAA,IAAC,KAAA;AAAA,IAAA;AAAA,MACC,KAAM,EAAA,IAAA;AAAA,MACN,MAAO,EAAA,IAAA;AAAA,MACP,OAAQ,EAAA,WAAA;AAAA,MACR,IAAK,EAAA,MAAA;AAAA,MACL,KAAM,EAAA,4BAAA;AAAA,KAAA;AAAA,oBAENA,cAAA,CAAA,aAAA;AAAA,MAAC,MAAA;AAAA,MAAA;AAAA,QACC,CAAE,EAAA,4MAAA;AAAA,QACF,MAAO,EAAA,SAAA;AAAA,QACP,cAAa,EAAA,KAAA;AAAA,QACb,gBAAe,EAAA,OAAA;AAAA,QACf,iBAAgB,EAAA,OAAA;AAAA,OAAA;AAAA,KAClB;AAAA,oBACAA,cAAA,CAAA,aAAA;AAAA,MAAC,MAAA;AAAA,MAAA;AAAA,QACC,CAAE,EAAA,kJAAA;AAAA,QACF,MAAO,EAAA,SAAA;AAAA,QACP,cAAa,EAAA,KAAA;AAAA,QACb,gBAAe,EAAA,OAAA;AAAA,QACf,iBAAgB,EAAA,OAAA;AAAA,OAAA;AAAA,KAClB;AAAA,GACF,CAAA;AAEJ;;;;"}
|
|
@@ -1,17 +1,8 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { ATTRIBUTES, ARIA_LABELS, COMPONENT_DISPLAY_NAMES, COLORS } from '../constants/strings.js';
|
|
3
2
|
|
|
4
|
-
const DEFAULT_CONFIG = {
|
|
5
|
-
size: 64,
|
|
6
|
-
color: COLORS.ICON_GRAY_MEDIUM,
|
|
7
|
-
strokeWidth: 3
|
|
8
|
-
};
|
|
9
3
|
const MappingIcon = ({
|
|
10
|
-
size =
|
|
11
|
-
color =
|
|
12
|
-
strokeWidth = DEFAULT_CONFIG.strokeWidth,
|
|
13
|
-
className,
|
|
14
|
-
ariaLabel = ARIA_LABELS.MAPPING
|
|
4
|
+
size = " 64",
|
|
5
|
+
color = "#767676"
|
|
15
6
|
}) => {
|
|
16
7
|
return /* @__PURE__ */ React__default.createElement(
|
|
17
8
|
"svg",
|
|
@@ -20,13 +11,10 @@ const MappingIcon = ({
|
|
|
20
11
|
height: size,
|
|
21
12
|
viewBox: "0 0 64 64",
|
|
22
13
|
fill: "none",
|
|
23
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
-
className,
|
|
25
|
-
"aria-label": ariaLabel,
|
|
26
|
-
role: ATTRIBUTES.IMG
|
|
14
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
27
15
|
},
|
|
28
|
-
/* @__PURE__ */ React__default.createElement("circle", { cx: "18", cy: "46", r: "6", stroke: color, strokeWidth }),
|
|
29
|
-
/* @__PURE__ */ React__default.createElement("circle", { cx: "46", cy: "18", r: "6", stroke: color, strokeWidth }),
|
|
16
|
+
/* @__PURE__ */ React__default.createElement("circle", { cx: "18", cy: "46", r: "6", stroke: color, strokeWidth: "3" }),
|
|
17
|
+
/* @__PURE__ */ React__default.createElement("circle", { cx: "46", cy: "18", r: "6", stroke: color, strokeWidth: "3" }),
|
|
30
18
|
/* @__PURE__ */ React__default.createElement(
|
|
31
19
|
"rect",
|
|
32
20
|
{
|
|
@@ -36,7 +24,7 @@ const MappingIcon = ({
|
|
|
36
24
|
height: "12",
|
|
37
25
|
rx: "6",
|
|
38
26
|
stroke: color,
|
|
39
|
-
strokeWidth
|
|
27
|
+
strokeWidth: "3"
|
|
40
28
|
}
|
|
41
29
|
),
|
|
42
30
|
/* @__PURE__ */ React__default.createElement(
|
|
@@ -49,7 +37,7 @@ const MappingIcon = ({
|
|
|
49
37
|
rx: "1",
|
|
50
38
|
transform: "rotate(135 26.4854 18)",
|
|
51
39
|
stroke: color,
|
|
52
|
-
strokeWidth
|
|
40
|
+
strokeWidth: "3"
|
|
53
41
|
}
|
|
54
42
|
),
|
|
55
43
|
/* @__PURE__ */ React__default.createElement(
|
|
@@ -57,14 +45,13 @@ const MappingIcon = ({
|
|
|
57
45
|
{
|
|
58
46
|
d: "M40 17.9999C25.4998 17.9999 40.0002 46.0002 24 45.9999",
|
|
59
47
|
stroke: color,
|
|
60
|
-
strokeWidth
|
|
48
|
+
strokeWidth: "3"
|
|
61
49
|
}
|
|
62
50
|
),
|
|
63
|
-
/* @__PURE__ */ React__default.createElement("path", { d: "M18 25L18 40", stroke: color, strokeWidth }),
|
|
64
|
-
/* @__PURE__ */ React__default.createElement("path", { d: "M46 25L46 41", stroke: color, strokeWidth })
|
|
51
|
+
/* @__PURE__ */ React__default.createElement("path", { d: "M18 25L18 40", stroke: color, strokeWidth: "3" }),
|
|
52
|
+
/* @__PURE__ */ React__default.createElement("path", { d: "M46 25L46 41", stroke: color, strokeWidth: "3" })
|
|
65
53
|
);
|
|
66
54
|
};
|
|
67
|
-
MappingIcon.displayName = COMPONENT_DISPLAY_NAMES.MAPPING_ICON;
|
|
68
55
|
|
|
69
56
|
export { MappingIcon as default };
|
|
70
57
|
//# sourceMappingURL=mapping.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mapping.js","sources":["../../../../src/commons/icons/mapping.tsx"],"sourcesContent":["import React from
|
|
1
|
+
{"version":3,"file":"mapping.js","sources":["../../../../src/commons/icons/mapping.tsx"],"sourcesContent":["import React from \"react\";\n\nconst MappingIcon = ({\n size = \" 64\",\n color = \"#767676\"\n}: {\n size?: number | string;\n color?: string;\n}) => {\n return (\n <svg\n width={size}\n height={size}\n viewBox=\"0 0 64 64\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <circle cx=\"18\" cy=\"46\" r=\"6\" stroke={color} strokeWidth=\"3\" />\n <circle cx=\"46\" cy=\"18\" r=\"6\" stroke={color} strokeWidth=\"3\" />\n <rect\n x=\"40\"\n y=\"40\"\n width=\"12\"\n height=\"12\"\n rx=\"6\"\n stroke={color}\n strokeWidth=\"3\"\n />\n <rect\n x=\"26.4854\"\n y=\"18\"\n width=\"12\"\n height=\"12\"\n rx=\"1\"\n transform=\"rotate(135 26.4854 18)\"\n stroke={color}\n strokeWidth=\"3\"\n />\n <path\n d=\"M40 17.9999C25.4998 17.9999 40.0002 46.0002 24 45.9999\"\n stroke={color}\n strokeWidth=\"3\"\n />\n <path d=\"M18 25L18 40\" stroke={color} strokeWidth=\"3\" />\n <path d=\"M46 25L46 41\" stroke={color} strokeWidth=\"3\" />\n </svg>\n );\n};\n\nexport default MappingIcon;\n"],"names":["React"],"mappings":";;AAEA,MAAM,cAAc,CAAC;AAAA,EACnB,IAAO,GAAA,KAAA;AAAA,EACP,KAAQ,GAAA,SAAA;AACV,CAGM,KAAA;AACJ,EACE,uBAAAA,cAAA,CAAA,aAAA;AAAA,IAAC,KAAA;AAAA,IAAA;AAAA,MACC,KAAO,EAAA,IAAA;AAAA,MACP,MAAQ,EAAA,IAAA;AAAA,MACR,OAAQ,EAAA,WAAA;AAAA,MACR,IAAK,EAAA,MAAA;AAAA,MACL,KAAM,EAAA,4BAAA;AAAA,KAAA;AAAA,oBAENA,cAAA,CAAA,aAAA,CAAC,QAAO,EAAA,EAAA,EAAA,EAAG,IAAK,EAAA,EAAA,EAAG,IAAK,EAAA,CAAA,EAAE,GAAI,EAAA,MAAA,EAAQ,KAAO,EAAA,WAAA,EAAY,GAAI,EAAA,CAAA;AAAA,oBAC7DA,cAAA,CAAA,aAAA,CAAC,QAAO,EAAA,EAAA,EAAA,EAAG,IAAK,EAAA,EAAA,EAAG,IAAK,EAAA,CAAA,EAAE,GAAI,EAAA,MAAA,EAAQ,KAAO,EAAA,WAAA,EAAY,GAAI,EAAA,CAAA;AAAA,oBAC7DA,cAAA,CAAA,aAAA;AAAA,MAAC,MAAA;AAAA,MAAA;AAAA,QACC,CAAE,EAAA,IAAA;AAAA,QACF,CAAE,EAAA,IAAA;AAAA,QACF,KAAM,EAAA,IAAA;AAAA,QACN,MAAO,EAAA,IAAA;AAAA,QACP,EAAG,EAAA,GAAA;AAAA,QACH,MAAQ,EAAA,KAAA;AAAA,QACR,WAAY,EAAA,GAAA;AAAA,OAAA;AAAA,KACd;AAAA,oBACAA,cAAA,CAAA,aAAA;AAAA,MAAC,MAAA;AAAA,MAAA;AAAA,QACC,CAAE,EAAA,SAAA;AAAA,QACF,CAAE,EAAA,IAAA;AAAA,QACF,KAAM,EAAA,IAAA;AAAA,QACN,MAAO,EAAA,IAAA;AAAA,QACP,EAAG,EAAA,GAAA;AAAA,QACH,SAAU,EAAA,wBAAA;AAAA,QACV,MAAQ,EAAA,KAAA;AAAA,QACR,WAAY,EAAA,GAAA;AAAA,OAAA;AAAA,KACd;AAAA,oBACAA,cAAA,CAAA,aAAA;AAAA,MAAC,MAAA;AAAA,MAAA;AAAA,QACC,CAAE,EAAA,wDAAA;AAAA,QACF,MAAQ,EAAA,KAAA;AAAA,QACR,WAAY,EAAA,GAAA;AAAA,OAAA;AAAA,KACd;AAAA,iDACC,MAAK,EAAA,EAAA,CAAA,EAAE,gBAAe,MAAQ,EAAA,KAAA,EAAO,aAAY,GAAI,EAAA,CAAA;AAAA,iDACrD,MAAK,EAAA,EAAA,CAAA,EAAE,gBAAe,MAAQ,EAAA,KAAA,EAAO,aAAY,GAAI,EAAA,CAAA;AAAA,GACxD,CAAA;AAEJ;;;;"}
|
|
@@ -1,38 +1,21 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { ATTRIBUTES, ARIA_LABELS, COMPONENT_DISPLAY_NAMES, COLORS } from '../constants/strings.js';
|
|
3
2
|
|
|
4
|
-
const
|
|
5
|
-
width: 20,
|
|
6
|
-
height: 20,
|
|
7
|
-
color: COLORS.ICON_GRAY,
|
|
8
|
-
strokeWidth: 1.5
|
|
9
|
-
};
|
|
10
|
-
const NestedAddIcon = ({
|
|
11
|
-
width = DEFAULT_CONFIG.width,
|
|
12
|
-
height = DEFAULT_CONFIG.height,
|
|
13
|
-
color = DEFAULT_CONFIG.color,
|
|
14
|
-
strokeWidth = DEFAULT_CONFIG.strokeWidth,
|
|
15
|
-
className,
|
|
16
|
-
ariaLabel = ARIA_LABELS.ADD_NESTED_ITEM
|
|
17
|
-
}) => {
|
|
3
|
+
const NestedAddIcon = () => {
|
|
18
4
|
return /* @__PURE__ */ React__default.createElement(
|
|
19
5
|
"svg",
|
|
20
6
|
{
|
|
21
|
-
width,
|
|
22
|
-
height,
|
|
7
|
+
width: "20",
|
|
8
|
+
height: "20",
|
|
23
9
|
viewBox: "0 0 20 20",
|
|
24
10
|
fill: "none",
|
|
25
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
26
|
-
className,
|
|
27
|
-
"aria-label": ariaLabel,
|
|
28
|
-
role: ATTRIBUTES.IMG
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
29
12
|
},
|
|
30
13
|
/* @__PURE__ */ React__default.createElement(
|
|
31
14
|
"path",
|
|
32
15
|
{
|
|
33
16
|
d: "M2.56665 3.75H16.5625",
|
|
34
|
-
stroke:
|
|
35
|
-
strokeWidth,
|
|
17
|
+
stroke: "#6A6A6A",
|
|
18
|
+
strokeWidth: "1.5",
|
|
36
19
|
strokeLinecap: "round",
|
|
37
20
|
strokeLinejoin: "round"
|
|
38
21
|
}
|
|
@@ -41,8 +24,8 @@ const NestedAddIcon = ({
|
|
|
41
24
|
"path",
|
|
42
25
|
{
|
|
43
26
|
d: "M2.56665 8.125H16.5625",
|
|
44
|
-
stroke:
|
|
45
|
-
strokeWidth,
|
|
27
|
+
stroke: "#6A6A6A",
|
|
28
|
+
strokeWidth: "1.5",
|
|
46
29
|
strokeLinecap: "round",
|
|
47
30
|
strokeLinejoin: "round"
|
|
48
31
|
}
|
|
@@ -51,8 +34,8 @@ const NestedAddIcon = ({
|
|
|
51
34
|
"path",
|
|
52
35
|
{
|
|
53
36
|
d: "M2.56665 12.5H8.43749",
|
|
54
|
-
stroke:
|
|
55
|
-
strokeWidth,
|
|
37
|
+
stroke: "#6A6A6A",
|
|
38
|
+
strokeWidth: "1.5",
|
|
56
39
|
strokeLinecap: "round",
|
|
57
40
|
strokeLinejoin: "round"
|
|
58
41
|
}
|
|
@@ -61,8 +44,8 @@ const NestedAddIcon = ({
|
|
|
61
44
|
"path",
|
|
62
45
|
{
|
|
63
46
|
d: "M13.75 17.9168V12.0835",
|
|
64
|
-
stroke:
|
|
65
|
-
strokeWidth,
|
|
47
|
+
stroke: "#6A6A6A",
|
|
48
|
+
strokeWidth: "1.5",
|
|
66
49
|
strokeLinecap: "round",
|
|
67
50
|
strokeLinejoin: "round"
|
|
68
51
|
}
|
|
@@ -71,15 +54,14 @@ const NestedAddIcon = ({
|
|
|
71
54
|
"path",
|
|
72
55
|
{
|
|
73
56
|
d: "M16.6667 15H10.8333",
|
|
74
|
-
stroke:
|
|
75
|
-
strokeWidth,
|
|
57
|
+
stroke: "#6A6A6A",
|
|
58
|
+
strokeWidth: "1.5",
|
|
76
59
|
strokeLinecap: "round",
|
|
77
60
|
strokeLinejoin: "round"
|
|
78
61
|
}
|
|
79
62
|
)
|
|
80
63
|
);
|
|
81
64
|
};
|
|
82
|
-
NestedAddIcon.displayName = COMPONENT_DISPLAY_NAMES.NESTED_ADD_ICON;
|
|
83
65
|
|
|
84
66
|
export { NestedAddIcon as default };
|
|
85
67
|
//# sourceMappingURL=nested-add.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nested-add.js","sources":["../../../../src/commons/icons/nested-add.tsx"],"sourcesContent":["import React from
|
|
1
|
+
{"version":3,"file":"nested-add.js","sources":["../../../../src/commons/icons/nested-add.tsx"],"sourcesContent":["import React from \"react\";\n\nconst NestedAddIcon = () => {\n return (\n <svg\n width=\"20\"\n height=\"20\"\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M2.56665 3.75H16.5625\"\n stroke=\"#6A6A6A\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M2.56665 8.125H16.5625\"\n stroke=\"#6A6A6A\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M2.56665 12.5H8.43749\"\n stroke=\"#6A6A6A\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M13.75 17.9168V12.0835\"\n stroke=\"#6A6A6A\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M16.6667 15H10.8333\"\n stroke=\"#6A6A6A\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n\nexport default NestedAddIcon;\n"],"names":["React"],"mappings":";;AAEA,MAAM,gBAAgB,MAAM;AAC1B,EACE,uBAAAA,cAAA,CAAA,aAAA;AAAA,IAAC,KAAA;AAAA,IAAA;AAAA,MACC,KAAM,EAAA,IAAA;AAAA,MACN,MAAO,EAAA,IAAA;AAAA,MACP,OAAQ,EAAA,WAAA;AAAA,MACR,IAAK,EAAA,MAAA;AAAA,MACL,KAAM,EAAA,4BAAA;AAAA,KAAA;AAAA,oBAENA,cAAA,CAAA,aAAA;AAAA,MAAC,MAAA;AAAA,MAAA;AAAA,QACC,CAAE,EAAA,uBAAA;AAAA,QACF,MAAO,EAAA,SAAA;AAAA,QACP,WAAY,EAAA,KAAA;AAAA,QACZ,aAAc,EAAA,OAAA;AAAA,QACd,cAAe,EAAA,OAAA;AAAA,OAAA;AAAA,KACjB;AAAA,oBACAA,cAAA,CAAA,aAAA;AAAA,MAAC,MAAA;AAAA,MAAA;AAAA,QACC,CAAE,EAAA,wBAAA;AAAA,QACF,MAAO,EAAA,SAAA;AAAA,QACP,WAAY,EAAA,KAAA;AAAA,QACZ,aAAc,EAAA,OAAA;AAAA,QACd,cAAe,EAAA,OAAA;AAAA,OAAA;AAAA,KACjB;AAAA,oBACAA,cAAA,CAAA,aAAA;AAAA,MAAC,MAAA;AAAA,MAAA;AAAA,QACC,CAAE,EAAA,uBAAA;AAAA,QACF,MAAO,EAAA,SAAA;AAAA,QACP,WAAY,EAAA,KAAA;AAAA,QACZ,aAAc,EAAA,OAAA;AAAA,QACd,cAAe,EAAA,OAAA;AAAA,OAAA;AAAA,KACjB;AAAA,oBACAA,cAAA,CAAA,aAAA;AAAA,MAAC,MAAA;AAAA,MAAA;AAAA,QACC,CAAE,EAAA,wBAAA;AAAA,QACF,MAAO,EAAA,SAAA;AAAA,QACP,WAAY,EAAA,KAAA;AAAA,QACZ,aAAc,EAAA,OAAA;AAAA,QACd,cAAe,EAAA,OAAA;AAAA,OAAA;AAAA,KACjB;AAAA,oBACAA,cAAA,CAAA,aAAA;AAAA,MAAC,MAAA;AAAA,MAAA;AAAA,QACC,CAAE,EAAA,qBAAA;AAAA,QACF,MAAO,EAAA,SAAA;AAAA,QACP,WAAY,EAAA,KAAA;AAAA,QACZ,aAAc,EAAA,OAAA;AAAA,QACd,cAAe,EAAA,OAAA;AAAA,OAAA;AAAA,KACjB;AAAA,GACF,CAAA;AAEJ;;;;"}
|
|
@@ -1,67 +1,49 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { ATTRIBUTES, ARIA_LABELS, COMPONENT_DISPLAY_NAMES, COLORS } from '../constants/strings.js';
|
|
3
2
|
|
|
4
|
-
const
|
|
5
|
-
width: 20,
|
|
6
|
-
height: 20,
|
|
7
|
-
color: COLORS.ICON_GRAY,
|
|
8
|
-
strokeWidth: 1.5
|
|
9
|
-
};
|
|
10
|
-
const SMSIcon = ({
|
|
11
|
-
width = DEFAULT_CONFIG.width,
|
|
12
|
-
height = DEFAULT_CONFIG.height,
|
|
13
|
-
color = DEFAULT_CONFIG.color,
|
|
14
|
-
strokeWidth = DEFAULT_CONFIG.strokeWidth,
|
|
15
|
-
className,
|
|
16
|
-
ariaLabel = ARIA_LABELS.SMS
|
|
17
|
-
}) => {
|
|
3
|
+
const SMSIcon = () => {
|
|
18
4
|
return /* @__PURE__ */ React__default.createElement(
|
|
19
5
|
"svg",
|
|
20
6
|
{
|
|
21
|
-
width,
|
|
22
|
-
height,
|
|
7
|
+
width: "20",
|
|
8
|
+
height: "20",
|
|
23
9
|
viewBox: "0 0 20 20",
|
|
24
10
|
fill: "none",
|
|
25
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
26
|
-
className,
|
|
27
|
-
"aria-label": ariaLabel,
|
|
28
|
-
role: ATTRIBUTES.IMG
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
29
12
|
},
|
|
30
13
|
/* @__PURE__ */ React__default.createElement(
|
|
31
14
|
"path",
|
|
32
15
|
{
|
|
33
|
-
|
|
34
|
-
|
|
16
|
+
"fill-rule": "evenodd",
|
|
17
|
+
"clip-rule": "evenodd",
|
|
35
18
|
d: "M6.00005 14.3951H4.40005C3.51605 14.3951 2.80005 13.6791 2.80005 12.7951V4.79507C2.80005 3.91107 3.51605 3.19507 4.40005 3.19507H15.6C16.484 3.19507 17.2 3.91107 17.2 4.79507V12.7951C17.2 13.6791 16.484 14.3951 15.6 14.3951H10.7L7.33205 17.3911C6.81605 17.8503 6.00005 17.4839 6.00005 16.7935V14.3951Z",
|
|
36
|
-
stroke:
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
19
|
+
stroke: "#6A6A6A",
|
|
20
|
+
"stroke-width": "1.5",
|
|
21
|
+
"stroke-linecap": "round",
|
|
22
|
+
"stroke-linejoin": "round"
|
|
40
23
|
}
|
|
41
24
|
),
|
|
42
25
|
/* @__PURE__ */ React__default.createElement(
|
|
43
26
|
"path",
|
|
44
27
|
{
|
|
45
28
|
d: "M6 6.79185H14",
|
|
46
|
-
stroke:
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
29
|
+
stroke: "#6A6A6A",
|
|
30
|
+
"stroke-width": "1.5",
|
|
31
|
+
"stroke-linecap": "round",
|
|
32
|
+
"stroke-linejoin": "round"
|
|
50
33
|
}
|
|
51
34
|
),
|
|
52
35
|
/* @__PURE__ */ React__default.createElement(
|
|
53
36
|
"path",
|
|
54
37
|
{
|
|
55
38
|
d: "M6 10.3919H11.6",
|
|
56
|
-
stroke:
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
39
|
+
stroke: "#6A6A6A",
|
|
40
|
+
"stroke-width": "1.5",
|
|
41
|
+
"stroke-linecap": "round",
|
|
42
|
+
"stroke-linejoin": "round"
|
|
60
43
|
}
|
|
61
44
|
)
|
|
62
45
|
);
|
|
63
46
|
};
|
|
64
|
-
SMSIcon.displayName = COMPONENT_DISPLAY_NAMES.SMS_ICON;
|
|
65
47
|
|
|
66
48
|
export { SMSIcon as default };
|
|
67
49
|
//# sourceMappingURL=sms.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sms.js","sources":["../../../../src/commons/icons/sms.tsx"],"sourcesContent":["import React from
|
|
1
|
+
{"version":3,"file":"sms.js","sources":["../../../../src/commons/icons/sms.tsx"],"sourcesContent":["import React from \"react\";\n\nconst SMSIcon = () => {\n return (\n <svg\n width=\"20\"\n height=\"20\"\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M6.00005 14.3951H4.40005C3.51605 14.3951 2.80005 13.6791 2.80005 12.7951V4.79507C2.80005 3.91107 3.51605 3.19507 4.40005 3.19507H15.6C16.484 3.19507 17.2 3.91107 17.2 4.79507V12.7951C17.2 13.6791 16.484 14.3951 15.6 14.3951H10.7L7.33205 17.3911C6.81605 17.8503 6.00005 17.4839 6.00005 16.7935V14.3951Z\"\n stroke=\"#6A6A6A\"\n stroke-width=\"1.5\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n <path\n d=\"M6 6.79185H14\"\n stroke=\"#6A6A6A\"\n stroke-width=\"1.5\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n <path\n d=\"M6 10.3919H11.6\"\n stroke=\"#6A6A6A\"\n stroke-width=\"1.5\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n </svg>\n );\n};\n\nexport default SMSIcon;\n"],"names":["React"],"mappings":";;AAEA,MAAM,UAAU,MAAM;AACpB,EACE,uBAAAA,cAAA,CAAA,aAAA;AAAA,IAAC,KAAA;AAAA,IAAA;AAAA,MACC,KAAM,EAAA,IAAA;AAAA,MACN,MAAO,EAAA,IAAA;AAAA,MACP,OAAQ,EAAA,WAAA;AAAA,MACR,IAAK,EAAA,MAAA;AAAA,MACL,KAAM,EAAA,4BAAA;AAAA,KAAA;AAAA,oBAENA,cAAA,CAAA,aAAA;AAAA,MAAC,MAAA;AAAA,MAAA;AAAA,QACC,WAAU,EAAA,SAAA;AAAA,QACV,WAAU,EAAA,SAAA;AAAA,QACV,CAAE,EAAA,+SAAA;AAAA,QACF,MAAO,EAAA,SAAA;AAAA,QACP,cAAa,EAAA,KAAA;AAAA,QACb,gBAAe,EAAA,OAAA;AAAA,QACf,iBAAgB,EAAA,OAAA;AAAA,OAAA;AAAA,KAClB;AAAA,oBACAA,cAAA,CAAA,aAAA;AAAA,MAAC,MAAA;AAAA,MAAA;AAAA,QACC,CAAE,EAAA,eAAA;AAAA,QACF,MAAO,EAAA,SAAA;AAAA,QACP,cAAa,EAAA,KAAA;AAAA,QACb,gBAAe,EAAA,OAAA;AAAA,QACf,iBAAgB,EAAA,OAAA;AAAA,OAAA;AAAA,KAClB;AAAA,oBACAA,cAAA,CAAA,aAAA;AAAA,MAAC,MAAA;AAAA,MAAA;AAAA,QACC,CAAE,EAAA,iBAAA;AAAA,QACF,MAAO,EAAA,SAAA;AAAA,QACP,cAAa,EAAA,KAAA;AAAA,QACb,gBAAe,EAAA,OAAA;AAAA,QACf,iBAAgB,EAAA,OAAA;AAAA,OAAA;AAAA,KAClB;AAAA,GACF,CAAA;AAEJ;;;;"}
|
|
@@ -1,115 +1,8 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { ATTRIBUTES, ARIA_LABELS, COMPONENT_DISPLAY_NAMES, COLORS } from '../constants/strings.js';
|
|
3
2
|
|
|
4
|
-
const
|
|
5
|
-
width: 24,
|
|
6
|
-
height: 24,
|
|
7
|
-
color: COLORS.ICON_GRAY,
|
|
8
|
-
strokeWidth: 1.5
|
|
3
|
+
const Sync = () => {
|
|
4
|
+
return /* @__PURE__ */ React__default.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React__default.createElement("path", { d: "M12 3.99687C14.9302 3.99663 17.626 5.59833 19.027 8.17188", stroke: "#6A6A6A", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React__default.createElement("path", { d: "M20 11.9961C20 16.4144 16.4183 19.9961 12 19.9961", stroke: "#6A6A6A", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React__default.createElement("path", { d: "M11.9997 19.9961C9.06949 19.9963 6.37365 18.3946 4.97266 15.8211", stroke: "#6A6A6A", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React__default.createElement("path", { d: "M4 11.9961C4 7.57781 7.58172 3.99609 12 3.99609", stroke: "#6A6A6A", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React__default.createElement("path", { d: "M4.97266 15.8223C7.08447 19.7032 11.9425 21.1373 15.8235 19.0255C18.3979 17.6246 20.0001 14.9281 19.9997 11.9973", stroke: "#6A6A6A", strokeWidth: "1.5", "stroke-linecap": "round", strokeLinejoin: "round" }), /* @__PURE__ */ React__default.createElement("path", { d: "M4 11.9961V11.9949C4 7.57659 7.58172 3.99487 12 3.99487C14.9309 3.99487 17.6271 5.59755 19.0276 8.17217", stroke: "#6A6A6A", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React__default.createElement("path", { d: "M8.04672 15.8234H4.51172V19.3594", stroke: "#6A6A6A", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React__default.createElement("path", { d: "M15.9531 8.17188H19.4881V4.63587", stroke: "#6A6A6A", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }));
|
|
9
5
|
};
|
|
10
|
-
const SyncIcon = ({
|
|
11
|
-
width = DEFAULT_CONFIG.width,
|
|
12
|
-
height = DEFAULT_CONFIG.height,
|
|
13
|
-
color = DEFAULT_CONFIG.color,
|
|
14
|
-
strokeWidth = DEFAULT_CONFIG.strokeWidth,
|
|
15
|
-
className,
|
|
16
|
-
ariaLabel = ARIA_LABELS.SYNC
|
|
17
|
-
}) => {
|
|
18
|
-
return /* @__PURE__ */ React__default.createElement(
|
|
19
|
-
"svg",
|
|
20
|
-
{
|
|
21
|
-
width,
|
|
22
|
-
height,
|
|
23
|
-
viewBox: "0 0 24 24",
|
|
24
|
-
fill: "none",
|
|
25
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
-
className,
|
|
27
|
-
"aria-label": ariaLabel,
|
|
28
|
-
role: ATTRIBUTES.IMG
|
|
29
|
-
},
|
|
30
|
-
/* @__PURE__ */ React__default.createElement(
|
|
31
|
-
"path",
|
|
32
|
-
{
|
|
33
|
-
d: "M12 3.99687C14.9302 3.99663 17.626 5.59833 19.027 8.17188",
|
|
34
|
-
stroke: color,
|
|
35
|
-
strokeWidth,
|
|
36
|
-
strokeLinecap: "round",
|
|
37
|
-
strokeLinejoin: "round"
|
|
38
|
-
}
|
|
39
|
-
),
|
|
40
|
-
/* @__PURE__ */ React__default.createElement(
|
|
41
|
-
"path",
|
|
42
|
-
{
|
|
43
|
-
d: "M20 11.9961C20 16.4144 16.4183 19.9961 12 19.9961",
|
|
44
|
-
stroke: color,
|
|
45
|
-
strokeWidth,
|
|
46
|
-
strokeLinecap: "round",
|
|
47
|
-
strokeLinejoin: "round"
|
|
48
|
-
}
|
|
49
|
-
),
|
|
50
|
-
/* @__PURE__ */ React__default.createElement(
|
|
51
|
-
"path",
|
|
52
|
-
{
|
|
53
|
-
d: "M11.9997 19.9961C9.06949 19.9963 6.37365 18.3946 4.97266 15.8211",
|
|
54
|
-
stroke: color,
|
|
55
|
-
strokeWidth,
|
|
56
|
-
strokeLinecap: "round",
|
|
57
|
-
strokeLinejoin: "round"
|
|
58
|
-
}
|
|
59
|
-
),
|
|
60
|
-
/* @__PURE__ */ React__default.createElement(
|
|
61
|
-
"path",
|
|
62
|
-
{
|
|
63
|
-
d: "M4 11.9961C4 7.57781 7.58172 3.99609 12 3.99609",
|
|
64
|
-
stroke: color,
|
|
65
|
-
strokeWidth,
|
|
66
|
-
strokeLinecap: "round",
|
|
67
|
-
strokeLinejoin: "round"
|
|
68
|
-
}
|
|
69
|
-
),
|
|
70
|
-
/* @__PURE__ */ React__default.createElement(
|
|
71
|
-
"path",
|
|
72
|
-
{
|
|
73
|
-
d: "M4.97266 15.8223C7.08447 19.7032 11.9425 21.1373 15.8235 19.0255C18.3979 17.6246 20.0001 14.9281 19.9997 11.9973",
|
|
74
|
-
stroke: color,
|
|
75
|
-
strokeWidth,
|
|
76
|
-
strokeLinecap: "round",
|
|
77
|
-
strokeLinejoin: "round"
|
|
78
|
-
}
|
|
79
|
-
),
|
|
80
|
-
/* @__PURE__ */ React__default.createElement(
|
|
81
|
-
"path",
|
|
82
|
-
{
|
|
83
|
-
d: "M4 11.9961V11.9949C4 7.57659 7.58172 3.99487 12 3.99487C14.9309 3.99487 17.6271 5.59755 19.0276 8.17217",
|
|
84
|
-
stroke: color,
|
|
85
|
-
strokeWidth,
|
|
86
|
-
strokeLinecap: "round",
|
|
87
|
-
strokeLinejoin: "round"
|
|
88
|
-
}
|
|
89
|
-
),
|
|
90
|
-
/* @__PURE__ */ React__default.createElement(
|
|
91
|
-
"path",
|
|
92
|
-
{
|
|
93
|
-
d: "M8.04672 15.8234H4.51172V19.3594",
|
|
94
|
-
stroke: color,
|
|
95
|
-
strokeWidth,
|
|
96
|
-
strokeLinecap: "round",
|
|
97
|
-
strokeLinejoin: "round"
|
|
98
|
-
}
|
|
99
|
-
),
|
|
100
|
-
/* @__PURE__ */ React__default.createElement(
|
|
101
|
-
"path",
|
|
102
|
-
{
|
|
103
|
-
d: "M15.9531 8.17188H19.4881V4.63587",
|
|
104
|
-
stroke: color,
|
|
105
|
-
strokeWidth,
|
|
106
|
-
strokeLinecap: "round",
|
|
107
|
-
strokeLinejoin: "round"
|
|
108
|
-
}
|
|
109
|
-
)
|
|
110
|
-
);
|
|
111
|
-
};
|
|
112
|
-
SyncIcon.displayName = COMPONENT_DISPLAY_NAMES.SYNC_ICON;
|
|
113
6
|
|
|
114
|
-
export {
|
|
7
|
+
export { Sync as default };
|
|
115
8
|
//# sourceMappingURL=sync.js.map
|