krl-alfred 1.55.0 → 1.56.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -48,7 +48,7 @@ var ActionButton = function (props) {
48
48
  (0, react_1.useEffect)(function () {
49
49
  count();
50
50
  }, [props.date]);
51
- return (0, jsx_runtime_1.jsxs)(ActionButton_styled_1.ActionButtonStyled, __assign({}, props, { children: [(0, jsx_runtime_1.jsx)("div", { className: "icon", children: (0, jsx_runtime_1.jsx)(Icon_1.default, { name: props.icon, width: "45px", height: "45px" }) }), (0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsx)("strong", { className: "title body-bold-13-16", children: props.title }), (0, jsx_runtime_1.jsxs)("div", { className: "timer", children: [(0, jsx_runtime_1.jsxs)("div", { className: "box", children: [(0, jsx_runtime_1.jsx)("div", { className: "title-extra-bold-16-19", children: days }), (0, jsx_runtime_1.jsx)("div", { className: "caption-regular-10-12", children: "G\u00FCn" })] }), (0, jsx_runtime_1.jsx)("div", { className: "dots caption-bold-12-15", children: ":" }), (0, jsx_runtime_1.jsxs)("div", { className: "box", children: [(0, jsx_runtime_1.jsx)("div", { className: "title-extra-bold-16-19", children: hours }), (0, jsx_runtime_1.jsx)("div", { className: "caption-regular-10-12", children: "Saat" })] }), (0, jsx_runtime_1.jsx)("div", { className: "dots caption-bold-12-15", children: ":" }), (0, jsx_runtime_1.jsxs)("div", { className: "box", children: [(0, jsx_runtime_1.jsx)("div", { className: "title-extra-bold-16-19", children: minutes }), (0, jsx_runtime_1.jsx)("div", { className: "caption-regular-10-12", children: "Dk." })] })] })] }), (0, jsx_runtime_1.jsx)("div", { children: (0, jsx_runtime_1.jsx)(Button_1.default, { size: "xsmall", width: "32px", icon: "ArrowMediumRight", variant: "primary" }) })] }));
51
+ return (0, jsx_runtime_1.jsxs)(ActionButton_styled_1.ActionButtonStyled, __assign({}, props, { children: [(0, jsx_runtime_1.jsxs)("div", { className: "top", children: [(0, jsx_runtime_1.jsx)("div", { className: "icon", children: (0, jsx_runtime_1.jsx)(Icon_1.default, { name: props.icon, width: "45px", height: "45px" }) }), (0, jsx_runtime_1.jsx)("strong", { className: "title body-bold-13-16", children: props.title })] }), (0, jsx_runtime_1.jsxs)("div", { className: "bottom", children: [(0, jsx_runtime_1.jsx)("div", {}), (0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsxs)("div", { className: "timer", children: [(0, jsx_runtime_1.jsxs)("div", { className: "box", children: [(0, jsx_runtime_1.jsx)("div", { className: "title-extra-bold-16-19", children: days }), (0, jsx_runtime_1.jsx)("div", { className: "caption-regular-10-12", children: "G\u00FCn" })] }), (0, jsx_runtime_1.jsx)("div", { className: "dots caption-bold-12-15", children: ":" }), (0, jsx_runtime_1.jsxs)("div", { className: "box", children: [(0, jsx_runtime_1.jsx)("div", { className: "title-extra-bold-16-19", children: hours }), (0, jsx_runtime_1.jsx)("div", { className: "caption-regular-10-12", children: "Saat" })] }), (0, jsx_runtime_1.jsx)("div", { className: "dots caption-bold-12-15", children: ":" }), (0, jsx_runtime_1.jsxs)("div", { className: "box", children: [(0, jsx_runtime_1.jsx)("div", { className: "title-extra-bold-16-19", children: minutes }), (0, jsx_runtime_1.jsx)("div", { className: "caption-regular-10-12", children: "Dk." })] })] }), (0, jsx_runtime_1.jsx)(Button_1.default, { size: "xsmall", width: "32px", icon: "ArrowMediumRight", variant: "primary" })] })] })] }));
52
52
  };
53
53
  ActionButton.defaultProps = {
54
54
  title: "Title",
@@ -9,5 +9,5 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.ActionButtonStyled = void 0;
11
11
  var styled_components_1 = __importDefault(require("styled-components"));
12
- exports.ActionButtonStyled = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n border-radius: 0.5rem;\n background-color: var(--primary-opacity-5);\n padding: 1rem;\n width: ", ";\n display: grid;\n grid-template-columns: auto 1fr auto;\n align-items: center;\n justify-content: space-between;\n color: var(--dark);\n box-sizing: border-box;\n cursor: pointer;\n .icon{\n svg{\n path {\n stroke : var(--primary);\n }\n }\n margin-right: 1rem;\n }\n .title{\n display: block;\n }\n .timer{\n display: grid;\n grid-template-columns: repeat(5,auto);\n margin-top: 0.5rem;\n align-items:center;\n justify-content: start;\n .box{\n width: 40px;\n height: 48px;\n background-color: white;\n border-radius: 4px;\n text-align: center;\n display: grid;\n align-items: center;\n align-content: center;\n box-shadow: 0 6px 30px 0 #EAE9F0;\n }\n .dots{\n margin: 0 5px;\n }\n }\n"], ["\n border-radius: 0.5rem;\n background-color: var(--primary-opacity-5);\n padding: 1rem;\n width: ", ";\n display: grid;\n grid-template-columns: auto 1fr auto;\n align-items: center;\n justify-content: space-between;\n color: var(--dark);\n box-sizing: border-box;\n cursor: pointer;\n .icon{\n svg{\n path {\n stroke : var(--primary);\n }\n }\n margin-right: 1rem;\n }\n .title{\n display: block;\n }\n .timer{\n display: grid;\n grid-template-columns: repeat(5,auto);\n margin-top: 0.5rem;\n align-items:center;\n justify-content: start;\n .box{\n width: 40px;\n height: 48px;\n background-color: white;\n border-radius: 4px;\n text-align: center;\n display: grid;\n align-items: center;\n align-content: center;\n box-shadow: 0 6px 30px 0 #EAE9F0;\n }\n .dots{\n margin: 0 5px;\n }\n }\n"])), function (props) { return props.width; });
12
+ exports.ActionButtonStyled = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n border-radius: 0.5rem;\n background-color: var(--primary-opacity-5);\n padding: 1rem 1.5rem;\n width: ", ";\n align-items: center;\n justify-content: space-between;\n color: var(--dark);\n box-sizing: border-box;\n cursor: pointer;\n .top ,.bottom{\n display: grid;\n grid-template-columns: 61px 1fr;\n align-content: center;\n align-items: center;\n }\n .top{\n .icon{\n svg{\n display: block;\n path {\n stroke : var(--primary);\n }\n }\n margin-right: 1rem;\n }\n .title{\n display: block;\n }\n }\n .bottom{\n margin-top: 0.5rem;\n > div{\n display: grid;\n grid-template-columns: 1fr auto;\n align-content: center;\n align-items: center;\n justify-content: space-between;\n .timer{\n display: grid;\n grid-template-columns: repeat(5,auto);\n align-items:center;\n justify-content: start;\n .box{\n width: 40px;\n height: 48px;\n background-color: white;\n border-radius: 4px;\n text-align: center;\n display: grid;\n align-items: center;\n align-content: center;\n box-shadow: 0 6px 30px 0 #EAE9F0;\n }\n .dots{\n margin: 0 5px;\n }\n }\n }\n } \n"], ["\n border-radius: 0.5rem;\n background-color: var(--primary-opacity-5);\n padding: 1rem 1.5rem;\n width: ", ";\n align-items: center;\n justify-content: space-between;\n color: var(--dark);\n box-sizing: border-box;\n cursor: pointer;\n .top ,.bottom{\n display: grid;\n grid-template-columns: 61px 1fr;\n align-content: center;\n align-items: center;\n }\n .top{\n .icon{\n svg{\n display: block;\n path {\n stroke : var(--primary);\n }\n }\n margin-right: 1rem;\n }\n .title{\n display: block;\n }\n }\n .bottom{\n margin-top: 0.5rem;\n > div{\n display: grid;\n grid-template-columns: 1fr auto;\n align-content: center;\n align-items: center;\n justify-content: space-between;\n .timer{\n display: grid;\n grid-template-columns: repeat(5,auto);\n align-items:center;\n justify-content: start;\n .box{\n width: 40px;\n height: 48px;\n background-color: white;\n border-radius: 4px;\n text-align: center;\n display: grid;\n align-items: center;\n align-content: center;\n box-shadow: 0 6px 30px 0 #EAE9F0;\n }\n .dots{\n margin: 0 5px;\n }\n }\n }\n } \n"])), function (props) { return props.width; });
13
13
  var templateObject_1;
@@ -5,6 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.Default = void 0;
7
7
  var ActionButton_1 = __importDefault(require("../ActionButton"));
8
+ var Icon_1 = require("../../Icon");
8
9
  var date = new Date();
9
10
  date.setFullYear(new Date().getFullYear() + 1);
10
11
  exports.default = {
@@ -12,14 +13,16 @@ exports.default = {
12
13
  component: ActionButton_1.default,
13
14
  tags: ['autodocs'],
14
15
  argTypes: {
15
- onClick: { action: 'clicked' }
16
+ onClick: { action: 'clicked' },
17
+ icon: { control: 'select', options: Object.keys(Icon_1.iconList) },
16
18
  }
17
19
  };
18
20
  exports.Default = {
19
21
  args: {
20
- width: '300px',
22
+ width: '311px',
21
23
  title: 'Title',
22
24
  date: date.toISOString(),
25
+ icon: 'TimeCircle',
23
26
  onClick: function (e) { return console.log(e); },
24
27
  },
25
28
  };
@@ -58,7 +58,7 @@ var Breadcrumbs = function (props) {
58
58
  };
59
59
  return ((0, jsx_runtime_1.jsxs)(Breadcrumbs_styled_1.BreadcrumbsWrapper, { children: [(0, jsx_runtime_1.jsx)(Breadcrumbs_styled_1.BreadcrumbsList, { children: data === null || data === void 0 ? void 0 : data.map(function (breadCrumbItem, key) {
60
60
  var _a;
61
- return ((0, jsx_runtime_1.jsxs)(Breadcrumbs_styled_1.BreadcrumbsListItem, { children: [(0, jsx_runtime_1.jsx)(Breadcrumbs_styled_1.BreadcrumbsListItemBackIconWrapper, { onClick: onClickBackIcon, children: (0, jsx_runtime_1.jsx)(Icon_1.default, { name: "ArrowLeft" }) }), ((_a = breadCrumbItem === null || breadCrumbItem === void 0 ? void 0 : breadCrumbItem.children) === null || _a === void 0 ? void 0 : _a.length) > 0 ? ((0, jsx_runtime_1.jsxs)(Breadcrumbs_styled_1.BreadcrumbsListDropdownWrapper, { children: [key >= 1 && ((0, jsx_runtime_1.jsx)(Breadcrumbs_styled_1.BreadcrumbsListItemIconWrapper, { children: (0, jsx_runtime_1.jsx)(Icon_1.default, { name: "ArrowRight" }) })), (0, jsx_runtime_1.jsxs)(Breadcrumbs_styled_1.BreadcrumbsListDropdownOpener, { className: "caption-bold-12-15", children: [breadCrumbItem.name, (0, jsx_runtime_1.jsx)(Icon_1.default, { stroke: "#9763F6", name: "ArrowSmallDown" })] }), (0, jsx_runtime_1.jsx)(SubMenu, { item: breadCrumbItem, data: breadCrumbItem.children })] })) : ((0, jsx_runtime_1.jsxs)(ButtonLinkComponent, { item: breadCrumbItem, children: [key >= 1 && ((0, jsx_runtime_1.jsx)(Breadcrumbs_styled_1.BreadcrumbsListItemIconWrapper, { children: (0, jsx_runtime_1.jsx)(Icon_1.default, { name: "ArrowRight" }) })), (0, jsx_runtime_1.jsx)(Breadcrumbs_styled_1.BreadcrumbsListItemInner, { className: "caption-bold-12-15", children: breadCrumbItem.name })] }))] }, key));
61
+ return ((0, jsx_runtime_1.jsxs)(Breadcrumbs_styled_1.BreadcrumbsListItem, { children: [(0, jsx_runtime_1.jsx)(Breadcrumbs_styled_1.BreadcrumbsListItemBackIconWrapper, { onClick: onClickBackIcon, children: (0, jsx_runtime_1.jsx)(Icon_1.default, { name: "ArrowLeft" }) }), ((_a = breadCrumbItem === null || breadCrumbItem === void 0 ? void 0 : breadCrumbItem.children) === null || _a === void 0 ? void 0 : _a.length) > 0 ? ((0, jsx_runtime_1.jsxs)(Breadcrumbs_styled_1.BreadcrumbsListDropdownWrapper, { children: [key >= 1 && ((0, jsx_runtime_1.jsx)(Breadcrumbs_styled_1.BreadcrumbsListItemIconWrapper, { children: (0, jsx_runtime_1.jsx)(Icon_1.default, { name: "ArrowSmallRightStroke" }) })), (0, jsx_runtime_1.jsxs)(Breadcrumbs_styled_1.BreadcrumbsListDropdownOpener, { className: "caption-bold-12-15", children: [breadCrumbItem.name, (0, jsx_runtime_1.jsx)(Icon_1.default, { stroke: "#9763F6", name: "ArrowSmallDown" })] }), (0, jsx_runtime_1.jsx)(SubMenu, { item: breadCrumbItem, data: breadCrumbItem.children })] })) : ((0, jsx_runtime_1.jsxs)(ButtonLinkComponent, { item: breadCrumbItem, children: [key >= 1 && ((0, jsx_runtime_1.jsx)(Breadcrumbs_styled_1.BreadcrumbsListItemIconWrapper, { children: (0, jsx_runtime_1.jsx)(Icon_1.default, { name: "ArrowSmallRightStroke" }) })), (0, jsx_runtime_1.jsx)(Breadcrumbs_styled_1.BreadcrumbsListItemInner, { className: "caption-bold-12-15", children: breadCrumbItem.name })] }))] }, key));
62
62
  }) }), (0, jsx_runtime_1.jsx)(SubMenuMobile, {})] }));
63
63
  };
64
64
  exports.default = Breadcrumbs;
@@ -14,7 +14,7 @@ exports.BreadcrumbsWrapper = styled_components_1.default.div(templateObject_1 ||
14
14
  exports.BreadcrumbsList = styled_components_1.default.ul(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: flex-start;\n width: 100%;\n padding: 0;\n margin:0;\n"], ["\n display: flex;\n align-items: center;\n justify-content: flex-start;\n width: 100%;\n padding: 0;\n margin:0;\n"])));
15
15
  exports.BreadcrumbsListItem = styled_components_1.default.li(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n position: relative;\n margin: 0 0;\n padding: 0;\n display: flex;\n align-items: center;\n justify-content: center;\n @media only screen and ", " {\n &:not(:nth-child(2)) {\n display: none;\n }\n }\n > a {\n display: flex;\n align-items: center;\n justify-content: center;\n font-family: inherit;\n }\n &:hover{\n ul{\n opacity: 1;\n visibility: visible;\n transform: translateY(0);\n }\n button {\n svg {\n transform: rotate(180deg);\n }\n }\n }\n"], ["\n position: relative;\n margin: 0 0;\n padding: 0;\n display: flex;\n align-items: center;\n justify-content: center;\n @media only screen and ", " {\n &:not(:nth-child(2)) {\n display: none;\n }\n }\n > a {\n display: flex;\n align-items: center;\n justify-content: center;\n font-family: inherit;\n }\n &:hover{\n ul{\n opacity: 1;\n visibility: visible;\n transform: translateY(0);\n }\n button {\n svg {\n transform: rotate(180deg);\n }\n }\n }\n"])), devices_1.devices.md);
16
16
  exports.BreadcrumbsListItemInner = styled_components_1.default.span(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n position: relative;\n margin: 0;\n display: block;\n color: var(--dark-opacity-50);\n max-width: 150px;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n"], ["\n position: relative;\n margin: 0;\n display: block;\n color: var(--dark-opacity-50);\n max-width: 150px;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n"])));
17
- exports.BreadcrumbsListItemIconWrapper = styled_components_1.default.span(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n display: block;\n margin-left: 16px;\n margin-right: 16px;\n\n @media only screen and ", " {\n display: none;\n }\n svg {\n display: block;\n }\n"], ["\n display: block;\n margin-left: 16px;\n margin-right: 16px;\n\n @media only screen and ", " {\n display: none;\n }\n svg {\n display: block;\n }\n"])), devices_1.devices.md);
17
+ exports.BreadcrumbsListItemIconWrapper = styled_components_1.default.span(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n display: block;\n margin-left: 16px;\n margin-right: 16px;\n\n @media only screen and ", " {\n display: none;\n }\n svg {\n display: block;\n path{\n stroke:var(--dark-opacity-50);\n }\n }\n"], ["\n display: block;\n margin-left: 16px;\n margin-right: 16px;\n\n @media only screen and ", " {\n display: none;\n }\n svg {\n display: block;\n path{\n stroke:var(--dark-opacity-50);\n }\n }\n"])), devices_1.devices.md);
18
18
  exports.BreadcrumbsListItemBackIconWrapper = styled_components_1.default.span(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n margin-left: 0;\n margin-right: 16px;\n display: none;\n @media only screen and ", " {\n display: block;\n }\n svg {\n display: block;\n }\n"], ["\n margin-left: 0;\n margin-right: 16px;\n display: none;\n @media only screen and ", " {\n display: block;\n }\n svg {\n display: block;\n }\n"])), devices_1.devices.md);
19
19
  exports.BreadcrumbsListDropdownWrapper = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n\n"], ["\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n\n"])));
20
20
  exports.BreadcrumbsListDropdownOpener = styled_components_1.default.button(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: center;\n border: 1px solid var(--primary);\n border-radius: 4px;\n color: var(--primary);\n padding: 0 8px;\n background-color: white;\n height: 24px;\n cursor: pointer;\n outline: none !important;\n svg {\n display: inline-block;\n vertical-align: middle;\n width: 16px;\n height: 16px;\n margin-left: 8px;\n transition: all 0.2s ease-in-out;\n }\n"], ["\n display: flex;\n align-items: center;\n justify-content: center;\n border: 1px solid var(--primary);\n border-radius: 4px;\n color: var(--primary);\n padding: 0 8px;\n background-color: white;\n height: 24px;\n cursor: pointer;\n outline: none !important;\n svg {\n display: inline-block;\n vertical-align: middle;\n width: 16px;\n height: 16px;\n margin-left: 8px;\n transition: all 0.2s ease-in-out;\n }\n"])));
@@ -36,5 +36,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  var jsx_runtime_1 = require("react/jsx-runtime");
38
38
  var React = __importStar(require("react"));
39
- var SvgArrowLeft = function (props) { return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M10.334 12.6673L5.66732 8.00065L10.334 3.33398", stroke: "#0A103D", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }) }))); };
39
+ var SvgArrowLeft = function (props) { return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M4.25 12.2734L19.25 12.2734", stroke: "#9763F6", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M10.2988 18.299L4.24883 12.275L10.2988 6.25", stroke: "#9763F6", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" })] }))); };
40
40
  exports.default = SvgArrowLeft;
@@ -36,5 +36,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  var jsx_runtime_1 = require("react/jsx-runtime");
38
38
  var React = __importStar(require("react"));
39
- var SvgArrowRight = function (props) { return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M13.1667 7.817L3.16666 7.817", stroke: "#84879E", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M9.13345 3.8008L13.1668 7.8168L9.13345 11.8335", stroke: "#84879E", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" })] }))); };
39
+ var SvgArrowRight = function (props) { return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M19.75 11.7266L4.75 11.7266", stroke: "#9763F6", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M13.7012 5.701L19.7512 11.725L13.7012 17.75", stroke: "#9763F6", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" })] }))); };
40
40
  exports.default = SvgArrowRight;
@@ -36,5 +36,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  var jsx_runtime_1 = require("react/jsx-runtime");
38
38
  var React = __importStar(require("react"));
39
- var SvgDanger1 = function (props) { return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M11.25 16.2697C11.25 15.8557 11.586 15.5137 12 15.5137C12.414 15.5137 12.75 15.8447 12.75 16.2587V16.2697C12.75 16.6837 12.414 17.0197 12 17.0197C11.586 17.0197 11.25 16.6837 11.25 16.2697Z", fill: "#FFCE1F" }), (0, jsx_runtime_1.jsx)("path", { d: "M4.79535 20.418H19.2774C20.4244 20.358 21.3064 19.381 21.2474 18.234C21.2344 18.002 21.1844 17.773 21.0964 17.559L13.8194 4.82298C13.2634 3.81798 11.9984 3.45398 10.9934 4.01098C10.6514 4.19898 10.3694 4.48098 10.1804 4.82298L2.90335 17.559C2.47135 18.623 2.98335 19.835 4.04635 20.268C4.26235 20.355 4.49035 20.405 4.72235 20.418", stroke: "#FFCE1F", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M11.9902 13.3969V10.2969", stroke: "#FFCE1F", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" })] }))); };
40
- exports.default = SvgDanger1;
39
+ var SvgRectangle = function (props) { return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: 90, height: 90, viewBox: "0 0 90 90", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [(0, jsx_runtime_1.jsx)("path", { id: "Rectangle 8", d: "M5.21017e-05 62.2132C7.71369e-05 58.235 1.58042 54.4197 4.39344 51.6067L52.5829 3.41714C54.7708 1.22916 57.7384 -3.13031e-05 60.8326 -3.55178e-05L82 -5.45681e-05C86.4183 -5.59168e-05 90 3.58166 90 7.99994L83 7.99994L7.99997 82.9999V89.9999C3.58164 89.9999 -0.000102999 86.4181 -7.50132e-05 81.9998L5.21017e-05 62.2132Z", fill: "url(#paint0_linear_17925_27746)" }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsxs)("linearGradient", { id: "paint0_linear_17925_27746", x1: 93.9999, y1: 3.99994, x2: 73, y2: -17, gradientUnits: "userSpaceOnUse", children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#7730FA" }), (0, jsx_runtime_1.jsx)("stop", { offset: 1, stopColor: "#9961FF" })] }) })] }))); };
40
+ exports.default = SvgRectangle;
@@ -27,8 +27,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
27
27
  Object.defineProperty(exports, "__esModule", { value: true });
28
28
  exports.Call = exports.Calendar = exports.BuyBig = exports.Buy = exports.ButtonIcon = exports.Box = exports.Bookmark = exports.Bag3 = exports.Bag = exports.Bag2 = exports.Baby = exports.AskedQuestions = exports.ArrowUpSquare = exports.ArrowUpCircle = exports.ArrowUpBig = exports.ArrowUpAnimate = exports.ArrowUp = exports.ArrowSmallUp = exports.ArrowSmallRightStroke = exports.ArrowSmallRightBackground = exports.ArrowSmallRight = exports.ArrowSmallLeftStroke = exports.ArrowSmallLeftHover = exports.ArrowSmallLeft = exports.ArrowSmallDown = exports.ArrowShare = exports.ArrowRightSquare = exports.ArrowRightCircle = exports.ArrowRightBig = exports.ArrowRightAnimate = exports.ArrowRight = exports.ArrowPlusCircle = exports.ArrowMediumRight = exports.ArrowMedium = exports.ArrowLeftSquare = exports.ArrowLeftCircle = exports.ArrowLeftBig = exports.ArrowLeftAnimate = exports.ArrowLeft = exports.ArrowGo = exports.ArrowDownSquare = exports.ArrowDownCircle = exports.ArrowDownBig = exports.ArrowDownAnimate = exports.ArrowDown = exports.AgreementArrowUp = exports.AgreementArrowDown = exports.Again = exports.AddUser = exports.Activity = void 0;
29
29
  exports.KeyboardClose = exports.Keyboard = exports.InstagramNegative = exports.InfoSquare = exports.InfoCircle = exports.Image = exports.House = exports.Home = exports.Hide = exports.Heart = exports.Grid = exports.Graph = exports.Game = exports.Folder = exports.FilterUp = exports.FilterDown = exports.Filter2 = exports.Filter = exports.Facebook = exports.ErrorIcon = exports.EditSquare = exports.Edit = exports.Download = exports.Document = exports.Discovery = exports.Discount = exports.Delete = exports.Danger = exports.CloseSquare = exports.CloseMiniHover = exports.Closemini = exports.CloseHover = exports.CloseBigHover = exports.CloseBig = exports.Close = exports.CheckMark = exports.CheckboxElementUncheck = exports.CheckboxElementInvalid = exports.CheckboxElementDisabled = exports.CheckboxElementChecked = exports.Chat = exports.Chart = exports.Category = exports.Cargo = exports.Cargo1 = exports.Campaign = exports.Camera = exports.CallSilent = exports.CallMissed = exports.Calling = void 0;
30
- exports.Send = exports.Search = exports.Scan = exports.Sandwatch = exports.RadioButtonElementUnchecked = exports.RadioButtonElementInvalid = exports.RadioButtonElementDisabled = exports.RadioButtonElementChecked = exports.ProfilNamePassive = exports.ProfilName = exports.Profile = exports.PriceTag = exports.Pointinghand = exports.PointFinger = exports.PlusSmall = exports.PlusBig = exports.Plus = exports.Play = exports.Password = exports.PaperUpload = exports.PaperPlus = exports.PaperNegative = exports.PaperFail = exports.PaperDownload = exports.Paper = exports.OrderProgressIcons = exports.NotificationSimpleSmall = exports.NotificationSimple = exports.Notification = exports.Notification1 = exports.NegativeSmall = exports.NegativeBig = exports.MoreSquare = exports.MoreCircle = exports.More = exports.Money = exports.Minus = exports.Message = exports.Logout = exports.Login = exports.Lock = exports.Location = exports.Loading = exports.Live = exports.List = exports.LinkedIn = exports.LikeV1 = exports.Like = exports.Laptop = exports.Language2 = void 0;
31
- exports.iconList = exports.Youtube = exports.Work = exports.Watch = exports.Wallet = exports.VolumeUp = exports.VolumeOff = exports.VolumeDown = exports.Voice2 = exports.Voice = exports.Video = exports.Upload = exports.Unlock = exports.TwoUser = exports.Twitter = exports.Trash = exports.TimeSquare = exports.TimeCircle = exports.TickSquare = exports.TicketStar = exports.Ticket = exports.ThreeUser = exports.SwitchPassive = exports.Swap = exports.Steps = exports.Steps2 = exports.Steps1 = exports.Star = exports.SignLanguage = exports.ShufflePlay = exports.Show = exports.ShieldFail = exports.ShieldDone = exports.Setting = exports.Setting1 = void 0;
30
+ exports.Search = exports.Scan = exports.Sandwatch = exports.Rectangle = exports.RadioButtonElementUnchecked = exports.RadioButtonElementInvalid = exports.RadioButtonElementDisabled = exports.RadioButtonElementChecked = exports.ProfilNamePassive = exports.ProfilName = exports.Profile = exports.PriceTag = exports.Pointinghand = exports.PointFinger = exports.PlusSmall = exports.PlusBig = exports.Plus = exports.Play = exports.Password = exports.PaperUpload = exports.PaperPlus = exports.PaperNegative = exports.PaperFail = exports.PaperDownload = exports.Paper = exports.OrderProgressIcons = exports.NotificationSimpleSmall = exports.NotificationSimple = exports.Notification = exports.Notification1 = exports.NegativeSmall = exports.NegativeBig = exports.MoreSquare = exports.MoreCircle = exports.More = exports.Money = exports.Minus = exports.Message = exports.Logout = exports.Login = exports.Lock = exports.Location = exports.Loading = exports.Live = exports.List = exports.LinkedIn = exports.LikeV1 = exports.Like = exports.Laptop = exports.Language2 = void 0;
31
+ exports.iconList = exports.Youtube = exports.Work = exports.Watch = exports.Wallet = exports.VolumeUp = exports.VolumeOff = exports.VolumeDown = exports.Voice2 = exports.Voice = exports.Video = exports.Upload = exports.Unlock = exports.TwoUser = exports.Twitter = exports.Trash = exports.TimeSquare = exports.TimeCircle = exports.TickSquare = exports.TicketStar = exports.Ticket = exports.ThreeUser = exports.SwitchPassive = exports.Swap = exports.Steps = exports.Steps2 = exports.Steps1 = exports.Star = exports.SignLanguage = exports.ShufflePlay = exports.Show = exports.ShieldFail = exports.ShieldDone = exports.Setting = exports.Setting1 = exports.Send = void 0;
32
32
  var jsx_runtime_1 = require("react/jsx-runtime");
33
33
  var Activity_1 = __importDefault(require("./Activity"));
34
34
  Object.defineProperty(exports, "Activity", { enumerable: true, get: function () { return Activity_1.default; } });
@@ -322,6 +322,8 @@ var RadioButtonElementInvalid_1 = __importDefault(require("./RadioButtonElementI
322
322
  Object.defineProperty(exports, "RadioButtonElementInvalid", { enumerable: true, get: function () { return RadioButtonElementInvalid_1.default; } });
323
323
  var RadioButtonElementUnchecked_1 = __importDefault(require("./RadioButtonElementUnchecked"));
324
324
  Object.defineProperty(exports, "RadioButtonElementUnchecked", { enumerable: true, get: function () { return RadioButtonElementUnchecked_1.default; } });
325
+ var Rectangle_1 = __importDefault(require("./Rectangle"));
326
+ Object.defineProperty(exports, "Rectangle", { enumerable: true, get: function () { return Rectangle_1.default; } });
325
327
  var Sandwatch_1 = __importDefault(require("./Sandwatch"));
326
328
  Object.defineProperty(exports, "Sandwatch", { enumerable: true, get: function () { return Sandwatch_1.default; } });
327
329
  var Scan_1 = __importDefault(require("./Scan"));
@@ -983,6 +985,10 @@ exports.iconList = {
983
985
  var props = __rest(_a, []);
984
986
  return ((0, jsx_runtime_1.jsx)(RadioButtonElementUnchecked_1.default, __assign({}, props)));
985
987
  },
988
+ Rectangle: function (_a) {
989
+ var props = __rest(_a, []);
990
+ return (0, jsx_runtime_1.jsx)(Rectangle_1.default, __assign({}, props));
991
+ },
986
992
  Sandwatch: function (_a) {
987
993
  var props = __rest(_a, []);
988
994
  return (0, jsx_runtime_1.jsx)(Sandwatch_1.default, __assign({}, props));
@@ -31,5 +31,5 @@ exports.ModalStyled = styled_components_1.default.div(templateObject_1 || (templ
31
31
  return 'column';
32
32
  }
33
33
  }, function (props) { return props.buttonsAlignment === 'horizontal' ? (props.size === 'small' ? '16px' : '24px') : '0'; }, devices_1.devices.sm);
34
- exports.OverlayStyled = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n position: fixed;\n width: 100%;\n height: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: var(--grey-40);\n overflow: auto;\n left: 0;\n top: 0;\n z-index: 999999;\n"], ["\n position: fixed;\n width: 100%;\n height: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: var(--grey-40);\n overflow: auto;\n left: 0;\n top: 0;\n z-index: 999999;\n"])));
34
+ exports.OverlayStyled = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n position: fixed;\n width: 100%;\n height: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: #a3a5ad40;\n overflow: auto;\n left: 0;\n top: 0;\n z-index: 999999;\n"], ["\n position: fixed;\n width: 100%;\n height: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: #a3a5ad40;\n overflow: auto;\n left: 0;\n top: 0;\n z-index: 999999;\n"])));
35
35
  var templateObject_1, templateObject_2;
@@ -10,39 +10,38 @@ var __assign = (this && this.__assign) || function () {
10
10
  };
11
11
  return __assign.apply(this, arguments);
12
12
  };
13
- var __rest = (this && this.__rest) || function (s, e) {
14
- var t = {};
15
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
- t[p] = s[p];
17
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
- t[p[i]] = s[p[i]];
21
- }
22
- return t;
23
- };
24
13
  var __importDefault = (this && this.__importDefault) || function (mod) {
25
14
  return (mod && mod.__esModule) ? mod : { "default": mod };
26
15
  };
27
16
  Object.defineProperty(exports, "__esModule", { value: true });
28
17
  var jsx_runtime_1 = require("react/jsx-runtime");
29
- var ProductCard_styled_1 = require("./ProductCard.styled");
30
- var Checkbox_1 = __importDefault(require("../Checkbox"));
18
+ var props_1 = require("./props");
31
19
  var prop_types_1 = __importDefault(require("prop-types"));
32
- var react_device_detect_1 = require("react-device-detect");
20
+ var Checklist_1 = __importDefault(require("./types/Checklist"));
21
+ var Standart_1 = __importDefault(require("./types/Standart"));
33
22
  var ProductCard = function (props) {
34
- var name = props.name, productCardOnChange = props.productCardOnChange, title = props.title, content = props.content, value = props.value, other = __rest(props, ["name", "productCardOnChange", "title", "content", "value"]);
35
- return (0, jsx_runtime_1.jsx)(ProductCard_styled_1.ProductCardStyled, __assign({}, other, { children: (0, jsx_runtime_1.jsxs)("div", { className: "ProductCardInner", children: [(0, jsx_runtime_1.jsx)("label", { htmlFor: props.checkboxId, className: "ProductCardCheckboxContent", children: (0, jsx_runtime_1.jsx)(Checkbox_1.default, { id: props.checkboxId, size: react_device_detect_1.isMobile ? "small" : "medium", label: "", onChange: props.productCardOnChange, value: props.value, name: props.name }) }), props.image && ((0, jsx_runtime_1.jsx)("label", { htmlFor: props.checkboxId, className: "ProductCardImg", children: props.image })), (0, jsx_runtime_1.jsxs)("div", { className: "ProductCardText", children: [(0, jsx_runtime_1.jsx)("label", { htmlFor: props.checkboxId, className: "ProductCardTitle title-semi-bold-16-19", children: props.title }), props.contentAlignment === "center" && props.content && (0, jsx_runtime_1.jsx)("div", { className: "ProductCardContent", children: props.content })] }), props.contentAlignment === "left" && props.content && (0, jsx_runtime_1.jsx)("div", { className: "ProductCardContent", children: props.content })] }) }));
23
+ switch (props.type) {
24
+ case 'checklist':
25
+ return (0, jsx_runtime_1.jsx)(Checklist_1.default, __assign({}, props));
26
+ case 'standart':
27
+ return (0, jsx_runtime_1.jsx)(Standart_1.default, __assign({}, props));
28
+ default:
29
+ return (0, jsx_runtime_1.jsx)(Checklist_1.default, __assign({}, props));
30
+ }
36
31
  };
37
32
  exports.default = ProductCard;
38
33
  ProductCard.propTypes = {
39
34
  productChecked: prop_types_1.default.bool,
40
35
  disabled: prop_types_1.default.bool,
41
36
  checkboxId: prop_types_1.default.string,
37
+ description: prop_types_1.default.string,
42
38
  value: prop_types_1.default.string
43
39
  };
44
40
  ProductCard.defaultProps = {
41
+ title: "Apple İpad Air WİFİ 64GB (2020)",
42
+ description: "10.9” Retina Display, 12MP Rear Camera, Touch ID,...",
45
43
  productChecked: false,
46
44
  disabled: false,
47
- checkboxId: "productCheckBox_".concat((Math.random() + 1).toString(36).substring(2))
45
+ type: props_1.types[0],
46
+ //checkboxId : `productCheckBox_${(Math.random() + 1).toString(36).substring(2)}`
48
47
  };
@@ -7,8 +7,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
7
7
  return (mod && mod.__esModule) ? mod : { "default": mod };
8
8
  };
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.ProductCardStyled = void 0;
10
+ exports.StandartStyled = exports.ChecklistStyled = void 0;
11
11
  var styled_components_1 = __importDefault(require("styled-components"));
12
12
  var devices_1 = require("../../constants/devices");
13
- exports.ProductCardStyled = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: block;\n max-width: 634px;\n ", "\n .ProductCardInner {\n border: 1px solid var(--dark-opacity-10);\n border-radius: 8px;\n padding: 24px;\n background-color: white;\n grid-template-columns: auto auto 1fr;\n display: grid;\n justify-content: flex-start;\n @media only screen and ", " {\n padding: 24px 16px;\n }\n .ProductCardCheckboxContent{\n height: 64px;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n .indicator{ \n margin-right: 24px;\n @media only screen and ", " {\n margin-right: 8px;\n }\n }\n }\n .ProductCardImg {\n width: 64px;\n height: 64px;\n border: 1px solid var(--dark-opacity-5);\n border-radius: 8px;\n position: relative;\n margin-right: 16px;\n overflow: hidden;\n @media only screen and ", " {\n margin-right: 16px;\n }\n\n > * {\n display: block;\n position: absolute;\n inset: 0;\n width: 100%;\n height: 100%;\n object-fit: cover;\n object-position: center center;\n }\n }\n .ProductCardTitle{\n min-height: 66px;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n text-align: start;\n }\n .ProductCardContent{ \n margin: 24px auto 0 0;\n grid-column-start: 1;\n grid-column-end: 4;\n width: 100%;\n }\n }\n"], ["\n display: block;\n max-width: 634px;\n ", "\n .ProductCardInner {\n border: 1px solid var(--dark-opacity-10);\n border-radius: 8px;\n padding: 24px;\n background-color: white;\n grid-template-columns: auto auto 1fr;\n display: grid;\n justify-content: flex-start;\n @media only screen and ", " {\n padding: 24px 16px;\n }\n .ProductCardCheckboxContent{\n height: 64px;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n .indicator{ \n margin-right: 24px;\n @media only screen and ", " {\n margin-right: 8px;\n }\n }\n }\n .ProductCardImg {\n width: 64px;\n height: 64px;\n border: 1px solid var(--dark-opacity-5);\n border-radius: 8px;\n position: relative;\n margin-right: 16px;\n overflow: hidden;\n @media only screen and ", " {\n margin-right: 16px;\n }\n\n > * {\n display: block;\n position: absolute;\n inset: 0;\n width: 100%;\n height: 100%;\n object-fit: cover;\n object-position: center center;\n }\n }\n .ProductCardTitle{\n min-height: 66px;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n text-align: start;\n }\n .ProductCardContent{ \n margin: 24px auto 0 0;\n grid-column-start: 1;\n grid-column-end: 4;\n width: 100%;\n }\n }\n"])), function (props) { return props.disabled ? "\n user-select:none;\n pointer-events:none;\n " : ""; }, devices_1.devices.sm, devices_1.devices.sm, devices_1.devices.sm);
14
- var templateObject_1;
13
+ exports.ChecklistStyled = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: block;\n max-width: 634px;\n ", "\n .ProductCardInner {\n border: 1px solid var(--dark-opacity-10);\n border-radius: 8px;\n padding: 24px;\n background-color: white;\n grid-template-columns: auto auto 1fr;\n display: grid;\n justify-content: flex-start;\n @media only screen and ", " {\n padding: 24px 16px;\n }\n .ProductCardCheckboxContent{\n height: 64px;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n .indicator{ \n margin-right: 24px;\n @media only screen and ", " {\n margin-right: 8px;\n }\n }\n }\n .ProductCardImg {\n width: 64px;\n height: 64px;\n border: 1px solid var(--dark-opacity-5);\n border-radius: 8px;\n position: relative;\n margin-right: 16px;\n overflow: hidden;\n @media only screen and ", " {\n margin-right: 16px;\n }\n\n > * {\n display: block;\n position: absolute;\n inset: 0;\n width: 100%;\n height: 100%;\n object-fit: cover;\n object-position: center center;\n }\n }\n .ProductCardTitle{\n min-height: 66px;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n text-align: start;\n }\n .ProductCardContent{ \n margin: 24px auto 0 0;\n grid-column-start: 1;\n grid-column-end: 4;\n width: 100%;\n }\n }\n"], ["\n display: block;\n max-width: 634px;\n ", "\n .ProductCardInner {\n border: 1px solid var(--dark-opacity-10);\n border-radius: 8px;\n padding: 24px;\n background-color: white;\n grid-template-columns: auto auto 1fr;\n display: grid;\n justify-content: flex-start;\n @media only screen and ", " {\n padding: 24px 16px;\n }\n .ProductCardCheckboxContent{\n height: 64px;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n .indicator{ \n margin-right: 24px;\n @media only screen and ", " {\n margin-right: 8px;\n }\n }\n }\n .ProductCardImg {\n width: 64px;\n height: 64px;\n border: 1px solid var(--dark-opacity-5);\n border-radius: 8px;\n position: relative;\n margin-right: 16px;\n overflow: hidden;\n @media only screen and ", " {\n margin-right: 16px;\n }\n\n > * {\n display: block;\n position: absolute;\n inset: 0;\n width: 100%;\n height: 100%;\n object-fit: cover;\n object-position: center center;\n }\n }\n .ProductCardTitle{\n min-height: 66px;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n text-align: start;\n }\n .ProductCardContent{ \n margin: 24px auto 0 0;\n grid-column-start: 1;\n grid-column-end: 4;\n width: 100%;\n }\n }\n"])), function (props) { return props.disabled ? "\n user-select:none;\n pointer-events:none;\n " : ""; }, devices_1.devices.sm, devices_1.devices.sm, devices_1.devices.sm);
14
+ exports.StandartStyled = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n box-shadow: 0 6px 30px 0 #EAE9F0;\n border-radius: 0.5rem;\n width: 240px;\n padding: 1rem;\n transition: all .2s ease;\n position: relative;\n box-sizing: border-box;\n a{\n text-decoration: none;\n color: inherit;\n }\n &:hover{\n box-shadow: 0 6px 30px 0 #B8B8CD;\n }\n .discount{\n position: absolute;\n left: 9px;\n top: 12px;\n z-index: 2;\n filter: drop-shadow(4px 4px 15px rgba(151,99,246,.5));\n svg{\n display: block;\n }\n .text{\n position: absolute;\n width: 90px;\n text-align: center;\n height: 16px;\n color: white;\n transform: rotate(-45deg);\n top: 27px;\n left: -7px;\n }\n }\n .img{\n border-radius: 0.5rem;\n border: 1px solid var(--dark-opacity-5);\n background: #FFF;\n position: relative;\n overflow: hidden;\n padding-bottom: 148px;\n box-sizing: border-box;\n z-index: 1;\n text-align: center;\n > * {\n width: 100%;\n display: block;\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%,-50%);\n }\n }\n .productCardContent{\n padding: 1rem ;\n .productCardTitle{\n display: block;\n color: var(--dark);\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n height: 38px;\n word-break: break-word;\n }\n .productCardDescription{\n display: block;\n margin-top: 0.5rem;\n color: var(--grey-40);\n margin-bottom: 1rem;\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n height: 32px;\n word-break: break-word;\n }\n .productCardPriceContent{\n display: grid;\n align-items: end;\n justify-content: flex-start;\n height: 36px;\n grid-template-columns: ", ";\n .discountRate{\n margin-right: 0.5rem;\n width: 48px;\n height: 36px;\n border-radius: 8px;\n background-color: var(--primary-opacity-10);\n color: var(--primary);\n display: flex;\n align-items: center;\n justify-content: center;\n }\n .oldPrice, .newPrice{\n display: flex;\n align-items: end;\n justify-content: flex-start;\n .price{\n margin-right: 2px;\n }\n }\n .oldPrice{\n color: var(--dark-opacity-25);\n margin-bottom: 2px;\n .price , .period {\n text-decoration: line-through;\n }\n }\n .newPrice{\n \n }\n }\n }\n"], ["\n box-shadow: 0 6px 30px 0 #EAE9F0;\n border-radius: 0.5rem;\n width: 240px;\n padding: 1rem;\n transition: all .2s ease;\n position: relative;\n box-sizing: border-box;\n a{\n text-decoration: none;\n color: inherit;\n }\n &:hover{\n box-shadow: 0 6px 30px 0 #B8B8CD;\n }\n .discount{\n position: absolute;\n left: 9px;\n top: 12px;\n z-index: 2;\n filter: drop-shadow(4px 4px 15px rgba(151,99,246,.5));\n svg{\n display: block;\n }\n .text{\n position: absolute;\n width: 90px;\n text-align: center;\n height: 16px;\n color: white;\n transform: rotate(-45deg);\n top: 27px;\n left: -7px;\n }\n }\n .img{\n border-radius: 0.5rem;\n border: 1px solid var(--dark-opacity-5);\n background: #FFF;\n position: relative;\n overflow: hidden;\n padding-bottom: 148px;\n box-sizing: border-box;\n z-index: 1;\n text-align: center;\n > * {\n width: 100%;\n display: block;\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%,-50%);\n }\n }\n .productCardContent{\n padding: 1rem ;\n .productCardTitle{\n display: block;\n color: var(--dark);\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n height: 38px;\n word-break: break-word;\n }\n .productCardDescription{\n display: block;\n margin-top: 0.5rem;\n color: var(--grey-40);\n margin-bottom: 1rem;\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n height: 32px;\n word-break: break-word;\n }\n .productCardPriceContent{\n display: grid;\n align-items: end;\n justify-content: flex-start;\n height: 36px;\n grid-template-columns: ", ";\n .discountRate{\n margin-right: 0.5rem;\n width: 48px;\n height: 36px;\n border-radius: 8px;\n background-color: var(--primary-opacity-10);\n color: var(--primary);\n display: flex;\n align-items: center;\n justify-content: center;\n }\n .oldPrice, .newPrice{\n display: flex;\n align-items: end;\n justify-content: flex-start;\n .price{\n margin-right: 2px;\n }\n }\n .oldPrice{\n color: var(--dark-opacity-25);\n margin-bottom: 2px;\n .price , .period {\n text-decoration: line-through;\n }\n }\n .newPrice{\n \n }\n }\n }\n"])), function (props) { return props.discountRate ? 'auto 1fr' : '1fr'; });
15
+ var templateObject_1, templateObject_2;
@@ -1,10 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.contentAlignments = void 0;
3
+ exports.types = exports.contentAlignments = void 0;
4
4
  exports.contentAlignments = ['left', 'center'];
5
+ exports.types = ['checklist', 'standart'];
5
6
  var ProductCardDefault = {
6
7
  hasCheckbox: false,
7
8
  contentAlignment: exports.contentAlignments[0],
9
+ type: exports.types[0],
8
10
  productChecked: false,
9
11
  disabled: false,
10
12
  };
@@ -13,14 +13,27 @@ exports.default = {
13
13
  tags: ['autodocs'],
14
14
  argTypes: {
15
15
  contentAlignment: { control: 'select', options: props_1.contentAlignments },
16
+ type: { control: 'select', options: props_1.types },
16
17
  disabled: { control: 'boolean' },
18
+ hasDiscount: { control: 'boolean' },
17
19
  }
18
20
  };
19
21
  exports.Default = {
20
22
  args: {
21
- title: "Product Name",
23
+ title: "Apple İpad Air WİFİ 64GB (2020)",
24
+ description: "50Q9900 50'' 126 Ekran QLED Smart 4K Ultra HD TV",
25
+ price: "243 TL",
26
+ oldPrice: "243 TL",
27
+ component: function (_a) {
28
+ var children = _a.children;
29
+ return (0, jsx_runtime_1.jsx)("a", { href: "test", children: children });
30
+ },
31
+ discountRate: 32,
32
+ oldPricePeriod: "hafta",
33
+ period: "hafta",
22
34
  content: "Content",
23
35
  contentAlignment: "left",
36
+ type: "checklist",
24
37
  productCardOnChange: function () { return console.log("test"); },
25
38
  image: (0, jsx_runtime_1.jsx)("img", { src: "https://kiralarsin.s3.eu-central-1.amazonaws.com/products/4MOMSMAMAROOANAKUC_1.jpg", alt: "test" })
26
39
  },
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ var __importDefault = (this && this.__importDefault) || function (mod) {
25
+ return (mod && mod.__esModule) ? mod : { "default": mod };
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ var jsx_runtime_1 = require("react/jsx-runtime");
29
+ var ProductCard_styled_1 = require("../ProductCard.styled");
30
+ var Checkbox_1 = __importDefault(require("../../Checkbox"));
31
+ var react_device_detect_1 = require("react-device-detect");
32
+ var Checklist = function (props) {
33
+ var name = props.name, productCardOnChange = props.productCardOnChange, title = props.title, content = props.content, value = props.value, other = __rest(props, ["name", "productCardOnChange", "title", "content", "value"]);
34
+ return (0, jsx_runtime_1.jsx)(ProductCard_styled_1.ChecklistStyled, __assign({}, other, { children: (0, jsx_runtime_1.jsxs)("div", { className: "ProductCardInner", children: [(0, jsx_runtime_1.jsx)("label", { htmlFor: props.checkboxId, className: "ProductCardCheckboxContent", children: (0, jsx_runtime_1.jsx)(Checkbox_1.default, { id: props.checkboxId, size: react_device_detect_1.isMobile ? "small" : "medium", label: "", onChange: props.productCardOnChange, value: props.value, name: props.name }) }), props.image && ((0, jsx_runtime_1.jsx)("label", { htmlFor: props.checkboxId, className: "ProductCardImg", children: props.image })), (0, jsx_runtime_1.jsxs)("div", { className: "ProductCardText", children: [(0, jsx_runtime_1.jsx)("label", { htmlFor: props.checkboxId, className: "ProductCardTitle title-semi-bold-16-19", children: props.title }), props.contentAlignment === "center" && props.content && (0, jsx_runtime_1.jsx)("div", { className: "ProductCardContent", children: props.content })] }), props.contentAlignment === "left" && props.content && (0, jsx_runtime_1.jsx)("div", { className: "ProductCardContent", children: props.content })] }) }));
35
+ };
36
+ exports.default = Checklist;
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ var jsx_runtime_1 = require("react/jsx-runtime");
18
+ var ProductCard_styled_1 = require("../ProductCard.styled");
19
+ var Icon_1 = __importDefault(require("../../Icon/Icon"));
20
+ var Standart = function (props) {
21
+ var discountRate = props.discountRate, image = props.image, hasDiscount = props.hasDiscount, title = props.title, description = props.description, oldPrice = props.oldPrice, oldPricePeriod = props.oldPricePeriod, price = props.price, period = props.period;
22
+ var LinkComponent = function (_a) {
23
+ var item = _a.item, children = _a.children;
24
+ return item.component ? ((0, jsx_runtime_1.jsx)(item.component, { children: children })) : ((0, jsx_runtime_1.jsx)("a", { href: item.slug, children: children }));
25
+ };
26
+ return ((0, jsx_runtime_1.jsx)(ProductCard_styled_1.StandartStyled, __assign({}, props, { children: (0, jsx_runtime_1.jsxs)(LinkComponent, { item: props, children: [hasDiscount && ((0, jsx_runtime_1.jsxs)("div", { className: "discount", children: [(0, jsx_runtime_1.jsx)(Icon_1.default, { name: "Rectangle", width: "90px", height: "90px" }), (0, jsx_runtime_1.jsx)("div", { className: "text body-extra-bold-13-16", children: "\u0130ndirimli" })] })), (0, jsx_runtime_1.jsx)("div", { className: "img", children: image }), (0, jsx_runtime_1.jsxs)("div", { className: "productCardContent", children: [(0, jsx_runtime_1.jsx)("strong", { className: "productCardTitle title-bold-16-19", children: title }), (0, jsx_runtime_1.jsx)("p", { className: "productCardDescription body-medium-14-17", children: description }), (0, jsx_runtime_1.jsxs)("div", { className: "productCardPriceContent", children: [discountRate > 0 && (0, jsx_runtime_1.jsxs)("div", { className: "discountRate body-extra-bold-13-16", children: ["%", discountRate] }), (0, jsx_runtime_1.jsxs)("div", { children: [oldPrice && discountRate > 0 && ((0, jsx_runtime_1.jsxs)("div", { className: "oldPrice caption-semi-bold-12-15", children: [(0, jsx_runtime_1.jsx)("div", { className: "price caption-semi-bold-12-15", children: oldPrice }), (0, jsx_runtime_1.jsxs)("div", { className: "period caption-regular-12-15", children: ["/ ", oldPricePeriod] })] })), (0, jsx_runtime_1.jsxs)("div", { className: "newPrice", children: [(0, jsx_runtime_1.jsx)("div", { className: "price body-extra-bold-14-17", children: price }), (0, jsx_runtime_1.jsxs)("div", { className: "period body-regular-13-16", children: ["/ ", period] })] })] })] })] })] }) })));
27
+ };
28
+ exports.default = Standart;
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var jsx_runtime_1 = require("react/jsx-runtime");
4
+ exports.default = [
5
+ {
6
+ thumbnail: (0, jsx_runtime_1.jsx)("img", { src: "https://www.kiralarsin.com/nasil-calisir.svg" }),
7
+ img: (0, jsx_runtime_1.jsx)("img", { src: "https://www.kiralarsin.com/nasil-calisir.svg", height: "260px" }),
8
+ title: "K\u0130RALARSIN NED\u0130R?",
9
+ description: 'Kiralarsın, bir süreliğine ihtiyaç duyduğun veya denemek istediğin elektronik cihazları güvenle ve kolayca kiralayabileceğin bir platformdur.',
10
+ shortDesc: 'Kiralarsın nasıl çalışır?<b>Görmek için tıkla!</b>',
11
+ buttonText: 'Nasıl Çalışır?',
12
+ onClick: function () { return window.open('/nasil-calisir', '_blank'); },
13
+ },
14
+ {
15
+ thumbnail: (0, jsx_runtime_1.jsx)("img", { src: "https://www.kiralarsin.com/sehir.svg" }),
16
+ img: (0, jsx_runtime_1.jsx)("img", { src: "https://www.kiralarsin.com/sehir.svg", height: "260px" }),
17
+ title: "K\u0130RALARSIN \u015E\u0130MD\u0130 81 \u0130LDE!",
18
+ description: 'Tüm Türkiye’deki şehirlerden kolayca kiralama yapabilirsin.',
19
+ shortDesc: 'Kiralarsın şimdi 81 ilde! <b>Detaylı bilgi için tıkla.</b>',
20
+ buttonText: 'Detaylı Bilgi',
21
+ onClick: function () { return window.open('/tum-urunler', '_blank'); },
22
+ },
23
+ {
24
+ thumbnail: (0, jsx_runtime_1.jsx)("img", { src: "https://www.kiralarsin.com/kiralama-uzatma.png" }),
25
+ img: (0, jsx_runtime_1.jsx)("img", { src: "https://www.kiralarsin.com/kiralama-uzatma.png", height: "260px" }),
26
+ title: 'İSTER KİRALAMA SÜRENİ UZAT, İSTER SATIN AL!',
27
+ description: 'Kiralama süreni siparişlerim panelinden kolayca uzatabilir, veya cihaza gerçekten ihtiyacın olduğuna karar verdiysen satın alabilirsin.',
28
+ shortDesc: 'Kiraladıktan sonra ister süre uzat, ister satın al!',
29
+ buttonText: 'Hemen Kirala',
30
+ onClick: function () { return window.open('/tum-urunler', '_blank'); },
31
+ },
32
+ {
33
+ thumbnail: (0, jsx_runtime_1.jsx)("img", { src: "https://www.kiralarsin.com/phones.png" }),
34
+ img: (0, jsx_runtime_1.jsx)("img", { src: "https://www.kiralarsin.com/phones.png", height: "260px" }),
35
+ title: 'KİRALARSIN, SENİNMİŞ GİBİ KULLANIRSIN!',
36
+ description: 'Alıp almamaya bir türlü karar veremediğin teknolojik cihazı kiralayarak kullanmaya ne dersin?',
37
+ shortDesc: 'Elektronik cihazını kiralayarak kullanmaya ne dersin?',
38
+ buttonText: 'Hemen Kirala',
39
+ onClick: function () { return window.open('/tum-urunler', '_blank'); },
40
+ },
41
+ {
42
+ thumbnail: (0, jsx_runtime_1.jsx)("img", { src: "https://www.kiralarsin.com/drone.png" }),
43
+ img: (0, jsx_runtime_1.jsx)("img", { src: "https://www.kiralarsin.com/drone.png", height: "260px" }),
44
+ title: 'ELEKTRONİKTE KİRALAMA DÖNEMİ BAŞLASIN',
45
+ description: 'İhtiyacın olan elektronik cihazı kirala, belirlediğin süre içinde kullan!',
46
+ shortDesc: 'İstediğin cihazı kirala, belirlediğin süre içinde kullan!',
47
+ buttonText: 'Hemen Kirala',
48
+ onClick: function () { return window.open('/tum-urunler', '_blank'); },
49
+ },
50
+ {
51
+ thumbnail: (0, jsx_runtime_1.jsx)("img", { src: "https://www.kiralarsin.com/variousItems.png" }),
52
+ img: (0, jsx_runtime_1.jsx)("img", { src: "https://www.kiralarsin.com/variousItems.png", height: "260px" }),
53
+ title: 'ARTAN DİJİTALLEŞME GEZEGENİMİZİ ETKİLİYOR',
54
+ description: 'Birkaç kez kullanacağın cihazları kiralayarak döngüsel ekonomiye katkı sağlayabilir, e-atıklara birlikte çözüm olabiliriz.',
55
+ shortDesc: 'Cihazlarını kiralayarak döngüsel ekonomiye katkı sağla!',
56
+ buttonText: 'Hemen Kirala',
57
+ onClick: function () { return window.open('/tum-urunler', '_blank'); },
58
+ },
59
+ {
60
+ thumbnail: (0, jsx_runtime_1.jsx)("img", { src: "https://www.kiralarsin.com/motorcycle-courier.png" }),
61
+ img: (0, jsx_runtime_1.jsx)("img", { src: "https://www.kiralarsin.com/motorcycle-courier.png", height: "260px" }),
62
+ title: "TÜRKİYE'NİN İLK KARBON NÖTR TESLİMAT YAPAN E-TİCARET SİTESİ",
63
+ description: "Ürün taşıması sırasında oluşan karbon ayak izini hesaplıyoruz ve doğrulanmış karbon azalım projeleriyle nötr'lüyoruz.",
64
+ shortDesc: 'Türkiye’nin ilk Karbon Nötr teslimat yapan E-ticaret sitesi Kiralarsın!',
65
+ buttonText: 'Hemen Kirala',
66
+ onClick: function () { return window.open('/tum-urunler', '_blank'); },
67
+ },
68
+ ];
@@ -1 +1 @@
1
- :root{--primary: #9763F6;--primary-press: #462D74;--primary-hover: #7149BB;--primary-shades-dark: #9C6DEF;--primary-shades-soft: #CBB1FB;--primary-opacity-5: #FAF7FF;--primary-opacity-10: #F5EFFE;--primary-opacity-50: #CBB1FB;--primary-opacity-75: #B18AF8;--dark: #0A103D;--dark-opacity-3: #F9F8F9;--dark-opacity-5: #F3F3F5;--dark-opacity-10: #E7E7EC;--dark-opacity-25: #C2C3CE;--dark-opacity-50: #84879E;--dark-opacity-75: #474D6D;--grey-10: #E8E8EB;--grey-20: #D1D2D6;--grey-30: #BABBC2;--grey-40: #A3A5AD40;--grey-50: #8C8E99;--green: #0FDF7B;--red: #FF1F1F;--yellow: #FFCE1F;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--breakpoint-xxl: 1400px;--font-family-sans-serif: "Inter", -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif}.display-black-96-116{font-weight:900;font-size:96px;line-height:116px}.display-black-72-87{font-weight:900;font-size:72px;line-height:87px}.display-black-64-77{font-weight:900;font-size:64px;line-height:77px}.display-black-56-68{font-weight:900;font-size:56px;line-height:68px}.display-extra-bold-96-116{font-weight:800;font-size:96px;line-height:116px}.display-extra-bold-72-87{font-weight:800;font-size:72px;line-height:87px}.display-extra-bold-64-77{font-weight:800;font-size:64px;line-height:77px}.display-extra-bold-56-68{font-weight:800;font-size:56px;line-height:68px}.display-bold-96-116{font-weight:700;font-size:96px;line-height:116px}.display-bold-72-87{font-weight:700;font-size:72px;line-height:87px}.display-bold-64-77{font-weight:700;font-size:64px;line-height:77px}.display-bold-56-68{font-weight:700;font-size:56px;line-height:68px}.display-semi-bold-96-116{font-weight:600;font-size:96px;line-height:116px}.display-semi-bold-72-87{font-weight:600;font-size:72px;line-height:87px}.display-semi-bold-64-77{font-weight:600;font-size:64px;line-height:77px}.display-semi-bold-56-68{font-weight:600;font-size:56px;line-height:68px}.display-medium-96-116{font-weight:500;font-size:96px;line-height:116px}.display-medium-72-87{font-weight:500;font-size:72px;line-height:87px}.display-medium-64-77{font-weight:500;font-size:64px;line-height:77px}.display-medium-56-68{font-weight:500;font-size:56px;line-height:68px}.display-regular-96-116{font-weight:400;font-size:96px;line-height:116px}.display-regular-72-87{font-weight:400;font-size:72px;line-height:87px}.display-regular-64-77{font-weight:400;font-size:64px;line-height:77px}.display-regular-56-68{font-weight:400;font-size:56px;line-height:68px}.display-light-96-116{font-weight:300;font-size:96px;line-height:116px}.display-light-72-87{font-weight:300;font-size:72px;line-height:87px}.display-light-64-77{font-weight:300;font-size:64px;line-height:77px}.display-light-56-68{font-weight:300;font-size:56px;line-height:68px}.headline-black-48-58{font-weight:900;font-size:48px;line-height:58px}.headline-black-40-48{font-weight:900;font-size:40px;line-height:48px}.headline-black-32-39{font-weight:900;font-size:32px;line-height:39px}.headline-black-24-29{font-weight:900;font-size:24px;line-height:29px}.headline-black-20-24{font-weight:900;font-size:20px;line-height:24px}.headline-black-18-22{font-weight:900;font-size:18px;line-height:22px}.headline-extra-bold-48-58{font-weight:800;font-size:48px;line-height:58px}.headline-extra-bold-40-48{font-weight:800;font-size:40px;line-height:48px}.headline-extra-bold-32-39{font-weight:800;font-size:32px;line-height:39px}.headline-extra-bold-24-29{font-weight:800;font-size:24px;line-height:29px}.headline-extra-bold-20-24{font-weight:800;font-size:20px;line-height:24px}.headline-extra-bold-18-22{font-weight:800;font-size:18px;line-height:22px}.headline-bold-48-58{font-weight:700;font-size:48px;line-height:58px}.headline-bold-40-48{font-weight:700;font-size:40px;line-height:48px}.headline-bold-32-39{font-weight:700;font-size:32px;line-height:39px}.headline-bold-24-29{font-weight:700;font-size:24px;line-height:29px}.headline-bold-20-24{font-weight:700;font-size:20px;line-height:24px}.headline-bold-18-22{font-weight:700;font-size:18px;line-height:22px}.headline-semi-bold-48-58{font-weight:600;font-size:48px;line-height:58px}.headline-semi-bold-40-48{font-weight:600;font-size:40px;line-height:48px}.headline-semi-bold-32-39{font-weight:600;font-size:32px;line-height:39px}.headline-semi-bold-24-29{font-weight:600;font-size:24px;line-height:29px}.headline-semi-bold-20-24{font-weight:600;font-size:20px;line-height:24px}.headline-semi-bold-18-22{font-weight:600;font-size:18px;line-height:22px}.headline-medium-48-58{font-weight:500;font-size:48px;line-height:58px}.headline-medium-40-48{font-weight:500;font-size:40px;line-height:48px}.headline-medium-32-39{font-weight:500;font-size:32px;line-height:39px}.headline-medium-24-29{font-weight:500;font-size:24px;line-height:29px}.headline-medium-20-24{font-weight:500;font-size:20px;line-height:24px}.headline-medium-18-22{font-weight:500;font-size:18px;line-height:22px}.headline-regular-48-58{font-weight:400;font-size:48px;line-height:58px}.headline-regular-40-48{font-weight:400;font-size:40px;line-height:48px}.headline-regular-32-39{font-weight:400;font-size:32px;line-height:39px}.headline-regular-24-29{font-weight:400;font-size:24px;line-height:29px}.headline-regular-20-24{font-weight:400;font-size:20px;line-height:24px}.headline-regular-18-22{font-weight:400;font-size:18px;line-height:22px}.headline-light-48-58{font-weight:300;font-size:48px;line-height:58px}.headline-light-40-48{font-weight:300;font-size:40px;line-height:48px}.headline-light-32-39{font-weight:300;font-size:32px;line-height:39px}.headline-light-24-29{font-weight:300;font-size:24px;line-height:29px}.headline-light-20-24{font-weight:300;font-size:20px;line-height:24px}.headline-light-18-22{font-weight:300;font-size:18px;line-height:22px}.title-black-16-19{font-weight:900;font-size:16px;line-height:19px}.title-extra-bold-16-19{font-weight:800;font-size:16px;line-height:19px}.title-bold-16-19{font-weight:700;font-size:16px;line-height:19px}.title-semi-bold-16-19{font-weight:600;font-size:16px;line-height:19px}.title-medium-16-19{font-weight:500;font-size:16px;line-height:19px}.title-regular-16-19{font-weight:400;font-size:16px;line-height:19px}.title-light-16-19{font-weight:300;font-size:16px;line-height:19px}.body-black-14-17{font-weight:900;font-size:14px;line-height:17px}.body-black-13-16{font-weight:900;font-size:13px;line-height:16px}.body-extra-bold-14-17{font-weight:800;font-size:14px;line-height:17px}.body-extra-bold-13-16{font-weight:800;font-size:13px;line-height:16px}.body-bold-14-17{font-weight:700;font-size:14px;line-height:17px}.body-bold-13-16{font-weight:700;font-size:13px;line-height:16px}.body-semi-bold-14-17{font-weight:600;font-size:14px;line-height:17px}.body-semi-bold-13-16{font-weight:600;font-size:13px;line-height:16px}.body-medium-14-17{font-weight:500;font-size:14px;line-height:17px}.body-medium-13-16{font-weight:500;font-size:13px;line-height:16px}.body-regular-14-17{font-weight:400;font-size:14px;line-height:17px}.body-regular-13-16{font-weight:400;font-size:13px;line-height:16px}.body-light-14-17{font-weight:300;font-size:14px;line-height:17px}.body-light-13-16{font-weight:300;font-size:13px;line-height:16px}.caption-black-12-15{font-weight:900;font-size:12px;line-height:15px}.caption-black-11-13{font-weight:900;font-size:11px;line-height:13px}.caption-black-10-12{font-weight:900;font-size:10px;line-height:12px}.caption-extra-bold-12-15{font-weight:800;font-size:12px;line-height:15px}.caption-extra-bold-11-13{font-weight:800;font-size:11px;line-height:13px}.caption-extra-bold-10-12{font-weight:800;font-size:10px;line-height:12px}.caption-bold-12-15{font-weight:700;font-size:12px;line-height:15px}.caption-bold-11-13{font-weight:700;font-size:11px;line-height:13px}.caption-bold-10-12{font-weight:700;font-size:10px;line-height:12px}.caption-semi-bold-12-15{font-weight:600;font-size:12px;line-height:15px}.caption-semi-bold-11-13{font-weight:600;font-size:11px;line-height:13px}.caption-semi-bold-10-12{font-weight:600;font-size:10px;line-height:12px}.caption-medium-12-15{font-weight:500;font-size:12px;line-height:15px}.caption-medium-11-13{font-weight:500;font-size:11px;line-height:13px}.caption-medium-10-12{font-weight:500;font-size:10px;line-height:12px}.caption-regular-12-15{font-weight:400;font-size:12px;line-height:15px}.caption-regular-11-13{font-weight:400;font-size:11px;line-height:13px}.caption-regular-10-12{font-weight:400;font-size:10px;line-height:12px}.caption-light-12-15{font-weight:300;font-size:12px;line-height:15px}.caption-light-11-13{font-weight:300;font-size:11px;line-height:13px}.caption-light-10-12{font-weight:300;font-size:10px;line-height:12px}@font-face{font-family:"Inter";font-style:normal;font-weight:100;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Inter";font-style:normal;font-weight:100;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Inter";font-style:normal;font-weight:100;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Inter";font-style:normal;font-weight:100;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Inter";font-style:normal;font-weight:100;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Inter";font-style:normal;font-weight:100;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");unicode-range:U+0100-02AF,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Inter";font-style:normal;font-weight:100;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Inter";font-style:normal;font-weight:200;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Inter";font-style:normal;font-weight:200;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Inter";font-style:normal;font-weight:200;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Inter";font-style:normal;font-weight:200;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Inter";font-style:normal;font-weight:200;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Inter";font-style:normal;font-weight:200;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");unicode-range:U+0100-02AF,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Inter";font-style:normal;font-weight:200;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Inter";font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Inter";font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Inter";font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Inter";font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Inter";font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Inter";font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");unicode-range:U+0100-02AF,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Inter";font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");unicode-range:U+0100-02AF,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");unicode-range:U+0100-02AF,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");unicode-range:U+0100-02AF,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Inter";font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Inter";font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Inter";font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Inter";font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Inter";font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Inter";font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");unicode-range:U+0100-02AF,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Inter";font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Inter";font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Inter";font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Inter";font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Inter";font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Inter";font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Inter";font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");unicode-range:U+0100-02AF,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Inter";font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Inter";font-style:normal;font-weight:900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Inter";font-style:normal;font-weight:900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Inter";font-style:normal;font-weight:900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Inter";font-style:normal;font-weight:900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Inter";font-style:normal;font-weight:900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Inter";font-style:normal;font-weight:900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");unicode-range:U+0100-02AF,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Inter";font-style:normal;font-weight:900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}body{font-family:var(--font-family-sans-serif);color:var(--dark)}/*# sourceMappingURL=style.min.css.map */
1
+ :root{--primary: #9763F6;--primary-press: #462D74;--primary-hover: #7149BB;--primary-shades-dark: #9C6DEF;--primary-shades-soft: #CBB1FB;--primary-opacity-5: #FAF7FF;--primary-opacity-10: #F5EFFE;--primary-opacity-50: #CBB1FB;--primary-opacity-75: #B18AF8;--dark: #0A103D;--dark-opacity-3: #F9F8F9;--dark-opacity-5: #F3F3F5;--dark-opacity-10: #E7E7EC;--dark-opacity-25: #C2C3CE;--dark-opacity-50: #84879E;--dark-opacity-75: #474D6D;--grey-10: #E8E8EB;--grey-20: #D1D2D6;--grey-30: #BABBC2;--grey-40: #A3A5AD;--grey-50: #8C8E99;--green: #0FDF7B;--red: #FF1F1F;--yellow: #FFCE1F;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--breakpoint-xxl: 1400px;--font-family-sans-serif: "Inter", -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif}.display-black-96-116{font-weight:900;font-size:96px;line-height:116px}.display-black-72-87{font-weight:900;font-size:72px;line-height:87px}.display-black-64-77{font-weight:900;font-size:64px;line-height:77px}.display-black-56-68{font-weight:900;font-size:56px;line-height:68px}.display-extra-bold-96-116{font-weight:800;font-size:96px;line-height:116px}.display-extra-bold-72-87{font-weight:800;font-size:72px;line-height:87px}.display-extra-bold-64-77{font-weight:800;font-size:64px;line-height:77px}.display-extra-bold-56-68{font-weight:800;font-size:56px;line-height:68px}.display-bold-96-116{font-weight:700;font-size:96px;line-height:116px}.display-bold-72-87{font-weight:700;font-size:72px;line-height:87px}.display-bold-64-77{font-weight:700;font-size:64px;line-height:77px}.display-bold-56-68{font-weight:700;font-size:56px;line-height:68px}.display-semi-bold-96-116{font-weight:600;font-size:96px;line-height:116px}.display-semi-bold-72-87{font-weight:600;font-size:72px;line-height:87px}.display-semi-bold-64-77{font-weight:600;font-size:64px;line-height:77px}.display-semi-bold-56-68{font-weight:600;font-size:56px;line-height:68px}.display-medium-96-116{font-weight:500;font-size:96px;line-height:116px}.display-medium-72-87{font-weight:500;font-size:72px;line-height:87px}.display-medium-64-77{font-weight:500;font-size:64px;line-height:77px}.display-medium-56-68{font-weight:500;font-size:56px;line-height:68px}.display-regular-96-116{font-weight:400;font-size:96px;line-height:116px}.display-regular-72-87{font-weight:400;font-size:72px;line-height:87px}.display-regular-64-77{font-weight:400;font-size:64px;line-height:77px}.display-regular-56-68{font-weight:400;font-size:56px;line-height:68px}.display-light-96-116{font-weight:300;font-size:96px;line-height:116px}.display-light-72-87{font-weight:300;font-size:72px;line-height:87px}.display-light-64-77{font-weight:300;font-size:64px;line-height:77px}.display-light-56-68{font-weight:300;font-size:56px;line-height:68px}.headline-black-48-58{font-weight:900;font-size:48px;line-height:58px}.headline-black-40-48{font-weight:900;font-size:40px;line-height:48px}.headline-black-32-39{font-weight:900;font-size:32px;line-height:39px}.headline-black-24-29{font-weight:900;font-size:24px;line-height:29px}.headline-black-20-24{font-weight:900;font-size:20px;line-height:24px}.headline-black-18-22{font-weight:900;font-size:18px;line-height:22px}.headline-extra-bold-48-58{font-weight:800;font-size:48px;line-height:58px}.headline-extra-bold-40-48{font-weight:800;font-size:40px;line-height:48px}.headline-extra-bold-32-39{font-weight:800;font-size:32px;line-height:39px}.headline-extra-bold-24-29{font-weight:800;font-size:24px;line-height:29px}.headline-extra-bold-20-24{font-weight:800;font-size:20px;line-height:24px}.headline-extra-bold-18-22{font-weight:800;font-size:18px;line-height:22px}.headline-bold-48-58{font-weight:700;font-size:48px;line-height:58px}.headline-bold-40-48{font-weight:700;font-size:40px;line-height:48px}.headline-bold-32-39{font-weight:700;font-size:32px;line-height:39px}.headline-bold-24-29{font-weight:700;font-size:24px;line-height:29px}.headline-bold-20-24{font-weight:700;font-size:20px;line-height:24px}.headline-bold-18-22{font-weight:700;font-size:18px;line-height:22px}.headline-semi-bold-48-58{font-weight:600;font-size:48px;line-height:58px}.headline-semi-bold-40-48{font-weight:600;font-size:40px;line-height:48px}.headline-semi-bold-32-39{font-weight:600;font-size:32px;line-height:39px}.headline-semi-bold-24-29{font-weight:600;font-size:24px;line-height:29px}.headline-semi-bold-20-24{font-weight:600;font-size:20px;line-height:24px}.headline-semi-bold-18-22{font-weight:600;font-size:18px;line-height:22px}.headline-medium-48-58{font-weight:500;font-size:48px;line-height:58px}.headline-medium-40-48{font-weight:500;font-size:40px;line-height:48px}.headline-medium-32-39{font-weight:500;font-size:32px;line-height:39px}.headline-medium-24-29{font-weight:500;font-size:24px;line-height:29px}.headline-medium-20-24{font-weight:500;font-size:20px;line-height:24px}.headline-medium-18-22{font-weight:500;font-size:18px;line-height:22px}.headline-regular-48-58{font-weight:400;font-size:48px;line-height:58px}.headline-regular-40-48{font-weight:400;font-size:40px;line-height:48px}.headline-regular-32-39{font-weight:400;font-size:32px;line-height:39px}.headline-regular-24-29{font-weight:400;font-size:24px;line-height:29px}.headline-regular-20-24{font-weight:400;font-size:20px;line-height:24px}.headline-regular-18-22{font-weight:400;font-size:18px;line-height:22px}.headline-light-48-58{font-weight:300;font-size:48px;line-height:58px}.headline-light-40-48{font-weight:300;font-size:40px;line-height:48px}.headline-light-32-39{font-weight:300;font-size:32px;line-height:39px}.headline-light-24-29{font-weight:300;font-size:24px;line-height:29px}.headline-light-20-24{font-weight:300;font-size:20px;line-height:24px}.headline-light-18-22{font-weight:300;font-size:18px;line-height:22px}.title-black-16-19{font-weight:900;font-size:16px;line-height:19px}.title-extra-bold-16-19{font-weight:800;font-size:16px;line-height:19px}.title-bold-16-19{font-weight:700;font-size:16px;line-height:19px}.title-semi-bold-16-19{font-weight:600;font-size:16px;line-height:19px}.title-medium-16-19{font-weight:500;font-size:16px;line-height:19px}.title-regular-16-19{font-weight:400;font-size:16px;line-height:19px}.title-light-16-19{font-weight:300;font-size:16px;line-height:19px}.body-black-14-17{font-weight:900;font-size:14px;line-height:17px}.body-black-13-16{font-weight:900;font-size:13px;line-height:16px}.body-extra-bold-14-17{font-weight:800;font-size:14px;line-height:17px}.body-extra-bold-13-16{font-weight:800;font-size:13px;line-height:16px}.body-bold-14-17{font-weight:700;font-size:14px;line-height:17px}.body-bold-13-16{font-weight:700;font-size:13px;line-height:16px}.body-semi-bold-14-17{font-weight:600;font-size:14px;line-height:17px}.body-semi-bold-13-16{font-weight:600;font-size:13px;line-height:16px}.body-medium-14-17{font-weight:500;font-size:14px;line-height:17px}.body-medium-13-16{font-weight:500;font-size:13px;line-height:16px}.body-regular-14-17{font-weight:400;font-size:14px;line-height:17px}.body-regular-13-16{font-weight:400;font-size:13px;line-height:16px}.body-light-14-17{font-weight:300;font-size:14px;line-height:17px}.body-light-13-16{font-weight:300;font-size:13px;line-height:16px}.caption-black-12-15{font-weight:900;font-size:12px;line-height:15px}.caption-black-11-13{font-weight:900;font-size:11px;line-height:13px}.caption-black-10-12{font-weight:900;font-size:10px;line-height:12px}.caption-extra-bold-12-15{font-weight:800;font-size:12px;line-height:15px}.caption-extra-bold-11-13{font-weight:800;font-size:11px;line-height:13px}.caption-extra-bold-10-12{font-weight:800;font-size:10px;line-height:12px}.caption-bold-12-15{font-weight:700;font-size:12px;line-height:15px}.caption-bold-11-13{font-weight:700;font-size:11px;line-height:13px}.caption-bold-10-12{font-weight:700;font-size:10px;line-height:12px}.caption-semi-bold-12-15{font-weight:600;font-size:12px;line-height:15px}.caption-semi-bold-11-13{font-weight:600;font-size:11px;line-height:13px}.caption-semi-bold-10-12{font-weight:600;font-size:10px;line-height:12px}.caption-medium-12-15{font-weight:500;font-size:12px;line-height:15px}.caption-medium-11-13{font-weight:500;font-size:11px;line-height:13px}.caption-medium-10-12{font-weight:500;font-size:10px;line-height:12px}.caption-regular-12-15{font-weight:400;font-size:12px;line-height:15px}.caption-regular-11-13{font-weight:400;font-size:11px;line-height:13px}.caption-regular-10-12{font-weight:400;font-size:10px;line-height:12px}.caption-light-12-15{font-weight:300;font-size:12px;line-height:15px}.caption-light-11-13{font-weight:300;font-size:11px;line-height:13px}.caption-light-10-12{font-weight:300;font-size:10px;line-height:12px}@font-face{font-family:"Inter";font-style:normal;font-weight:100;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Inter";font-style:normal;font-weight:100;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Inter";font-style:normal;font-weight:100;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Inter";font-style:normal;font-weight:100;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Inter";font-style:normal;font-weight:100;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Inter";font-style:normal;font-weight:100;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");unicode-range:U+0100-02AF,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Inter";font-style:normal;font-weight:100;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Inter";font-style:normal;font-weight:200;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Inter";font-style:normal;font-weight:200;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Inter";font-style:normal;font-weight:200;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Inter";font-style:normal;font-weight:200;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Inter";font-style:normal;font-weight:200;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Inter";font-style:normal;font-weight:200;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");unicode-range:U+0100-02AF,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Inter";font-style:normal;font-weight:200;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Inter";font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Inter";font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Inter";font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Inter";font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Inter";font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Inter";font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");unicode-range:U+0100-02AF,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Inter";font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");unicode-range:U+0100-02AF,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");unicode-range:U+0100-02AF,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");unicode-range:U+0100-02AF,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Inter";font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Inter";font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Inter";font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Inter";font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Inter";font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Inter";font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");unicode-range:U+0100-02AF,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Inter";font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Inter";font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Inter";font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Inter";font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Inter";font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Inter";font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Inter";font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");unicode-range:U+0100-02AF,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Inter";font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Inter";font-style:normal;font-weight:900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Inter";font-style:normal;font-weight:900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Inter";font-style:normal;font-weight:900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Inter";font-style:normal;font-weight:900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Inter";font-style:normal;font-weight:900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Inter";font-style:normal;font-weight:900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");unicode-range:U+0100-02AF,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Inter";font-style:normal;font-weight:900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}body{font-family:var(--font-family-sans-serif);color:var(--dark)}/*# sourceMappingURL=style.min.css.map */
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/assets/styles/_root.scss","../../src/assets/styles/_typography.scss","../../src/assets/styles/_font.scss","../../src/assets/styles/style.scss"],"names":[],"mappings":"AAAA,MAEI,8jBAGA,yIAEF,kKCCA,sBACE,YALW,IAMX,eACA,kBAHF,qBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,2BACE,YALW,IAMX,eACA,kBAHF,0BACE,YALW,IAMX,eACA,iBAHF,0BACE,YALW,IAMX,eACA,iBAHF,0BACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,kBAHF,oBACE,YALW,IAMX,eACA,iBAHF,oBACE,YALW,IAMX,eACA,iBAHF,oBACE,YALW,IAMX,eACA,iBAHF,0BACE,YALW,IAMX,eACA,kBAHF,yBACE,YALW,IAMX,eACA,iBAHF,yBACE,YALW,IAMX,eACA,iBAHF,yBACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,kBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,wBACE,YALW,IAMX,eACA,kBAHF,uBACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,kBAHF,qBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,2BACE,YALW,IAMX,eACA,iBAHF,2BACE,YALW,IAMX,eACA,iBAHF,2BACE,YALW,IAMX,eACA,iBAHF,2BACE,YALW,IAMX,eACA,iBAHF,2BACE,YALW,IAMX,eACA,iBAHF,2BACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,0BACE,YALW,IAMX,eACA,iBAHF,0BACE,YALW,IAMX,eACA,iBAHF,0BACE,YALW,IAMX,eACA,iBAHF,0BACE,YALW,IAMX,eACA,iBAHF,0BACE,YALW,IAMX,eACA,iBAHF,0BACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,iBAHF,wBACE,YALW,IAMX,eACA,iBAHF,wBACE,YALW,IAMX,eACA,iBAHF,wBACE,YALW,IAMX,eACA,iBAHF,wBACE,YALW,IAMX,eACA,iBAHF,wBACE,YALW,IAMX,eACA,iBAHF,wBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,mBACE,YALW,IAMX,eACA,iBAHF,wBACE,YALW,IAMX,eACA,iBAHF,kBACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,iBAHF,oBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,mBACE,YALW,IAMX,eACA,iBAHF,kBACE,YALW,IAMX,eACA,iBAHF,kBACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,iBAHF,iBACE,YALW,IAMX,eACA,iBAHF,iBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,mBACE,YALW,IAMX,eACA,iBAHF,mBACE,YALW,IAMX,eACA,iBAHF,oBACE,YALW,IAMX,eACA,iBAHF,oBACE,YALW,IAMX,eACA,iBAHF,kBACE,YALW,IAMX,eACA,iBAHF,kBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,0BACE,YALW,IAMX,eACA,iBAHF,0BACE,YALW,IAMX,eACA,iBAHF,0BACE,YALW,IAMX,eACA,iBAHF,oBACE,YALW,IAMX,eACA,iBAHF,oBACE,YALW,IAMX,eACA,iBAHF,oBACE,YALW,IAMX,eACA,iBAHF,yBACE,YALW,IAMX,eACA,iBAHF,yBACE,YALW,IAMX,eACA,iBAHF,yBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBCVJ,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,iFAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,gEAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,yGAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,oGAGF,WACE,oBACA,kBACA,gBACA,kBACA,0GACA,yJAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,iFAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,gEAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,yGAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,oGAGF,WACE,oBACA,kBACA,gBACA,kBACA,0GACA,yJAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,iFAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,gEAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,yGAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,oGAGF,WACE,oBACA,kBACA,gBACA,kBACA,0GACA,yJAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,iFAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,gEAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,yGAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,oGAGF,WACE,oBACA,kBACA,gBACA,kBACA,0GACA,yJAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,iFAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,gEAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,yGAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,oGAGF,WACE,oBACA,kBACA,gBACA,kBACA,0GACA,yJAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,iFAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,gEAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,yGAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,oGAGF,WACE,oBACA,kBACA,gBACA,kBACA,0GACA,yJAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,iFAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,gEAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,yGAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,oGAGF,WACE,oBACA,kBACA,gBACA,kBACA,0GACA,yJAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,iFAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,gEAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,yGAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,oGAGF,WACE,oBACA,kBACA,gBACA,kBACA,0GACA,yJAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,iFAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,gEAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,yGAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,oGAGF,WACE,oBACA,kBACA,gBACA,kBACA,0GACA,yJChjBF,KACI,0CACA","file":"style.min.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../../src/assets/styles/_root.scss","../../src/assets/styles/_typography.scss","../../src/assets/styles/_font.scss","../../src/assets/styles/style.scss"],"names":[],"mappings":"AAAA,MAEI,4jBAGA,yIAEF,kKCCA,sBACE,YALW,IAMX,eACA,kBAHF,qBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,2BACE,YALW,IAMX,eACA,kBAHF,0BACE,YALW,IAMX,eACA,iBAHF,0BACE,YALW,IAMX,eACA,iBAHF,0BACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,kBAHF,oBACE,YALW,IAMX,eACA,iBAHF,oBACE,YALW,IAMX,eACA,iBAHF,oBACE,YALW,IAMX,eACA,iBAHF,0BACE,YALW,IAMX,eACA,kBAHF,yBACE,YALW,IAMX,eACA,iBAHF,yBACE,YALW,IAMX,eACA,iBAHF,yBACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,kBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,wBACE,YALW,IAMX,eACA,kBAHF,uBACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,kBAHF,qBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,2BACE,YALW,IAMX,eACA,iBAHF,2BACE,YALW,IAMX,eACA,iBAHF,2BACE,YALW,IAMX,eACA,iBAHF,2BACE,YALW,IAMX,eACA,iBAHF,2BACE,YALW,IAMX,eACA,iBAHF,2BACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,0BACE,YALW,IAMX,eACA,iBAHF,0BACE,YALW,IAMX,eACA,iBAHF,0BACE,YALW,IAMX,eACA,iBAHF,0BACE,YALW,IAMX,eACA,iBAHF,0BACE,YALW,IAMX,eACA,iBAHF,0BACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,iBAHF,wBACE,YALW,IAMX,eACA,iBAHF,wBACE,YALW,IAMX,eACA,iBAHF,wBACE,YALW,IAMX,eACA,iBAHF,wBACE,YALW,IAMX,eACA,iBAHF,wBACE,YALW,IAMX,eACA,iBAHF,wBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,mBACE,YALW,IAMX,eACA,iBAHF,wBACE,YALW,IAMX,eACA,iBAHF,kBACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,iBAHF,oBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,mBACE,YALW,IAMX,eACA,iBAHF,kBACE,YALW,IAMX,eACA,iBAHF,kBACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,iBAHF,iBACE,YALW,IAMX,eACA,iBAHF,iBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,mBACE,YALW,IAMX,eACA,iBAHF,mBACE,YALW,IAMX,eACA,iBAHF,oBACE,YALW,IAMX,eACA,iBAHF,oBACE,YALW,IAMX,eACA,iBAHF,kBACE,YALW,IAMX,eACA,iBAHF,kBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,0BACE,YALW,IAMX,eACA,iBAHF,0BACE,YALW,IAMX,eACA,iBAHF,0BACE,YALW,IAMX,eACA,iBAHF,oBACE,YALW,IAMX,eACA,iBAHF,oBACE,YALW,IAMX,eACA,iBAHF,oBACE,YALW,IAMX,eACA,iBAHF,yBACE,YALW,IAMX,eACA,iBAHF,yBACE,YALW,IAMX,eACA,iBAHF,yBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,sBACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,iBAHF,uBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBAHF,qBACE,YALW,IAMX,eACA,iBCVJ,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,iFAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,gEAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,yGAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,oGAGF,WACE,oBACA,kBACA,gBACA,kBACA,0GACA,yJAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,iFAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,gEAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,yGAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,oGAGF,WACE,oBACA,kBACA,gBACA,kBACA,0GACA,yJAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,iFAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,gEAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,yGAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,oGAGF,WACE,oBACA,kBACA,gBACA,kBACA,0GACA,yJAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,iFAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,gEAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,yGAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,oGAGF,WACE,oBACA,kBACA,gBACA,kBACA,0GACA,yJAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,iFAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,gEAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,yGAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,oGAGF,WACE,oBACA,kBACA,gBACA,kBACA,0GACA,yJAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,iFAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,gEAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,yGAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,oGAGF,WACE,oBACA,kBACA,gBACA,kBACA,0GACA,yJAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,iFAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,gEAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,yGAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,oGAGF,WACE,oBACA,kBACA,gBACA,kBACA,0GACA,yJAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,iFAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,gEAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,yGAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,oGAGF,WACE,oBACA,kBACA,gBACA,kBACA,0GACA,yJAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,iFAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,gEAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,0BAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,yGAGF,WACE,oBACA,kBACA,gBACA,kBACA,6GACA,oGAGF,WACE,oBACA,kBACA,gBACA,kBACA,0GACA,yJChjBF,KACI,0CACA","file":"style.min.css"}
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "krl-alfred",
3
- "version": "1.55.0",
3
+ "version": "1.56.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
7
7
  "main": "dist/index.js",
8
8
  "dependencies": {
9
- "@storybook/addon-controls": "^7.0.17",
10
- "@storybook/addon-docs": "^7.0.17",
9
+ "@storybook/addon-controls": "^7.2.1",
10
+ "@storybook/addon-docs": "^7.2.1",
11
11
  "@storybook/addon-knobs": "^7.0.2",
12
- "@storybook/addon-measure": "^7.0.18",
13
- "@storybook/addon-outline": "^7.0.18",
14
- "@storybook/addon-viewport": "^7.0.17",
12
+ "@storybook/addon-measure": "^7.2.1",
13
+ "@storybook/addon-outline": "^7.2.1",
14
+ "@storybook/addon-viewport": "^7.2.1",
15
15
  "@storybook/preset-scss": "^1.0.3",
16
16
  "@testing-library/jest-dom": "^5.16.5",
17
17
  "@testing-library/react": "^14.0.0",
@@ -23,6 +23,7 @@
23
23
  "@types/styled-components": "^5.0.1",
24
24
  "classnames": "^2.3.2",
25
25
  "css-loader": "^6.7.3",
26
+ "events": "^3.3.0",
26
27
  "plop": "^3.1.2",
27
28
  "react": "^18.2.0",
28
29
  "react-circular-progressbar": "^2.1.0",
@@ -36,7 +37,7 @@
36
37
  "sass-loader": "^13.2.2",
37
38
  "style-loader": "^3.3.2",
38
39
  "styled-components": "^5.0.1",
39
- "typescript": "^5.0.3"
40
+ "typescript": "^5.1.6"
40
41
  },
41
42
  "scripts": {
42
43
  "start": "react-scripts start",
@@ -74,18 +75,18 @@
74
75
  "@semantic-release/git"
75
76
  ],
76
77
  "devDependencies": {
77
- "@storybook/addon-actions": "^7.0.17",
78
- "@storybook/addon-links": "^7.0.17",
79
- "@storybook/addon-mdx-gfm": "7.0.17",
80
- "@storybook/addon-styling": "^1.0.8",
81
- "@storybook/addons": "^7.0.17",
82
- "@storybook/cli": "^7.0.17",
83
- "@storybook/preset-create-react-app": "^7.0.17",
84
- "@storybook/react": "^7.0.17",
85
- "@storybook/react-webpack5": "7.0.17",
78
+ "@storybook/addon-actions": "^7.2.1",
79
+ "@storybook/addon-links": "^7.2.1",
80
+ "@storybook/addon-mdx-gfm": "7.2.1",
81
+ "@storybook/addon-styling": "^1.3.5",
82
+ "@storybook/addons": "^7.2.1",
83
+ "@storybook/cli": "^7.2.1",
84
+ "@storybook/preset-create-react-app": "^7.2.1",
85
+ "@storybook/react": "^7.2.1",
86
+ "@storybook/react-webpack5": "7.2.1",
86
87
  "@svgr/cli": "^7.0.0",
87
88
  "@svgr/webpack": "^7.0.0",
88
89
  "semantic-release": "^21.0.1",
89
- "storybook": "7.0.17"
90
+ "storybook": "7.2.1"
90
91
  }
91
92
  }
@@ -1,40 +0,0 @@
1
- "use strict";
2
- var __assign = (this && this.__assign) || function () {
3
- __assign = Object.assign || function(t) {
4
- for (var s, i = 1, n = arguments.length; i < n; i++) {
5
- s = arguments[i];
6
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
- t[p] = s[p];
8
- }
9
- return t;
10
- };
11
- return __assign.apply(this, arguments);
12
- };
13
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
- if (k2 === undefined) k2 = k;
15
- var desc = Object.getOwnPropertyDescriptor(m, k);
16
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
- desc = { enumerable: true, get: function() { return m[k]; } };
18
- }
19
- Object.defineProperty(o, k2, desc);
20
- }) : (function(o, m, k, k2) {
21
- if (k2 === undefined) k2 = k;
22
- o[k2] = m[k];
23
- }));
24
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
- Object.defineProperty(o, "default", { enumerable: true, value: v });
26
- }) : function(o, v) {
27
- o["default"] = v;
28
- });
29
- var __importStar = (this && this.__importStar) || function (mod) {
30
- if (mod && mod.__esModule) return mod;
31
- var result = {};
32
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
- __setModuleDefault(result, mod);
34
- return result;
35
- };
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- var jsx_runtime_1 = require("react/jsx-runtime");
38
- var React = __importStar(require("react"));
39
- var SvgInfoCircle1 = function (props) { return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 3.75C7.44428 3.75 3.75 7.44428 3.75 12C3.75 16.5557 7.44428 20.25 12 20.25C16.5566 20.25 20.25 16.5558 20.25 12C20.25 7.44421 16.5566 3.75 12 3.75ZM1.75 12C1.75 6.33972 6.33972 1.75 12 1.75C17.6614 1.75 22.25 6.33979 22.25 12C22.25 17.6602 17.6614 22.25 12 22.25C6.33972 22.25 1.75 17.6603 1.75 12Z", fill: "#0A103D" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9941 7.20312C12.5464 7.20312 12.9941 7.65084 12.9941 8.20312V12.6221C12.9941 13.1744 12.5464 13.6221 11.9941 13.6221C11.4419 13.6221 10.9941 13.1744 10.9941 12.6221V8.20312C10.9941 7.65084 11.4419 7.20312 11.9941 7.20312Z", fill: "#0A103D" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.9941 15.7969C10.9941 15.2446 11.4419 14.7969 11.9941 14.7969H12.0041C12.5564 14.7969 13.0041 15.2446 13.0041 15.7969C13.0041 16.3492 12.5564 16.7969 12.0041 16.7969H11.9941C11.4419 16.7969 10.9941 16.3492 10.9941 15.7969Z", fill: "#0A103D" })] }))); };
40
- exports.default = SvgInfoCircle1;