@mailstep/design-system 0.1.8 → 0.1.9-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/package.json +1 -1
- package/ui/Blocks/CornerDialog/CornerDialog.js +12 -14
- package/ui/Blocks/CornerDialog/CornerDialog.js.map +1 -1
- package/ui/Blocks/CornerDialog/index.js +2 -6
- package/ui/Blocks/CornerDialog/index.js.map +1 -1
- package/ui/Blocks/CornerDialog/styles.js +11 -22
- package/ui/Blocks/CornerDialog/styles.js.map +1 -1
- package/ui/Blocks/CornerDialog/utils.js +1 -4
- package/ui/Blocks/CornerDialog/utils.js.map +1 -1
- package/ui/Blocks/ImageList/ImageList.js +17 -19
- package/ui/Blocks/ImageList/ImageList.js.map +1 -1
- package/ui/Blocks/ImageList/components/AddPhoto/index.js +9 -11
- package/ui/Blocks/ImageList/components/AddPhoto/index.js.map +1 -1
- package/ui/Blocks/ImageList/components/AddPhoto/styles.js +5 -12
- package/ui/Blocks/ImageList/components/AddPhoto/styles.js.map +1 -1
- package/ui/Blocks/ImageList/components/CloseButton/index.js +6 -8
- package/ui/Blocks/ImageList/components/CloseButton/index.js.map +1 -1
- package/ui/Blocks/ImageList/components/CloseButton/styles.js +4 -10
- package/ui/Blocks/ImageList/components/CloseButton/styles.js.map +1 -1
- package/ui/Blocks/ImageList/components/ImageElement/index.js +7 -9
- package/ui/Blocks/ImageList/components/ImageElement/index.js.map +1 -1
- package/ui/Blocks/ImageList/components/ImageElement/styles.js +5 -11
- package/ui/Blocks/ImageList/components/ImageElement/styles.js.map +1 -1
- package/ui/Blocks/ImageList/components/ImageTag/index.js +5 -7
- package/ui/Blocks/ImageList/components/ImageTag/index.js.map +1 -1
- package/ui/Blocks/ImageList/components/ImageTag/styles.js +4 -10
- package/ui/Blocks/ImageList/components/ImageTag/styles.js.map +1 -1
- package/ui/Blocks/ImageList/index.js +2 -6
- package/ui/Blocks/ImageList/index.js.map +1 -1
- package/ui/Blocks/ImageList/styles.js +4 -10
- package/ui/Blocks/ImageList/styles.js.map +1 -1
- package/ui/Blocks/LightBox/LightBox.js +10 -12
- package/ui/Blocks/LightBox/LightBox.js.map +1 -1
- package/ui/Blocks/LightBox/hooks/useLightBox.js +6 -8
- package/ui/Blocks/LightBox/hooks/useLightBox.js.map +1 -1
- package/ui/Blocks/LightBox/index.js +4 -8
- package/ui/Blocks/LightBox/index.js.map +1 -1
- package/ui/Blocks/LightBox/styles.js +6 -14
- package/ui/Blocks/LightBox/styles.js.map +1 -1
- package/ui/Blocks/Modal/Modal.js +18 -20
- package/ui/Blocks/Modal/Modal.js.map +1 -1
- package/ui/Blocks/Modal/hooks/useClickOutside.js +6 -8
- package/ui/Blocks/Modal/hooks/useClickOutside.js.map +1 -1
- package/ui/Blocks/Modal/hooks/useModal.js +6 -8
- package/ui/Blocks/Modal/hooks/useModal.js.map +1 -1
- package/ui/Blocks/Modal/index.js +3 -7
- package/ui/Blocks/Modal/index.js.map +1 -1
- package/ui/Blocks/Modal/styles.js +16 -29
- package/ui/Blocks/Modal/styles.js.map +1 -1
- package/ui/Blocks/Modal/utils.js +1 -4
- package/ui/Blocks/Modal/utils.js.map +1 -1
- package/ui/Blocks/Tabs/Tabs.js +11 -13
- package/ui/Blocks/Tabs/Tabs.js.map +1 -1
- package/ui/Blocks/Tabs/hooks/useTabs.js +4 -6
- package/ui/Blocks/Tabs/hooks/useTabs.js.map +1 -1
- package/ui/Blocks/Tabs/index.js +3 -8
- package/ui/Blocks/Tabs/index.js.map +1 -1
- package/ui/Blocks/Tabs/styles.js +9 -19
- package/ui/Blocks/Tabs/styles.js.map +1 -1
- package/ui/Elements/Alert/Alert.js +10 -14
- package/ui/Elements/Alert/Alert.js.map +1 -1
- package/ui/Elements/Alert/index.js +2 -7
- package/ui/Elements/Alert/index.js.map +1 -1
- package/ui/Elements/Alert/styles.js +15 -29
- package/ui/Elements/Alert/styles.js.map +1 -1
- package/ui/Elements/Avatar/Avatar.js +8 -14
- package/ui/Elements/Avatar/Avatar.js.map +1 -1
- package/ui/Elements/Avatar/index.js +2 -7
- package/ui/Elements/Avatar/index.js.map +1 -1
- package/ui/Elements/Badge/Badge.js +13 -21
- package/ui/Elements/Badge/Badge.js.map +1 -1
- package/ui/Elements/Badge/index.js +2 -7
- package/ui/Elements/Badge/index.js.map +1 -1
- package/ui/Elements/BorderedBox/BorderedBox.js +7 -15
- package/ui/Elements/BorderedBox/BorderedBox.js.map +1 -1
- package/ui/Elements/BorderedBox/index.js +2 -7
- package/ui/Elements/BorderedBox/index.js.map +1 -1
- package/ui/Elements/Button/Button.js +7 -11
- package/ui/Elements/Button/Button.js.map +1 -1
- package/ui/Elements/Button/index.js +2 -7
- package/ui/Elements/Button/index.js.map +1 -1
- package/ui/Elements/Button/styles.js +10 -19
- package/ui/Elements/Button/styles.js.map +1 -1
- package/ui/Elements/Card/Card.js +14 -21
- package/ui/Elements/Card/Card.js.map +1 -1
- package/ui/Elements/Card/index.d.ts +2 -2
- package/ui/Elements/Card/index.js +3 -9
- package/ui/Elements/Card/index.js.map +1 -1
- package/ui/Elements/Card/styles.js +13 -23
- package/ui/Elements/Card/styles.js.map +1 -1
- package/ui/Elements/Dropdown/Dropdown.js +10 -18
- package/ui/Elements/Dropdown/Dropdown.js.map +1 -1
- package/ui/Elements/Dropdown/index.js +2 -7
- package/ui/Elements/Dropdown/index.js.map +1 -1
- package/ui/Elements/ErrorMessage/ErrorMessage.js +9 -17
- package/ui/Elements/ErrorMessage/ErrorMessage.js.map +1 -1
- package/ui/Elements/ErrorMessage/index.js +2 -7
- package/ui/Elements/ErrorMessage/index.js.map +1 -1
- package/ui/Elements/Icon/Icon.js +214 -224
- package/ui/Elements/Icon/Icon.js.map +1 -1
- package/ui/Elements/Icon/icons/FlagCZ.js +4 -6
- package/ui/Elements/Icon/icons/FlagCZ.js.map +1 -1
- package/ui/Elements/Icon/icons/FlagUSA.js +4 -6
- package/ui/Elements/Icon/icons/FlagUSA.js.map +1 -1
- package/ui/Elements/Icon/index.js +5 -10
- package/ui/Elements/Icon/index.js.map +1 -1
- package/ui/Elements/Image/Image.js +5 -9
- package/ui/Elements/Image/Image.js.map +1 -1
- package/ui/Elements/Image/index.js +2 -7
- package/ui/Elements/Image/index.js.map +1 -1
- package/ui/Elements/Label/Label.js +10 -17
- package/ui/Elements/Label/Label.js.map +1 -1
- package/ui/Elements/Label/index.js +3 -8
- package/ui/Elements/Label/index.js.map +1 -1
- package/ui/Elements/Line/Line.js +6 -14
- package/ui/Elements/Line/Line.js.map +1 -1
- package/ui/Elements/Line/index.js +2 -7
- package/ui/Elements/Line/index.js.map +1 -1
- package/ui/Elements/Link/Link.js +15 -23
- package/ui/Elements/Link/Link.js.map +1 -1
- package/ui/Elements/Link/index.js +2 -7
- package/ui/Elements/Link/index.js.map +1 -1
- package/ui/Elements/Logo/Logo.js +27 -35
- package/ui/Elements/Logo/Logo.js.map +1 -1
- package/ui/Elements/Logo/assets/mailship/logo_black.png.js +1 -5
- package/ui/Elements/Logo/assets/mailship/logo_black.png.js.map +1 -1
- package/ui/Elements/Logo/assets/mailship/logo_m.png.js +1 -5
- package/ui/Elements/Logo/assets/mailship/logo_m.png.js.map +1 -1
- package/ui/Elements/Logo/assets/mailship/logo_white.png.js +1 -5
- package/ui/Elements/Logo/assets/mailship/logo_white.png.js.map +1 -1
- package/ui/Elements/Logo/assets/mailship/mailship-logo.svg.js +2 -6
- package/ui/Elements/Logo/assets/mailship/mailship-logo.svg.js.map +1 -1
- package/ui/Elements/Logo/assets/mailstep/mailstep_black.svg.js +2 -6
- package/ui/Elements/Logo/assets/mailstep/mailstep_black.svg.js.map +1 -1
- package/ui/Elements/Logo/assets/mailstep/mailstep_white.svg.js +2 -6
- package/ui/Elements/Logo/assets/mailstep/mailstep_white.svg.js.map +1 -1
- package/ui/Elements/Logo/assets/mailstock/mailstock.svg.js +2 -6
- package/ui/Elements/Logo/assets/mailstock/mailstock.svg.js.map +1 -1
- package/ui/Elements/Logo/assets/mailwise/mailwiseLogo.svg.js +2 -6
- package/ui/Elements/Logo/assets/mailwise/mailwiseLogo.svg.js.map +1 -1
- package/ui/Elements/Logo/assets/mailwise/mailwiseLogoSmall.svg.js +2 -6
- package/ui/Elements/Logo/assets/mailwise/mailwiseLogoSmall.svg.js.map +1 -1
- package/ui/Elements/Logo/assets/mailwrap/mailwrapLogo.svg.js +2 -6
- package/ui/Elements/Logo/assets/mailwrap/mailwrapLogo.svg.js.map +1 -1
- package/ui/Elements/Logo/index.js +2 -7
- package/ui/Elements/Logo/index.js.map +1 -1
- package/ui/Elements/Pagination/Pagination.js +7 -11
- package/ui/Elements/Pagination/Pagination.js.map +1 -1
- package/ui/Elements/Pagination/index.js +2 -7
- package/ui/Elements/Pagination/index.js.map +1 -1
- package/ui/Elements/Pagination/styled.js +14 -25
- package/ui/Elements/Pagination/styled.js.map +1 -1
- package/ui/Elements/Paragraph/Paragraph.js +3 -7
- package/ui/Elements/Paragraph/Paragraph.js.map +1 -1
- package/ui/Elements/Paragraph/index.js +2 -7
- package/ui/Elements/Paragraph/index.js.map +1 -1
- package/ui/Elements/Portal/index.js +6 -15
- package/ui/Elements/Portal/index.js.map +1 -1
- package/ui/Elements/ProgressBar/ProgressBar.js +4 -8
- package/ui/Elements/ProgressBar/ProgressBar.js.map +1 -1
- package/ui/Elements/ProgressBar/index.js +2 -7
- package/ui/Elements/ProgressBar/index.js.map +1 -1
- package/ui/Elements/ProgressBar/styles.js +14 -22
- package/ui/Elements/ProgressBar/styles.js.map +1 -1
- package/ui/Elements/SimpleLink/SimpleLink.js +7 -15
- package/ui/Elements/SimpleLink/SimpleLink.js.map +1 -1
- package/ui/Elements/SimpleLink/index.js +2 -7
- package/ui/Elements/SimpleLink/index.js.map +1 -1
- package/ui/Elements/SpaceAround/SpaceAround.js +12 -20
- package/ui/Elements/SpaceAround/SpaceAround.js.map +1 -1
- package/ui/Elements/SpaceAround/index.js +2 -7
- package/ui/Elements/SpaceAround/index.js.map +1 -1
- package/ui/Elements/Spinner/Spinner.js +4 -10
- package/ui/Elements/Spinner/Spinner.js.map +1 -1
- package/ui/Elements/Spinner/index.js +2 -7
- package/ui/Elements/Spinner/index.js.map +1 -1
- package/ui/Elements/Spinner/styles.js +9 -16
- package/ui/Elements/Spinner/styles.js.map +1 -1
- package/ui/Elements/Tag/Tag.js +7 -16
- package/ui/Elements/Tag/Tag.js.map +1 -1
- package/ui/Elements/Tag/index.js +2 -7
- package/ui/Elements/Tag/index.js.map +1 -1
- package/ui/Elements/Tag/palletes.js +1 -3
- package/ui/Elements/Tag/palletes.js.map +1 -1
- package/ui/Elements/Text/Text.js +5 -9
- package/ui/Elements/Text/Text.js.map +1 -1
- package/ui/Elements/Toast/Toast.js +10 -18
- package/ui/Elements/Toast/Toast.js.map +1 -1
- package/ui/Elements/Toast/index.js +2 -7
- package/ui/Elements/Toast/index.js.map +1 -1
- package/ui/Elements/Toggle/Toggle.js +15 -23
- package/ui/Elements/Toggle/Toggle.js.map +1 -1
- package/ui/Elements/Toggle/index.js +2 -7
- package/ui/Elements/Toggle/index.js.map +1 -1
- package/ui/Elements/Typography/Typography.js +17 -31
- package/ui/Elements/Typography/Typography.js.map +1 -1
- package/ui/Elements/Typography/index.js +3 -19
- package/ui/Elements/Typography/index.js.map +1 -1
- package/ui/Forms/Checkbox/Checkbox.js +9 -13
- package/ui/Forms/Checkbox/Checkbox.js.map +1 -1
- package/ui/Forms/Checkbox/index.js +2 -7
- package/ui/Forms/Checkbox/index.js.map +1 -1
- package/ui/Forms/Checkbox/styles.js +9 -18
- package/ui/Forms/Checkbox/styles.js.map +1 -1
- package/ui/Forms/Input/Input.js +19 -21
- package/ui/Forms/Input/Input.js.map +1 -1
- package/ui/Forms/Input/index.js +2 -7
- package/ui/Forms/Input/index.js.map +1 -1
- package/ui/Forms/Input/styles.js +19 -32
- package/ui/Forms/Input/styles.js.map +1 -1
- package/ui/Forms/RadioButton/RadioButton.js +6 -10
- package/ui/Forms/RadioButton/RadioButton.js.map +1 -1
- package/ui/Forms/RadioButton/index.js +2 -7
- package/ui/Forms/RadioButton/index.js.map +1 -1
- package/ui/Forms/RadioButton/styles.js +9 -20
- package/ui/Forms/RadioButton/styles.js.map +1 -1
- package/ui/ThemeProvider/ThemeProvider.js +5 -9
- package/ui/ThemeProvider/ThemeProvider.js.map +1 -1
- package/ui/ThemeProvider/index.js +2 -7
- package/ui/ThemeProvider/index.js.map +1 -1
- package/ui/ThemeProvider/themes/default.js +1 -5
- package/ui/ThemeProvider/themes/default.js.map +1 -1
- package/ui/ThemeProvider/themes/index.js +7 -11
- package/ui/ThemeProvider/themes/index.js.map +1 -1
- package/ui/ThemeProvider/themes/light.js +1 -5
- package/ui/ThemeProvider/themes/light.js.map +1 -1
- package/ui/ThemeProvider/themes/mailwise.js +1 -5
- package/ui/ThemeProvider/themes/mailwise.js.map +1 -1
- package/ui/dts/Blocks/Modal/index.d.ts +4 -2
- package/ui/dts/Elements/Card/index.d.ts +2 -2
- package/ui/dts/ThemeProvider/index.d.ts +0 -1
- package/ui/index.js +45 -113
- package/ui/index.js.map +1 -1
- package/ui/utils/CreateRgba/createRgba.js +6 -15
- package/ui/utils/CreateRgba/createRgba.js.map +1 -1
- package/ui/utils/KeyPress/KeyPress.js +4 -8
- package/ui/utils/KeyPress/KeyPress.js.map +1 -1
- package/ui/utils/KeyPress/index.js +2 -6
- package/ui/utils/KeyPress/index.js.map +1 -1
- package/ui/utils/index.js +5 -11
- package/ui/utils/index.js.map +1 -1
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import { __assign } from 'tslib';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
3
|
|
|
3
|
-
var
|
|
4
|
-
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var FlagCZ = function (props) { return (jsxs("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", id: "flag-icons-cz", viewBox: "0 0 640 480", height: "1em", width: "1em" }, props, { children: [jsx("path", { fill: "#fff", d: "M0 0h640v240H0z" }), jsx("path", { fill: "#d7141a", d: "M0 240h640v240H0z" }), jsx("path", { fill: "#11457e", d: "M360 240 0 0v480z" })] }))); };
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
exports.FlagCZ = FlagCZ;
|
|
6
|
+
export { FlagCZ };
|
|
9
7
|
//# sourceMappingURL=FlagCZ.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FlagCZ.js","sources":["../../../../../packages/ui/Elements/Icon/icons/FlagCZ.tsx"],"sourcesContent":["import { __assign } from \"tslib\";\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nexport var FlagCZ = function (props) { return (_jsxs(\"svg\", __assign({ xmlns: \"http://www.w3.org/2000/svg\", id: \"flag-icons-cz\", viewBox: \"0 0 640 480\", height: \"1em\", width: \"1em\" }, props, { children: [_jsx(\"path\", { fill: \"#fff\", d: \"M0 0h640v240H0z\" }), _jsx(\"path\", { fill: \"#d7141a\", d: \"M0 240h640v240H0z\" }), _jsx(\"path\", { fill: \"#11457e\", d: \"M360 240 0 0v480z\" })] }))); };\n//# sourceMappingURL=FlagCZ.js.map"],"names":["_jsxs","
|
|
1
|
+
{"version":3,"file":"FlagCZ.js","sources":["../../../../../packages/ui/Elements/Icon/icons/FlagCZ.tsx"],"sourcesContent":["import { __assign } from \"tslib\";\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nexport var FlagCZ = function (props) { return (_jsxs(\"svg\", __assign({ xmlns: \"http://www.w3.org/2000/svg\", id: \"flag-icons-cz\", viewBox: \"0 0 640 480\", height: \"1em\", width: \"1em\" }, props, { children: [_jsx(\"path\", { fill: \"#fff\", d: \"M0 0h640v240H0z\" }), _jsx(\"path\", { fill: \"#d7141a\", d: \"M0 240h640v240H0z\" }), _jsx(\"path\", { fill: \"#11457e\", d: \"M360 240 0 0v480z\" })] }))); };\n//# sourceMappingURL=FlagCZ.js.map"],"names":["_jsxs","_jsx"],"mappings":";;;AAEU,IAAC,MAAM,GAAG,UAAU,KAAK,EAAE,EAAE,QAAQA,IAAK,CAAC,KAAK,EAAE,QAAQ,CAAC,EAAE,KAAK,EAAE,4BAA4B,EAAE,EAAE,EAAE,eAAe,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,EAAE,QAAQ,EAAE,CAACC,GAAI,CAAC,MAAM,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,EAAE,iBAAiB,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAE,mBAAmB,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAE,mBAAmB,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE;;;;"}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import { __assign } from 'tslib';
|
|
2
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
3
|
|
|
3
|
-
var
|
|
4
|
-
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var FlagUSA = function (props) { return (jsx("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", id: "flag-icons-us", viewBox: "0 0 640 480", height: "1em", width: "1em" }, props, { children: jsxs("g", { fillRule: "evenodd", children: [jsxs("g", { strokeWidth: "1pt", children: [jsx("path", { fill: "#bd3d44", d: "M0 0h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8V197H0zm0 78.8h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8v39.4H0zm0 78.8h972.8V512H0z", transform: "scale(.9375)" }), jsx("path", { fill: "#fff", d: "M0 39.4h972.8v39.4H0zm0 78.8h972.8v39.3H0zm0 78.7h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8v39.4H0z", transform: "scale(.9375)" })] }), jsx("path", { fill: "#192f5d", d: "M0 0h389.1v275.7H0z", transform: "scale(.9375)" }), jsx("path", { fill: "#fff", d: "M32.4 11.8 36 22.7h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9H177l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 39.4l3.5 10.9h11.5L70.6 57 74 67.9l-9-6.7-9.3 6.7L59 57l-9-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7L124 57l-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5L330 57l3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 66.9 36 78h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7H29zm64.9 0 3.5 11h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zm64.8 0 3.6 11H177l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7h11.5zm64.9 0 3.5 11H242l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 11h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.2-6.7h11.4zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.5zM64.9 94.5l3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 122.1 36 133h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9H177l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 149.7l3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zM32.4 177.2l3.6 11h11.4l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 11H177l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 11H242l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 11h11.4l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 204.8l3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 232.4l3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.3-6.7H29zm64.9 0 3.5 10.9h11.5L103 250l3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 10.9H177l-9 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.5z", transform: "scale(.9375)" })] }) }))); };
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
exports.FlagUSA = FlagUSA;
|
|
6
|
+
export { FlagUSA };
|
|
9
7
|
//# sourceMappingURL=FlagUSA.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FlagUSA.js","sources":["../../../../../packages/ui/Elements/Icon/icons/FlagUSA.tsx"],"sourcesContent":["import { __assign } from \"tslib\";\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nexport var FlagUSA = function (props) { return (_jsx(\"svg\", __assign({ xmlns: \"http://www.w3.org/2000/svg\", id: \"flag-icons-us\", viewBox: \"0 0 640 480\", height: \"1em\", width: \"1em\" }, props, { children: _jsxs(\"g\", { fillRule: \"evenodd\", children: [_jsxs(\"g\", { strokeWidth: \"1pt\", children: [_jsx(\"path\", { fill: \"#bd3d44\", d: \"M0 0h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8V197H0zm0 78.8h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8v39.4H0zm0 78.8h972.8V512H0z\", transform: \"scale(.9375)\" }), _jsx(\"path\", { fill: \"#fff\", d: \"M0 39.4h972.8v39.4H0zm0 78.8h972.8v39.3H0zm0 78.7h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8v39.4H0z\", transform: \"scale(.9375)\" })] }), _jsx(\"path\", { fill: \"#192f5d\", d: \"M0 0h389.1v275.7H0z\", transform: \"scale(.9375)\" }), _jsx(\"path\", { fill: \"#fff\", d: \"M32.4 11.8 36 22.7h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9H177l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 39.4l3.5 10.9h11.5L70.6 57 74 67.9l-9-6.7-9.3 6.7L59 57l-9-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7L124 57l-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5L330 57l3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 66.9 36 78h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7H29zm64.9 0 3.5 11h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zm64.8 0 3.6 11H177l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7h11.5zm64.9 0 3.5 11H242l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 11h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.2-6.7h11.4zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.5zM64.9 94.5l3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 122.1 36 133h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9H177l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 149.7l3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zM32.4 177.2l3.6 11h11.4l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 11H177l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 11H242l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 11h11.4l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 204.8l3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 232.4l3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.3-6.7H29zm64.9 0 3.5 10.9h11.5L103 250l3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 10.9H177l-9 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.5z\", transform: \"scale(.9375)\" })] }) }))); };\n//# sourceMappingURL=FlagUSA.js.map"],"names":["_jsx","
|
|
1
|
+
{"version":3,"file":"FlagUSA.js","sources":["../../../../../packages/ui/Elements/Icon/icons/FlagUSA.tsx"],"sourcesContent":["import { __assign } from \"tslib\";\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nexport var FlagUSA = function (props) { return (_jsx(\"svg\", __assign({ xmlns: \"http://www.w3.org/2000/svg\", id: \"flag-icons-us\", viewBox: \"0 0 640 480\", height: \"1em\", width: \"1em\" }, props, { children: _jsxs(\"g\", { fillRule: \"evenodd\", children: [_jsxs(\"g\", { strokeWidth: \"1pt\", children: [_jsx(\"path\", { fill: \"#bd3d44\", d: \"M0 0h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8V197H0zm0 78.8h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8v39.4H0zm0 78.8h972.8V512H0z\", transform: \"scale(.9375)\" }), _jsx(\"path\", { fill: \"#fff\", d: \"M0 39.4h972.8v39.4H0zm0 78.8h972.8v39.3H0zm0 78.7h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8v39.4H0z\", transform: \"scale(.9375)\" })] }), _jsx(\"path\", { fill: \"#192f5d\", d: \"M0 0h389.1v275.7H0z\", transform: \"scale(.9375)\" }), _jsx(\"path\", { fill: \"#fff\", d: \"M32.4 11.8 36 22.7h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9H177l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 39.4l3.5 10.9h11.5L70.6 57 74 67.9l-9-6.7-9.3 6.7L59 57l-9-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7L124 57l-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5L330 57l3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 66.9 36 78h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7H29zm64.9 0 3.5 11h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zm64.8 0 3.6 11H177l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7h11.5zm64.9 0 3.5 11H242l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 11h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.2-6.7h11.4zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.5zM64.9 94.5l3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 122.1 36 133h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9H177l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 149.7l3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zM32.4 177.2l3.6 11h11.4l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 11H177l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 11H242l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 11h11.4l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 204.8l3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 232.4l3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.3-6.7H29zm64.9 0 3.5 10.9h11.5L103 250l3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 10.9H177l-9 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.5z\", transform: \"scale(.9375)\" })] }) }))); };\n//# sourceMappingURL=FlagUSA.js.map"],"names":["_jsx","_jsxs"],"mappings":";;;AAEU,IAAC,OAAO,GAAG,UAAU,KAAK,EAAE,EAAE,QAAQA,GAAI,CAAC,KAAK,EAAE,QAAQ,CAAC,EAAE,KAAK,EAAE,4BAA4B,EAAE,EAAE,EAAE,eAAe,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,EAAE,QAAQ,EAAEC,IAAK,CAAC,GAAG,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,CAACA,IAAK,CAAC,GAAG,EAAE,EAAE,WAAW,EAAE,KAAK,EAAE,QAAQ,EAAE,CAACD,GAAI,CAAC,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAE,gJAAgJ,EAAE,SAAS,EAAE,cAAc,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,EAAE,gIAAgI,EAAE,SAAS,EAAE,cAAc,EAAE,CAAC,CAAC,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAE,qBAAqB,EAAE,SAAS,EAAE,cAAc,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,EAAE,6sHAA6sH,EAAE,SAAS,EAAE,cAAc,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE;;;;"}
|
|
@@ -1,14 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
import Icon from './Icon.js';
|
|
2
|
+
export { iconDictionary } from './Icon.js';
|
|
3
|
+
import 'tslib';
|
|
4
|
+
import 'react/jsx-runtime';
|
|
2
5
|
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
6
|
|
|
5
|
-
var Icon = require('./Icon.js');
|
|
6
|
-
require('tslib');
|
|
7
|
-
require('react/jsx-runtime');
|
|
8
7
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
exports.Icon = Icon.default;
|
|
12
|
-
exports.default = Icon.default;
|
|
13
|
-
exports.iconDictionary = Icon.iconDictionary;
|
|
8
|
+
export { Icon, Icon as default };
|
|
14
9
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
|
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
var tslib = require('tslib');
|
|
6
|
-
var jsxRuntime = require('react/jsx-runtime');
|
|
7
|
-
var reactImage = require('react-image');
|
|
1
|
+
import { __assign } from 'tslib';
|
|
2
|
+
import { jsx } from 'react/jsx-runtime';
|
|
3
|
+
import { Img } from 'react-image';
|
|
8
4
|
|
|
9
5
|
var formatScrSet = function (srcSet, imageProps) {
|
|
10
6
|
return Object.entries(srcSet)
|
|
@@ -16,8 +12,8 @@ var formatScrSet = function (srcSet, imageProps) {
|
|
|
16
12
|
};
|
|
17
13
|
var Image = function (props) {
|
|
18
14
|
var srcSetString = props.srcSet ? formatScrSet(props.srcSet) : undefined;
|
|
19
|
-
return
|
|
15
|
+
return jsx(Img, __assign({}, props, { srcSet: srcSetString, src: props.src }));
|
|
20
16
|
};
|
|
21
17
|
|
|
22
|
-
|
|
18
|
+
export { Image as default };
|
|
23
19
|
//# sourceMappingURL=Image.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Image.js","sources":["../../../../packages/ui/Elements/Image/Image.tsx"],"sourcesContent":["import { __assign } from \"tslib\";\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport { Img } from 'react-image';\nvar formatScrSet = function (srcSet, imageProps) {\n return Object.entries(srcSet)\n .map(function (_a) {\n var width = _a[0], src = _a[1];\n return \"\".concat(src, \" \").concat(width);\n })\n .join(', ');\n};\nvar Image = function (props) {\n var srcSetString = props.srcSet ? formatScrSet(props.srcSet, props) : undefined;\n return _jsx(Img, __assign({}, props, { srcSet: srcSetString, src: props.src }));\n};\nexport default Image;\n//# sourceMappingURL=Image.js.map"],"names":["_jsx"
|
|
1
|
+
{"version":3,"file":"Image.js","sources":["../../../../packages/ui/Elements/Image/Image.tsx"],"sourcesContent":["import { __assign } from \"tslib\";\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport { Img } from 'react-image';\nvar formatScrSet = function (srcSet, imageProps) {\n return Object.entries(srcSet)\n .map(function (_a) {\n var width = _a[0], src = _a[1];\n return \"\".concat(src, \" \").concat(width);\n })\n .join(', ');\n};\nvar Image = function (props) {\n var srcSetString = props.srcSet ? formatScrSet(props.srcSet, props) : undefined;\n return _jsx(Img, __assign({}, props, { srcSet: srcSetString, src: props.src }));\n};\nexport default Image;\n//# sourceMappingURL=Image.js.map"],"names":["_jsx"],"mappings":";;;;AAGA,IAAI,YAAY,GAAG,UAAU,MAAM,EAAE,UAAU,EAAE;AACjD,IAAI,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC;AACjC,SAAS,GAAG,CAAC,UAAU,EAAE,EAAE;AAC3B,QAAQ,IAAI,KAAK,GAAG,EAAE,CAAC,CAAC,CAAC,EAAE,GAAG,GAAG,EAAE,CAAC,CAAC,CAAC,CAAC;AACvC,QAAQ,OAAO,EAAE,CAAC,MAAM,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;AACjD,KAAK,CAAC;AACN,SAAS,IAAI,CAAC,IAAI,CAAC,CAAC;AACpB,CAAC,CAAC;AACC,IAAC,KAAK,GAAG,UAAU,KAAK,EAAE;AAC7B,IAAI,IAAI,YAAY,GAAG,KAAK,CAAC,MAAM,GAAG,YAAY,CAAC,KAAK,CAAC,MAAa,CAAC,GAAG,SAAS,CAAC;AACpF,IAAI,OAAOA,GAAI,CAAC,GAAG,EAAE,QAAQ,CAAC,EAAE,EAAE,KAAK,EAAE,EAAE,MAAM,EAAE,YAAY,EAAE,GAAG,EAAE,KAAK,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;AACpF;;;;"}
|
|
@@ -1,11 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import Image from './Image.js';
|
|
2
2
|
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
3
|
|
|
5
|
-
var Image = require('./Image.js');
|
|
6
4
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
exports.Image = Image.default;
|
|
10
|
-
exports.default = Image.default;
|
|
5
|
+
export { Image, Image as default };
|
|
11
6
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
import { __makeTemplateObject } from 'tslib';
|
|
2
|
+
import styled, { css, th, system } from '@xstyled/styled-components';
|
|
2
3
|
|
|
3
|
-
var
|
|
4
|
-
var styled = require('@xstyled/styled-components');
|
|
5
|
-
|
|
6
|
-
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
7
|
-
|
|
8
|
-
var styled__default = /*#__PURE__*/_interopDefaultCompat(styled);
|
|
9
|
-
|
|
10
|
-
var style = styled.css(templateObject_1 || (templateObject_1 = tslib.__makeTemplateObject(["\n color: ", ";\n font-family: ", ";\n font-weight: bold;\n display: block;\n margin-bottom: 6px;\n"], ["\n color: ", ";\n font-family: ", ";\n font-weight: bold;\n display: block;\n margin-bottom: 6px;\n"])), function (_a) {
|
|
4
|
+
var style = css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n color: ", ";\n font-family: ", ";\n font-weight: bold;\n display: block;\n margin-bottom: 6px;\n"], ["\n color: ", ";\n font-family: ", ";\n font-weight: bold;\n display: block;\n margin-bottom: 6px;\n"])), function (_a) {
|
|
11
5
|
var $isInvalid = _a.$isInvalid;
|
|
12
|
-
return ($isInvalid ?
|
|
13
|
-
},
|
|
14
|
-
var Label =
|
|
6
|
+
return ($isInvalid ? th.color('red1') : th.color('typoPrimary'));
|
|
7
|
+
}, th('fonts.primary'));
|
|
8
|
+
var Label = styled.label(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n margin-left: 8px;\n ", ";\n ", "\n ", ";\n"], ["\n margin-left: 8px;\n ", ";\n ", "\n ", ";\n"])), style, function (_a) {
|
|
15
9
|
var fontSize = _a.fontSize;
|
|
16
10
|
return fontSize
|
|
17
|
-
?
|
|
18
|
-
},
|
|
19
|
-
var FieldLabel =
|
|
11
|
+
? css(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n font-size: ", ";\n "], ["\n font-size: ", ";\n "])), fontSize) : null;
|
|
12
|
+
}, system);
|
|
13
|
+
var FieldLabel = styled.label(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n ", ";\n font-size: 12px;\n"], ["\n ", ";\n font-size: 12px;\n"])), style);
|
|
20
14
|
var templateObject_1, templateObject_2, templateObject_3, templateObject_4;
|
|
21
15
|
|
|
22
|
-
|
|
23
|
-
exports.Label = Label;
|
|
16
|
+
export { FieldLabel, Label };
|
|
24
17
|
//# sourceMappingURL=Label.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Label.js","sources":["../../../../packages/ui/Elements/Label/Label.tsx"],"sourcesContent":["import { __makeTemplateObject } from \"tslib\";\nimport styled, { css } from '@xstyled/styled-components';\nimport { system, th } from '@xstyled/styled-components';\nvar style = css(templateObject_1 || (templateObject_1 = __makeTemplateObject([\"\\n color: \", \";\\n font-family: \", \";\\n font-weight: bold;\\n display: block;\\n margin-bottom: 6px;\\n\"], [\"\\n color: \", \";\\n font-family: \", \";\\n font-weight: bold;\\n display: block;\\n margin-bottom: 6px;\\n\"])), function (_a) {\n var $isInvalid = _a.$isInvalid;\n return ($isInvalid ? th.color('red1') : th.color('typoPrimary'));\n}, th('fonts.primary'));\nexport var Label = styled.label(templateObject_3 || (templateObject_3 = __makeTemplateObject([\"\\n margin-left: 8px;\\n \", \";\\n \", \"\\n \", \";\\n\"], [\"\\n margin-left: 8px;\\n \", \";\\n \", \"\\n \", \";\\n\"])), style, function (_a) {\n var fontSize = _a.fontSize;\n return fontSize\n ? css(templateObject_2 || (templateObject_2 = __makeTemplateObject([\"\\n font-size: \", \";\\n \"], [\"\\n font-size: \", \";\\n \"])), fontSize) : null;\n}, system);\nexport var FieldLabel = styled.label(templateObject_4 || (templateObject_4 = __makeTemplateObject([\"\\n \", \";\\n font-size: 12px;\\n\"], [\"\\n \", \";\\n font-size: 12px;\\n\"])), style);\nvar templateObject_1, templateObject_2, templateObject_3, templateObject_4;\n//# sourceMappingURL=Label.js.map"],"names":[
|
|
1
|
+
{"version":3,"file":"Label.js","sources":["../../../../packages/ui/Elements/Label/Label.tsx"],"sourcesContent":["import { __makeTemplateObject } from \"tslib\";\nimport styled, { css } from '@xstyled/styled-components';\nimport { system, th } from '@xstyled/styled-components';\nvar style = css(templateObject_1 || (templateObject_1 = __makeTemplateObject([\"\\n color: \", \";\\n font-family: \", \";\\n font-weight: bold;\\n display: block;\\n margin-bottom: 6px;\\n\"], [\"\\n color: \", \";\\n font-family: \", \";\\n font-weight: bold;\\n display: block;\\n margin-bottom: 6px;\\n\"])), function (_a) {\n var $isInvalid = _a.$isInvalid;\n return ($isInvalid ? th.color('red1') : th.color('typoPrimary'));\n}, th('fonts.primary'));\nexport var Label = styled.label(templateObject_3 || (templateObject_3 = __makeTemplateObject([\"\\n margin-left: 8px;\\n \", \";\\n \", \"\\n \", \";\\n\"], [\"\\n margin-left: 8px;\\n \", \";\\n \", \"\\n \", \";\\n\"])), style, function (_a) {\n var fontSize = _a.fontSize;\n return fontSize\n ? css(templateObject_2 || (templateObject_2 = __makeTemplateObject([\"\\n font-size: \", \";\\n \"], [\"\\n font-size: \", \";\\n \"])), fontSize) : null;\n}, system);\nexport var FieldLabel = styled.label(templateObject_4 || (templateObject_4 = __makeTemplateObject([\"\\n \", \";\\n font-size: 12px;\\n\"], [\"\\n \", \";\\n font-size: 12px;\\n\"])), style);\nvar templateObject_1, templateObject_2, templateObject_3, templateObject_4;\n//# sourceMappingURL=Label.js.map"],"names":[],"mappings":";;;AAGA,IAAI,KAAK,GAAG,GAAG,CAAC,gBAAgB,KAAK,gBAAgB,GAAG,oBAAoB,CAAC,CAAC,aAAa,EAAE,oBAAoB,EAAE,qEAAqE,CAAC,EAAE,CAAC,aAAa,EAAE,oBAAoB,EAAE,qEAAqE,CAAC,CAAC,CAAC,EAAE,UAAU,EAAE,EAAE;AACzT,IAAI,IAAI,UAAU,GAAG,EAAE,CAAC,UAAU,CAAC;AACnC,IAAI,QAAQ,UAAU,GAAG,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC,GAAG,EAAE,CAAC,KAAK,CAAC,aAAa,CAAC,EAAE;AACrE,CAAC,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,CAAC;AACd,IAAC,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC,gBAAgB,KAAK,gBAAgB,GAAG,oBAAoB,CAAC,CAAC,2BAA2B,EAAE,OAAO,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,2BAA2B,EAAE,OAAO,EAAE,MAAM,EAAE,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,UAAU,EAAE,EAAE;AAClO,IAAI,IAAI,QAAQ,GAAG,EAAE,CAAC,QAAQ,CAAC;AAC/B,IAAI,OAAO,QAAQ;AACnB,UAAU,GAAG,CAAC,gBAAgB,KAAK,gBAAgB,GAAG,oBAAoB,CAAC,CAAC,yBAAyB,EAAE,aAAa,CAAC,EAAE,CAAC,yBAAyB,EAAE,aAAa,CAAC,CAAC,CAAC,EAAE,QAAQ,CAAC,GAAG,IAAI,CAAC;AACtL,CAAC,EAAE,MAAM,EAAE;AACD,IAAC,UAAU,GAAG,MAAM,CAAC,KAAK,CAAC,gBAAgB,KAAK,gBAAgB,GAAG,oBAAoB,CAAC,CAAC,MAAM,EAAE,yBAAyB,CAAC,EAAE,CAAC,MAAM,EAAE,yBAAyB,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE;AACrL,IAAI,gBAAgB,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,gBAAgB;;;;"}
|
|
@@ -1,12 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import { Label } from './Label.js';
|
|
2
|
+
export { FieldLabel } from './Label.js';
|
|
2
3
|
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var Label = require('./Label.js');
|
|
6
5
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
exports.FieldLabel = Label.FieldLabel;
|
|
10
|
-
exports.Label = Label.Label;
|
|
11
|
-
exports.default = Label.Label;
|
|
6
|
+
export { Label, Label as default };
|
|
12
7
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
|
package/ui/Elements/Line/Line.js
CHANGED
|
@@ -1,14 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
var tslib = require('tslib');
|
|
6
|
-
var jsxRuntime = require('react/jsx-runtime');
|
|
7
|
-
var styled = require('@xstyled/styled-components');
|
|
8
|
-
|
|
9
|
-
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
10
|
-
|
|
11
|
-
var styled__default = /*#__PURE__*/_interopDefaultCompat(styled);
|
|
1
|
+
import { __makeTemplateObject } from 'tslib';
|
|
2
|
+
import { jsx } from 'react/jsx-runtime';
|
|
3
|
+
import styled from '@xstyled/styled-components';
|
|
12
4
|
|
|
13
5
|
var gabs = {
|
|
14
6
|
none: 0,
|
|
@@ -16,7 +8,7 @@ var gabs = {
|
|
|
16
8
|
medium: '10px',
|
|
17
9
|
large: '20px',
|
|
18
10
|
};
|
|
19
|
-
var LineComponent =
|
|
11
|
+
var LineComponent = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 100%;\n border-bottom: 1px ", ";\n border-bottom-color: lightGray3;\n margin: ", ";\n"], ["\n width: 100%;\n border-bottom: 1px ", ";\n border-bottom-color: lightGray3;\n margin: ", ";\n"])), function (_a) {
|
|
20
12
|
var variant = _a.variant;
|
|
21
13
|
return variant;
|
|
22
14
|
}, function (_a) {
|
|
@@ -25,9 +17,9 @@ var LineComponent = styled__default.default.div(templateObject_1 || (templateObj
|
|
|
25
17
|
});
|
|
26
18
|
var Line = function (_a) {
|
|
27
19
|
var _b = _a.gab, gab = _b === void 0 ? 'none' : _b, _c = _a.gabTop, gabTop = _c === void 0 ? 'none' : _c, _d = _a.gabBottom, gabBottom = _d === void 0 ? 'none' : _d, _e = _a.variant, variant = _e === void 0 ? 'solid' : _e;
|
|
28
|
-
return (
|
|
20
|
+
return (jsx(LineComponent, { gab: gab, gabTop: gabTop, gabBottom: gabBottom, variant: variant }));
|
|
29
21
|
};
|
|
30
22
|
var templateObject_1;
|
|
31
23
|
|
|
32
|
-
|
|
24
|
+
export { Line as default };
|
|
33
25
|
//# sourceMappingURL=Line.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Line.js","sources":["../../../../packages/ui/Elements/Line/Line.tsx"],"sourcesContent":["import { __makeTemplateObject } from \"tslib\";\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport styled from '@xstyled/styled-components';\nvar gabs = {\n none: 0,\n small: '5px',\n medium: '10px',\n large: '20px',\n};\nvar LineComponent = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject([\"\\n width: 100%;\\n border-bottom: 1px \", \";\\n border-bottom-color: lightGray3;\\n margin: \", \";\\n\"], [\"\\n width: 100%;\\n border-bottom: 1px \", \";\\n border-bottom-color: lightGray3;\\n margin: \", \";\\n\"])), function (_a) {\n var variant = _a.variant;\n return variant;\n}, function (_a) {\n var gab = _a.gab, gabTop = _a.gabTop, gabBottom = _a.gabBottom;\n return \"\".concat(gabs[gab] || gabs[gabTop], \" 0 \").concat(gabs[gab] || gabs[gabBottom]);\n});\nvar Line = function (_a) {\n var _b = _a.gab, gab = _b === void 0 ? 'none' : _b, _c = _a.gabTop, gabTop = _c === void 0 ? 'none' : _c, _d = _a.gabBottom, gabBottom = _d === void 0 ? 'none' : _d, _e = _a.variant, variant = _e === void 0 ? 'solid' : _e;\n return (_jsx(LineComponent, { gab: gab, gabTop: gabTop, gabBottom: gabBottom, variant: variant }));\n};\nexport default Line;\nvar templateObject_1;\n//# sourceMappingURL=Line.js.map"],"names":["
|
|
1
|
+
{"version":3,"file":"Line.js","sources":["../../../../packages/ui/Elements/Line/Line.tsx"],"sourcesContent":["import { __makeTemplateObject } from \"tslib\";\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport styled from '@xstyled/styled-components';\nvar gabs = {\n none: 0,\n small: '5px',\n medium: '10px',\n large: '20px',\n};\nvar LineComponent = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject([\"\\n width: 100%;\\n border-bottom: 1px \", \";\\n border-bottom-color: lightGray3;\\n margin: \", \";\\n\"], [\"\\n width: 100%;\\n border-bottom: 1px \", \";\\n border-bottom-color: lightGray3;\\n margin: \", \";\\n\"])), function (_a) {\n var variant = _a.variant;\n return variant;\n}, function (_a) {\n var gab = _a.gab, gabTop = _a.gabTop, gabBottom = _a.gabBottom;\n return \"\".concat(gabs[gab] || gabs[gabTop], \" 0 \").concat(gabs[gab] || gabs[gabBottom]);\n});\nvar Line = function (_a) {\n var _b = _a.gab, gab = _b === void 0 ? 'none' : _b, _c = _a.gabTop, gabTop = _c === void 0 ? 'none' : _c, _d = _a.gabBottom, gabBottom = _d === void 0 ? 'none' : _d, _e = _a.variant, variant = _e === void 0 ? 'solid' : _e;\n return (_jsx(LineComponent, { gab: gab, gabTop: gabTop, gabBottom: gabBottom, variant: variant }));\n};\nexport default Line;\nvar templateObject_1;\n//# sourceMappingURL=Line.js.map"],"names":["_jsx"],"mappings":";;;;AAGA,IAAI,IAAI,GAAG;AACX,IAAI,IAAI,EAAE,CAAC;AACX,IAAI,KAAK,EAAE,KAAK;AAChB,IAAI,MAAM,EAAE,MAAM;AAClB,IAAI,KAAK,EAAE,MAAM;AACjB,CAAC,CAAC;AACF,IAAI,aAAa,GAAG,MAAM,CAAC,GAAG,CAAC,gBAAgB,KAAK,gBAAgB,GAAG,oBAAoB,CAAC,CAAC,yCAAyC,EAAE,mDAAmD,EAAE,KAAK,CAAC,EAAE,CAAC,yCAAyC,EAAE,mDAAmD,EAAE,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,EAAE,EAAE;AAC9T,IAAI,IAAI,OAAO,GAAG,EAAE,CAAC,OAAO,CAAC;AAC7B,IAAI,OAAO,OAAO,CAAC;AACnB,CAAC,EAAE,UAAU,EAAE,EAAE;AACjB,IAAI,IAAI,GAAG,GAAG,EAAE,CAAC,GAAG,EAAE,MAAM,GAAG,EAAE,CAAC,MAAM,EAAE,SAAS,GAAG,EAAE,CAAC,SAAS,CAAC;AACnE,IAAI,OAAO,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,IAAI,CAAC,MAAM,CAAC,EAAE,KAAK,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC;AAC5F,CAAC,CAAC,CAAC;AACA,IAAC,IAAI,GAAG,UAAU,EAAE,EAAE;AACzB,IAAI,IAAI,EAAE,GAAG,EAAE,CAAC,GAAG,EAAE,GAAG,GAAG,EAAE,KAAK,KAAK,CAAC,GAAG,MAAM,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,MAAM,EAAE,MAAM,GAAG,EAAE,KAAK,KAAK,CAAC,GAAG,MAAM,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,SAAS,EAAE,SAAS,GAAG,EAAE,KAAK,KAAK,CAAC,GAAG,MAAM,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,OAAO,EAAE,OAAO,GAAG,EAAE,KAAK,KAAK,CAAC,GAAG,OAAO,GAAG,EAAE,CAAC;AAClO,IAAI,QAAQA,GAAI,CAAC,aAAa,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE,OAAO,EAAE,CAAC,EAAE;AACvG,EAAE;AAEF,IAAI,gBAAgB;;;;"}
|
|
@@ -1,11 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import Line from './Line.js';
|
|
2
2
|
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
3
|
|
|
5
|
-
var Line = require('./Line.js');
|
|
6
4
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
exports.Line = Line.default;
|
|
10
|
-
exports.default = Line.default;
|
|
5
|
+
export { Line, Line as default };
|
|
11
6
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
package/ui/Elements/Link/Link.js
CHANGED
|
@@ -1,21 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
import { __makeTemplateObject, __assign } from 'tslib';
|
|
2
|
+
import { jsx } from 'react/jsx-runtime';
|
|
3
|
+
import { NavLink } from 'react-router-dom';
|
|
4
|
+
import styled, { th, css, useTheme } from '@xstyled/styled-components';
|
|
5
|
+
import { createRgba } from '../../utils/CreateRgba/createRgba.js';
|
|
6
|
+
import 'react';
|
|
2
7
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
var tslib = require('tslib');
|
|
6
|
-
var jsxRuntime = require('react/jsx-runtime');
|
|
7
|
-
var reactRouterDom = require('react-router-dom');
|
|
8
|
-
var styled = require('@xstyled/styled-components');
|
|
9
|
-
var createRgba = require('../../utils/CreateRgba/createRgba.js');
|
|
10
|
-
require('react');
|
|
11
|
-
|
|
12
|
-
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
13
|
-
|
|
14
|
-
var styled__default = /*#__PURE__*/_interopDefaultCompat(styled);
|
|
15
|
-
|
|
16
|
-
var StyledLink = styled__default.default(reactRouterDom.NavLink)(templateObject_2 || (templateObject_2 = tslib.__makeTemplateObject(["\n color: ", ";\n cursor: pointer;\n :visited {\n color: ", ";\n }\n :hover {\n color: ", ";\n }\n :active {\n color: ", ";\n }\n :focus {\n outline: none;\n }\n font-family: ", ";\n font-size: ", ";\n\n ", "\n"], ["\n color: ", ";\n cursor: pointer;\n :visited {\n color: ", ";\n }\n :hover {\n color: ", ";\n }\n :active {\n color: ", ";\n }\n :focus {\n outline: none;\n }\n font-family: ", ";\n font-size: ", ";\n\n ", "\n"])), function (_a) {
|
|
8
|
+
var StyledLink = styled(NavLink)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n color: ", ";\n cursor: pointer;\n :visited {\n color: ", ";\n }\n :hover {\n color: ", ";\n }\n :active {\n color: ", ";\n }\n :focus {\n outline: none;\n }\n font-family: ", ";\n font-size: ", ";\n\n ", "\n"], ["\n color: ", ";\n cursor: pointer;\n :visited {\n color: ", ";\n }\n :hover {\n color: ", ";\n }\n :active {\n color: ", ";\n }\n :focus {\n outline: none;\n }\n font-family: ", ";\n font-size: ", ";\n\n ", "\n"])), function (_a) {
|
|
17
9
|
var color = _a.color;
|
|
18
|
-
return createRgba
|
|
10
|
+
return createRgba(color, 0.7);
|
|
19
11
|
}, function (_a) {
|
|
20
12
|
var color = _a.color;
|
|
21
13
|
return color;
|
|
@@ -25,19 +17,19 @@ var StyledLink = styled__default.default(reactRouterDom.NavLink)(templateObject_
|
|
|
25
17
|
}, function (_a) {
|
|
26
18
|
var color = _a.color;
|
|
27
19
|
return color;
|
|
28
|
-
},
|
|
20
|
+
}, th('fonts.primary'), function (_a) {
|
|
29
21
|
var size = _a.size;
|
|
30
22
|
return size;
|
|
31
23
|
}, function (_a) {
|
|
32
24
|
var disabled = _a.disabled;
|
|
33
25
|
return disabled
|
|
34
|
-
?
|
|
26
|
+
? css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n pointer-events: none;\n opacity: 0.5;\n "], ["\n pointer-events: none;\n opacity: 0.5;\n "]))) : null;
|
|
35
27
|
});
|
|
36
28
|
var Link = function (props) {
|
|
37
|
-
var theme =
|
|
38
|
-
var themeColor = props.color ?
|
|
39
|
-
var themeFontSize =
|
|
40
|
-
return (
|
|
29
|
+
var theme = useTheme();
|
|
30
|
+
var themeColor = props.color ? th.color(props.color)({ theme: theme }) : undefined;
|
|
31
|
+
var themeFontSize = th.fontSize(props.size)({ theme: theme });
|
|
32
|
+
return (jsx(StyledLink, __assign({}, props, { color: themeColor, size: themeFontSize, children: props.children })));
|
|
41
33
|
};
|
|
42
34
|
Link.defaultProps = {
|
|
43
35
|
to: '',
|
|
@@ -49,5 +41,5 @@ Link.defaultProps = {
|
|
|
49
41
|
};
|
|
50
42
|
var templateObject_1, templateObject_2;
|
|
51
43
|
|
|
52
|
-
|
|
44
|
+
export { Link as default };
|
|
53
45
|
//# sourceMappingURL=Link.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Link.js","sources":["../../../../packages/ui/Elements/Link/Link.tsx"],"sourcesContent":["import { __assign, __makeTemplateObject } from \"tslib\";\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport { NavLink as ReactLink } from 'react-router-dom';\nimport styled, { css, useTheme } from '@xstyled/styled-components';\nimport { th } from '@xstyled/styled-components';\nimport { createRgba } from '../../utils';\nvar StyledLink = styled(ReactLink)(templateObject_2 || (templateObject_2 = __makeTemplateObject([\"\\n color: \", \";\\n cursor: pointer;\\n :visited {\\n color: \", \";\\n }\\n :hover {\\n color: \", \";\\n }\\n :active {\\n color: \", \";\\n }\\n :focus {\\n outline: none;\\n }\\n font-family: \", \";\\n font-size: \", \";\\n\\n \", \"\\n\"], [\"\\n color: \", \";\\n cursor: pointer;\\n :visited {\\n color: \", \";\\n }\\n :hover {\\n color: \", \";\\n }\\n :active {\\n color: \", \";\\n }\\n :focus {\\n outline: none;\\n }\\n font-family: \", \";\\n font-size: \", \";\\n\\n \", \"\\n\"])), function (_a) {\n var color = _a.color;\n return createRgba(color, 0.7);\n}, function (_a) {\n var color = _a.color;\n return color;\n}, function (_a) {\n var color = _a.color;\n return color;\n}, function (_a) {\n var color = _a.color;\n return color;\n}, th('fonts.primary'), function (_a) {\n var size = _a.size;\n return size;\n}, function (_a) {\n var disabled = _a.disabled;\n return disabled\n ? css(templateObject_1 || (templateObject_1 = __makeTemplateObject([\"\\n pointer-events: none;\\n opacity: 0.5;\\n \"], [\"\\n pointer-events: none;\\n opacity: 0.5;\\n \"]))) : null;\n});\nvar Link = function (props) {\n var theme = useTheme();\n var themeColor = props.color ? th.color(props.color)({ theme: theme }) : undefined;\n var themeFontSize = th.fontSize(props.size)({ theme: theme });\n return (_jsx(StyledLink, __assign({}, props, { color: themeColor, size: themeFontSize, children: props.children })));\n};\nLink.defaultProps = {\n to: '',\n color: 'linkColor',\n disabled: false,\n size: 1,\n padding: '0',\n replace: false,\n};\nexport default Link;\nvar templateObject_1, templateObject_2;\n//# sourceMappingURL=Link.js.map"],"names":["
|
|
1
|
+
{"version":3,"file":"Link.js","sources":["../../../../packages/ui/Elements/Link/Link.tsx"],"sourcesContent":["import { __assign, __makeTemplateObject } from \"tslib\";\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport { NavLink as ReactLink } from 'react-router-dom';\nimport styled, { css, useTheme } from '@xstyled/styled-components';\nimport { th } from '@xstyled/styled-components';\nimport { createRgba } from '../../utils';\nvar StyledLink = styled(ReactLink)(templateObject_2 || (templateObject_2 = __makeTemplateObject([\"\\n color: \", \";\\n cursor: pointer;\\n :visited {\\n color: \", \";\\n }\\n :hover {\\n color: \", \";\\n }\\n :active {\\n color: \", \";\\n }\\n :focus {\\n outline: none;\\n }\\n font-family: \", \";\\n font-size: \", \";\\n\\n \", \"\\n\"], [\"\\n color: \", \";\\n cursor: pointer;\\n :visited {\\n color: \", \";\\n }\\n :hover {\\n color: \", \";\\n }\\n :active {\\n color: \", \";\\n }\\n :focus {\\n outline: none;\\n }\\n font-family: \", \";\\n font-size: \", \";\\n\\n \", \"\\n\"])), function (_a) {\n var color = _a.color;\n return createRgba(color, 0.7);\n}, function (_a) {\n var color = _a.color;\n return color;\n}, function (_a) {\n var color = _a.color;\n return color;\n}, function (_a) {\n var color = _a.color;\n return color;\n}, th('fonts.primary'), function (_a) {\n var size = _a.size;\n return size;\n}, function (_a) {\n var disabled = _a.disabled;\n return disabled\n ? css(templateObject_1 || (templateObject_1 = __makeTemplateObject([\"\\n pointer-events: none;\\n opacity: 0.5;\\n \"], [\"\\n pointer-events: none;\\n opacity: 0.5;\\n \"]))) : null;\n});\nvar Link = function (props) {\n var theme = useTheme();\n var themeColor = props.color ? th.color(props.color)({ theme: theme }) : undefined;\n var themeFontSize = th.fontSize(props.size)({ theme: theme });\n return (_jsx(StyledLink, __assign({}, props, { color: themeColor, size: themeFontSize, children: props.children })));\n};\nLink.defaultProps = {\n to: '',\n color: 'linkColor',\n disabled: false,\n size: 1,\n padding: '0',\n replace: false,\n};\nexport default Link;\nvar templateObject_1, templateObject_2;\n//# sourceMappingURL=Link.js.map"],"names":["ReactLink","_jsx"],"mappings":";;;;;;;AAMA,IAAI,UAAU,GAAG,MAAM,CAACA,OAAS,CAAC,CAAC,gBAAgB,KAAK,gBAAgB,GAAG,oBAAoB,CAAC,CAAC,aAAa,EAAE,kDAAkD,EAAE,iCAAiC,EAAE,kCAAkC,EAAE,8DAA8D,EAAE,kBAAkB,EAAE,SAAS,EAAE,IAAI,CAAC,EAAE,CAAC,aAAa,EAAE,kDAAkD,EAAE,iCAAiC,EAAE,kCAAkC,EAAE,8DAA8D,EAAE,kBAAkB,EAAE,SAAS,EAAE,IAAI,CAAC,CAAC,CAAC,EAAE,UAAU,EAAE,EAAE;AACllB,IAAI,IAAI,KAAK,GAAG,EAAE,CAAC,KAAK,CAAC;AACzB,IAAI,OAAO,UAAU,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;AAClC,CAAC,EAAE,UAAU,EAAE,EAAE;AACjB,IAAI,IAAI,KAAK,GAAG,EAAE,CAAC,KAAK,CAAC;AACzB,IAAI,OAAO,KAAK,CAAC;AACjB,CAAC,EAAE,UAAU,EAAE,EAAE;AACjB,IAAI,IAAI,KAAK,GAAG,EAAE,CAAC,KAAK,CAAC;AACzB,IAAI,OAAO,KAAK,CAAC;AACjB,CAAC,EAAE,UAAU,EAAE,EAAE;AACjB,IAAI,IAAI,KAAK,GAAG,EAAE,CAAC,KAAK,CAAC;AACzB,IAAI,OAAO,KAAK,CAAC;AACjB,CAAC,EAAE,EAAE,CAAC,eAAe,CAAC,EAAE,UAAU,EAAE,EAAE;AACtC,IAAI,IAAI,IAAI,GAAG,EAAE,CAAC,IAAI,CAAC;AACvB,IAAI,OAAO,IAAI,CAAC;AAChB,CAAC,EAAE,UAAU,EAAE,EAAE;AACjB,IAAI,IAAI,QAAQ,GAAG,EAAE,CAAC,QAAQ,CAAC;AAC/B,IAAI,OAAO,QAAQ;AACnB,UAAU,GAAG,CAAC,gBAAgB,KAAK,gBAAgB,GAAG,oBAAoB,CAAC,CAAC,sEAAsE,CAAC,EAAE,CAAC,sEAAsE,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC;AACxO,CAAC,CAAC,CAAC;AACA,IAAC,IAAI,GAAG,UAAU,KAAK,EAAE;AAC5B,IAAI,IAAI,KAAK,GAAG,QAAQ,EAAE,CAAC;AAC3B,IAAI,IAAI,UAAU,GAAG,KAAK,CAAC,KAAK,GAAG,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC,GAAG,SAAS,CAAC;AACvF,IAAI,IAAI,aAAa,GAAG,EAAE,CAAC,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC,CAAC;AAClE,IAAI,QAAQC,GAAI,CAAC,UAAU,EAAE,QAAQ,CAAC,EAAE,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,UAAU,EAAE,IAAI,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,CAAC,QAAQ,EAAE,CAAC,CAAC,EAAE;AACzH,EAAE;AACF,IAAI,CAAC,YAAY,GAAG;AACpB,IAAI,EAAE,EAAE,EAAE;AACV,IAAI,KAAK,EAAE,WAAW;AACtB,IAAI,QAAQ,EAAE,KAAK;AACnB,IAAI,IAAI,EAAE,CAAC;AACX,IAAI,OAAO,EAAE,GAAG;AAChB,IAAI,OAAO,EAAE,KAAK;AAClB,CAAC,CAAC;AAEF,IAAI,gBAAgB,EAAE,gBAAgB;;;;"}
|
|
@@ -1,11 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import Link from './Link.js';
|
|
2
2
|
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
3
|
|
|
5
|
-
var Link = require('./Link.js');
|
|
6
4
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
exports.Link = Link.default;
|
|
10
|
-
exports.default = Link.default;
|
|
5
|
+
export { Link, Link as default };
|
|
11
6
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
package/ui/Elements/Logo/Logo.js
CHANGED
|
@@ -1,24 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
var mailwiseLogo = require('./assets/mailwise/mailwiseLogo.svg.js');
|
|
15
|
-
var mailwiseLogoSmall = require('./assets/mailwise/mailwiseLogoSmall.svg.js');
|
|
16
|
-
var mailwrapLogo = require('./assets/mailwrap/mailwrapLogo.svg.js');
|
|
17
|
-
var mailstock = require('./assets/mailstock/mailstock.svg.js');
|
|
18
|
-
|
|
19
|
-
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
20
|
-
|
|
21
|
-
var styled__default = /*#__PURE__*/_interopDefaultCompat(styled);
|
|
1
|
+
import { __makeTemplateObject, __rest, __assign } from 'tslib';
|
|
2
|
+
import { jsx } from 'react/jsx-runtime';
|
|
3
|
+
import styled from '@xstyled/styled-components';
|
|
4
|
+
import logoWhiteImage from './assets/mailship/logo_white.png.js';
|
|
5
|
+
import logoBlackImage from './assets/mailship/logo_black.png.js';
|
|
6
|
+
import logoMImage from './assets/mailship/logo_m.png.js';
|
|
7
|
+
import logoSvg from './assets/mailship/mailship-logo.svg.js';
|
|
8
|
+
import logoMailstepBlack from './assets/mailstep/mailstep_black.svg.js';
|
|
9
|
+
import logoMailstepWhite from './assets/mailstep/mailstep_white.svg.js';
|
|
10
|
+
import logoMailwise from './assets/mailwise/mailwiseLogo.svg.js';
|
|
11
|
+
import logoMailwiseSmall from './assets/mailwise/mailwiseLogoSmall.svg.js';
|
|
12
|
+
import logoMailwrap from './assets/mailwrap/mailwrapLogo.svg.js';
|
|
13
|
+
import logoMailstock from './assets/mailstock/mailstock.svg.js';
|
|
22
14
|
|
|
23
15
|
var defaultSizes = {
|
|
24
16
|
small: '31px',
|
|
@@ -27,27 +19,27 @@ var defaultSizes = {
|
|
|
27
19
|
};
|
|
28
20
|
var variantMap = {
|
|
29
21
|
mailship: {
|
|
30
|
-
white:
|
|
31
|
-
black:
|
|
32
|
-
m:
|
|
33
|
-
s:
|
|
22
|
+
white: logoWhiteImage,
|
|
23
|
+
black: logoBlackImage,
|
|
24
|
+
m: logoMImage,
|
|
25
|
+
s: logoSvg,
|
|
34
26
|
},
|
|
35
27
|
mailwise: {
|
|
36
|
-
black:
|
|
37
|
-
s:
|
|
28
|
+
black: logoMailwise,
|
|
29
|
+
s: logoMailwiseSmall,
|
|
38
30
|
},
|
|
39
31
|
mailstock: {
|
|
40
|
-
black:
|
|
32
|
+
black: logoMailstock,
|
|
41
33
|
},
|
|
42
34
|
mailstep: {
|
|
43
|
-
black:
|
|
44
|
-
white:
|
|
35
|
+
black: logoMailstepBlack,
|
|
36
|
+
white: logoMailstepWhite,
|
|
45
37
|
},
|
|
46
38
|
mailwrap: {
|
|
47
|
-
black:
|
|
39
|
+
black: logoMailwrap,
|
|
48
40
|
},
|
|
49
41
|
};
|
|
50
|
-
var StyledImage =
|
|
42
|
+
var StyledImage = styled.img(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: ", ";\n height: ", ";\n"], ["\n width: ", ";\n height: ", ";\n"])), function (_a) {
|
|
51
43
|
var width = _a.width;
|
|
52
44
|
return width || 'auto';
|
|
53
45
|
}, function (_a) {
|
|
@@ -55,16 +47,16 @@ var StyledImage = styled__default.default.img(templateObject_1 || (templateObjec
|
|
|
55
47
|
return height || (width ? 'auto' : size ? defaultSizes[size] : defaultSizes['medium']);
|
|
56
48
|
});
|
|
57
49
|
var Logo = function (_a) {
|
|
58
|
-
var _b = _a.brand, brand = _b === void 0 ? 'mailship' : _b, variant = _a.variant, size = _a.size, width = _a.width, height = _a.height, rest =
|
|
50
|
+
var _b = _a.brand, brand = _b === void 0 ? 'mailship' : _b, variant = _a.variant, size = _a.size, width = _a.width, height = _a.height, rest = __rest(_a, ["brand", "variant", "size", "width", "height"]);
|
|
59
51
|
var variants = variantMap[brand];
|
|
60
52
|
var logo = variants[variant];
|
|
61
53
|
if (!logo) {
|
|
62
54
|
console.warn('No variant for this logo exists.');
|
|
63
55
|
return null;
|
|
64
56
|
}
|
|
65
|
-
return
|
|
57
|
+
return jsx(StyledImage, __assign({ src: logo, size: size, width: width, height: height }, rest));
|
|
66
58
|
};
|
|
67
59
|
var templateObject_1;
|
|
68
60
|
|
|
69
|
-
|
|
61
|
+
export { Logo as default };
|
|
70
62
|
//# sourceMappingURL=Logo.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Logo.js","sources":["../../../../packages/ui/Elements/Logo/Logo.tsx"],"sourcesContent":["import { __assign, __makeTemplateObject, __rest } from \"tslib\";\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport styled from '@xstyled/styled-components';\nimport logoWhiteImage from './assets/mailship/logo_white.png';\nimport logoBlackImage from './assets/mailship/logo_black.png';\nimport logoMImage from './assets/mailship/logo_m.png';\nimport logoSvg from './assets/mailship/mailship-logo.svg';\nimport logoMailstepBlack from './assets/mailstep/mailstep_black.svg';\nimport logoMailstepWhite from './assets/mailstep/mailstep_white.svg';\nimport logoMailwise from './assets/mailwise/mailwiseLogo.svg';\nimport logoMailwiseSmall from './assets/mailwise/mailwiseLogoSmall.svg';\nimport logoMailwrap from './assets/mailwrap/mailwrapLogo.svg';\nimport logoMailstock from './assets/mailstock/mailstock.svg';\nvar defaultSizes = {\n small: '31px',\n medium: '46px',\n big: '61px', // cca 200px width on full logo\n};\nvar variantMap = {\n mailship: {\n white: logoWhiteImage,\n black: logoBlackImage,\n m: logoMImage,\n s: logoSvg,\n },\n mailwise: {\n black: logoMailwise,\n s: logoMailwiseSmall,\n },\n mailstock: {\n black: logoMailstock,\n },\n mailstep: {\n black: logoMailstepBlack,\n white: logoMailstepWhite,\n },\n mailwrap: {\n black: logoMailwrap,\n },\n};\nvar StyledImage = styled.img(templateObject_1 || (templateObject_1 = __makeTemplateObject([\"\\n width: \", \";\\n height: \", \";\\n\"], [\"\\n width: \", \";\\n height: \", \";\\n\"])), function (_a) {\n var width = _a.width;\n return width || 'auto';\n}, function (_a) {\n var height = _a.height, width = _a.width, size = _a.size;\n return height || (width ? 'auto' : size ? defaultSizes[size] : defaultSizes['medium']);\n});\nvar Logo = function (_a) {\n var _b = _a.brand, brand = _b === void 0 ? 'mailship' : _b, variant = _a.variant, size = _a.size, width = _a.width, height = _a.height, rest = __rest(_a, [\"brand\", \"variant\", \"size\", \"width\", \"height\"]);\n var variants = variantMap[brand];\n var logo = variants[variant];\n if (!logo) {\n console.warn('No variant for this logo exists.');\n return null;\n }\n return _jsx(StyledImage, __assign({ src: logo, size: size, width: width, height: height }, rest));\n};\nexport default Logo;\nvar templateObject_1;\n//# sourceMappingURL=Logo.js.map"],"names":["
|
|
1
|
+
{"version":3,"file":"Logo.js","sources":["../../../../packages/ui/Elements/Logo/Logo.tsx"],"sourcesContent":["import { __assign, __makeTemplateObject, __rest } from \"tslib\";\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport styled from '@xstyled/styled-components';\nimport logoWhiteImage from './assets/mailship/logo_white.png';\nimport logoBlackImage from './assets/mailship/logo_black.png';\nimport logoMImage from './assets/mailship/logo_m.png';\nimport logoSvg from './assets/mailship/mailship-logo.svg';\nimport logoMailstepBlack from './assets/mailstep/mailstep_black.svg';\nimport logoMailstepWhite from './assets/mailstep/mailstep_white.svg';\nimport logoMailwise from './assets/mailwise/mailwiseLogo.svg';\nimport logoMailwiseSmall from './assets/mailwise/mailwiseLogoSmall.svg';\nimport logoMailwrap from './assets/mailwrap/mailwrapLogo.svg';\nimport logoMailstock from './assets/mailstock/mailstock.svg';\nvar defaultSizes = {\n small: '31px',\n medium: '46px',\n big: '61px', // cca 200px width on full logo\n};\nvar variantMap = {\n mailship: {\n white: logoWhiteImage,\n black: logoBlackImage,\n m: logoMImage,\n s: logoSvg,\n },\n mailwise: {\n black: logoMailwise,\n s: logoMailwiseSmall,\n },\n mailstock: {\n black: logoMailstock,\n },\n mailstep: {\n black: logoMailstepBlack,\n white: logoMailstepWhite,\n },\n mailwrap: {\n black: logoMailwrap,\n },\n};\nvar StyledImage = styled.img(templateObject_1 || (templateObject_1 = __makeTemplateObject([\"\\n width: \", \";\\n height: \", \";\\n\"], [\"\\n width: \", \";\\n height: \", \";\\n\"])), function (_a) {\n var width = _a.width;\n return width || 'auto';\n}, function (_a) {\n var height = _a.height, width = _a.width, size = _a.size;\n return height || (width ? 'auto' : size ? defaultSizes[size] : defaultSizes['medium']);\n});\nvar Logo = function (_a) {\n var _b = _a.brand, brand = _b === void 0 ? 'mailship' : _b, variant = _a.variant, size = _a.size, width = _a.width, height = _a.height, rest = __rest(_a, [\"brand\", \"variant\", \"size\", \"width\", \"height\"]);\n var variants = variantMap[brand];\n var logo = variants[variant];\n if (!logo) {\n console.warn('No variant for this logo exists.');\n return null;\n }\n return _jsx(StyledImage, __assign({ src: logo, size: size, width: width, height: height }, rest));\n};\nexport default Logo;\nvar templateObject_1;\n//# sourceMappingURL=Logo.js.map"],"names":["_jsx"],"mappings":";;;;;;;;;;;;;;AAaA,IAAI,YAAY,GAAG;AACnB,IAAI,KAAK,EAAE,MAAM;AACjB,IAAI,MAAM,EAAE,MAAM;AAClB,IAAI,GAAG,EAAE,MAAM;AACf,CAAC,CAAC;AACF,IAAI,UAAU,GAAG;AACjB,IAAI,QAAQ,EAAE;AACd,QAAQ,KAAK,EAAE,cAAc;AAC7B,QAAQ,KAAK,EAAE,cAAc;AAC7B,QAAQ,CAAC,EAAE,UAAU;AACrB,QAAQ,CAAC,EAAE,OAAO;AAClB,KAAK;AACL,IAAI,QAAQ,EAAE;AACd,QAAQ,KAAK,EAAE,YAAY;AAC3B,QAAQ,CAAC,EAAE,iBAAiB;AAC5B,KAAK;AACL,IAAI,SAAS,EAAE;AACf,QAAQ,KAAK,EAAE,aAAa;AAC5B,KAAK;AACL,IAAI,QAAQ,EAAE;AACd,QAAQ,KAAK,EAAE,iBAAiB;AAChC,QAAQ,KAAK,EAAE,iBAAiB;AAChC,KAAK;AACL,IAAI,QAAQ,EAAE;AACd,QAAQ,KAAK,EAAE,YAAY;AAC3B,KAAK;AACL,CAAC,CAAC;AACF,IAAI,WAAW,GAAG,MAAM,CAAC,GAAG,CAAC,gBAAgB,KAAK,gBAAgB,GAAG,oBAAoB,CAAC,CAAC,aAAa,EAAE,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,EAAE,eAAe,EAAE,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,EAAE,EAAE;AAC5L,IAAI,IAAI,KAAK,GAAG,EAAE,CAAC,KAAK,CAAC;AACzB,IAAI,OAAO,KAAK,IAAI,MAAM,CAAC;AAC3B,CAAC,EAAE,UAAU,EAAE,EAAE;AACjB,IAAI,IAAI,MAAM,GAAG,EAAE,CAAC,MAAM,EAAE,KAAK,GAAG,EAAE,CAAC,KAAK,EAAE,IAAI,GAAG,EAAE,CAAC,IAAI,CAAC;AAC7D,IAAI,OAAO,MAAM,KAAK,KAAK,GAAG,MAAM,GAAG,IAAI,GAAG,YAAY,CAAC,IAAI,CAAC,GAAG,YAAY,CAAC,QAAQ,CAAC,CAAC,CAAC;AAC3F,CAAC,CAAC,CAAC;AACA,IAAC,IAAI,GAAG,UAAU,EAAE,EAAE;AACzB,IAAI,IAAI,EAAE,GAAG,EAAE,CAAC,KAAK,EAAE,KAAK,GAAG,EAAE,KAAK,KAAK,CAAC,GAAG,UAAU,GAAG,EAAE,EAAE,OAAO,GAAG,EAAE,CAAC,OAAO,EAAE,IAAI,GAAG,EAAE,CAAC,IAAI,EAAE,KAAK,GAAG,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,EAAE,CAAC,MAAM,EAAE,IAAI,GAAG,MAAM,CAAC,EAAE,EAAE,CAAC,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC,CAAC;AAC/M,IAAI,IAAI,QAAQ,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;AACrC,IAAI,IAAI,IAAI,GAAG,QAAQ,CAAC,OAAO,CAAC,CAAC;AACjC,IAAI,IAAI,CAAC,IAAI,EAAE;AACf,QAAQ,OAAO,CAAC,IAAI,CAAC,kCAAkC,CAAC,CAAC;AACzD,QAAQ,OAAO,IAAI,CAAC;AACpB,KAAK;AACL,IAAI,OAAOA,GAAI,CAAC,WAAW,EAAE,QAAQ,CAAC,EAAE,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC;AACtG,EAAE;AAEF,IAAI,gBAAgB;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logo_black.png.js","sources":["../../../../../../packages/ui/Elements/Logo/assets/mailship/logo_black.png"],"sourcesContent":["export default \"2b1ddee3e1b3cc7f.png\""],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"logo_black.png.js","sources":["../../../../../../packages/ui/Elements/Logo/assets/mailship/logo_black.png"],"sourcesContent":["export default \"2b1ddee3e1b3cc7f.png\""],"names":[],"mappings":"AAAA,qBAAe;;;;"}
|