@superblocksteam/library 2.0.0-next.90 → 2.0.0-next.92
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/{allPaths-Dc08Uuni.js → allPaths-5Vkwxrxa.js} +2 -2
- package/dist/{allPaths-Dc08Uuni.js.map → allPaths-5Vkwxrxa.js.map} +1 -1
- package/dist/{allPaths-DOgAt63V.js → allPaths-ROvtyePr.js} +2 -2
- package/dist/{allPaths-DOgAt63V.js.map → allPaths-ROvtyePr.js.map} +1 -1
- package/dist/{allPathsLoader-BzmY34gE.js → allPathsLoader-4sYyhlpI.js} +3 -3
- package/dist/{allPathsLoader-BzmY34gE.js.map → allPathsLoader-4sYyhlpI.js.map} +1 -1
- package/dist/{allPathsLoader-jAK8KtBp.js → allPathsLoader-n77-lKDq.js} +3 -3
- package/dist/{allPathsLoader-jAK8KtBp.js.map → allPathsLoader-n77-lKDq.js.map} +1 -1
- package/dist/{index-CKR37N65.js → index-j3tbMKBr.js} +26 -15
- package/dist/{index-CKR37N65.js.map → index-j3tbMKBr.js.map} +1 -1
- package/dist/index.js +2 -2
- package/dist/{splitPathsBySizeLoader-BVTvOB-F.js → splitPathsBySizeLoader--mPOdbuP.js} +2 -2
- package/dist/{splitPathsBySizeLoader-BVTvOB-F.js.map → splitPathsBySizeLoader--mPOdbuP.js.map} +1 -1
- package/dist/{splitPathsBySizeLoader-Rnz3IBJT.js → splitPathsBySizeLoader-DA_kQFtD.js} +2 -2
- package/dist/{splitPathsBySizeLoader-Rnz3IBJT.js.map → splitPathsBySizeLoader-DA_kQFtD.js.map} +1 -1
- package/dist-types/edit-mode/dnd/utils.d.ts +1 -1
- package/dist-types/lib/internal-details/lib/features/api-store.d.ts +1 -0
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { I as IconSvgPaths16 } from "./index-DIJYif9G.js";
|
|
2
2
|
import { I as IconSvgPaths20 } from "./index-LHtbj0-V.js";
|
|
3
|
-
import { p as pascalCase, I as IconSize } from "./index-
|
|
3
|
+
import { p as pascalCase, I as IconSize } from "./index-j3tbMKBr.js";
|
|
4
4
|
function getIconPaths(name, size) {
|
|
5
5
|
var key = pascalCase(name);
|
|
6
6
|
return size === IconSize.STANDARD ? IconSvgPaths16[key] : IconSvgPaths20[key];
|
|
@@ -14,4 +14,4 @@ export {
|
|
|
14
14
|
getIconPaths,
|
|
15
15
|
iconNameToPathsRecordKey
|
|
16
16
|
};
|
|
17
|
-
//# sourceMappingURL=allPaths-
|
|
17
|
+
//# sourceMappingURL=allPaths-5Vkwxrxa.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPaths-
|
|
1
|
+
{"version":3,"file":"allPaths-5Vkwxrxa.js","sources":["../../../node_modules/.pnpm/@blueprintjs+icons@5.18.1_@types+react@18.3.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@blueprintjs/icons/lib/esm/allPaths.js"],"sourcesContent":["/*\n * Copyright 2021 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { pascalCase } from \"change-case\";\nimport * as IconSvgPaths16 from \"./generated/16px/paths\";\nimport * as IconSvgPaths20 from \"./generated/20px/paths\";\nimport { IconSize } from \"./iconTypes\";\nexport { IconSvgPaths16, IconSvgPaths20 };\n/**\n * Get the list of vector paths that define a given icon. These path strings are used to render `<path>`\n * elements inside an `<svg>` icon element. For full implementation details and nuances, see the icon component\n * handlebars template and `generate-icon-components` script in the __@blueprintjs/icons__ package.\n *\n * Note: this function loads all icon definitions __statically__, which means every icon is included in your\n * JS bundle. Only use this API if your app is likely to use all Blueprint icons at runtime. If you are looking for a\n * dynamic icon loader which loads icon definitions on-demand, use `{ Icons } from \"@blueprintjs/icons\"` instead.\n */\nexport function getIconPaths(name, size) {\n var key = pascalCase(name);\n return size === IconSize.STANDARD ? IconSvgPaths16[key] : IconSvgPaths20[key];\n}\n/**\n * Type safe string literal conversion of snake-case icon names to PascalCase icon names.\n * This is useful for indexing into the SVG paths record to extract a single icon's SVG path definition.\n *\n * @deprecated use `getIconPaths` instead\n */\nexport function iconNameToPathsRecordKey(name) {\n return pascalCase(name);\n}\n//# sourceMappingURL=allPaths.js.map"],"names":[],"mappings":";;;AA6BO,SAAS,aAAa,MAAM,MAAM;AACrC,MAAI,MAAM,WAAW,IAAI;AACzB,SAAO,SAAS,SAAS,WAAW,eAAe,GAAG,IAAI,eAAe,GAAG;AAChF;AAOO,SAAS,yBAAyB,MAAM;AAC3C,SAAO,WAAW,IAAI;AAC1B;","x_google_ignoreList":[0]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { I as IconSvgPaths16 } from "./index-BxzKdlqH.js";
|
|
2
2
|
import { I as IconSvgPaths20 } from "./index-DIn-fanT.js";
|
|
3
|
-
import { p as pascalCase, b as IconSize } from "./index-
|
|
3
|
+
import { p as pascalCase, b as IconSize } from "./index-j3tbMKBr.js";
|
|
4
4
|
function getIconPaths(name, size) {
|
|
5
5
|
var key = pascalCase(name);
|
|
6
6
|
return size === IconSize.STANDARD ? IconSvgPaths16[key] : IconSvgPaths20[key];
|
|
@@ -14,4 +14,4 @@ export {
|
|
|
14
14
|
getIconPaths,
|
|
15
15
|
iconNameToPathsRecordKey
|
|
16
16
|
};
|
|
17
|
-
//# sourceMappingURL=allPaths-
|
|
17
|
+
//# sourceMappingURL=allPaths-ROvtyePr.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPaths-
|
|
1
|
+
{"version":3,"file":"allPaths-ROvtyePr.js","sources":["../../../node_modules/.pnpm/@blueprintjs+icons@5.20.0_@types+react@18.3.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@blueprintjs/icons/lib/esm/allPaths.js"],"sourcesContent":["/*\n * Copyright 2021 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { pascalCase } from \"change-case\";\nimport * as IconSvgPaths16 from \"./generated/16px/paths\";\nimport * as IconSvgPaths20 from \"./generated/20px/paths\";\nimport { IconSize } from \"./iconTypes\";\nexport { IconSvgPaths16, IconSvgPaths20 };\n/**\n * Get the list of vector paths that define a given icon. These path strings are used to render `<path>`\n * elements inside an `<svg>` icon element. For full implementation details and nuances, see the icon component\n * handlebars template and `generate-icon-components` script in the __@blueprintjs/icons__ package.\n *\n * Note: this function loads all icon definitions __statically__, which means every icon is included in your\n * JS bundle. Only use this API if your app is likely to use all Blueprint icons at runtime. If you are looking for a\n * dynamic icon loader which loads icon definitions on-demand, use `{ Icons } from \"@blueprintjs/icons\"` instead.\n */\nexport function getIconPaths(name, size) {\n var key = pascalCase(name);\n return size === IconSize.STANDARD ? IconSvgPaths16[key] : IconSvgPaths20[key];\n}\n/**\n * Type safe string literal conversion of snake-case icon names to PascalCase icon names.\n * This is useful for indexing into the SVG paths record to extract a single icon's SVG path definition.\n *\n * @deprecated use `getIconPaths` instead\n */\nexport function iconNameToPathsRecordKey(name) {\n return pascalCase(name);\n}\n//# sourceMappingURL=allPaths.js.map"],"names":[],"mappings":";;;AA6BO,SAAS,aAAa,MAAM,MAAM;AACrC,MAAI,MAAM,WAAW,IAAI;AACzB,SAAO,SAAS,SAAS,WAAW,eAAe,GAAG,IAAI,eAAe,GAAG;AAChF;AAOO,SAAS,yBAAyB,MAAM;AAC3C,SAAO,WAAW,IAAI;AAC1B;","x_google_ignoreList":[0]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __awaiter, a as __generator } from "./index-
|
|
1
|
+
import { _ as __awaiter, a as __generator } from "./index-j3tbMKBr.js";
|
|
2
2
|
var allPathsLoader = function(name, size) {
|
|
3
3
|
return __awaiter(void 0, void 0, void 0, function() {
|
|
4
4
|
var getIconPaths;
|
|
@@ -7,7 +7,7 @@ var allPathsLoader = function(name, size) {
|
|
|
7
7
|
case 0:
|
|
8
8
|
return [4, import(
|
|
9
9
|
/* webpackChunkName: "blueprint-icons-all-paths" */
|
|
10
|
-
"./allPaths-
|
|
10
|
+
"./allPaths-5Vkwxrxa.js"
|
|
11
11
|
)];
|
|
12
12
|
case 1:
|
|
13
13
|
getIconPaths = _a.sent().getIconPaths;
|
|
@@ -19,4 +19,4 @@ var allPathsLoader = function(name, size) {
|
|
|
19
19
|
export {
|
|
20
20
|
allPathsLoader
|
|
21
21
|
};
|
|
22
|
-
//# sourceMappingURL=allPathsLoader-
|
|
22
|
+
//# sourceMappingURL=allPathsLoader-4sYyhlpI.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPathsLoader-
|
|
1
|
+
{"version":3,"file":"allPathsLoader-4sYyhlpI.js","sources":["../../../node_modules/.pnpm/@blueprintjs+icons@5.18.1_@types+react@18.3.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@blueprintjs/icons/lib/esm/paths-loaders/allPathsLoader.js"],"sourcesContent":["/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { __awaiter, __generator } from \"tslib\";\n/**\n * A simple module loader which concatenates all icon paths into a single chunk.\n */\nexport var allPathsLoader = function (name, size) { return __awaiter(void 0, void 0, void 0, function () {\n var getIconPaths;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, import(\n /* webpackChunkName: \"blueprint-icons-all-paths\" */\n \"../allPaths\")];\n case 1:\n getIconPaths = (_a.sent()).getIconPaths;\n return [2 /*return*/, getIconPaths(name, size)];\n }\n });\n}); };\n//# sourceMappingURL=allPathsLoader.js.map"],"names":[],"mappings":";AAmBU,IAAC,iBAAiB,SAAU,MAAM,MAAM;AAAE,SAAO,UAAU,QAAQ,QAAQ,QAAQ,WAAY;AACrG,QAAI;AACJ,WAAO,YAAY,MAAM,SAAU,IAAI;AACnC,cAAQ,GAAG,OAAK;AAAA,QACZ,KAAK;AAAG,iBAAO,CAAC,GAAa;AAAA;AAAA,YAEzB;AAAA,UAAa,CAAC;AAAA,QAClB,KAAK;AACD,yBAAgB,GAAG,KAAI,EAAI;AAC3B,iBAAO,CAAC,GAAc,aAAa,MAAM,IAAI,CAAC;AAAA,MAC9D;AAAA,IACA,CAAK;AAAA,EACL,CAAC;AAAE;","x_google_ignoreList":[0]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __awaiter, a as __generator } from "./index-
|
|
1
|
+
import { _ as __awaiter, a as __generator } from "./index-j3tbMKBr.js";
|
|
2
2
|
var allPathsLoader = function(name, size) {
|
|
3
3
|
return __awaiter(void 0, void 0, void 0, function() {
|
|
4
4
|
var getIconPaths;
|
|
@@ -7,7 +7,7 @@ var allPathsLoader = function(name, size) {
|
|
|
7
7
|
case 0:
|
|
8
8
|
return [4, import(
|
|
9
9
|
/* webpackChunkName: "blueprint-icons-all-paths" */
|
|
10
|
-
"./allPaths-
|
|
10
|
+
"./allPaths-ROvtyePr.js"
|
|
11
11
|
)];
|
|
12
12
|
case 1:
|
|
13
13
|
getIconPaths = _a.sent().getIconPaths;
|
|
@@ -19,4 +19,4 @@ var allPathsLoader = function(name, size) {
|
|
|
19
19
|
export {
|
|
20
20
|
allPathsLoader
|
|
21
21
|
};
|
|
22
|
-
//# sourceMappingURL=allPathsLoader-
|
|
22
|
+
//# sourceMappingURL=allPathsLoader-n77-lKDq.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPathsLoader-
|
|
1
|
+
{"version":3,"file":"allPathsLoader-n77-lKDq.js","sources":["../../../node_modules/.pnpm/@blueprintjs+icons@5.20.0_@types+react@18.3.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@blueprintjs/icons/lib/esm/paths-loaders/allPathsLoader.js"],"sourcesContent":["/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { __awaiter, __generator } from \"tslib\";\n/**\n * A simple module loader which concatenates all icon paths into a single chunk.\n */\nexport var allPathsLoader = function (name, size) { return __awaiter(void 0, void 0, void 0, function () {\n var getIconPaths;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, import(\n /* webpackChunkName: \"blueprint-icons-all-paths\" */\n \"../allPaths\")];\n case 1:\n getIconPaths = (_a.sent()).getIconPaths;\n return [2 /*return*/, getIconPaths(name, size)];\n }\n });\n}); };\n//# sourceMappingURL=allPathsLoader.js.map"],"names":[],"mappings":";AAmBU,IAAC,iBAAiB,SAAU,MAAM,MAAM;AAAE,SAAO,UAAU,QAAQ,QAAQ,QAAQ,WAAY;AACrG,QAAI;AACJ,WAAO,YAAY,MAAM,SAAU,IAAI;AACnC,cAAQ,GAAG,OAAK;AAAA,QACZ,KAAK;AAAG,iBAAO,CAAC,GAAa;AAAA;AAAA,YAEzB;AAAA,UAAa,CAAC;AAAA,QAClB,KAAK;AACD,yBAAgB,GAAG,KAAI,EAAI;AAC3B,iBAAO,CAAC,GAAc,aAAa,MAAM,IAAI,CAAC;AAAA,MAC9D;AAAA,IACA,CAAK;AAAA,EACL,CAAC;AAAE;","x_google_ignoreList":[0]}
|
|
@@ -2690,14 +2690,14 @@ function getLoaderFn$1(options) {
|
|
|
2690
2690
|
if (!(loader === "all")) return [3, 3];
|
|
2691
2691
|
return [4, import(
|
|
2692
2692
|
/* webpackChunkName: "blueprint-icons-all-paths-loader" */
|
|
2693
|
-
"./allPathsLoader-
|
|
2693
|
+
"./allPathsLoader-4sYyhlpI.js"
|
|
2694
2694
|
)];
|
|
2695
2695
|
case 2:
|
|
2696
2696
|
return [2, _b2.sent().allPathsLoader];
|
|
2697
2697
|
case 3:
|
|
2698
2698
|
return [4, import(
|
|
2699
2699
|
/* webpackChunkName: "blueprint-icons-split-paths-by-size-loader" */
|
|
2700
|
-
"./splitPathsBySizeLoader-
|
|
2700
|
+
"./splitPathsBySizeLoader-DA_kQFtD.js"
|
|
2701
2701
|
)];
|
|
2702
2702
|
case 4:
|
|
2703
2703
|
return [2, _b2.sent().splitPathsBySizeLoader];
|
|
@@ -88572,7 +88572,7 @@ function sendNotification({
|
|
|
88572
88572
|
}
|
|
88573
88573
|
},
|
|
88574
88574
|
props: {
|
|
88575
|
-
"data-testid":
|
|
88575
|
+
"data-testid": dataTest
|
|
88576
88576
|
}
|
|
88577
88577
|
});
|
|
88578
88578
|
}
|
|
@@ -95484,6 +95484,9 @@ class ApiManager {
|
|
|
95484
95484
|
this.apisByName[api2.apiPb.metadata.name] = api2;
|
|
95485
95485
|
});
|
|
95486
95486
|
}
|
|
95487
|
+
setApisLoaded() {
|
|
95488
|
+
this.rootStore.setApisLoaded();
|
|
95489
|
+
}
|
|
95487
95490
|
setApiDepCandidates(apiName, deps) {
|
|
95488
95491
|
this.apiNameToDepCandidates[apiName] = deps;
|
|
95489
95492
|
this.rootStore.setApisLoaded();
|
|
@@ -98312,6 +98315,11 @@ async function connectSocket(serverUrl, {
|
|
|
98312
98315
|
getEditStore().ui.selectWidget(null);
|
|
98313
98316
|
}
|
|
98314
98317
|
],
|
|
98318
|
+
setApisLoaded: [
|
|
98319
|
+
async () => {
|
|
98320
|
+
rootStore.setApisLoaded();
|
|
98321
|
+
}
|
|
98322
|
+
],
|
|
98315
98323
|
updateApiParams: [
|
|
98316
98324
|
async (payload) => {
|
|
98317
98325
|
rootStore.apis.setApiDepCandidates(payload.apiName, payload.params);
|
|
@@ -99567,7 +99575,7 @@ const isTypeDroppable = (type5) => {
|
|
|
99567
99575
|
const isTypeDraggable = (type5) => {
|
|
99568
99576
|
return type5 !== "SbPage" && type5 !== "SbSlideout" && type5 !== "SbModal";
|
|
99569
99577
|
};
|
|
99570
|
-
const
|
|
99578
|
+
const isContentDraggable = (type5) => {
|
|
99571
99579
|
return isTypeDraggable(type5) && type5 !== "SbColumn" && type5 !== "SbSection";
|
|
99572
99580
|
};
|
|
99573
99581
|
function shouldWrapInSectionAndColumn(type5, parentType) {
|
|
@@ -114979,7 +114987,10 @@ const useWidgetNodeRef = (instanceId) => {
|
|
|
114979
114987
|
};
|
|
114980
114988
|
const DraggableWidget = observer(function DraggableWidget2(props) {
|
|
114981
114989
|
const editStore2 = getEditStore();
|
|
114982
|
-
const disableDrag = props.disableDrag ||
|
|
114990
|
+
const disableDrag = props.disableDrag || editStore2.ui.dnd.isDraggingNewComponent;
|
|
114991
|
+
const specificWidgetDragDisabled = !editStore2.ui.dnd.canDragWidget(
|
|
114992
|
+
props.instanceId
|
|
114993
|
+
);
|
|
114983
114994
|
const {
|
|
114984
114995
|
setNodeRef: setDraggableNodeRef,
|
|
114985
114996
|
isDragging,
|
|
@@ -115003,17 +115014,17 @@ const DraggableWidget = observer(function DraggableWidget2(props) {
|
|
|
115003
115014
|
className: "sb-draggable-wrapper",
|
|
115004
115015
|
"data-is-dragged": isDragging,
|
|
115005
115016
|
onPointerDown: (e3) => {
|
|
115006
|
-
if (
|
|
115007
|
-
listeners == null ? void 0 : listeners.onPointerDown(e3);
|
|
115008
|
-
} else {
|
|
115017
|
+
if (specificWidgetDragDisabled) {
|
|
115009
115018
|
e3.stopPropagation();
|
|
115019
|
+
} else {
|
|
115020
|
+
listeners == null ? void 0 : listeners.onPointerDown(e3);
|
|
115010
115021
|
}
|
|
115011
115022
|
},
|
|
115012
115023
|
onPointerMove: (e3) => {
|
|
115013
|
-
if (
|
|
115014
|
-
listeners == null ? void 0 : listeners.onPointerMove(e3);
|
|
115015
|
-
} else {
|
|
115024
|
+
if (specificWidgetDragDisabled) {
|
|
115016
115025
|
e3.stopPropagation();
|
|
115026
|
+
} else {
|
|
115027
|
+
listeners == null ? void 0 : listeners.onPointerMove(e3);
|
|
115017
115028
|
}
|
|
115018
115029
|
},
|
|
115019
115030
|
children: props.children
|
|
@@ -117536,7 +117547,7 @@ const EditWrapper = observer(function EditWrapper2(props) {
|
|
|
117536
117547
|
DraggableWidget,
|
|
117537
117548
|
{
|
|
117538
117549
|
instanceId: props.identifier.instanceId,
|
|
117539
|
-
disableDrag: !
|
|
117550
|
+
disableDrag: !isContentDraggable(props.type),
|
|
117540
117551
|
children: content
|
|
117541
117552
|
}
|
|
117542
117553
|
);
|
|
@@ -144562,14 +144573,14 @@ function getLoaderFn(options) {
|
|
|
144562
144573
|
if (!(loader === "all")) return [3, 3];
|
|
144563
144574
|
return [4, import(
|
|
144564
144575
|
/* webpackChunkName: "blueprint-icons-all-paths-loader" */
|
|
144565
|
-
"./allPathsLoader-
|
|
144576
|
+
"./allPathsLoader-n77-lKDq.js"
|
|
144566
144577
|
)];
|
|
144567
144578
|
case 2:
|
|
144568
144579
|
return [2, _b2.sent().allPathsLoader];
|
|
144569
144580
|
case 3:
|
|
144570
144581
|
return [4, import(
|
|
144571
144582
|
/* webpackChunkName: "blueprint-icons-split-paths-by-size-loader" */
|
|
144572
|
-
"./splitPathsBySizeLoader
|
|
144583
|
+
"./splitPathsBySizeLoader--mPOdbuP.js"
|
|
144573
144584
|
)];
|
|
144574
144585
|
case 4:
|
|
144575
144586
|
return [2, _b2.sent().splitPathsBySizeLoader];
|
|
@@ -191009,4 +191020,4 @@ export {
|
|
|
191009
191020
|
copyToClipboard as y,
|
|
191010
191021
|
navigateTo as z
|
|
191011
191022
|
};
|
|
191012
|
-
//# sourceMappingURL=index-
|
|
191023
|
+
//# sourceMappingURL=index-j3tbMKBr.js.map
|