gwchq-textjam 0.1.7 → 0.1.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.
- package/dist/index.js +460 -47
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/assets/gwc-logoa61b092912e3c38825d3.svg +0 -33
package/dist/index.js
CHANGED
|
@@ -323626,9 +323626,37 @@ var elementFromProps = map => {
|
|
|
323626
323626
|
};
|
|
323627
323627
|
/* harmony default export */ const PyodideRunner_VisualOutputPane = (VisualOutputPane);
|
|
323628
323628
|
;// ./src/assets/icons/split_view.svg
|
|
323629
|
-
|
|
323629
|
+
var _path;
|
|
323630
|
+
function split_view_extends() { return split_view_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, split_view_extends.apply(null, arguments); }
|
|
323631
|
+
|
|
323632
|
+
function SvgSplitView(props) {
|
|
323633
|
+
return /*#__PURE__*/external_react_.createElement("svg", split_view_extends({
|
|
323634
|
+
width: 20,
|
|
323635
|
+
height: 20,
|
|
323636
|
+
fill: "none",
|
|
323637
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
323638
|
+
}, props), _path || (_path = /*#__PURE__*/external_react_.createElement("path", {
|
|
323639
|
+
d: "M2.5 17.5V9.167h15V17.5h-15zm1.667-1.667h11.666v-5H4.167v5zM2.5 9.167V2.5h15v6.667h-15zm1.667 0h11.666v-5H4.167v5z"
|
|
323640
|
+
})));
|
|
323641
|
+
}
|
|
323642
|
+
/* harmony default export */ const split_view = (SvgSplitView);
|
|
323630
323643
|
;// ./src/assets/icons/tabbed_view.svg
|
|
323631
|
-
|
|
323644
|
+
var tabbed_view_path, _path2;
|
|
323645
|
+
function tabbed_view_extends() { return tabbed_view_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, tabbed_view_extends.apply(null, arguments); }
|
|
323646
|
+
|
|
323647
|
+
function SvgTabbedView(props) {
|
|
323648
|
+
return /*#__PURE__*/external_react_.createElement("svg", tabbed_view_extends({
|
|
323649
|
+
width: 20,
|
|
323650
|
+
height: 20,
|
|
323651
|
+
fill: "none",
|
|
323652
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
323653
|
+
}, props), tabbed_view_path || (tabbed_view_path = /*#__PURE__*/external_react_.createElement("path", {
|
|
323654
|
+
d: "M17.5 17.5v-15h-15v15h15zm-1.667-1.667H4.167V9.167h11.666v6.666zm0-8.333H4.167V4.167h11.666V7.5zm-7.5-.833H5V5h3.333v1.667z"
|
|
323655
|
+
})), _path2 || (_path2 = /*#__PURE__*/external_react_.createElement("path", {
|
|
323656
|
+
d: "M9.167 6.667H12.5V5H9.167v1.667z"
|
|
323657
|
+
})));
|
|
323658
|
+
}
|
|
323659
|
+
/* harmony default export */ const tabbed_view = (SvgTabbedView);
|
|
323632
323660
|
;// ./node_modules/@remix-run/router/dist/router.js
|
|
323633
323661
|
/**
|
|
323634
323662
|
* @remix-run/router v1.20.0
|
|
@@ -331601,7 +331629,7 @@ var OutputViewToggle = () => {
|
|
|
331601
331629
|
disabled: codeRunTriggered || drawTriggered,
|
|
331602
331630
|
label: isSplitView ? t("outputViewToggle.buttonTabLabel") : t("outputViewToggle.buttonSplitLabel"),
|
|
331603
331631
|
title: isSplitView ? t("outputViewToggle.buttonTabTitle") : t("outputViewToggle.buttonSplitTitle"),
|
|
331604
|
-
ButtonIcon: isSplitView ?
|
|
331632
|
+
ButtonIcon: isSplitView ? tabbed_view : split_view,
|
|
331605
331633
|
buttonIconPosition: "right",
|
|
331606
331634
|
onClickHandler: isSplitView ? switchToTabbedView : switchToSplitView
|
|
331607
331635
|
})
|
|
@@ -331691,9 +331719,40 @@ var StopButton = _ref => {
|
|
|
331691
331719
|
};
|
|
331692
331720
|
/* harmony default export */ const RunButton_StopButton = (StopButton);
|
|
331693
331721
|
;// ./src/assets/icons/tj-run.svg
|
|
331694
|
-
|
|
331722
|
+
var tj_run_path;
|
|
331723
|
+
function tj_run_extends() { return tj_run_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, tj_run_extends.apply(null, arguments); }
|
|
331724
|
+
|
|
331725
|
+
function SvgTjRun(props) {
|
|
331726
|
+
return /*#__PURE__*/external_react_.createElement("svg", tj_run_extends({
|
|
331727
|
+
width: 14,
|
|
331728
|
+
height: 14,
|
|
331729
|
+
fill: "none",
|
|
331730
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
331731
|
+
}, props), tj_run_path || (tj_run_path = /*#__PURE__*/external_react_.createElement("path", {
|
|
331732
|
+
d: "M2.917 1.75L11.083 7l-8.166 5.25V1.75z",
|
|
331733
|
+
fill: "#33625E",
|
|
331734
|
+
stroke: "#33625E",
|
|
331735
|
+
strokeWidth: 2,
|
|
331736
|
+
strokeLinecap: "round",
|
|
331737
|
+
strokeLinejoin: "round"
|
|
331738
|
+
})));
|
|
331739
|
+
}
|
|
331740
|
+
/* harmony default export */ const tj_run = (SvgTjRun);
|
|
331695
331741
|
;// ./src/assets/icons/stop.svg
|
|
331696
|
-
|
|
331742
|
+
var stop_path;
|
|
331743
|
+
function stop_extends() { return stop_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, stop_extends.apply(null, arguments); }
|
|
331744
|
+
|
|
331745
|
+
function SvgStop(props) {
|
|
331746
|
+
return /*#__PURE__*/external_react_.createElement("svg", stop_extends({
|
|
331747
|
+
width: 12,
|
|
331748
|
+
height: 12,
|
|
331749
|
+
fill: "none",
|
|
331750
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
331751
|
+
}, props), stop_path || (stop_path = /*#__PURE__*/external_react_.createElement("path", {
|
|
331752
|
+
d: "M0 12V0h12v12H0z"
|
|
331753
|
+
})));
|
|
331754
|
+
}
|
|
331755
|
+
/* harmony default export */ const stop = (SvgStop);
|
|
331697
331756
|
;// ./src/components/RunButton/RunnerControls.jsx
|
|
331698
331757
|
|
|
331699
331758
|
|
|
@@ -331712,14 +331771,14 @@ var RunnerControls = _ref => {
|
|
|
331712
331771
|
return codeRunTriggered || drawTriggered ? /*#__PURE__*/(0,jsx_runtime.jsx)(RunButton_StopButton, {
|
|
331713
331772
|
embedded: embedded,
|
|
331714
331773
|
buttonText: "Stop",
|
|
331715
|
-
ButtonIcon:
|
|
331774
|
+
ButtonIcon: stop,
|
|
331716
331775
|
buttonIconPosition: "right",
|
|
331717
331776
|
buttonOuter: skinny,
|
|
331718
331777
|
className: "btn--stop btn--primary".concat(skinny ? " btn--small" : "")
|
|
331719
331778
|
}) : /*#__PURE__*/(0,jsx_runtime.jsx)(RunButton_RunButton, {
|
|
331720
331779
|
embedded: embedded,
|
|
331721
331780
|
buttonText: "Run",
|
|
331722
|
-
ButtonIcon:
|
|
331781
|
+
ButtonIcon: tj_run,
|
|
331723
331782
|
buttonIconPosition: "left",
|
|
331724
331783
|
variant: "primary",
|
|
331725
331784
|
buttonOuter: skinny,
|
|
@@ -332239,7 +332298,20 @@ var matchingRegexes = (regexArray, testString) => {
|
|
|
332239
332298
|
};
|
|
332240
332299
|
|
|
332241
332300
|
;// ./src/assets/icons/open_in_new_tab.svg
|
|
332242
|
-
|
|
332301
|
+
var open_in_new_tab_path;
|
|
332302
|
+
function open_in_new_tab_extends() { return open_in_new_tab_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, open_in_new_tab_extends.apply(null, arguments); }
|
|
332303
|
+
|
|
332304
|
+
function SvgOpenInNewTab(props) {
|
|
332305
|
+
return /*#__PURE__*/external_react_.createElement("svg", open_in_new_tab_extends({
|
|
332306
|
+
width: 16,
|
|
332307
|
+
height: 16,
|
|
332308
|
+
fill: "none",
|
|
332309
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
332310
|
+
}, props), open_in_new_tab_path || (open_in_new_tab_path = /*#__PURE__*/external_react_.createElement("path", {
|
|
332311
|
+
d: "M2.167.5A1.68 1.68 0 00.5 2.167v11.666c0 .911.756 1.667 1.667 1.667h11.666a1.68 1.68 0 001.667-1.667V8h-1.667v5.833H2.167V2.167H8V.5H2.167zm7.5 0v1.667h2.988L4.91 9.91l1.178 1.178 7.744-7.744v2.988H15.5V.5H9.667z"
|
|
332312
|
+
})));
|
|
332313
|
+
}
|
|
332314
|
+
/* harmony default export */ const open_in_new_tab = (SvgOpenInNewTab);
|
|
332243
332315
|
;// ./src/components/Editor/Runners/HtmlRunner/HtmlRunner.jsx
|
|
332244
332316
|
|
|
332245
332317
|
/* eslint-disable react-hooks/exhaustive-deps */
|
|
@@ -332501,7 +332573,7 @@ function HtmlRunner() {
|
|
|
332501
332573
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
332502
332574
|
className: "htmlrunner-link__text",
|
|
332503
332575
|
children: t("output.newTab")
|
|
332504
|
-
}), /*#__PURE__*/(0,jsx_runtime.jsx)(
|
|
332576
|
+
}), /*#__PURE__*/(0,jsx_runtime.jsx)(open_in_new_tab, {})]
|
|
332505
332577
|
})]
|
|
332506
332578
|
}), !isEmbedded && isMobile ? /*#__PURE__*/(0,jsx_runtime.jsx)(RunButton_RunnerControls, {
|
|
332507
332579
|
skinny: true
|
|
@@ -334012,9 +334084,35 @@ eventManager.on(2
|
|
|
334012
334084
|
//# sourceMappingURL=react-toastify.esm.js.map
|
|
334013
334085
|
|
|
334014
334086
|
;// ./src/assets/icons/info.svg
|
|
334015
|
-
|
|
334087
|
+
var info_path;
|
|
334088
|
+
function info_extends() { return info_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, info_extends.apply(null, arguments); }
|
|
334089
|
+
|
|
334090
|
+
function SvgInfo(props) {
|
|
334091
|
+
return /*#__PURE__*/external_react_.createElement("svg", info_extends({
|
|
334092
|
+
width: 24,
|
|
334093
|
+
height: 24,
|
|
334094
|
+
fill: "none",
|
|
334095
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
334096
|
+
}, props), info_path || (info_path = /*#__PURE__*/external_react_.createElement("path", {
|
|
334097
|
+
d: "M11 17h2v-6h-2v6zm1-8a.968.968 0 00.713-.288A.967.967 0 0013 8a.97.97 0 00-.287-.713A.97.97 0 0012 7a.967.967 0 00-.712.287A.968.968 0 0011 8c0 .283.096.52.288.712A.965.965 0 0012 9zm0 13a9.733 9.733 0 01-3.9-.788 10.092 10.092 0 01-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.733 9.733 0 012 12c0-1.383.263-2.683.788-3.9a10.092 10.092 0 012.137-3.175c.9-.9 1.958-1.613 3.175-2.138A9.743 9.743 0 0112 2c1.383 0 2.683.262 3.9.787a10.105 10.105 0 013.175 2.138c.9.9 1.612 1.958 2.137 3.175A9.733 9.733 0 0122 12a9.733 9.733 0 01-.788 3.9 10.092 10.092 0 01-2.137 3.175c-.9.9-1.958 1.612-3.175 2.137A9.733 9.733 0 0112 22zm0-2c2.217 0 4.104-.779 5.663-2.337C19.221 16.104 20 14.217 20 12s-.779-4.104-2.337-5.663C16.104 4.779 14.217 4 12 4s-4.104.779-5.662 2.337C4.779 7.896 4 9.783 4 12s.78 4.104 2.338 5.663C7.896 19.221 9.783 20 12 20z"
|
|
334098
|
+
})));
|
|
334099
|
+
}
|
|
334100
|
+
/* harmony default export */ const info = (SvgInfo);
|
|
334016
334101
|
;// ./src/assets/icons/tick.svg
|
|
334017
|
-
|
|
334102
|
+
var tick_path;
|
|
334103
|
+
function tick_extends() { return tick_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, tick_extends.apply(null, arguments); }
|
|
334104
|
+
|
|
334105
|
+
function SvgTick(props) {
|
|
334106
|
+
return /*#__PURE__*/external_react_.createElement("svg", tick_extends({
|
|
334107
|
+
width: 18,
|
|
334108
|
+
height: 13,
|
|
334109
|
+
fill: "none",
|
|
334110
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
334111
|
+
}, props), tick_path || (tick_path = /*#__PURE__*/external_react_.createElement("path", {
|
|
334112
|
+
d: "M6.55 13L.85 7.3l1.425-1.425L6.55 10.15 15.725.975 17.15 2.4 6.55 13z"
|
|
334113
|
+
})));
|
|
334114
|
+
}
|
|
334115
|
+
/* harmony default export */ const tick = (SvgTick);
|
|
334018
334116
|
;// ./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js
|
|
334019
334117
|
function _assertThisInitialized(e) {
|
|
334020
334118
|
if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
@@ -336707,7 +336805,7 @@ var topCenterSettings = {
|
|
|
336707
336805
|
var showSavePrompt = () => {
|
|
336708
336806
|
react_toastify_esm_toast(src_i18n.t("notifications.savePrompt"), _objectSpread2(_objectSpread2({}, topCenterSettings), {}, {
|
|
336709
336807
|
className: "".concat(topCenterSettings.className, " toast--info"),
|
|
336710
|
-
icon:
|
|
336808
|
+
icon: info
|
|
336711
336809
|
}));
|
|
336712
336810
|
};
|
|
336713
336811
|
var showLoginPrompt = () => {
|
|
@@ -336718,7 +336816,7 @@ var showLoginPrompt = () => {
|
|
|
336718
336816
|
};
|
|
336719
336817
|
var showSavedMessage = () => {
|
|
336720
336818
|
react_toastify_esm_toast(src_i18n.t("notifications.projectSaved"), _objectSpread2(_objectSpread2({}, bottomCenterSettings), {}, {
|
|
336721
|
-
icon:
|
|
336819
|
+
icon: tick
|
|
336722
336820
|
}));
|
|
336723
336821
|
};
|
|
336724
336822
|
var showRenamedMessage = () => {
|
|
@@ -336727,9 +336825,35 @@ var showRenamedMessage = () => {
|
|
|
336727
336825
|
}));
|
|
336728
336826
|
};
|
|
336729
336827
|
;// ./src/assets/icons/cloud_tick.svg
|
|
336730
|
-
|
|
336828
|
+
var cloud_tick_path;
|
|
336829
|
+
function cloud_tick_extends() { return cloud_tick_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, cloud_tick_extends.apply(null, arguments); }
|
|
336830
|
+
|
|
336831
|
+
function SvgCloudTick(props) {
|
|
336832
|
+
return /*#__PURE__*/external_react_.createElement("svg", cloud_tick_extends({
|
|
336833
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
336834
|
+
height: 24,
|
|
336835
|
+
viewBox: "0 -960 960 960",
|
|
336836
|
+
width: 24
|
|
336837
|
+
}, props), cloud_tick_path || (cloud_tick_path = /*#__PURE__*/external_react_.createElement("path", {
|
|
336838
|
+
d: "M414-280l226-226-58-58-169 169-84-84-57 57 142 142zM260-160q-91 0-155.5-63T40-377q0-78 47-139t123-78q25-92 100-149t170-57q117 0 198.5 81.5T760-520q69 8 114.5 59.5T920-340q0 75-52.5 127.5T740-160H260zm0-80h480q42 0 71-29t29-71q0-42-29-71t-71-29h-60v-80q0-83-58.5-141.5T480-720q-83 0-141.5 58.5T280-520h-20q-58 0-99 41t-41 99q0 58 41 99t99 41zm220-240z"
|
|
336839
|
+
})));
|
|
336840
|
+
}
|
|
336841
|
+
/* harmony default export */ const cloud_tick = (SvgCloudTick);
|
|
336731
336842
|
;// ./src/assets/icons/cloud_upload.svg
|
|
336732
|
-
|
|
336843
|
+
var cloud_upload_path;
|
|
336844
|
+
function cloud_upload_extends() { return cloud_upload_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, cloud_upload_extends.apply(null, arguments); }
|
|
336845
|
+
|
|
336846
|
+
function SvgCloudUpload(props) {
|
|
336847
|
+
return /*#__PURE__*/external_react_.createElement("svg", cloud_upload_extends({
|
|
336848
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
336849
|
+
height: 24,
|
|
336850
|
+
viewBox: "0 -960 960 960",
|
|
336851
|
+
width: 24
|
|
336852
|
+
}, props), cloud_upload_path || (cloud_upload_path = /*#__PURE__*/external_react_.createElement("path", {
|
|
336853
|
+
d: "M260-160q-91 0-155.5-63T40-377q0-78 47-139t123-78q25-92 100-149t170-57q117 0 198.5 81.5T760-520q69 8 114.5 59.5T920-340q0 75-52.5 127.5T740-160H520q-33 0-56.5-23.5T440-240v-206l-64 62-56-56 160-160 160 160-56 56-64-62v206h220q42 0 71-29t29-71q0-42-29-71t-71-29h-60v-80q0-83-58.5-141.5T480-720q-83 0-141.5 58.5T280-520h-20q-58 0-99 41t-41 99q0 58 41 99t99 41h100v80H260zm220-280z"
|
|
336854
|
+
})));
|
|
336855
|
+
}
|
|
336856
|
+
/* harmony default export */ const cloud_upload = (SvgCloudUpload);
|
|
336733
336857
|
;// ./src/assets/stylesheets/SaveStatus.scss
|
|
336734
336858
|
// extracted by mini-css-extract-plugin
|
|
336735
336859
|
|
|
@@ -337921,7 +338045,7 @@ var SaveStatus = _ref => {
|
|
|
337921
338045
|
children: isPending ? /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
|
|
337922
338046
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
337923
338047
|
className: "save-status__icon",
|
|
337924
|
-
children: /*#__PURE__*/(0,jsx_runtime.jsx)(
|
|
338048
|
+
children: /*#__PURE__*/(0,jsx_runtime.jsx)(cloud_upload, {})
|
|
337925
338049
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
337926
338050
|
className: "save-status__text",
|
|
337927
338051
|
children: [t("saveStatus.saving"), "\u2026"]
|
|
@@ -337929,7 +338053,7 @@ var SaveStatus = _ref => {
|
|
|
337929
338053
|
}) : /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
|
|
337930
338054
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
337931
338055
|
className: "save-status__icon",
|
|
337932
|
-
children: /*#__PURE__*/(0,jsx_runtime.jsx)(
|
|
338056
|
+
children: /*#__PURE__*/(0,jsx_runtime.jsx)(cloud_tick, {})
|
|
337933
338057
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
337934
338058
|
className: "save-status__text",
|
|
337935
338059
|
children: [t("saveStatus.saved"), " ", formatRelativeTime(lastSavedTime, time, locale, fallbackLng)]
|
|
@@ -337939,11 +338063,61 @@ var SaveStatus = _ref => {
|
|
|
337939
338063
|
};
|
|
337940
338064
|
/* harmony default export */ const SaveStatus_SaveStatus = (SaveStatus);
|
|
337941
338065
|
;// ./src/assets/icons/tj-download.svg
|
|
337942
|
-
|
|
338066
|
+
var tj_download_path;
|
|
338067
|
+
function tj_download_extends() { return tj_download_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, tj_download_extends.apply(null, arguments); }
|
|
338068
|
+
|
|
338069
|
+
function SvgTjDownload(props) {
|
|
338070
|
+
return /*#__PURE__*/external_react_.createElement("svg", tj_download_extends({
|
|
338071
|
+
width: 16,
|
|
338072
|
+
height: 16,
|
|
338073
|
+
fill: "none",
|
|
338074
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
338075
|
+
}, props), tj_download_path || (tj_download_path = /*#__PURE__*/external_react_.createElement("path", {
|
|
338076
|
+
d: "M8 10V2m0 8L4.667 6.667M8 10l3.333-3.333M14 10v2.667A1.334 1.334 0 0112.667 14H3.333A1.334 1.334 0 012 12.667V10",
|
|
338077
|
+
stroke: "#33625E",
|
|
338078
|
+
strokeWidth: 1.5,
|
|
338079
|
+
strokeLinecap: "round",
|
|
338080
|
+
strokeLinejoin: "round"
|
|
338081
|
+
})));
|
|
338082
|
+
}
|
|
338083
|
+
/* harmony default export */ const tj_download = (SvgTjDownload);
|
|
337943
338084
|
;// ./src/assets/text_jam_logo.svg
|
|
337944
|
-
|
|
338085
|
+
var text_jam_logo_path, text_jam_logo_path2, _path3;
|
|
338086
|
+
function text_jam_logo_extends() { return text_jam_logo_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, text_jam_logo_extends.apply(null, arguments); }
|
|
338087
|
+
|
|
338088
|
+
function SvgTextJamLogo(props) {
|
|
338089
|
+
return /*#__PURE__*/external_react_.createElement("svg", text_jam_logo_extends({
|
|
338090
|
+
width: 155,
|
|
338091
|
+
height: 36,
|
|
338092
|
+
fill: "none",
|
|
338093
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
338094
|
+
}, props), text_jam_logo_path || (text_jam_logo_path = /*#__PURE__*/external_react_.createElement("path", {
|
|
338095
|
+
d: "M108.871 6.862h5.021v14.336c0 1.329-.306 2.515-.926 3.557a6.336 6.336 0 01-2.583 2.426c-1.104.572-2.337.858-3.693.858-2.276 0-4.047-.572-5.308-1.724-1.26-1.151-1.894-2.773-1.894-4.878h5.049c0 .954.164 1.649.497 2.078.334.43.886.647 1.656.647.702 0 1.234-.259 1.615-.783.382-.525.566-1.254.566-2.188V6.863zM125.592 27.76c-.171-.313-.327-.776-.457-1.39-.892 1.118-2.132 1.677-3.734 1.677-1.465 0-2.705-.443-3.734-1.329-1.029-.886-1.533-1.996-1.533-3.339 0-1.683.62-2.957 1.867-3.815 1.247-.859 3.053-1.295 5.424-1.295h1.492v-.824c0-1.431-.62-2.147-1.853-2.147-1.145 0-1.724.566-1.724 1.704h-4.838c0-1.5.641-2.72 1.915-3.653 1.274-.933 2.903-1.403 4.885-1.403 1.983 0 3.544.484 4.695 1.451 1.152.968 1.738 2.29 1.765 3.973v6.875c.02 1.424.238 2.514.661 3.27v.246h-4.838.007zm-3.026-3.161c.6 0 1.104-.13 1.5-.388.395-.26.681-.552.851-.872v-2.48h-1.403c-1.683 0-2.528.756-2.528 2.268 0 .443.15.797.443 1.07.293.273.674.409 1.131.409l.006-.007zM137.019 12.23l.156 1.82c1.097-1.404 2.576-2.112 4.436-2.112 1.962 0 3.284.777 3.972 2.337 1.05-1.56 2.576-2.337 4.566-2.337 3.148 0 4.763 1.9 4.851 5.71v10.105h-4.851v-9.805c0-.798-.137-1.37-.402-1.738-.266-.368-.757-.545-1.465-.545-.954 0-1.67.422-2.14 1.274l.014.198v10.602h-4.852v-9.771c0-.81-.129-1.404-.388-1.765-.259-.36-.749-.545-1.479-.545-.926 0-1.635.423-2.125 1.274V27.74h-4.838V12.21h4.538l.007.02zM93.322 32.148H3.462V0h89.86v32.148zM4.824 30.785H91.96V1.363H4.824v29.422z",
|
|
338096
|
+
fill: "#A31746"
|
|
338097
|
+
})), text_jam_logo_path2 || (text_jam_logo_path2 = /*#__PURE__*/external_react_.createElement("path", {
|
|
338098
|
+
d: "M14.343 10.092h3.584v14.33h3.584v-14.33h3.584V6.508H14.343v3.584zM32.27 24.422h10.745v-3.584h-7.168v-3.584h7.169V13.67h-7.169v-3.578h7.169V6.508H32.27v17.914zM71.695 6.508v3.584h3.584v14.33h3.584v-14.33h3.584V6.508H71.695zM64.52 20.694h-3.584v3.584h3.584v-3.584zM53.775 13.621h2.269v3.394h-2.27v3.679h7.162v-3.68h-2.42v-3.393h2.42V9.95h-7.161v3.672zM53.774 20.694H50.19v3.584h3.584v-3.584zM53.774 6.365H50.19v3.584h3.584V6.365zM64.52 6.365h-3.584v3.584h3.584V6.365z",
|
|
338099
|
+
fill: "#A31746"
|
|
338100
|
+
})), _path3 || (_path3 = /*#__PURE__*/external_react_.createElement("path", {
|
|
338101
|
+
d: "M88.498 30.785v3.843H1.362V5.213h2.664V3.85H0v32.14h89.86v-5.205h-1.362z",
|
|
338102
|
+
fill: "#A31746"
|
|
338103
|
+
})));
|
|
338104
|
+
}
|
|
338105
|
+
/* harmony default export */ const text_jam_logo = (SvgTextJamLogo);
|
|
337945
338106
|
;// ./src/assets/icons/pencil.svg
|
|
337946
|
-
|
|
338107
|
+
var pencil_path;
|
|
338108
|
+
function pencil_extends() { return pencil_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, pencil_extends.apply(null, arguments); }
|
|
338109
|
+
|
|
338110
|
+
function SvgPencil(props) {
|
|
338111
|
+
return /*#__PURE__*/external_react_.createElement("svg", pencil_extends({
|
|
338112
|
+
width: 24,
|
|
338113
|
+
height: 24,
|
|
338114
|
+
fill: "none",
|
|
338115
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
338116
|
+
}, props), pencil_path || (pencil_path = /*#__PURE__*/external_react_.createElement("path", {
|
|
338117
|
+
d: "M5 19h1.4l8.625-8.625-1.4-1.4L5 17.6V19zM19.3 8.925l-4.25-4.2 1.4-1.4a1.92 1.92 0 011.413-.575 1.92 1.92 0 011.412.575l1.4 1.4c.383.383.583.846.6 1.388a1.806 1.806 0 01-.55 1.387L19.3 8.925zM17.85 10.4L7.25 21H3v-4.25l10.6-10.6 4.25 4.25zm-3.525-.725l-.7-.7 1.4 1.4-.7-.7z"
|
|
338118
|
+
})));
|
|
338119
|
+
}
|
|
338120
|
+
/* harmony default export */ const pencil = (SvgPencil);
|
|
337947
338121
|
;// ./node_modules/@raspberrypifoundation/design-system-react/dist/design-system-react.js
|
|
337948
338122
|
|
|
337949
338123
|
|
|
@@ -339343,7 +339517,7 @@ var ProjectName = _ref => {
|
|
|
339343
339517
|
className: "project-name__button",
|
|
339344
339518
|
"aria-label": t(isEditing ? "header.renameSave" : "header.renameProject"),
|
|
339345
339519
|
title: t(isEditing ? "header.renameSave" : "header.renameProject"),
|
|
339346
|
-
icon: isEditing ? /*#__PURE__*/(0,jsx_runtime.jsx)(
|
|
339520
|
+
icon: isEditing ? /*#__PURE__*/(0,jsx_runtime.jsx)(tick, {}) : /*#__PURE__*/(0,jsx_runtime.jsx)(pencil, {}),
|
|
339347
339521
|
onClick: isEditing ? updateName : onEditNameButtonClick,
|
|
339348
339522
|
type: isEditing ? "primary" : "tertiary"
|
|
339349
339523
|
})
|
|
@@ -339440,7 +339614,20 @@ var signUpEvent = webComponentCustomEvent("editor-signUp");
|
|
|
339440
339614
|
var quizReadyEvent = webComponentCustomEvent("editor-quizReady");
|
|
339441
339615
|
var themeUpdatedEvent = detail => webComponentCustomEvent("editor-themeUpdated", detail);
|
|
339442
339616
|
;// ./src/assets/icons/save.svg
|
|
339443
|
-
|
|
339617
|
+
var save_path;
|
|
339618
|
+
function save_extends() { return save_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, save_extends.apply(null, arguments); }
|
|
339619
|
+
|
|
339620
|
+
function SvgSave(props) {
|
|
339621
|
+
return /*#__PURE__*/external_react_.createElement("svg", save_extends({
|
|
339622
|
+
width: 24,
|
|
339623
|
+
height: 24,
|
|
339624
|
+
fill: "none",
|
|
339625
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
339626
|
+
}, props), save_path || (save_path = /*#__PURE__*/external_react_.createElement("path", {
|
|
339627
|
+
d: "M3 21V3h14l4 4v14H3zm2-2h14V7.85L16.15 5H5v14zm7-1c.833 0 1.542-.292 2.125-.875A2.893 2.893 0 0015 15c0-.833-.292-1.542-.875-2.125A2.893 2.893 0 0012 12c-.833 0-1.542.292-2.125.875A2.893 2.893 0 009 15c0 .833.292 1.542.875 2.125A2.893 2.893 0 0012 18zm-6-8h9V6H6v4zm-1 9V5v14z"
|
|
339628
|
+
})));
|
|
339629
|
+
}
|
|
339630
|
+
/* harmony default export */ const save = (SvgSave);
|
|
339444
339631
|
;// ./src/components/SaveButton/SaveButton.jsx
|
|
339445
339632
|
|
|
339446
339633
|
|
|
@@ -339481,7 +339668,7 @@ var SaveButton = _ref => {
|
|
|
339481
339668
|
onClick: onClickSave,
|
|
339482
339669
|
text: t("header.save"),
|
|
339483
339670
|
textAlways: true,
|
|
339484
|
-
icon: /*#__PURE__*/(0,jsx_runtime.jsx)(
|
|
339671
|
+
icon: /*#__PURE__*/(0,jsx_runtime.jsx)(save, {}),
|
|
339485
339672
|
type: buttonType,
|
|
339486
339673
|
fill: fill
|
|
339487
339674
|
});
|
|
@@ -339511,9 +339698,8 @@ var ProjectBar = _ref => {
|
|
|
339511
339698
|
var readOnly = (0,external_react_redux_namespaceObject.useSelector)(state => state.editor.readOnly);
|
|
339512
339699
|
return loading === "success" && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
339513
339700
|
className: "project-bar",
|
|
339514
|
-
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(
|
|
339701
|
+
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(text_jam_logo, {
|
|
339515
339702
|
className: "textJam-logo",
|
|
339516
|
-
src: text_jam_logo_namespaceObject,
|
|
339517
339703
|
alt: "TextJam logo"
|
|
339518
339704
|
}), loading === "success" && /*#__PURE__*/(0,jsx_runtime.jsx)(ProjectName_ProjectName, {
|
|
339519
339705
|
editable: !readOnly && nameEditable,
|
|
@@ -339524,7 +339710,7 @@ var ProjectBar = _ref => {
|
|
|
339524
339710
|
className: "project-bar__btn-wrapper",
|
|
339525
339711
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)(DownloadButton_DownloadButton, {
|
|
339526
339712
|
className: ProjectBar_styles_module.btnSvg,
|
|
339527
|
-
ButtonIcon:
|
|
339713
|
+
ButtonIcon: tj_download
|
|
339528
339714
|
})
|
|
339529
339715
|
}), loading === "success" && !readOnly && /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
339530
339716
|
className: "project-bar__btn-wrapper",
|
|
@@ -339574,7 +339760,77 @@ var SidebarBarOption = props => {
|
|
|
339574
339760
|
};
|
|
339575
339761
|
/* harmony default export */ const Sidebar_SidebarBarOption = (SidebarBarOption);
|
|
339576
339762
|
;// ./src/assets/gwc-logo.svg
|
|
339577
|
-
|
|
339763
|
+
var _rect, _rect2, _g, _defs;
|
|
339764
|
+
function gwc_logo_extends() { return gwc_logo_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, gwc_logo_extends.apply(null, arguments); }
|
|
339765
|
+
|
|
339766
|
+
function SvgGwcLogo(props) {
|
|
339767
|
+
return /*#__PURE__*/external_react_.createElement("svg", gwc_logo_extends({
|
|
339768
|
+
width: 44,
|
|
339769
|
+
height: 44,
|
|
339770
|
+
fill: "none",
|
|
339771
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
339772
|
+
}, props), _rect || (_rect = /*#__PURE__*/external_react_.createElement("rect", {
|
|
339773
|
+
width: 44,
|
|
339774
|
+
height: 44,
|
|
339775
|
+
rx: 12,
|
|
339776
|
+
fill: "url(#gwc-logo_svg__paint0_linear_103_10099)"
|
|
339777
|
+
})), _rect2 || (_rect2 = /*#__PURE__*/external_react_.createElement("rect", {
|
|
339778
|
+
x: 0.5,
|
|
339779
|
+
y: 0.5,
|
|
339780
|
+
width: 43,
|
|
339781
|
+
height: 43,
|
|
339782
|
+
rx: 11.5,
|
|
339783
|
+
stroke: "#000",
|
|
339784
|
+
strokeOpacity: 0.06
|
|
339785
|
+
})), _g || (_g = /*#__PURE__*/external_react_.createElement("g", {
|
|
339786
|
+
clipPath: "url(#gwc-logo_svg__clip0_103_10099)",
|
|
339787
|
+
filter: "url(#gwc-logo_svg__filter0_f_103_10099)",
|
|
339788
|
+
fill: "#fff"
|
|
339789
|
+
}, /*#__PURE__*/external_react_.createElement("path", {
|
|
339790
|
+
d: "M15.169 29.953a.05.05 0 01.024 0h-.024zM33.055 10.624h.011s-.011-.003-.011 0zM13.637 18.454a.04.04 0 000-.007v.012-.005zM21.797 9.706a1.061 1.061 0 000-.138.797.797 0 000 .138zM10.13 32.001zM17.91 18.974c0 .042.002.085.007.128 0-.043-.007-.086-.007-.128zM14.42 32.038a.01.01 0 01.006 0h-.005zM12.473 11.447s.005 0 .006.007v-.007h-.006zM10.945 14.73a.035.035 0 01-.027 0h.027zM13.646 16.387h-.01v.008l.01-.008z"
|
|
339791
|
+
}), /*#__PURE__*/external_react_.createElement("path", {
|
|
339792
|
+
d: "M34.248 9.398h-.783v.999c0 .209-.013.221-.214.221h-.187l-.012.431v1.658c0 .394 0 .394-.37.402l-.009.427v.793c.01.405.01.405-.374.402h-.028v.427c.01.398.01.398-.372.402v.033c0 .398 0 .398-.378.395-.013.415-.013.415-.408.398 0 .4 0 .4-.376.396h-.407c-.38 0-.38 0-.375-.399h-.028c-.378 0-.378 0-.38-.396-.376 0-.376 0-.376-.4v-.031V14.726v-.398-4.103h-.01c-.374-.007-.374-.007-.37-.402V9.43c-.13-.07-.27-.02-.404-.036h-.749v1.06c0 .138-.047.188-.172.177-.077-.007-.154 0-.233 0 0 .276-.006.552-.009.829v2.884c0 .397 0 .397-.37.398l-.007.395v.033c0 .404 0 .404-.376.4l-.021.006s0-.007-.01-.01l.013.008c0 .138-.01.276-.014.414.012.415.012.415-.375.405l-.371.007c0 .392 0 .392-.379.392h-.031c-.37 0-.37 0-.378-.394v-.008h-.377a.039.039 0 01-.025 0h-.015c-.42-.01-.372.102-.36-.4-.511.015-.399.045-.412-.414v-.414-.4a.195.195 0 00-.006-.03c-.376 0-.376 0-.371-.4V13.9v-.398-.398l-.012-.431h-.37c-.053-.054-.03-.124-.03-.188V9.952c0-.117-.023-.168-.146-.164-.25 0-.23.043-.232-.247v-.15h-.753a.036.036 0 000 .027v.673c0 .102-.034.138-.13.138h-.28V10.662c0 .397 0 .397-.372.402v.491c0 .304 0 .307-.282.334-.076.009-.09.045-.096.115 0 .095.033.197-.028.286 0 .396 0 .396-.376.396v.017c0 .4 0 .4-.375.414 0 .213-.008.427 0 .641 0 .148-.05.198-.183.184a2.197 2.197 0 00-.232 0c.009.502.064.388-.372.4v.013a.885.885 0 01-.012.34c-.056.113-.198.026-.299.051a.455.455 0 00-.085.035c0 .128-.006.258-.009.388.01.406.01.406-.375.4v.45c0 .396 0 .396-.38.378.016.397.016.397-.4.405 0 .094-.008.19 0 .276.01.119-.036.15-.144.15-.234 0-.234 0-.234-.25v-.154c-.056-.06-.03-.138-.03-.205v-6.606c0-.215 0-.224-.2-.214-.131.007-.2-.029-.176-.18.025-.153-.043-.204-.182-.19-.063 0-.131.029-.194-.03h-.774v.393c-.093.073-.198.025-.298.035a2.17 2.17 0 01-.232 0c-.244 0-.25 0-.248-.255 0-.12-.042-.153-.146-.138h-.233a.061.061 0 010-.031h-.006v.031c-.261.025-.522-.05-.784-.031H11.688c-.085.062-.18.024-.27.027-.09.003-.105.033-.109.116-.013.277-.017.277-.28.283l-.123.007c0 .405 0 .405-.381.391 0 .474.085.4-.376.397a.5.5 0 00-.025.258c.018.152-.043.196-.176.18a1.442 1.442 0 00-.204 0V11.49c0 .398 0 .398-.373.401 0 .13 0 .261-.007.391V12.718c0 .4 0 .4-.375.4v1.624c.375 0 .375 0 .374.4v.827c.44 0 .37-.026.372.434v.397h.015c.435.013.392-.098.392.434.463 0 .37-.076.376.398.37-.02.37-.02.383.384h-.007v-.01l.403.009c.202 0 .403.008.604 0 .147-.009.195.054.181.201a2.221 2.221 0 000 .228v.01h1.162l.377-.011c0-.424 0-.424.392-.426h.778c0-.393 0-.393.38-.393h.031c.376 0 .376 0 .374.4V19.276c0 .4 0 .4-.376.398v.397c0 .434 0 .434-.408.434v.033c0 .395 0 .395-.373.398v.066c0 .301 0 .304-.28.329-.075.007-.092.041-.097.113-.007.095.035.198-.029.287h-.376v.017c0 .396 0 .396-.377.414v.489c0 .308 0 .313-.28.339-.075.007-.092.041-.098.113-.007.094.04.198-.032.283h-.371V23.794c.01.414.01.414-.372.422 0 .22-.007.44 0 .658 0 .131-.044.18-.165.17-.082-.007-.165 0-.248 0 .023.395.021.396-.367.402v.489c0 .286 0 .289-.267.304-.08 0-.107.031-.11.116a.678.678 0 01-.026.319v.05c-.006.377-.006.377-.37.378h.01c0 .264-.007.528-.01.792v.033c0 .472.053.394-.37.402h.006v.829c.012.543 0 1.084-.03 1.626.066.128.016.265.032.398v.829c0 .138 0 .284.006.426.379 0 .379 0 .368.405v.391c.113 0 .248-.031.333.021.085.053.019.221.045.334a.414.414 0 00.028.076c.371 0 .371 0 .376.395h.373c.375-.006.375-.006.38.394h2.35v-.017c0-.39 0-.39.385-.373h.402c0-.397 0-.397.373-.399a.082.082 0 010-.03c-.02-.405-.02-.405.373-.4v-.674c0-.087.015-.145.115-.154.261-.024.261-.028.261-.314v-.083c.016-.138-.032-.276.03-.398v-.033c0-.396 0-.396.375-.398l.008-.392v-.799-.828-5.135c0-.24 0-.24.235-.242h.14v-3.49c0-.063-.022-.138.026-.189a.095.095 0 00.008-.025c-.021-.407-.021-.407.372-.405-.016-.4-.016-.4.37-.405a.048.048 0 000-.027c0-.216.006-.431 0-.645 0-.138.042-.169.155-.154h.11c.09.009.113-.037.115-.127.003-.09-.034-.188.028-.276.121-.065.252-.012.376-.033v-.388-.098c0-.29 0-.295.26-.307.094 0 .11-.047.113-.138.004-.091-.035-.208.029-.301h.376v-.398-.034c0-.4 0-.4.375-.4.052-.05.03-.113.03-.171 0-.227 0-.227.223-.227h.155c-.017-.402-.017-.402.368-.405v-.395-.098c.007-.104-.036-.225.02-.304.056-.079.174-.026.261-.032.087-.005.09-.045.094-.114 0-.096-.031-.197.029-.285a.096.096 0 000-.026c-.013-.4-.013-.4.37-.406v-.18c0-.217 0-.217.198-.217.197 0 .21 0 .21.22V15.139c.377 0 .377 0 .37.402v.827h.373c.065.082.03.178.03.267 0 .088.032.138.13.138h.154c.075 0 .1.033.098.108v.722c.38-.014.38-.014.379.392h1.013c.105 0 .155.027.145.147-.008.094 0 .188 0 .276v.01h.783l.375-.01c0-.427 0-.427.409-.425h.077c.274 0 .276 0 .297-.292 0-.076.029-.108.102-.106h.31c0-.4 0-.4.374-.402v-.033c-.01-.398-.01-.398.374-.402.014-.401.014-.401.406-.395.376 0 .376 0 .378.393.06.096.026.202.028.303.001.1.032.138.13.131h.109c.103-.012.156.022.145.138-.01.084 0 .172-.008.257.365-.022.365-.02.382.388.212 0 .424.009.637 0 .109 0 .153.032.143.15-.008.092 0 .186 0 .276v.01h1.163v-.01c0-.089.008-.177 0-.265-.01-.118.022-.17.145-.163.213.01.427 0 .64 0 0-.415 0-.415.385-.395l.365-.01c-.022-.24.04-.478.032-.717 0-.078.028-.11.1-.108h.28c-.015-.414-.015-.414.375-.4-.027-.247.04-.49.03-.736 0-.071.032-.096.096-.095h.28V15.08c0-.403 0-.403.375-.4v-.797-.433c0-.397 0-.397.372-.399v-1.087c0-.058-.02-.123.03-.173v-.398c0-.4 0-.4.375-.398v-1.99h-.376c-.007.393-.007.393-.38.393zM14.926 31.606c-.076 0-.094.038-.1.112-.006.108.035.22-.028.32 0 .405 0 .405-.381.395h-.077c-.276 0-.278 0-.295.29 0 .089-.04.112-.115.108h-1.071c-.377.02-.377.02-.382-.39-.13-.02-.282.054-.371-.037-.089-.09-.01-.26-.04-.39-.382 0-.382 0-.371-.404V29.958v-.398-.827c0-.4 0-.4.374-.4.03-.138-.018-.291.032-.43v-.117c0-.26 0-.262.248-.276.074 0 .098-.033.102-.11a.735.735 0 01.024-.324l.015.014-.015-.011V26.65c0-.396 0-.396.374-.397v-.082c0-.293 0-.296.274-.313.084 0 .103-.042.104-.12a.618.618 0 01.024-.29 2.187 2.187 0 000-.26c-.014-.139.04-.175.158-.162.072.004.144.004.217 0v-.391c0-.398 0-.398.37-.402V24.2c.016-.384.016-.384.376-.4-.02-.233.037-.46.032-.692 0-.095.05-.128.13-.138.08-.01.166 0 .25 0v-.18c0-.216 0-.216.198-.216.199 0 .208 0 .208.222v5.112a.04.04 0 01-.025 0h.025V31.274c.013.303.013.307-.267.332h.003zm.653-19.322v3.312c0 .398 0 .398-.375.399 0 .398 0 .398-.377.398H14.415l-.37.01c0 .393 0 .393-.378.393h-.829c-.365 0-.365 0-.359-.39l-.4-.016c-.378.03-.378.03-.392-.388-.119-.028-.284.057-.351-.041-.068-.099-.023-.252-.03-.38a.044.044 0 00-.02-.014c-.392.012-.392.012-.377-.431v-.398l-.012-.395c-.372 0-.372 0-.372-.398v-.437c0-.396 0-.396.372-.397a.063.063 0 00.008-.03v-.794c-.01-.407-.01-.407.375-.4.015-.139-.04-.293.03-.433h.374l.007.012-.01-.012c0-.119-.03-.261.02-.352.05-.091.203-.014.303-.044.152-.03.306-.04.46-.03 0-.397 0-.397.377-.397.209 0 .418.007.625 0 .124 0 .174.034.16.167a1.954 1.954 0 000 .232h.637c.05 0 .105-.018.146.032.372 0 .372 0 .376.394h.031c.37.012.37.012.378.399.376 0 .375 0 .373.4v.034l.012-.005z"
|
|
339793
|
+
}), /*#__PURE__*/external_react_.createElement("path", {
|
|
339794
|
+
d: "M14.418 23.786h-.031a.047.047 0 01.03.007v-.007zM33.838 34.06v2.884a.202.202 0 01-.151.053H20.959a.785.785 0 01-.294-.024.104.104 0 01-.043-.044.594.594 0 01-.029-.245V21.582a.466.466 0 01.038-.257.412.412 0 01.287-.048h12.659a.35.35 0 01.27.053v2.85c-.077.07-.17.047-.26.047H23.581a3.314 3.314 0 00-.573.04.119.119 0 00-.1.04.129.129 0 00-.031.106v8.991c-.008.137.031.213.165.205a.218.218 0 01.13.03.257.257 0 01.056.213c0 .112.04.162.141.156h.222a.886.886 0 01.148 0h9.813a.374.374 0 01.285.053z"
|
|
339795
|
+
}))), _defs || (_defs = /*#__PURE__*/external_react_.createElement("defs", null, /*#__PURE__*/external_react_.createElement("linearGradient", {
|
|
339796
|
+
id: "gwc-logo_svg__paint0_linear_103_10099",
|
|
339797
|
+
x1: 14.942,
|
|
339798
|
+
y1: 4.598,
|
|
339799
|
+
x2: 27.586,
|
|
339800
|
+
y2: 34.483,
|
|
339801
|
+
gradientUnits: "userSpaceOnUse"
|
|
339802
|
+
}, /*#__PURE__*/external_react_.createElement("stop", {
|
|
339803
|
+
stopColor: "#49D8CB"
|
|
339804
|
+
}), /*#__PURE__*/external_react_.createElement("stop", {
|
|
339805
|
+
offset: 1,
|
|
339806
|
+
stopColor: "#269B90"
|
|
339807
|
+
})), /*#__PURE__*/external_react_.createElement("clipPath", {
|
|
339808
|
+
id: "gwc-logo_svg__clip0_103_10099"
|
|
339809
|
+
}, /*#__PURE__*/external_react_.createElement("path", {
|
|
339810
|
+
fill: "#fff",
|
|
339811
|
+
transform: "translate(9 9)",
|
|
339812
|
+
d: "M0 0h26v28H0z"
|
|
339813
|
+
})), /*#__PURE__*/external_react_.createElement("filter", {
|
|
339814
|
+
id: "gwc-logo_svg__filter0_f_103_10099",
|
|
339815
|
+
x: 8.65,
|
|
339816
|
+
y: 8.65,
|
|
339817
|
+
width: 26.699,
|
|
339818
|
+
height: 28.699,
|
|
339819
|
+
filterUnits: "userSpaceOnUse",
|
|
339820
|
+
colorInterpolationFilters: "sRGB"
|
|
339821
|
+
}, /*#__PURE__*/external_react_.createElement("feFlood", {
|
|
339822
|
+
floodOpacity: 0,
|
|
339823
|
+
result: "BackgroundImageFix"
|
|
339824
|
+
}), /*#__PURE__*/external_react_.createElement("feBlend", {
|
|
339825
|
+
in: "SourceGraphic",
|
|
339826
|
+
in2: "BackgroundImageFix",
|
|
339827
|
+
result: "shape"
|
|
339828
|
+
}), /*#__PURE__*/external_react_.createElement("feGaussianBlur", {
|
|
339829
|
+
stdDeviation: 0.175,
|
|
339830
|
+
result: "effect1_foregroundBlur_103_10099"
|
|
339831
|
+
})))));
|
|
339832
|
+
}
|
|
339833
|
+
/* harmony default export */ const gwc_logo = (SvgGwcLogo);
|
|
339578
339834
|
;// ./src/components/Menus/Sidebar/SidebarBar.jsx
|
|
339579
339835
|
|
|
339580
339836
|
|
|
@@ -339593,9 +339849,8 @@ var SidebarBar = props => {
|
|
|
339593
339849
|
className: Sidebar_styles_module.bar,
|
|
339594
339850
|
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
339595
339851
|
className: Sidebar_styles_module.optionsTop,
|
|
339596
|
-
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(
|
|
339852
|
+
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(gwc_logo, {
|
|
339597
339853
|
className: Sidebar_styles_module.gwcLogo,
|
|
339598
|
-
src: gwc_logo_namespaceObject,
|
|
339599
339854
|
alt: "GWC Logo"
|
|
339600
339855
|
}), topMenuOptions.map((menuOption, i) => /*#__PURE__*/(0,jsx_runtime.jsx)(Sidebar_SidebarBarOption, {
|
|
339601
339856
|
Icon: menuOption.icon,
|
|
@@ -340810,7 +341065,24 @@ function shouldUpdate(dependencies, newCookies, oldCookies) {
|
|
|
340810
341065
|
// extracted by mini-css-extract-plugin
|
|
340811
341066
|
|
|
340812
341067
|
;// ./src/assets/icons/select_buttons_tick.svg
|
|
340813
|
-
|
|
341068
|
+
var select_buttons_tick_rect, select_buttons_tick_path;
|
|
341069
|
+
function select_buttons_tick_extends() { return select_buttons_tick_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, select_buttons_tick_extends.apply(null, arguments); }
|
|
341070
|
+
|
|
341071
|
+
function SvgSelectButtonsTick(props) {
|
|
341072
|
+
return /*#__PURE__*/external_react_.createElement("svg", select_buttons_tick_extends({
|
|
341073
|
+
width: 24,
|
|
341074
|
+
height: 24,
|
|
341075
|
+
fill: "none",
|
|
341076
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
341077
|
+
}, props), select_buttons_tick_rect || (select_buttons_tick_rect = /*#__PURE__*/external_react_.createElement("rect", {
|
|
341078
|
+
width: 24,
|
|
341079
|
+
height: 24,
|
|
341080
|
+
rx: 12
|
|
341081
|
+
})), select_buttons_tick_path || (select_buttons_tick_path = /*#__PURE__*/external_react_.createElement("path", {
|
|
341082
|
+
d: "M9.958 17l-4.75-4.75 1.188-1.187 3.562 3.562 7.646-7.646 1.188 1.188L9.958 17z"
|
|
341083
|
+
})));
|
|
341084
|
+
}
|
|
341085
|
+
/* harmony default export */ const select_buttons_tick = (SvgSelectButtonsTick);
|
|
340814
341086
|
;// ./src/utils/SelectButtons.jsx
|
|
340815
341087
|
|
|
340816
341088
|
|
|
@@ -340844,7 +341116,7 @@ var SelectButtons = _ref => {
|
|
|
340844
341116
|
htmlFor: "".concat(label, "-option").concat(i),
|
|
340845
341117
|
children: [option.Icon ? /*#__PURE__*/(0,jsx_runtime.jsx)(option.Icon, {}) : null, option.label, /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
340846
341118
|
className: "select-buttons__tick".concat(option.value === value ? " select-buttons__tick--selected" : ""),
|
|
340847
|
-
children: /*#__PURE__*/(0,jsx_runtime.jsx)(
|
|
341119
|
+
children: /*#__PURE__*/(0,jsx_runtime.jsx)(select_buttons_tick, {})
|
|
340848
341120
|
})]
|
|
340849
341121
|
})]
|
|
340850
341122
|
}, i))
|
|
@@ -340897,11 +341169,50 @@ var ThemeToggle = () => {
|
|
|
340897
341169
|
};
|
|
340898
341170
|
/* harmony default export */ const ThemeToggle_ThemeToggle = (ThemeToggle);
|
|
340899
341171
|
;// ./src/assets/icons/font_icon_lg.svg
|
|
340900
|
-
|
|
341172
|
+
var font_icon_lg_path;
|
|
341173
|
+
function font_icon_lg_extends() { return font_icon_lg_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, font_icon_lg_extends.apply(null, arguments); }
|
|
341174
|
+
|
|
341175
|
+
function SvgFontIconLg(props) {
|
|
341176
|
+
return /*#__PURE__*/external_react_.createElement("svg", font_icon_lg_extends({
|
|
341177
|
+
width: 24,
|
|
341178
|
+
height: 24,
|
|
341179
|
+
fill: "none",
|
|
341180
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
341181
|
+
}, props), font_icon_lg_path || (font_icon_lg_path = /*#__PURE__*/external_react_.createElement("path", {
|
|
341182
|
+
d: "M7.307 3c.465 0 .882.285 1.05.72l2.34 6.079-1.205 3.108a1.132 1.132 0 01-.052-.116l-.456-1.183H5.63l-.456 1.183a1.126 1.126 0 11-2.1-.81L6.26 3.72A1.126 1.126 0 017.309 3h-.002zm-.81 6.356h1.62l-.81-2.102-.81 2.102zm8.791-2.649a1.125 1.125 0 00-2.1 0L8.59 18.74a1.124 1.124 0 00-1.111 1.14 1.127 1.127 0 001.138 1.113h.68c.047.002.093.002.139 0l1.432-.005a1.124 1.124 0 001.123-1.06A1.127 1.127 0 0011 18.742l.574-1.501h5.332l.578 1.513a1.124 1.124 0 00-.993 1.185A1.127 1.127 0 0017.615 21l2.25-.006A1.124 1.124 0 0021 19.878a1.128 1.128 0 00-1.114-1.136l-1.122-2.936a1.14 1.14 0 00-.07-.184L15.29 6.709l-.002-.002zm.756 8.28h-3.611l1.805-4.726 1.806 4.726z"
|
|
341183
|
+
})));
|
|
341184
|
+
}
|
|
341185
|
+
/* harmony default export */ const font_icon_lg = (SvgFontIconLg);
|
|
340901
341186
|
;// ./src/assets/icons/font_icon_rg.svg
|
|
340902
|
-
|
|
341187
|
+
var font_icon_rg_path;
|
|
341188
|
+
function font_icon_rg_extends() { return font_icon_rg_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, font_icon_rg_extends.apply(null, arguments); }
|
|
341189
|
+
|
|
341190
|
+
function SvgFontIconRg(props) {
|
|
341191
|
+
return /*#__PURE__*/external_react_.createElement("svg", font_icon_rg_extends({
|
|
341192
|
+
width: 24,
|
|
341193
|
+
height: 24,
|
|
341194
|
+
fill: "none",
|
|
341195
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
341196
|
+
}, props), font_icon_rg_path || (font_icon_rg_path = /*#__PURE__*/external_react_.createElement("path", {
|
|
341197
|
+
d: "M8.35 5c.362 0 .686.222.816.56l1.821 4.728-.938 2.417a.888.888 0 01-.04-.09l-.355-.92H7.046l-.354.92a.875.875 0 11-1.633-.63L7.535 5.56A.876.876 0 018.35 5zm-.63 4.943h1.26l-.63-1.635-.63 1.635zm6.837-2.06a.876.876 0 00-1.634 0l-3.575 9.36a.874.874 0 00-.864.886.877.877 0 00.885.865h.53a.874.874 0 00.107 0l1.114-.003a.874.874 0 00.67-1.44.875.875 0 00-.568-.306l.446-1.168h4.147l.45 1.177a.875.875 0 00-.499 1.508.874.874 0 00.601.238l1.75-.005a.874.874 0 00.633-1.49.874.874 0 00-.617-.261l-.872-2.284a.87.87 0 00-.055-.143L14.56 7.885l-.002-.002zm.588 6.44h-2.808l1.404-3.675 1.404 3.675z"
|
|
341198
|
+
})));
|
|
341199
|
+
}
|
|
341200
|
+
/* harmony default export */ const font_icon_rg = (SvgFontIconRg);
|
|
340903
341201
|
;// ./src/assets/icons/font_icon_sm.svg
|
|
340904
|
-
|
|
341202
|
+
var font_icon_sm_path;
|
|
341203
|
+
function font_icon_sm_extends() { return font_icon_sm_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, font_icon_sm_extends.apply(null, arguments); }
|
|
341204
|
+
|
|
341205
|
+
function SvgFontIconSm(props) {
|
|
341206
|
+
return /*#__PURE__*/external_react_.createElement("svg", font_icon_sm_extends({
|
|
341207
|
+
width: 24,
|
|
341208
|
+
height: 24,
|
|
341209
|
+
fill: "none",
|
|
341210
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
341211
|
+
}, props), font_icon_sm_path || (font_icon_sm_path = /*#__PURE__*/external_react_.createElement("path", {
|
|
341212
|
+
d: "M9.393 7c.258 0 .49.158.583.4l1.3 3.377-.67 1.727a.628.628 0 01-.028-.064l-.254-.658H8.461l-.253.658a.625.625 0 11-1.166-.45L8.81 7.4a.626.626 0 01.583-.4h-.001zm-.45 3.531h.9l-.45-1.168-.45 1.168zm4.884-1.471a.626.626 0 00-1.168 0l-2.553 6.685a.625.625 0 00.015 1.25h.378a.612.612 0 00.077 0l.795-.002a.624.624 0 00.073-1.247l.32-.834h2.96l.322.84A.624.624 0 0015.12 17l1.25-.003a.624.624 0 00.451-1.064.625.625 0 00-.44-.188l-.623-1.63a.627.627 0 00-.04-.103l-1.89-4.952h-.001zm.42 4.6H12.24l1.003-2.626 1.004 2.625z"
|
|
341213
|
+
})));
|
|
341214
|
+
}
|
|
341215
|
+
/* harmony default export */ const font_icon_sm = (SvgFontIconSm);
|
|
340905
341216
|
;// ./src/components/Menus/Sidebar/SettingsPanel/FontSizeSelector/FontSizeSelector.jsx
|
|
340906
341217
|
|
|
340907
341218
|
|
|
@@ -340935,15 +341246,15 @@ var FontSizeSelector = () => {
|
|
|
340935
341246
|
options: [{
|
|
340936
341247
|
value: "small",
|
|
340937
341248
|
label: t("sidebar.settingsMenu.textSizeOptions.small"),
|
|
340938
|
-
Icon:
|
|
341249
|
+
Icon: font_icon_sm
|
|
340939
341250
|
}, {
|
|
340940
341251
|
value: "medium",
|
|
340941
341252
|
label: t("sidebar.settingsMenu.textSizeOptions.medium"),
|
|
340942
|
-
Icon:
|
|
341253
|
+
Icon: font_icon_rg
|
|
340943
341254
|
}, {
|
|
340944
341255
|
value: "large",
|
|
340945
341256
|
label: t("sidebar.settingsMenu.textSizeOptions.large"),
|
|
340946
|
-
Icon:
|
|
341257
|
+
Icon: font_icon_lg
|
|
340947
341258
|
}],
|
|
340948
341259
|
value: fontSize,
|
|
340949
341260
|
setValue: setFontSize
|
|
@@ -340977,15 +341288,117 @@ var SettingsPanel = () => {
|
|
|
340977
341288
|
};
|
|
340978
341289
|
/* harmony default export */ const SettingsPanel_SettingsPanel = (SettingsPanel);
|
|
340979
341290
|
;// ./src/assets/icons/tj-file.svg
|
|
340980
|
-
|
|
341291
|
+
var tj_file_path;
|
|
341292
|
+
function tj_file_extends() { return tj_file_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, tj_file_extends.apply(null, arguments); }
|
|
341293
|
+
|
|
341294
|
+
function SvgTjFile(props) {
|
|
341295
|
+
return /*#__PURE__*/external_react_.createElement("svg", tj_file_extends({
|
|
341296
|
+
width: 22,
|
|
341297
|
+
height: 20,
|
|
341298
|
+
fill: "none",
|
|
341299
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
341300
|
+
}, props), tj_file_path || (tj_file_path = /*#__PURE__*/external_react_.createElement("path", {
|
|
341301
|
+
d: "M10.75 8.75v6m-3-3h6m7 5a2 2 0 01-2 2h-16a2 2 0 01-2-2v-14a2 2 0 012-2h5l2 3h9a2 2 0 012 2v11z",
|
|
341302
|
+
stroke: "#33625E",
|
|
341303
|
+
strokeWidth: 1.5,
|
|
341304
|
+
strokeLinecap: "round",
|
|
341305
|
+
strokeLinejoin: "round"
|
|
341306
|
+
})));
|
|
341307
|
+
}
|
|
341308
|
+
/* harmony default export */ const tj_file = (SvgTjFile);
|
|
340981
341309
|
;// ./src/assets/icons/tj-activity.svg
|
|
340982
|
-
|
|
341310
|
+
var tj_activity_path;
|
|
341311
|
+
function tj_activity_extends() { return tj_activity_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, tj_activity_extends.apply(null, arguments); }
|
|
341312
|
+
|
|
341313
|
+
function SvgTjActivity(props) {
|
|
341314
|
+
return /*#__PURE__*/external_react_.createElement("svg", tj_activity_extends({
|
|
341315
|
+
width: 24,
|
|
341316
|
+
height: 24,
|
|
341317
|
+
fill: "none",
|
|
341318
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
341319
|
+
}, props), tj_activity_path || (tj_activity_path = /*#__PURE__*/external_react_.createElement("path", {
|
|
341320
|
+
d: "M12 7a4 4 0 014-4h5a1 1 0 011 1v13a1 1 0 01-1 1h-6a3 3 0 00-3 3m0-14v14m0-14a4 4 0 00-4-4H3a1 1 0 00-1 1v13a1 1 0 001 1h6a3 3 0 013 3m0-14v14",
|
|
341321
|
+
stroke: "#33625E",
|
|
341322
|
+
strokeWidth: 1.5,
|
|
341323
|
+
strokeLinecap: "round",
|
|
341324
|
+
strokeLinejoin: "round"
|
|
341325
|
+
})));
|
|
341326
|
+
}
|
|
341327
|
+
/* harmony default export */ const tj_activity = (SvgTjActivity);
|
|
340983
341328
|
;// ./src/assets/icons/tj-font.svg
|
|
340984
|
-
|
|
341329
|
+
var tj_font_path, tj_font_path2, tj_font_g;
|
|
341330
|
+
function tj_font_extends() { return tj_font_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, tj_font_extends.apply(null, arguments); }
|
|
341331
|
+
|
|
341332
|
+
function SvgTjFont(props) {
|
|
341333
|
+
return /*#__PURE__*/external_react_.createElement("svg", tj_font_extends({
|
|
341334
|
+
width: 27,
|
|
341335
|
+
height: 25,
|
|
341336
|
+
fill: "none",
|
|
341337
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
341338
|
+
}, props), tj_font_path || (tj_font_path = /*#__PURE__*/external_react_.createElement("path", {
|
|
341339
|
+
d: "M19.46 6.359L14.505 20H12.48l5.706-14.967h1.305l-.03 1.326zM23.613 20L18.648 6.359l-.03-1.326h1.305L25.649 20h-2.036zm-.257-5.54v1.623h-8.409V14.46h8.41z",
|
|
341340
|
+
fill: "#33625E"
|
|
341341
|
+
})), /*#__PURE__*/external_react_.createElement("mask", {
|
|
341342
|
+
id: "tj-font_svg__a",
|
|
341343
|
+
style: {
|
|
341344
|
+
maskType: "alpha"
|
|
341345
|
+
},
|
|
341346
|
+
maskUnits: "userSpaceOnUse",
|
|
341347
|
+
x: 0,
|
|
341348
|
+
y: 9,
|
|
341349
|
+
width: 15,
|
|
341350
|
+
height: 13
|
|
341351
|
+
}, tj_font_path2 || (tj_font_path2 = /*#__PURE__*/external_react_.createElement("path", {
|
|
341352
|
+
fillRule: "evenodd",
|
|
341353
|
+
clipRule: "evenodd",
|
|
341354
|
+
d: "M10.366 21.061l3.828-11.483-10.366.545L0 21.606l10.366-.545z",
|
|
341355
|
+
fill: "#fff"
|
|
341356
|
+
}))), tj_font_g || (tj_font_g = /*#__PURE__*/external_react_.createElement("g", {
|
|
341357
|
+
mask: "url(#tj-font_svg__a)"
|
|
341358
|
+
}, /*#__PURE__*/external_react_.createElement("path", {
|
|
341359
|
+
d: "M10.062 11.574l-2.785 8.082H5.593l3.509-9.324h1.076l-.116 1.242zm2.331 8.082l-2.792-8.082-.121-1.242h1.082l3.522 9.324h-1.69zm-.134-3.458v1.274H7.187v-1.274h5.072z",
|
|
341360
|
+
fill: "#33625E"
|
|
341361
|
+
}))));
|
|
341362
|
+
}
|
|
341363
|
+
/* harmony default export */ const tj_font = (SvgTjFont);
|
|
340985
341364
|
;// ./src/assets/icons/tj-home.svg
|
|
340986
|
-
|
|
341365
|
+
var tj_home_path;
|
|
341366
|
+
function tj_home_extends() { return tj_home_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, tj_home_extends.apply(null, arguments); }
|
|
341367
|
+
|
|
341368
|
+
function SvgTjHome(props) {
|
|
341369
|
+
return /*#__PURE__*/external_react_.createElement("svg", tj_home_extends({
|
|
341370
|
+
width: 20,
|
|
341371
|
+
height: 22,
|
|
341372
|
+
fill: "none",
|
|
341373
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
341374
|
+
}, props), tj_home_path || (tj_home_path = /*#__PURE__*/external_react_.createElement("path", {
|
|
341375
|
+
d: "M6.75 20.75v-10h6v10m-12-13l9-7 9 7v11a2 2 0 01-2 2h-14a2 2 0 01-2-2v-11z",
|
|
341376
|
+
stroke: "#33625E",
|
|
341377
|
+
strokeWidth: 1.5,
|
|
341378
|
+
strokeLinecap: "round",
|
|
341379
|
+
strokeLinejoin: "round"
|
|
341380
|
+
})));
|
|
341381
|
+
}
|
|
341382
|
+
/* harmony default export */ const tj_home = (SvgTjHome);
|
|
340987
341383
|
;// ./src/assets/icons/tj-playground.svg
|
|
340988
|
-
|
|
341384
|
+
var tj_playground_path;
|
|
341385
|
+
function tj_playground_extends() { return tj_playground_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, tj_playground_extends.apply(null, arguments); }
|
|
341386
|
+
|
|
341387
|
+
function SvgTjPlayground(props) {
|
|
341388
|
+
return /*#__PURE__*/external_react_.createElement("svg", tj_playground_extends({
|
|
341389
|
+
width: 20,
|
|
341390
|
+
height: 19,
|
|
341391
|
+
fill: "none",
|
|
341392
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
341393
|
+
}, props), tj_playground_path || (tj_playground_path = /*#__PURE__*/external_react_.createElement("path", {
|
|
341394
|
+
d: "M8.707 1.307a1 1 0 011.793 0l1.961 3.973a1 1 0 00.752.547l4.387.64a1 1 0 01.553 1.707l-3.173 3.09a1 1 0 00-.288.885l.749 4.364a1 1 0 01-1.451 1.054l-3.921-2.062a1 1 0 00-.93 0l-3.922 2.062a1 1 0 01-1.45-1.054l.748-4.364a1 1 0 00-.288-.885l-3.173-3.09a1 1 0 01.553-1.706l4.387-.641a1 1 0 00.752-.547l1.96-3.973z",
|
|
341395
|
+
stroke: "#33625E",
|
|
341396
|
+
strokeWidth: 1.5,
|
|
341397
|
+
strokeLinecap: "round",
|
|
341398
|
+
strokeLinejoin: "round"
|
|
341399
|
+
})));
|
|
341400
|
+
}
|
|
341401
|
+
/* harmony default export */ const tj_playground = (SvgTjPlayground);
|
|
340989
341402
|
;// ./src/components/Menus/Sidebar/Sidebar.jsx
|
|
340990
341403
|
|
|
340991
341404
|
|
|
@@ -341008,28 +341421,28 @@ var Sidebar = _ref => {
|
|
|
341008
341421
|
} = _ref;
|
|
341009
341422
|
var menuOptions = [{
|
|
341010
341423
|
name: "files",
|
|
341011
|
-
icon:
|
|
341424
|
+
icon: tj_file,
|
|
341012
341425
|
title: "Files",
|
|
341013
341426
|
position: "top"
|
|
341014
341427
|
// panel: FilePanel,
|
|
341015
341428
|
}, {
|
|
341016
341429
|
name: "activity",
|
|
341017
|
-
icon:
|
|
341430
|
+
icon: tj_activity,
|
|
341018
341431
|
title: "Activity",
|
|
341019
341432
|
position: "top"
|
|
341020
341433
|
}, {
|
|
341021
341434
|
name: "playground",
|
|
341022
|
-
icon:
|
|
341435
|
+
icon: tj_playground,
|
|
341023
341436
|
title: "Playground",
|
|
341024
341437
|
position: "top"
|
|
341025
341438
|
}, {
|
|
341026
341439
|
name: "home",
|
|
341027
|
-
icon:
|
|
341440
|
+
icon: tj_home,
|
|
341028
341441
|
title: "Home",
|
|
341029
341442
|
position: "top"
|
|
341030
341443
|
}, {
|
|
341031
341444
|
name: "fonts",
|
|
341032
|
-
icon:
|
|
341445
|
+
icon: tj_font,
|
|
341033
341446
|
title: "Fonts",
|
|
341034
341447
|
position: "bottom",
|
|
341035
341448
|
panel: SettingsPanel_SettingsPanel
|
package/dist/style.css
CHANGED
|
@@ -684,7 +684,7 @@
|
|
|
684
684
|
:root{--rpf-white: #ffffff}:export{grey-rpi-grey-15:#d5d7dc;grey-rpi-grey-40:#9497a4;grey-rpi-grey-5:#f1f2f3;grey-rpi-grey-70:#4a4d59;grey-rpf-white:#fff}.rpf-button--primary * svg{fill:var(--rpf-button-primary-text-color)}.rpf-button--tertiary * svg{fill:var(--rpf-button-secondary-text-color) !important}.rpf-button{flex-direction:row-reverse}.rpf-button--fit{inline-size:fit-content}.rpf-button.rpf-button--fill{justify-content:center;inline-size:100%;box-sizing:border-box}.rpf-button--secondary{justify-content:center;align-items:center}.rpf-button--secondary * svg{fill:#4d575b}.--dark * .rpf-button--secondary{border-color:#89ddd5}.--dark * .rpf-button--secondary span{color:#fff}.--dark * .rpf-button--secondary svg{fill:#fff}.--dark * .rpf-button--secondary::before{background-color:#33353d}.--dark * .rpf-button--secondary:hover{border-color:#89ddd5}.--dark * .rpf-button--secondary:hover::before{background-color:hsla(0,0%,100%,.1)}.--dark * .rpf-button--secondary:active::before{background-color:hsla(0,0%,100%,.15)}.--dark * .rpf-button--secondary:disabled{border-color:#d5d7dc;background-color:inherit}.--dark * .rpf-button--secondary:disabled::before{background-color:inherit}.--dark * .rpf-button--secondary:disabled span{color:#d5d7dc}.--dark * .rpf-button--tertiary{color:#fff;border:none}.--dark * .rpf-button--tertiary:hover::before{background-color:hsla(0,0%,100%,.1)}.--dark * .rpf-button--tertiary:active::before{background-color:hsla(0,0%,100%,.15)}.--dark * .rpf-button--tertiary:disabled{background-color:inherit}.--dark * .rpf-button--tertiary:disabled::before{background-color:inherit}.--dark * .rpf-button--tertiary:disabled span{color:#d5d7dc}.--light * .rpf-button--secondary span{color:#212121}.--light * .rpf-button--secondary::before{background-color:#fff}.--light * .rpf-button--secondary:hover{border-color:#89ddd5}.--light * .rpf-button--secondary:hover::before{background-color:#e7f8f7}.--light * .rpf-button--secondary:active::before{background-color:#dcf5f3}.--light * .rpf-button--secondary:disabled{border-color:#d5d7dc;background-color:inherit}.--light * .rpf-button--secondary:disabled::before{background-color:inherit}.--light * .rpf-button--secondary:disabled span{color:#d5d7dc}.--light * .rpf-button--tertiary{color:#212121;border:none}.--light * .rpf-button--tertiary::before{background-color:#fff}.--light * .rpf-button--tertiary:hover::before{background-color:#e7f8f7}.--light * .rpf-button--tertiary:active::before{background-color:#dcf5f3}.--light * .rpf-button--tertiary:disabled{background-color:inherit}.--light * .rpf-button--tertiary:disabled::before{background-color:inherit}.--light * .rpf-button--tertiary:disabled span{color:#d5d7dc}.rpf-button__icon{display:flex}
|
|
685
685
|
:root{--rpf-white: #ffffff}:export{grey-rpi-grey-15:#d5d7dc;grey-rpi-grey-40:#9497a4;grey-rpi-grey-5:#f1f2f3;grey-rpi-grey-70:#4a4d59;grey-rpf-white:#fff}.project-name{align-items:center;display:flex;block-size:100%;padding-inline-start:calc(.5rem*var(--scale-factor, 1))}.project-name .btn--primary{margin:0 calc(.5rem*var(--scale-factor, 1))}.project-name__title{font-size:calc(1.25rem*var(--scale-factor, 1));font-weight:700;margin-block:calc(1rem*var(--scale-factor, 1));margin-inline-start:calc(.5rem*var(--scale-factor, 1));margin-inline-end:calc(1rem*var(--scale-factor, 1));overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap}.project-name__label{font-size:calc(1rem*var(--scale-factor, 1));line-height:calc(1.5rem*var(--scale-factor, 1));font-weight:700;margin-block-end:calc(.5rem*var(--scale-factor, 1));display:block}.project-name__input{font-size:calc(1rem*var(--scale-factor, 1));line-height:calc(1.5rem*var(--scale-factor, 1));padding:0 calc(1.5rem*var(--scale-factor, 1));block-size:calc(3rem*var(--scale-factor, 1));border-radius:calc(.5rem*var(--scale-factor, 1));border:none;color:inherit;background-color:inherit;text-overflow:ellipsis;inline-size:100%}.project-name__button{margin:calc(.5rem*var(--scale-factor, 1));inline-size:48px;block-size:48px}.project-name__button svg{block-size:calc(1.5rem*var(--scale-factor, 1));inline-size:calc(1.5rem*var(--scale-factor, 1));margin:0}.--dark .project-name__input{background-color:#4a4d59}.--dark .project-name__input:focus-visible{background-color:inherit;outline:2px solid #fff}.--light .project-name__input{background-color:#f1f2f3}.--light .project-name__input:focus-visible{background-color:inherit;outline:2px solid #212121}
|
|
686
686
|
:root{--rpf-white: #ffffff}.styles-module__btnSvg--Ri2uZ{width:36px;height:36px}
|
|
687
|
-
:root{--rpf-white: #ffffff}.styles-module__sidebar--Fu5Qi{display:flex;position:relative;scrollbar-width:none;padding:16px 12px 10px 12px}.styles-module__mobile--WIsuV{block-size:100%;inline-size:100%;overflow-y:hidden}.styles-module__mobile--WIsuV .styles-module__react-tabs--MIiIF .styles-module__react-tabs__tab-list--h1azo{flex:unset}.styles-module__gwcLogo--o2p4A{
|
|
687
|
+
:root{--rpf-white: #ffffff}.styles-module__sidebar--Fu5Qi{display:flex;position:relative;scrollbar-width:none;padding:16px 12px 10px 12px}.styles-module__mobile--WIsuV{block-size:100%;inline-size:100%;overflow-y:hidden}.styles-module__mobile--WIsuV .styles-module__react-tabs--MIiIF .styles-module__react-tabs__tab-list--h1azo{flex:unset}.styles-module__gwcLogo--o2p4A{inline-size:calc(2.5rem*var(--scale-factor, 1))}.styles-module__bar--fOlLf{display:flex;flex-direction:column;justify-content:space-between}.styles-module__optionsTop--2jNbs,.styles-module__optionsBottom--PtwF4{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:calc(1.5rem*var(--scale-factor, 1))}.styles-module__option--MOGCu{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:44px;height:44px;margin:0;border:2px solid rgba(0,0,0,0)}.styles-module__option--MOGCu svg{margin:0}.styles-module__option--MOGCu:hover{background-color:hsla(0,0%,14%,.06)}.styles-module__option--MOGCu.styles-module__selected--avjSK{background-color:#fff}.styles-module__option--MOGCu.styles-module__selected--avjSK:hover{background-color:#fff}.styles-module__panel--bHhSv{display:flex;flex-direction:column;padding-block-start:calc(1rem*var(--scale-factor, 1));border-radius:0 8px 8px 0;inline-size:inherit;background:var(--sidebar-panel-background)}.styles-module__panelWithFooter--5ItsY{padding-block-end:calc(2rem*var(--scale-factor, 1))}.styles-module__panelHeading--GRNt0{margin:0;font-size:calc(1.5rem*var(--scale-factor, 1));line-height:calc(2rem*var(--scale-factor, 1))}.styles-module__panelHeader--bAHfN{display:flex;flex-direction:column;gap:calc(1rem*var(--scale-factor, 1));padding-block-end:calc(1rem*var(--scale-factor, 1));margin-inline:calc(1rem*var(--scale-factor, 1));border-block-end:1px solid var(--sidebar-border)}.styles-module__panelContent--X7kot{flex:1;padding:calc(1rem*var(--scale-factor, 1));overflow-y:auto;scrollbar-width:thin}.styles-module__panelButtons---y4S-{display:flex;flex-direction:column;gap:calc(1rem*var(--scale-factor, 1))}.styles-module__panelFooter--T1y-s{border-block-start:1px solid #d5d7dc;inset-block-end:0px;inline-size:100%;inline-size:-moz-available;inline-size:-webkit-stretch;inline-size:stretch;padding-inline:calc(1rem*var(--scale-factor, 1));background-color:#fff;border-end-end-radius:8px}
|
|
688
688
|
.resizable-with-handle__handle--right div{inset-inline-end:3px !important}.resizable-with-handle__handle--right div svg{block-size:100%;min-inline-size:0}.resizable-with-handle__handle--bottom div{inset-block-end:3px !important}.resizable-with-handle__handle--bottom div svg{inline-size:100%}
|
|
689
689
|
:root{--rpf-white: #ffffff}:export{grey-rpi-grey-15:#d5d7dc;grey-rpi-grey-40:#9497a4;grey-rpi-grey-5:#f1f2f3;grey-rpi-grey-70:#4a4d59;grey-rpf-white:#fff}.select-buttons{border:none;margin:0;padding:0}.select-buttons__legend{padding:0;margin-block-end:calc(1rem*var(--scale-factor, 1))}.select-buttons__options{display:flex;inline-size:100%;gap:calc(1rem*var(--scale-factor, 1));flex-wrap:wrap}.select-buttons__option{flex:1}.select-buttons__button{opacity:0;position:absolute}.select-buttons__label{display:flex;align-items:center;padding:calc(.75rem*var(--scale-factor, 1));gap:calc(.75rem*var(--scale-factor, 1));border-radius:8px;position:relative;box-sizing:border-box;font-weight:700;cursor:pointer}.select-buttons__tick{display:flex;align-items:center;margin-inline-start:auto;visibility:hidden}.select-buttons__tick--selected{visibility:visible}.select-buttons__tick--selected svg rect{fill:var(--editor-color-theme)}.select-buttons__tick--selected svg path{fill:var(--rpf-select-buttons-tick-color)}.--light .select-buttons__label{border:2px solid #d5d7dc}.--light .select-buttons__label--selected{border:2px solid #212121}.--dark .select-buttons__label{border:2px solid #636674}.--dark .select-buttons__label--selected{border:2px solid #babcc5}.select-buttons__button:focus-visible+.select-buttons__label{outline:3px solid #cd2356}
|
|
690
690
|
:root{--rpf-white: #ffffff}:export{grey-rpi-grey-15:#d5d7dc;grey-rpi-grey-40:#9497a4;grey-rpi-grey-5:#f1f2f3;grey-rpi-grey-70:#4a4d59;grey-rpf-white:#fff}.settings-panel{display:flex;flex-direction:column;gap:calc(1.25rem*var(--scale-factor, 1));padding:calc(.25rem*var(--scale-factor, 1))}.settings-panel .select-buttons__legend{font-size:calc(1.25rem*var(--scale-factor, 1));line-height:calc(1.5rem*var(--scale-factor, 1));font-weight:700}.settings-panel .select-buttons__options{flex-direction:column}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gwchq-textjam",
|
|
3
3
|
"description": "Embeddable React editor used in Raspberry Pi text-based projects.",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.8",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/GirlsFirst/gwchq-textjam",
|
|
7
7
|
"author": "Girls Who Code HQ",
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect width="44" height="44" rx="12" fill="url(#paint0_linear_103_10099)"/>
|
|
3
|
-
<rect x="0.5" y="0.5" width="43" height="43" rx="11.5" stroke="black" stroke-opacity="0.06"/>
|
|
4
|
-
<g clip-path="url(#clip0_103_10099)" filter="url(#filter0_f_103_10099)">
|
|
5
|
-
<path d="M15.1688 29.9535C15.1768 29.9515 15.1852 29.9515 15.1933 29.9535H15.1688Z" fill="white"/>
|
|
6
|
-
<path d="M33.0548 10.6236H33.0665C33.0665 10.6236 33.0548 10.6209 33.0548 10.6236Z" fill="white"/>
|
|
7
|
-
<path d="M13.6373 18.4538C13.6375 18.4515 13.6375 18.4492 13.6373 18.4469V18.4593V18.4538Z" fill="white"/>
|
|
8
|
-
<path d="M21.797 9.70648C21.8 9.66048 21.8 9.61432 21.797 9.56833C21.7917 9.61254 21.7943 9.65951 21.797 9.70648Z" fill="white"/>
|
|
9
|
-
<path d="M10.1293 32.0013L10.13 32.0006H10.1293V32.0013Z" fill="white"/>
|
|
10
|
-
<path d="M17.9103 18.9735C17.91 19.0164 17.9122 19.0593 17.9168 19.102C17.9168 19.0592 17.9103 19.0163 17.9103 18.9735Z" fill="white"/>
|
|
11
|
-
<path d="M14.4207 32.038C14.4225 32.0375 14.4244 32.0375 14.4263 32.038H14.4207Z" fill="white"/>
|
|
12
|
-
<path d="M12.4727 11.4469C12.4727 11.4469 12.4783 11.4469 12.4794 11.4541V11.4469H12.4727Z" fill="white"/>
|
|
13
|
-
<path d="M10.9446 14.7309C10.936 14.7345 10.9264 14.7345 10.9178 14.7309H10.9446Z" fill="white"/>
|
|
14
|
-
<path d="M13.6456 16.3871H13.636V16.3946L13.6456 16.3871Z" fill="white"/>
|
|
15
|
-
<path d="M34.248 9.39842H33.4647C33.4654 9.409 33.4654 9.41962 33.4647 9.4302C33.4647 9.75347 33.4647 10.0781 33.4647 10.3972C33.4647 10.6058 33.4516 10.6183 33.2506 10.6183H33.0639L33.0522 11.0493V11.8782C33.0522 12.0163 33.0522 12.1434 33.0522 12.2761C33.0522 12.4087 33.0522 12.5413 33.0522 12.6739C33.0528 12.685 33.0528 12.696 33.0522 12.7071C33.0522 13.1008 33.0522 13.1008 32.6827 13.1091L32.6735 13.536C32.6735 13.7998 32.6735 14.0651 32.6735 14.329C32.6827 14.7337 32.6827 14.7337 32.2989 14.731H32.2714C32.2714 14.8691 32.2714 15.0156 32.2714 15.1578C32.2806 15.5557 32.2806 15.5557 31.8994 15.5599C31.8994 15.5709 31.8994 15.582 31.8994 15.593C31.8994 15.9909 31.8994 15.9909 31.5207 15.9881C31.5077 16.4026 31.5077 16.4026 31.1134 16.386C31.1134 16.7852 31.1134 16.7852 30.7374 16.7825H30.3301C29.9502 16.7825 29.9502 16.7825 29.9554 16.3832H29.9267C29.5494 16.3832 29.5494 16.3832 29.5468 15.9867C29.1708 15.9867 29.1708 15.9867 29.1708 15.5875V15.5557C29.1708 15.4176 29.1708 15.2891 29.1708 15.1551V14.7254C29.1708 14.5873 29.1708 14.4602 29.1708 14.3276C29.1708 14.195 29.1708 14.0402 29.1708 13.8965V10.2246H29.1603C28.7869 10.2176 28.7869 10.2176 28.7908 9.82254V9.4302C28.6603 9.35974 28.5219 9.40948 28.3874 9.39428H28.0101H27.638C27.6374 9.40394 27.6374 9.41363 27.638 9.42329V9.83359C27.638 10.0408 27.638 10.248 27.638 10.4539C27.638 10.592 27.591 10.6418 27.4657 10.6307C27.3887 10.6238 27.3117 10.6307 27.2333 10.6307C27.2333 10.907 27.2268 11.1833 27.2242 11.4596C27.2242 11.5978 27.2242 11.747 27.2242 11.8906V13.116C27.2242 13.2542 27.2242 13.3813 27.2242 13.5139V13.9435C27.2242 14.0817 27.2242 14.2101 27.2242 14.3442C27.2242 14.7406 27.2242 14.7406 26.8547 14.742L26.8469 15.1371C26.8469 15.1482 26.8469 15.1592 26.8469 15.1703C26.8469 15.5737 26.8469 15.5737 26.4709 15.5695L26.45 15.5764C26.45 15.5764 26.45 15.5695 26.4409 15.5668L26.4526 15.5737C26.4526 15.7118 26.4435 15.85 26.4395 15.9881C26.4513 16.4026 26.4513 16.4026 26.0636 16.3929L25.6928 16.3998C25.6928 16.7921 25.6928 16.7921 25.3142 16.7921H25.2828C24.9134 16.7921 24.9134 16.7921 24.9055 16.3984V16.3901H24.5282C24.5201 16.3928 24.5115 16.3928 24.5034 16.3901H24.4878C24.0674 16.3805 24.1157 16.4924 24.1274 15.9909C23.617 16.0047 23.7292 16.0351 23.7162 15.5764C23.7162 15.4383 23.7162 15.3001 23.7162 15.162C23.7162 15.0238 23.7162 14.8954 23.7162 14.7627C23.7148 14.7524 23.7126 14.7423 23.7096 14.7324C23.3336 14.7324 23.3336 14.7323 23.3389 14.3317C23.3389 14.1936 23.3389 14.0444 23.3389 13.9007C23.3389 13.7625 23.3389 13.6354 23.3389 13.5028C23.3389 13.3647 23.3389 13.2376 23.3389 13.105L23.3271 12.6739H22.9577C22.9041 12.6201 22.9276 12.5496 22.9276 12.486C22.9276 11.642 22.9276 10.7965 22.9276 9.9524C22.9276 9.83497 22.9041 9.78386 22.7814 9.788C22.5307 9.788 22.5503 9.83083 22.549 9.54072C22.549 9.49098 22.549 9.44125 22.549 9.39152H21.7957C21.7924 9.39993 21.7924 9.40936 21.7957 9.41777C21.7957 9.64157 21.7957 9.86675 21.7957 10.0905C21.7957 10.1928 21.7618 10.2287 21.6652 10.2287C21.5685 10.2287 21.4798 10.2287 21.3858 10.2287C21.3858 10.3668 21.3858 10.4939 21.3858 10.6266V10.6625C21.3858 11.059 21.3858 11.059 21.0137 11.0645C21.0137 11.1944 21.0137 11.3256 21.0137 11.4555C21.0137 11.4886 21.0137 11.5218 21.0137 11.5549C21.0137 11.8589 21.0137 11.8616 20.7317 11.8892C20.656 11.8975 20.6416 11.9335 20.6364 12.0039C20.6364 12.0992 20.669 12.2015 20.6077 12.2899C20.6077 12.6864 20.6077 12.6864 20.2317 12.6864V12.7029C20.2317 13.1036 20.2317 13.1036 19.857 13.1174C19.857 13.3301 19.8491 13.5443 19.857 13.7584C19.857 13.9062 19.8074 13.956 19.6742 13.9421C19.5968 13.938 19.5192 13.938 19.4418 13.9421C19.4509 14.4436 19.5058 14.3303 19.0697 14.3414C19.0704 14.346 19.0704 14.3506 19.0697 14.3552C19.0878 14.4681 19.0838 14.5838 19.058 14.695C19.0018 14.8083 18.8595 14.7213 18.759 14.7462C18.7297 14.7548 18.7013 14.7663 18.6741 14.7807C18.6741 14.9092 18.6676 15.039 18.665 15.1689C18.6741 15.5751 18.6741 15.5751 18.2903 15.5695V15.9688C18.2903 15.9854 18.2903 16.0019 18.2903 16.0185C18.2903 16.415 18.2903 16.415 17.9104 16.397C17.9261 16.7935 17.9261 16.7935 17.5096 16.8018C17.5096 16.8958 17.5018 16.9911 17.5096 17.0781C17.52 17.1969 17.4743 17.2287 17.366 17.2273C17.1323 17.2273 17.1323 17.2273 17.1323 16.9773V16.8239C17.0762 16.7631 17.1023 16.6858 17.1023 16.6195C17.1023 14.4174 17.1023 12.2153 17.1023 10.0132C17.1023 9.79767 17.1023 9.78938 16.9012 9.79906C16.7707 9.80596 16.7015 9.77004 16.7263 9.61808C16.7511 9.46612 16.6832 9.415 16.5435 9.42882C16.4808 9.42882 16.4129 9.45783 16.3503 9.39842H15.9677H15.5761V9.79215C15.4834 9.86537 15.3776 9.81701 15.2784 9.82668C15.201 9.83083 15.1234 9.83083 15.046 9.82668C14.8019 9.82668 14.7954 9.82669 14.798 9.57249C14.798 9.4523 14.7562 9.41915 14.6518 9.43434C14.5747 9.43434 14.4977 9.43434 14.4194 9.43434C14.4166 9.42395 14.4166 9.41296 14.4194 9.40257H14.4128C14.4128 9.41362 14.4128 9.42467 14.4128 9.43434C14.1517 9.45921 13.8906 9.38323 13.6295 9.40257H12.4702H12.0903H11.6868C11.602 9.46474 11.5067 9.42744 11.4166 9.4302C11.3265 9.43296 11.3122 9.46335 11.3082 9.54624C11.2952 9.82254 11.2913 9.82254 11.0275 9.82945L10.9048 9.83636C10.9048 10.2411 10.9048 10.2411 10.5236 10.2273C10.5236 10.7012 10.6085 10.6279 10.1476 10.6238C10.1168 10.7058 10.1082 10.7953 10.1228 10.8821C10.1411 11.0341 10.0797 11.0783 9.94655 11.0617C9.87874 11.0569 9.8107 11.0569 9.74289 11.0617V11.4637V11.4914C9.74289 11.8892 9.74289 11.8892 9.3695 11.892C9.3695 12.0219 9.3695 12.1531 9.36297 12.283V12.6864V12.7181C9.36297 13.1174 9.36297 13.1174 8.98828 13.1174C8.98828 13.6589 8.98828 14.2005 8.98828 14.742C9.36297 14.742 9.36297 14.742 9.36167 15.1413V15.1744C9.36167 15.3126 9.36167 15.4618 9.36167 15.6068V15.9688C9.80294 15.9688 9.73114 15.9425 9.73375 16.4026C9.73375 16.5407 9.73375 16.6678 9.73375 16.8004H9.74941C10.1842 16.8129 10.1411 16.7024 10.1411 17.2342C10.6045 17.2342 10.5119 17.1582 10.5171 17.6321C10.8865 17.6114 10.8865 17.6128 10.8996 18.0161H10.8931V18.0065L11.2965 18.0148C11.4975 18.0148 11.6986 18.0231 11.8997 18.0148C12.0472 18.0065 12.0955 18.0686 12.0811 18.2165C12.0772 18.2924 12.0772 18.3685 12.0811 18.4444V18.4541H13.2431L13.6204 18.443C13.6204 18.0189 13.6204 18.0189 14.012 18.0175H14.3854H14.7901C14.7901 17.6238 14.7901 17.6238 15.1701 17.6238H15.2014C15.5774 17.6238 15.5774 17.6238 15.5748 18.0231V18.0548V18.8133V19.2774C15.5748 19.6767 15.5748 19.6767 15.1988 19.6753V20.0718C15.1988 20.5056 15.1988 20.5056 14.7914 20.5056V20.5387C14.7914 20.9338 14.7914 20.9338 14.4181 20.9366C14.4181 20.9587 14.4181 20.9808 14.4181 21.0029C14.4181 21.3041 14.4181 21.3069 14.1387 21.3317C14.0629 21.3386 14.046 21.3732 14.0408 21.445C14.0342 21.5403 14.076 21.6426 14.012 21.7324H13.636V21.7489C13.636 22.1454 13.636 22.1454 13.2587 22.1634C13.2587 22.2932 13.2587 22.4231 13.2587 22.5543C13.2587 22.5861 13.2587 22.6193 13.2587 22.6524C13.2587 22.9605 13.2587 22.9646 12.9793 22.9909C12.9036 22.9978 12.8867 23.0323 12.8814 23.1042C12.8736 23.1981 12.9206 23.3017 12.8488 23.3874H12.478V23.777V23.7935C12.4872 24.208 12.4872 24.208 12.1059 24.2163C12.1059 24.4359 12.0994 24.6556 12.1059 24.8739C12.1059 25.0051 12.0615 25.0534 11.9414 25.0438C11.8592 25.0369 11.7756 25.0438 11.6934 25.0438C11.7156 25.4389 11.7143 25.4403 11.3265 25.4458C11.3265 25.5757 11.3265 25.7055 11.3265 25.8368C11.3265 25.8685 11.3265 25.9017 11.3265 25.9348C11.3265 26.2208 11.3265 26.2236 11.0589 26.2388C10.9792 26.2388 10.9518 26.2705 10.9492 26.3548C10.9661 26.4618 10.9571 26.5716 10.9231 26.6739C10.9231 26.6905 10.9231 26.7071 10.9231 26.7237C10.9166 27.1008 10.9166 27.1008 10.5536 27.1022H10.5628C10.5628 27.3661 10.5562 27.6299 10.5536 27.8938C10.5536 27.9048 10.5536 27.9159 10.5536 27.9269C10.5536 28.3994 10.6059 28.3207 10.1829 28.329H10.1894C10.1894 28.6053 10.1894 28.8816 10.1894 29.1579C10.2011 29.7008 10.1894 30.2423 10.1594 30.7839C10.2246 30.9123 10.175 31.0491 10.1907 31.1817C10.1907 31.458 10.1907 31.7343 10.1907 32.0106C10.1907 32.1488 10.1907 32.2952 10.1972 32.4375C10.5758 32.4375 10.5758 32.4375 10.5654 32.8423V33.2332C10.6777 33.2332 10.8134 33.2015 10.8983 33.254C10.9832 33.3065 10.9166 33.475 10.9427 33.5883C10.9498 33.6146 10.9594 33.6401 10.9714 33.6643C11.3422 33.6643 11.3422 33.6643 11.3474 34.0594H11.7195C12.0955 34.0525 12.0955 34.0525 12.0994 34.4531H14.4494C14.45 34.4476 14.45 34.442 14.4494 34.4365C14.4494 34.0469 14.4494 34.0469 14.8345 34.0635H15.2366C15.2366 33.6656 15.2366 33.6656 15.61 33.6643C15.6081 33.6542 15.6081 33.6439 15.61 33.6339C15.5904 33.2291 15.5904 33.2291 15.9834 33.2346C15.9834 33.0108 15.9834 32.7856 15.9834 32.5605C15.9834 32.4734 15.9978 32.4154 16.0983 32.4057C16.3594 32.3822 16.3594 32.3781 16.3594 32.0921V32.0092C16.3751 31.8711 16.3268 31.7329 16.3894 31.6114C16.3901 31.6003 16.3901 31.5893 16.3894 31.5782C16.3894 31.1817 16.3894 31.1817 16.7641 31.1803L16.772 30.788V29.9895C16.772 29.7132 16.772 29.4369 16.772 29.1606C16.772 28.8733 16.772 28.5859 16.772 28.2986V24.0256C16.772 23.7852 16.772 23.7852 17.007 23.7839H17.1467C17.1467 22.6206 17.1467 21.4574 17.1467 20.2942C17.1467 20.2307 17.1245 20.1561 17.1728 20.105C17.1765 20.0971 17.1792 20.0887 17.1806 20.0801C17.1597 19.6726 17.1597 19.6726 17.5527 19.6753C17.537 19.2747 17.537 19.2747 17.9221 19.2705C17.9248 19.2615 17.9248 19.2519 17.9221 19.2429C17.9221 19.0274 17.9287 18.8119 17.9221 18.5978C17.9221 18.4596 17.9652 18.4292 18.0775 18.4444C18.1128 18.4444 18.1506 18.4444 18.1872 18.4444C18.2773 18.4527 18.3008 18.4071 18.3034 18.3173C18.306 18.2275 18.2694 18.1294 18.3308 18.041C18.4522 17.9761 18.5828 18.0286 18.7068 18.0079C18.7068 17.878 18.7068 17.7495 18.7068 17.6197C18.7068 17.5879 18.7068 17.5547 18.7068 17.5216C18.7068 17.2315 18.7068 17.2273 18.9679 17.2149C19.0606 17.2149 19.0763 17.1679 19.0802 17.0767C19.0841 16.9856 19.0449 16.8695 19.1089 16.7756H19.4849C19.4849 16.6374 19.4849 16.5103 19.4849 16.3777C19.4842 16.3667 19.4842 16.3556 19.4849 16.3445C19.4849 15.9439 19.4849 15.9439 19.8596 15.9439C19.9118 15.8942 19.8896 15.8306 19.8909 15.7726C19.8909 15.546 19.8909 15.546 20.1129 15.546H20.2682C20.2512 15.144 20.2512 15.144 20.6364 15.1413V14.7462C20.6364 14.713 20.6364 14.6799 20.6364 14.6481C20.6429 14.5445 20.5998 14.4229 20.656 14.3442C20.7121 14.2654 20.8296 14.3179 20.9171 14.3124C21.0045 14.3069 21.0072 14.2668 21.0111 14.1977C21.0111 14.1024 20.9797 14.0015 21.0398 13.9131C21.041 13.9044 21.041 13.8956 21.0398 13.8869C21.0267 13.4876 21.0267 13.4876 21.4106 13.4807C21.4106 13.4199 21.4106 13.3605 21.4106 13.3011C21.4106 13.0842 21.4106 13.0842 21.6077 13.0842C21.8049 13.0842 21.8179 13.0842 21.8179 13.3039V13.5166V15.1385C22.1952 15.1385 22.1952 15.1385 22.1887 15.5405V15.9702V16.368H22.5608C22.626 16.4495 22.5908 16.5462 22.5908 16.6347C22.5908 16.7231 22.6234 16.7728 22.7213 16.7728C22.7723 16.7728 22.8245 16.7728 22.8754 16.7728C22.9498 16.7728 22.9759 16.806 22.9733 16.8806C22.9733 16.9897 22.9733 17.0988 22.9733 17.208C22.9733 17.3461 22.9733 17.4718 22.9733 17.6031C23.3532 17.5893 23.3532 17.5893 23.3519 17.9954H23.7566C23.959 17.9954 24.1627 17.9954 24.365 17.9954C24.4695 17.9954 24.5204 18.0217 24.5099 18.1419C24.5021 18.2358 24.5099 18.3297 24.5099 18.4182V18.4278H25.2933L25.668 18.4182C25.668 17.9913 25.668 17.9913 26.0766 17.9927H26.1536C26.4278 17.9927 26.4304 17.9927 26.4513 17.7012C26.4513 17.6252 26.48 17.5934 26.5531 17.5948C26.6563 17.5948 26.7594 17.5948 26.8638 17.5948C26.8638 17.1942 26.8639 17.1942 27.2372 17.1928V17.1596C27.2268 16.7618 27.2268 16.7618 27.6106 16.7576C27.625 16.357 27.625 16.357 28.0167 16.3625C28.3926 16.3625 28.3926 16.3625 28.3953 16.7562C28.4553 16.8516 28.4214 16.9579 28.4227 17.0588C28.424 17.1596 28.4553 17.1969 28.5532 17.19C28.5898 17.19 28.6263 17.19 28.6616 17.19C28.7647 17.1776 28.8183 17.2121 28.8065 17.3282C28.7974 17.4124 28.8065 17.4995 28.7987 17.5851C29.1642 17.563 29.1642 17.5644 29.1812 17.9733C29.3927 17.9733 29.6055 17.9816 29.8183 17.9733C29.9267 17.9733 29.9711 18.0051 29.9606 18.1225C29.9528 18.2151 29.9606 18.309 29.9606 18.3988V18.4085H31.1239V18.3988C31.1239 18.3104 31.1317 18.222 31.1239 18.1336C31.1134 18.0161 31.1461 17.9636 31.2688 17.9706C31.4816 17.9802 31.6957 17.9706 31.9098 17.9706C31.9098 17.5561 31.9098 17.5561 32.2936 17.5755L32.6592 17.5658C32.637 17.3254 32.6997 17.0878 32.6905 16.8488C32.6905 16.7714 32.7192 16.7383 32.791 16.741C32.8837 16.741 32.9777 16.741 33.0704 16.741C33.0561 16.3266 33.0561 16.3266 33.4464 16.3418C33.419 16.0945 33.4856 15.8514 33.4765 15.6054C33.4765 15.5336 33.5078 15.5087 33.5718 15.5101C33.6645 15.5101 33.7585 15.5101 33.8511 15.5101V15.1109V15.0791C33.8511 14.6771 33.8511 14.6771 34.2271 14.6799C34.2271 14.4146 34.2271 14.148 34.2271 13.8827C34.2271 13.7446 34.2271 13.5954 34.2271 13.4503C34.2271 13.0525 34.2271 13.0525 34.5992 13.0511C34.5992 12.6891 34.5992 12.3258 34.5992 11.9638C34.5992 11.9058 34.5796 11.8409 34.6293 11.7912C34.6293 11.653 34.6293 11.5259 34.6293 11.3933C34.6293 10.9927 34.6293 10.9927 35.0039 10.9954V9.0047H34.6279C34.6214 9.39842 34.6214 9.39842 34.248 9.39842ZM14.9259 31.6058C14.8502 31.6058 14.8319 31.6445 14.8267 31.7177C14.8202 31.8255 14.8606 31.9374 14.798 32.0383C14.798 32.443 14.798 32.443 14.4168 32.4334H14.3397C14.0643 32.4334 14.0616 32.4334 14.0447 32.7235C14.0447 32.8119 14.0042 32.8354 13.9298 32.8312C13.8319 32.8312 13.734 32.8312 13.636 32.8312H12.8592C12.4819 32.8506 12.4819 32.8506 12.4767 32.4416C12.3462 32.4209 12.1947 32.4955 12.1059 32.4043C12.0172 32.3132 12.0955 32.1446 12.0655 32.0134C11.6842 32.0134 11.6842 32.0134 11.6947 31.61V31.2121V29.9577C11.6947 29.8196 11.6947 29.6925 11.6947 29.5599C11.6947 29.4272 11.6947 29.2946 11.6947 29.1634V28.7323C11.6947 28.3331 11.6947 28.3331 12.0694 28.3331C12.0994 28.195 12.0511 28.0416 12.1007 27.9021C12.1007 27.8634 12.1007 27.8247 12.1007 27.786C12.1007 27.5263 12.1007 27.5236 12.3488 27.5097C12.4232 27.5097 12.4467 27.4766 12.4506 27.4006C12.4345 27.2918 12.443 27.1806 12.4754 27.0759L12.4898 27.0898L12.4754 27.0787V26.6836V26.6504C12.4754 26.254 12.4754 26.254 12.8488 26.2526C12.8488 26.225 12.8488 26.1973 12.8488 26.1711C12.8488 25.8782 12.8488 25.8754 13.123 25.8575C13.2065 25.8575 13.2261 25.816 13.2274 25.7373C13.2123 25.6405 13.2203 25.5412 13.2509 25.4486C13.2561 25.3616 13.2561 25.2744 13.2509 25.1875C13.2365 25.0493 13.2914 25.0134 13.4089 25.0258C13.4811 25.03 13.5534 25.03 13.6256 25.0258V24.6349C13.6256 24.237 13.6256 24.237 13.9964 24.2328C13.9964 24.2218 13.9964 24.2107 13.9964 24.1997C14.012 23.8156 14.012 23.8156 14.3724 23.7991C14.3528 23.567 14.4089 23.3404 14.4037 23.1083C14.4037 23.013 14.4546 22.9798 14.5343 22.9702C14.6139 22.9605 14.7001 22.9702 14.7836 22.9702C14.7836 22.9094 14.7836 22.85 14.7836 22.7892C14.7836 22.5737 14.7836 22.5737 14.9821 22.5737C15.1805 22.5737 15.1896 22.5737 15.1896 22.7961C15.1896 22.8665 15.1896 22.9342 15.1896 23.0088C15.1896 24.6418 15.1896 26.2747 15.1896 27.9076C15.1815 27.9102 15.1729 27.9102 15.1648 27.9076H15.1896V29.9481C15.1896 30.0862 15.1896 30.2368 15.1896 30.3805C15.1896 30.6457 15.1896 30.911 15.1896 31.1762V31.2743C15.2027 31.5768 15.2027 31.581 14.9233 31.6058H14.9259ZM15.5787 12.2844C15.5787 12.6919 15.5787 13.0994 15.5787 13.5084C15.5787 13.7846 15.5787 14.0609 15.5787 14.3372V15.1661C15.5787 15.3043 15.5787 15.4314 15.5787 15.564V15.5958C15.5787 15.9936 15.5787 15.9936 15.204 15.995C15.204 16.3929 15.204 16.3929 14.8267 16.3929H14.7954H14.4141L14.0447 16.4039C14.0447 16.7963 14.0447 16.7963 13.6674 16.7963H12.8383C12.4728 16.7963 12.4728 16.7963 12.4793 16.4053L12.0785 16.3901C11.7012 16.4191 11.7012 16.4191 11.6868 16.0019C11.568 15.9743 11.4035 16.0586 11.3357 15.9605C11.2678 15.8624 11.3135 15.7091 11.3069 15.5806C11.3013 15.574 11.2941 15.5692 11.286 15.5668C10.8944 15.5792 10.8944 15.5792 10.9087 15.1357C10.9087 14.9976 10.9087 14.8705 10.9087 14.7379L10.897 14.3428C10.5249 14.3428 10.5249 14.3428 10.5249 13.9449V13.5084C10.5249 13.1119 10.5249 13.1119 10.897 13.1105C10.9021 13.1013 10.9048 13.0908 10.9048 13.0801C10.9048 12.8162 10.9048 12.551 10.9048 12.2871C10.8957 11.8796 10.8957 11.8796 11.2795 11.8865C11.2952 11.7483 11.2404 11.5936 11.3109 11.4541H11.6842L11.6908 11.4665L11.6803 11.4541C11.6803 11.3353 11.6516 11.193 11.7012 11.1018C11.7508 11.0106 11.9036 11.088 12.0041 11.0576C12.1556 11.0282 12.3099 11.018 12.4637 11.0272C12.4637 10.6307 12.4637 10.6307 12.841 10.6307C13.0498 10.6307 13.2587 10.6376 13.4663 10.6307C13.5903 10.6307 13.6399 10.6652 13.6256 10.7979C13.621 10.8752 13.621 10.9527 13.6256 11.03H14.2627C14.3123 11.03 14.3684 11.012 14.4089 11.0617C14.781 11.0617 14.781 11.0617 14.7849 11.4555H14.8162C15.1857 11.4679 15.1857 11.4679 15.1936 11.8547C15.5696 11.8547 15.5695 11.8547 15.5669 12.2553V12.2885L15.5787 12.2844Z" fill="white"/>
|
|
16
|
-
<path d="M14.4175 23.7863H14.3867C14.3974 23.785 14.4082 23.7875 14.4175 23.7934V23.7863Z" fill="white"/>
|
|
17
|
-
<path d="M33.8381 34.0609V36.9441C33.7961 36.982 33.7417 37.0009 33.6866 36.9966C33.6318 36.9966 33.5783 36.9966 33.5234 36.9966H20.9588C20.8604 37.0074 20.7609 36.9994 20.6651 36.9731C20.6468 36.9633 20.6318 36.9478 20.622 36.9289C20.5955 36.8506 20.5857 36.7671 20.5933 36.6843C20.5933 31.6502 20.5933 26.6161 20.5933 21.5819C20.5813 21.4942 20.5945 21.4047 20.6311 21.325C20.7187 21.2743 20.8202 21.2572 20.9183 21.2766H33.5769C33.6702 21.2567 33.7672 21.276 33.8472 21.3305V24.1805C33.7702 24.2509 33.6775 24.2275 33.5861 24.2275H23.5817C23.3899 24.2237 23.1983 24.2367 23.0085 24.2661C22.9902 24.2642 22.9718 24.2667 22.9546 24.2736C22.9373 24.2804 22.9218 24.2912 22.9092 24.3054C22.8966 24.3195 22.8872 24.3366 22.8818 24.3551C22.8764 24.3737 22.8751 24.3934 22.878 24.4126C22.878 24.4623 22.878 24.512 22.878 24.5618V33.3038C22.878 33.337 22.878 33.3701 22.878 33.4033C22.8701 33.5415 22.9093 33.6174 23.0425 33.6091C23.0879 33.6052 23.1334 33.6158 23.173 33.6395C23.1976 33.6678 23.2155 33.7018 23.2252 33.7388C23.235 33.7758 23.2363 33.8147 23.2292 33.8523C23.2292 33.9642 23.2696 34.0139 23.3702 34.0084C23.4446 34.0084 23.5177 34.0084 23.5921 34.0084C23.6412 34.0043 23.6905 34.0043 23.7396 34.0084H33.5534C33.6512 33.9869 33.753 34.0057 33.8381 34.0609Z" fill="white"/>
|
|
18
|
-
</g>
|
|
19
|
-
<defs>
|
|
20
|
-
<filter id="filter0_f_103_10099" x="8.65047" y="8.65047" width="26.6991" height="28.6991" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
21
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
22
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
23
|
-
<feGaussianBlur stdDeviation="0.174766" result="effect1_foregroundBlur_103_10099"/>
|
|
24
|
-
</filter>
|
|
25
|
-
<linearGradient id="paint0_linear_103_10099" x1="14.9424" y1="4.59767" x2="27.586" y2="34.4825" gradientUnits="userSpaceOnUse">
|
|
26
|
-
<stop stop-color="#49D8CB"/>
|
|
27
|
-
<stop offset="1" stop-color="#269B90"/>
|
|
28
|
-
</linearGradient>
|
|
29
|
-
<clipPath id="clip0_103_10099">
|
|
30
|
-
<rect width="26" height="28" fill="white" transform="translate(9 9)"/>
|
|
31
|
-
</clipPath>
|
|
32
|
-
</defs>
|
|
33
|
-
</svg>
|