krl-alfred 1.76.38 → 1.76.39

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.
@@ -45,7 +45,7 @@ var ActionButton = function (props) {
45
45
  (0, react_1.useEffect)(function () {
46
46
  count();
47
47
  }, [props.date]);
48
- return ((0, jsx_runtime_1.jsxs)(ActionButton_styled_1.ActionButtonStyled, __assign({}, props, { children: [(0, jsx_runtime_1.jsxs)("div", __assign({ className: "top" }, { children: [(0, jsx_runtime_1.jsx)("div", __assign({ className: "icon" }, { children: (0, jsx_runtime_1.jsx)(Icon_1.default, { strokeWidth: props.iconStrokeWidth, name: props.icon, color: "var(--primary)", width: "45px", height: "45px" }) })), (0, jsx_runtime_1.jsx)("strong", __assign({ className: "title" }, { children: props.title }))] })), (0, jsx_runtime_1.jsxs)("div", __assign({ className: "bottom" }, { children: [(0, jsx_runtime_1.jsx)("div", {}), (0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsxs)("div", __assign({ className: "timer" }, { children: [(0, jsx_runtime_1.jsxs)("div", __assign({ className: "box" }, { children: [(0, jsx_runtime_1.jsx)("div", __assign({ className: "timerTitle" }, { children: days })), (0, jsx_runtime_1.jsx)("div", __assign({ className: "timerDescription" }, { children: t('day') }))] })), (0, jsx_runtime_1.jsx)("div", __assign({ className: "dots" }, { children: ":" })), (0, jsx_runtime_1.jsxs)("div", __assign({ className: "box" }, { children: [(0, jsx_runtime_1.jsx)("div", __assign({ className: "timerTitle" }, { children: hours.toString().padStart(2, '0') })), (0, jsx_runtime_1.jsx)("div", __assign({ className: "timerDescription" }, { children: t('hour') }))] })), (0, jsx_runtime_1.jsx)("div", __assign({ className: "dots caption-bold-12-15" }, { children: ":" })), (0, jsx_runtime_1.jsxs)("div", __assign({ className: "box" }, { children: [(0, jsx_runtime_1.jsx)("div", __assign({ className: "timerTitle" }, { children: minutes.toString().padStart(2, '0') })), (0, jsx_runtime_1.jsx)("div", __assign({ className: "timerDescription" }, { children: t('minute') }))] }))] })), (0, jsx_runtime_1.jsx)(Button_1.default, { iconStrokeWidth: "3px", size: "xsmall", width: "32px", icon: "ArrowMediumRight", variant: "primary" })] })] }))] })));
48
+ return ((0, jsx_runtime_1.jsxs)(ActionButton_styled_1.ActionButtonStyled, __assign({}, props, { children: [(0, jsx_runtime_1.jsxs)("div", __assign({ className: "top" }, { children: [(0, jsx_runtime_1.jsx)("div", __assign({ className: "icon" }, { children: (0, jsx_runtime_1.jsx)(Icon_1.default, { strokeWidth: props.iconStrokeWidth, name: props.icon, color: "var(--primary)", width: "45px", height: "45px" }) })), (0, jsx_runtime_1.jsx)("strong", __assign({ className: "title" }, { children: props.title }))] })), (0, jsx_runtime_1.jsxs)("div", __assign({ className: "bottom" }, { children: [(0, jsx_runtime_1.jsx)("div", {}), (0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsxs)("div", __assign({ className: "timer" }, { children: [(0, jsx_runtime_1.jsxs)("div", __assign({ className: "box" }, { children: [(0, jsx_runtime_1.jsx)("div", __assign({ className: "timerTitle" }, { children: days })), (0, jsx_runtime_1.jsx)("div", __assign({ className: "timerDescription" }, { children: t('day') }))] })), (0, jsx_runtime_1.jsx)("div", __assign({ className: "dots" }, { children: ":" })), (0, jsx_runtime_1.jsxs)("div", __assign({ className: "box" }, { children: [(0, jsx_runtime_1.jsx)("div", __assign({ className: "timerTitle" }, { children: hours.toString().padStart(2, '0') })), (0, jsx_runtime_1.jsx)("div", __assign({ className: "timerDescription" }, { children: t('hour') }))] })), (0, jsx_runtime_1.jsx)("div", __assign({ className: "dots" }, { children: ":" })), (0, jsx_runtime_1.jsxs)("div", __assign({ className: "box" }, { children: [(0, jsx_runtime_1.jsx)("div", __assign({ className: "timerTitle" }, { children: minutes.toString().padStart(2, '0') })), (0, jsx_runtime_1.jsx)("div", __assign({ className: "timerDescription" }, { children: t('minute') }))] }))] })), (0, jsx_runtime_1.jsx)(Button_1.default, { iconStrokeWidth: "3px", size: "xsmall", width: "32px", icon: "ArrowMediumRight", variant: "primary" })] })] }))] })));
49
49
  };
50
50
  ActionButton.defaultProps = {
51
51
  title: "Title",
@@ -16,10 +16,10 @@ var CircleProgress_styled_1 = require("./CircleProgress.styled");
16
16
  var react_circular_progressbar_1 = require("react-circular-progressbar");
17
17
  var CircleProgress = function (props) {
18
18
  var currentStep = props.steps.find(function (p) { return p.index === props.activeStep; });
19
- return (0, jsx_runtime_1.jsxs)(CircleProgress_styled_1.CircleProgressStyled, __assign({}, props, { children: [(0, jsx_runtime_1.jsx)("div", __assign({ className: "icon" }, { children: (0, jsx_runtime_1.jsx)(react_circular_progressbar_1.CircularProgressbarWithChildren, __assign({ styles: (0, react_circular_progressbar_1.buildStyles)({
19
+ return ((0, jsx_runtime_1.jsxs)(CircleProgress_styled_1.CircleProgressStyled, __assign({}, props, { children: [(0, jsx_runtime_1.jsx)("div", __assign({ className: "icon" }, { children: (0, jsx_runtime_1.jsx)(react_circular_progressbar_1.CircularProgressbarWithChildren, __assign({ styles: (0, react_circular_progressbar_1.buildStyles)({
20
20
  pathColor: "var(--primary)",
21
21
  trailColor: "var(--dark-opacity-5)"
22
- }), strokeWidth: 12, value: props.activeStep / props.steps.length * 100 }, { children: (0, jsx_runtime_1.jsxs)("div", __assign({ className: "text" }, { children: [(0, jsx_runtime_1.jsxs)("span", { children: [props.activeStep, "/"] }), props.steps.length] })) })) })), (0, jsx_runtime_1.jsxs)("div", __assign({ className: "info" }, { children: [(0, jsx_runtime_1.jsx)("h1", { children: currentStep === null || currentStep === void 0 ? void 0 : currentStep.text }), (0, jsx_runtime_1.jsx)("p", { children: currentStep === null || currentStep === void 0 ? void 0 : currentStep.textSm })] }))] }));
22
+ }), strokeWidth: 12, value: props.activeStep / props.steps.length * 100 }, { children: (0, jsx_runtime_1.jsxs)("div", __assign({ className: "text" }, { children: [(0, jsx_runtime_1.jsxs)("span", { children: [props.activeStep, "/"] }), props.steps.length] })) })) })), (0, jsx_runtime_1.jsxs)("div", __assign({ className: "info" }, { children: [(0, jsx_runtime_1.jsx)("h1", { children: currentStep === null || currentStep === void 0 ? void 0 : currentStep.text }), (0, jsx_runtime_1.jsx)("p", { children: currentStep === null || currentStep === void 0 ? void 0 : currentStep.textSm })] }))] })));
23
23
  };
24
24
  CircleProgress.defaultProps = {
25
25
  steps: [],
@@ -1,15 +1,4 @@
1
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
2
  var __importDefault = (this && this.__importDefault) || function (mod) {
14
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
15
4
  };
@@ -22,14 +11,14 @@ var ColorPalette = function (props) {
22
11
  var _b = _a.gradient, gradient = _b === void 0 ? props.gradient : _b, _c = _a.data, data = _c === void 0 ? props.data : _c;
23
12
  return ((0, jsx_runtime_1.jsxs)(ColorPalette_styled_1.ColorItem, { children: [(0, jsx_runtime_1.jsx)(ColorPalette_styled_1.Bg, { gradient: gradient, data: data }), (0, jsx_runtime_1.jsx)(ColorPalette_styled_1.Text, { children: Object.entries(data).map(function (_a) {
24
13
  var key4 = _a[0], value4 = _a[1];
25
- return ((0, jsx_runtime_1.jsxs)(ColorPalette_styled_1.ValueListWrapper, { children: [(0, jsx_runtime_1.jsx)(ColorPalette_styled_1.Title, __assign({ className: "caption-bold-12-15" }, { children: key4 })), (0, jsx_runtime_1.jsx)(ColorPalette_styled_1.Value, __assign({ className: "caption-regular-12-15" }, { children: value4 }))] }, key4));
14
+ return ((0, jsx_runtime_1.jsxs)(ColorPalette_styled_1.ValueListWrapper, { children: [(0, jsx_runtime_1.jsx)(ColorPalette_styled_1.Title, { children: key4 }), (0, jsx_runtime_1.jsx)(ColorPalette_styled_1.Value, { children: value4 })] }, key4));
26
15
  }) })] }));
27
16
  };
28
17
  return ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: colors_json_1.default.map(function (value, key) {
29
18
  var _a;
30
- return ((0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsx)("h1", __assign({ className: "headline-bold-24-29" }, { children: value.name })), (0, jsx_runtime_1.jsx)("div", { children: (_a = value === null || value === void 0 ? void 0 : value.children) === null || _a === void 0 ? void 0 : _a.map(function (value2, key2) {
19
+ return ((0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsx)(ColorPalette_styled_1.TitleXl, { children: value.name }), (0, jsx_runtime_1.jsx)("div", { children: (_a = value === null || value === void 0 ? void 0 : value.children) === null || _a === void 0 ? void 0 : _a.map(function (value2, key2) {
31
20
  var _a;
32
- return ((0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsx)("h1", __assign({ className: "headline-medium-18-22" }, { children: value2.name })), (0, jsx_runtime_1.jsx)(ColorPalette_styled_1.ColorPaletteStyled, { children: (_a = value2 === null || value2 === void 0 ? void 0 : value2.variants) === null || _a === void 0 ? void 0 : _a.map(function (value3, key3) {
21
+ return ((0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsx)(ColorPalette_styled_1.TitleLg, { children: value2.name }), (0, jsx_runtime_1.jsx)(ColorPalette_styled_1.ColorPaletteStyled, { children: (_a = value2 === null || value2 === void 0 ? void 0 : value2.variants) === null || _a === void 0 ? void 0 : _a.map(function (value3, key3) {
33
22
  return ((0, jsx_runtime_1.jsx)(Item, { gradient: value3 === null || value3 === void 0 ? void 0 : value3.gradient, data: value3.data }, key3));
34
23
  }) })] }, key2));
35
24
  }) })] }, key));
@@ -7,7 +7,7 @@ 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.ValueListWrapper = exports.Value = exports.Title = exports.Text = exports.Bg = exports.ColorItem = exports.ColorPaletteStyled = void 0;
10
+ exports.ValueListWrapper = exports.Value = exports.TitleLg = exports.TitleXl = exports.Title = exports.Text = exports.Bg = exports.ColorItem = exports.ColorPaletteStyled = void 0;
11
11
  var styled_components_1 = __importDefault(require("styled-components"));
12
12
  exports.ColorPaletteStyled = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: grid;\n grid-template-columns: repeat(6, 1fr);\n gap: 15px;\n margin-bottom: 3rem;\n @media (max-width: 1200px) {\n grid-template-columns: repeat(3, 1fr);\n }\n @media (max-width: 768px) {\n grid-template-columns: repeat(2, 1fr);\n }\n @media (max-width: 576px) {\n grid-template-columns: repeat(1, 1fr);\n }\n"], ["\n display: grid;\n grid-template-columns: repeat(6, 1fr);\n gap: 15px;\n margin-bottom: 3rem;\n @media (max-width: 1200px) {\n grid-template-columns: repeat(3, 1fr);\n }\n @media (max-width: 768px) {\n grid-template-columns: repeat(2, 1fr);\n }\n @media (max-width: 576px) {\n grid-template-columns: repeat(1, 1fr);\n }\n"])));
13
13
  exports.ColorItem = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n border: 1px solid var(--dark-opacity-10);\n display: block;\n border-radius: 16px;\n position: relative;\n overflow: hidden;\n"], ["\n border: 1px solid var(--dark-opacity-10);\n display: block;\n border-radius: 16px;\n position: relative;\n overflow: hidden;\n"])));
@@ -18,7 +18,9 @@ exports.Bg = styled_components_1.default.div(templateObject_3 || (templateObject
18
18
  : props.data.hex;
19
19
  });
20
20
  exports.Text = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n padding: 16px;\n display: grid;\n grid-template-columns: 1fr 1fr;\n gap: 22px;\n"], ["\n padding: 16px;\n display: grid;\n grid-template-columns: 1fr 1fr;\n gap: 22px;\n"])));
21
- exports.Title = styled_components_1.default.strong(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n display: block;\n margin-bottom: 3px;\n text-transform: uppercase;\n color: var(--dark);\n"], ["\n display: block;\n margin-bottom: 3px;\n text-transform: uppercase;\n color: var(--dark);\n"])));
22
- exports.Value = styled_components_1.default.strong(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n display: block;\n color: var(--dark-opacity-50);\n"], ["\n display: block;\n color: var(--dark-opacity-50);\n"])));
23
- exports.ValueListWrapper = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n display: block;\n &:first-child {\n grid-column: span 2;\n }\n"], ["\n display: block;\n &:first-child {\n grid-column: span 2;\n }\n"])));
24
- var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7;
21
+ exports.Title = styled_components_1.default.strong(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n display: block;\n margin-bottom: 3px;\n text-transform: uppercase;\n color: var(--dark);\n font: var(--caption-bold-12-15);\n"], ["\n display: block;\n margin-bottom: 3px;\n text-transform: uppercase;\n color: var(--dark);\n font: var(--caption-bold-12-15);\n"])));
22
+ exports.TitleXl = styled_components_1.default.h1(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n font: var(--headline-bold-24-29);\n display: block;\n"], ["\n font: var(--headline-bold-24-29);\n display: block;\n"])));
23
+ exports.TitleLg = styled_components_1.default.h2(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n font: var(--headline-medium-18-22);\n display: block;\n"], ["\n font: var(--headline-medium-18-22);\n display: block;\n"])));
24
+ exports.Value = styled_components_1.default.strong(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n display: block;\n color: var(--dark-opacity-50);\n font: var(--caption-regular-12-15);\n"], ["\n display: block;\n color: var(--dark-opacity-50);\n font: var(--caption-regular-12-15);\n"])));
25
+ exports.ValueListWrapper = styled_components_1.default.div(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n display: block;\n &:first-child {\n grid-column: span 2;\n }\n"], ["\n display: block;\n &:first-child {\n grid-column: span 2;\n }\n"])));
26
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9;
@@ -18,6 +18,7 @@ var jsx_runtime_1 = require("react/jsx-runtime");
18
18
  var react_1 = require("react");
19
19
  var InfoBox_styled_1 = require("./InfoBox.styled");
20
20
  var Icon_1 = __importDefault(require("../Icon/Icon"));
21
+ var react_i18next_1 = require("react-i18next");
21
22
  var InfoBox = function (props) {
22
23
  var title = props.title, description = props.description, radius = props.radius, size = props.size;
23
24
  var descriptionRef = (0, react_1.useRef)(null);
@@ -25,6 +26,7 @@ var InfoBox = function (props) {
25
26
  var _a = (0, react_1.useState)(false), alert = _a[0], setAlert = _a[1];
26
27
  var _b = (0, react_1.useState)(0), alertLeft = _b[0], setAlertLeft = _b[1];
27
28
  var _c = (0, react_1.useState)(0), alertTop = _c[0], setAlertTop = _c[1];
29
+ var t = (0, react_i18next_1.useTranslation)().t;
28
30
  (0, react_1.useEffect)(function () {
29
31
  if (alert) {
30
32
  setTimeout(function () {
@@ -53,7 +55,7 @@ var InfoBox = function (props) {
53
55
  }
54
56
  });
55
57
  }, []);
56
- return ((0, jsx_runtime_1.jsxs)(InfoBox_styled_1.InfoBoxStyled, __assign({ radius: radius }, { children: [(0, jsx_runtime_1.jsx)(InfoBox_styled_1.IconWrapper, { children: (0, jsx_runtime_1.jsx)(Icon_1.default, { color: "var(--dark)", strokeWidth: "2px", name: "InfoSquare", width: "24px", height: "24px" }) }), (0, jsx_runtime_1.jsxs)(InfoBox_styled_1.TextWrapper, { children: [title && (0, jsx_runtime_1.jsx)(InfoBox_styled_1.Title, { dangerouslySetInnerHTML: { __html: title } }), description && (0, jsx_runtime_1.jsx)(InfoBox_styled_1.Description, { "$size": size, ref: descriptionRef, dangerouslySetInnerHTML: { __html: description } }), (0, jsx_runtime_1.jsx)(InfoBox_styled_1.AlertStyled, __assign({ "$visible": alert, "$alertLeft": alertLeft, "$alertTop": alertTop }, { children: "Kopyaland\u0131" })), (0, jsx_runtime_1.jsx)(InfoBox_styled_1.Input, { ref: inputRef, id: "infoBoxInput" })] })] })));
58
+ return ((0, jsx_runtime_1.jsxs)(InfoBox_styled_1.InfoBoxStyled, __assign({ radius: radius }, { children: [(0, jsx_runtime_1.jsx)(InfoBox_styled_1.IconWrapper, { children: (0, jsx_runtime_1.jsx)(Icon_1.default, { color: "var(--dark)", strokeWidth: "2px", name: "InfoSquare", width: "24px", height: "24px" }) }), (0, jsx_runtime_1.jsxs)(InfoBox_styled_1.TextWrapper, { children: [title && (0, jsx_runtime_1.jsx)(InfoBox_styled_1.Title, { dangerouslySetInnerHTML: { __html: title } }), description && (0, jsx_runtime_1.jsx)(InfoBox_styled_1.Description, { "$size": size, ref: descriptionRef, dangerouslySetInnerHTML: { __html: description } }), (0, jsx_runtime_1.jsx)(InfoBox_styled_1.AlertStyled, __assign({ "$visible": alert, "$alertLeft": alertLeft, "$alertTop": alertTop }, { children: t('copied') })), (0, jsx_runtime_1.jsx)(InfoBox_styled_1.Input, { ref: inputRef, id: "infoBoxInput" })] })] })));
57
59
  };
58
60
  InfoBox.defaultProps = {
59
61
  size: "small"
@@ -20,8 +20,8 @@ var typography_json_1 = __importDefault(require("./../../jsons/typography.json")
20
20
  var props_1 = require("./props");
21
21
  var Typography = function (props) {
22
22
  return typography_json_1.default.map(function (value, key) {
23
- return ((0, jsx_runtime_1.jsxs)(Typography_styled_1.TypographyStyled, { children: [(0, jsx_runtime_1.jsx)(Typography_styled_1.Thead, { children: (0, jsx_runtime_1.jsxs)(Typography_styled_1.Tr, { children: [(0, jsx_runtime_1.jsxs)(Typography_styled_1.Th, __assign({ width: 350, className: "headline-black-32-39" }, { children: [" ", value.name, " "] })), props_1.weights.map(function (weight, wKey) { return (0, jsx_runtime_1.jsxs)(Typography_styled_1.Th, __assign({ width: 190, className: "headline-semi-bold-32-39" }, { children: [" ", weight.title, " "] }), wKey); })] }) }), (0, jsx_runtime_1.jsx)(Typography_styled_1.Tbody, { children: value.variants.map(function (value2, key2) {
24
- return ((0, jsx_runtime_1.jsxs)(Typography_styled_1.Tr, { children: [(0, jsx_runtime_1.jsxs)(Typography_styled_1.Td, { children: [" ", (0, jsx_runtime_1.jsxs)(Typography_styled_1.LeftTitle, __assign({ className: "headline-semi-bold-24-29" }, { children: [" ", value2.name, " "] })), " "] }), props_1.weights.map(function (weight, wKey) { return (0, jsx_runtime_1.jsxs)(Typography_styled_1.Td, __assign({ className: value2.class.replace("{{weight}}", weight.class) }, { children: [" ", value2.text, " "] }), wKey); })] }, key2));
23
+ return ((0, jsx_runtime_1.jsxs)(Typography_styled_1.TypographyStyled, { children: [(0, jsx_runtime_1.jsx)(Typography_styled_1.Thead, { children: (0, jsx_runtime_1.jsxs)(Typography_styled_1.Tr, { children: [(0, jsx_runtime_1.jsxs)(Typography_styled_1.Th, __assign({ width: 350 }, { children: [" ", value.name, " "] })), props_1.weights.map(function (weight, wKey) { return (0, jsx_runtime_1.jsxs)(Typography_styled_1.Th, __assign({ width: 190 }, { children: [" ", weight.title, " "] }), wKey); })] }) }), (0, jsx_runtime_1.jsx)(Typography_styled_1.Tbody, { children: value.variants.map(function (value2, key2) {
24
+ return ((0, jsx_runtime_1.jsxs)(Typography_styled_1.Tr, { children: [(0, jsx_runtime_1.jsxs)(Typography_styled_1.Td, { children: [" ", (0, jsx_runtime_1.jsxs)(Typography_styled_1.LeftTitle, { children: [" ", value2.name, " "] }), " "] }), props_1.weights.map(function (weight, wKey) { return (0, jsx_runtime_1.jsxs)(Typography_styled_1.Td, __assign({ className: value2.class.replace("{{weight}}", weight.class) }, { children: [" ", value2.text, " "] }), wKey); })] }, key2));
25
25
  }) })] }, key));
26
26
  });
27
27
  };
@@ -10,8 +10,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.Tbody = exports.Thead = exports.Tr = exports.Td = exports.Th = exports.LeftTitle = exports.TypographyStyled = void 0;
11
11
  var styled_components_1 = __importDefault(require("styled-components"));
12
12
  exports.TypographyStyled = styled_components_1.default.table(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: table;\n width: 100%;\n padding-bottom: 160px;\n text-align: left;\n"], ["\n display: table;\n width: 100%;\n padding-bottom: 160px;\n text-align: left;\n"])));
13
- exports.LeftTitle = styled_components_1.default.span(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n color: var(--grey-50);\n"], ["\n color: var(--grey-50);\n"])));
14
- exports.Th = styled_components_1.default.th(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n padding-bottom: 88px;\n width: ", "px;\n"], ["\n padding-bottom: 88px;\n width: ", "px;\n"])), function (props) { return props === null || props === void 0 ? void 0 : props.width; });
13
+ exports.LeftTitle = styled_components_1.default.span(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n color: var(--grey-50);\n font: var(--headline-semi-bold-24-29);\n"], ["\n color: var(--grey-50);\n font: var(--headline-semi-bold-24-29);\n"])));
14
+ exports.Th = styled_components_1.default.th(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n padding-bottom: 88px;\n width: ", "px;\n font: var(--headline-black-32-39);\n"], ["\n padding-bottom: 88px;\n width: ", "px;\n font: var(--headline-black-32-39);\n"])), function (props) { return props === null || props === void 0 ? void 0 : props.width; });
15
15
  exports.Td = styled_components_1.default.td(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n padding-bottom: 11px;\n"], ["\n padding-bottom: 11px;\n"])));
16
16
  exports.Tr = styled_components_1.default.tr(templateObject_5 || (templateObject_5 = __makeTemplateObject([""], [""])));
17
17
  exports.Thead = styled_components_1.default.thead(templateObject_6 || (templateObject_6 = __makeTemplateObject([""], [""])));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "krl-alfred",
3
- "version": "1.76.38",
3
+ "version": "1.76.39",
4
4
  "files": [
5
5
  "dist"
6
6
  ],