krl-alfred 1.71.7 → 1.71.8

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.
@@ -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 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 4px;\n width: 4px;\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 4px;\n width: 4px;\n }\n }\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 &:is([stroke]){\n stroke : var(--primary);\n stroke-width: 2;\n }\n &:is([fill]){\n fill : var(--primary);\n }\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 4px;\n width: 4px;\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 &:is([stroke]){\n stroke : var(--primary);\n stroke-width: 2;\n }\n &:is([fill]){\n fill : var(--primary);\n }\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 4px;\n width: 4px;\n }\n }\n }\n } \n"])), function (props) { return props.width; });
13
13
  var templateObject_1;
@@ -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 SvgBag3 = function (props) { return ((0, jsx_runtime_1.jsxs)("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: 56, height: 57, viewBox: "0 0 56 57", fill: "none" }, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M36.8035 22.2124V15.1377C36.8035 10.2751 32.8625 6.33407 28.0021 6.33407C23.1395 6.31307 19.1798 10.2354 19.1588 15.0981V15.1377V22.2124M39.0652 49.5012H16.9348C11.4466 49.5012 7 45.0562 7 39.5728V26.7022C7 21.2188 11.4466 16.7738 16.9348 16.7738H39.0652C44.5534 16.7738 49 21.2188 49 26.7022V39.5728C49 45.0562 44.5534 49.5012 39.0652 49.5012Z", stroke: "#0A103D", strokeWidth: 4, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M28.6001 25.673L30.5502 29.6073C30.6478 29.8058 30.8364 29.9443 31.0554 29.9764L35.421 30.6089C35.5979 30.6325 35.757 30.7254 35.8656 30.8673C36.0694 31.1333 36.0382 31.5099 35.794 31.7387L32.6299 34.8075C32.469 34.9595 32.3975 35.1824 32.4396 35.3994L33.1974 39.7298C33.2504 40.0886 33.0062 40.4247 32.6484 40.483C32.5002 40.5058 32.3486 40.4822 32.2139 40.4154L28.3256 38.371C28.1303 38.2646 27.8962 38.2646 27.7009 38.371L23.784 40.4264C23.4565 40.5936 23.0557 40.4695 22.8772 40.1478C22.809 40.0177 22.7854 39.8699 22.809 39.7255L23.5668 35.3952C23.6046 35.179 23.5331 34.9569 23.3765 34.8041L20.1954 31.7362C19.9361 31.4778 19.9344 31.0573 20.1929 30.7972C20.1938 30.7963 20.1946 30.7946 20.1954 30.7938C20.3024 30.6967 20.4337 30.6317 20.576 30.6063L24.9426 29.9738C25.1606 29.9392 25.3484 29.8024 25.4477 29.604L27.3961 25.673C27.4744 25.5134 27.6133 25.391 27.7817 25.3353C27.951 25.2787 28.1362 25.2922 28.2953 25.3724C28.4258 25.4374 28.5328 25.543 28.6001 25.673Z", stroke: "#0A103D", strokeWidth: 4, strokeLinecap: "round", strokeLinejoin: "round" })] }))); };
39
+ var SvgBag3 = 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: "M11.5393 9.92031C11.878 9.8013 12.248 9.83157 12.561 9.99874L12.9105 10.271C12.9947 10.3636 13.0646 10.4672 13.1187 10.5778L13.1261 10.5933L13.8016 12.0372L15.2863 12.2651C15.3844 12.2796 15.4784 12.3051 15.5672 12.3401L16.139 12.7854C16.5082 13.2963 16.4617 14.0117 16.0106 14.4676L14.9057 15.6028L15.1736 17.2248C15.175 17.233 15.1763 17.2413 15.1774 17.2496C15.2673 17.8936 14.8586 18.5876 14.1221 18.7146L14.113 18.7162C13.8321 18.762 13.5481 18.7133 13.3017 18.5841C13.2943 18.5802 13.287 18.5762 13.2797 18.5721L11.9689 17.842L10.6357 18.5832C9.97356 18.9413 9.20416 18.6483 8.88618 18.0411L8.87585 18.0209C8.7538 17.7743 8.71366 17.4988 8.75455 17.2335L8.75619 17.2229L9.02392 15.6024L7.91016 14.4644L7.89885 14.4527C7.43343 13.9614 7.42134 13.1897 7.86806 12.6842C7.88815 12.6609 7.90932 12.6386 7.9315 12.6172C8.11217 12.4434 8.34309 12.3191 8.60229 12.2702C8.61348 12.2681 8.6247 12.2662 8.63595 12.2645L10.1245 12.036L10.7989 10.5945C10.939 10.2935 11.1974 10.0402 11.5393 9.92031ZM11.7775 13.2224L11.9628 12.8264L12.1476 13.2215L12.1484 13.223C12.3219 13.5953 12.673 13.8866 13.1172 13.9555L13.6399 14.0358L13.2305 14.4565C12.9293 14.7621 12.8068 15.1894 12.8771 15.5937L12.9617 16.1057L12.5938 15.9007C12.2057 15.6809 11.7334 15.6808 11.3453 15.9004L10.9671 16.1107L11.0536 15.5865C11.1197 15.187 10.9991 14.7648 10.7045 14.4602L10.7003 14.4559L10.2878 14.0344L10.8073 13.9547L10.8215 13.9524C11.2538 13.8797 11.6007 13.5964 11.7759 13.2259L11.7775 13.2224Z", fill: "#0A103D" }), (0, jsx_runtime_1.jsx)("path", { d: "M15.5672 12.3401C15.7997 12.4319 15.9972 12.5893 16.139 12.7854L15.5672 12.3401Z", fill: "#0A103D" }), (0, jsx_runtime_1.jsx)("path", { d: "M12.9105 10.271L12.561 9.99874C12.6951 10.0702 12.8125 10.1631 12.9105 10.271Z", fill: "#0A103D" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.004 1.01762C9.37128 1.00661 7.34081 3.22293 7.22377 5.85717C4.27169 5.88246 2.01758 8.45634 2.01758 11.4589V17.4246C2.01758 20.4421 4.29406 23.0266 7.26767 23.0266H16.7349C19.7086 23.0266 21.985 20.4421 21.985 17.4246V11.4589C21.985 8.45044 19.7221 5.87234 16.7614 5.85705C16.6444 3.23292 14.6284 1.01894 12.004 1.01762ZM7.21847 9.37745V7.8574C5.5166 7.88632 4.01758 9.41282 4.01758 11.4589V17.4246C4.01758 19.4904 5.54559 21.0266 7.26767 21.0266H16.7349C18.457 21.0266 19.985 19.4904 19.985 17.4246V11.4589C19.985 9.40587 18.4758 7.87595 16.7668 7.85716V9.37745C16.7668 9.92973 16.3191 10.3774 15.7668 10.3774C15.2145 10.3774 14.7668 9.92973 14.7668 9.37745V7.85698H9.21847V9.37745C9.21847 9.92973 8.77075 10.3774 8.21847 10.3774C7.66618 10.3774 7.21847 9.92973 7.21847 9.37745ZM9.22657 5.85698H14.7587C14.6463 4.20294 13.3879 3.01762 12.0016 3.01762H11.9969C10.6054 3.01111 9.33922 4.1968 9.22657 5.85698Z", fill: "#0A103D" })] }))); };
40
40
  exports.default = SvgBag3;
@@ -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 SvgTimeCircle = function (props) { return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: 45, height: 45, viewBox: "0 0 45 45", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M39.8438 22.5C39.8438 32.0794 32.0794 39.8438 22.5 39.8438C12.9206 39.8438 5.15625 32.0794 5.15625 22.5C5.15625 12.9206 12.9206 5.15625 22.5 5.15625C32.0794 5.15625 39.8438 12.9206 39.8438 22.5Z", stroke: "#9763F6", strokeWidth: 4, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M28.934 28.0179L21.8652 23.801V14.7129", stroke: "#9763F6", strokeWidth: 4, strokeLinecap: "round", strokeLinejoin: "round" })] }))); };
39
+ var SvgTimeCircle = 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: "M21.25 12.0005C21.25 17.1095 17.109 21.2505 12 21.2505C6.891 21.2505 2.75 17.1095 2.75 12.0005C2.75 6.89149 6.891 2.75049 12 2.75049C17.109 2.75049 21.25 6.89149 21.25 12.0005Z", stroke: "#0A103D", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M15.4321 14.9429L11.6621 12.6939V7.84689", stroke: "#0A103D", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })] }))); };
40
40
  exports.default = SvgTimeCircle;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "krl-alfred",
3
- "version": "1.71.7",
3
+ "version": "1.71.8",
4
4
  "files": [
5
5
  "dist"
6
6
  ],