@superblocksteam/library 2.0.0-next.51 → 2.0.0-next.52
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-z4Itey0t.js → allPaths-BVB8kw_K.js} +2 -2
- package/dist/{allPaths-z4Itey0t.js.map → allPaths-BVB8kw_K.js.map} +1 -1
- package/dist/{allPaths-BYc1qceP.js → allPaths-CQqSMyG5.js} +2 -2
- package/dist/{allPaths-BYc1qceP.js.map → allPaths-CQqSMyG5.js.map} +1 -1
- package/dist/{allPathsLoader-C6F1yurZ.js → allPathsLoader-CkdZMAdN.js} +3 -3
- package/dist/{allPathsLoader-D4nBGZ9l.js.map → allPathsLoader-CkdZMAdN.js.map} +1 -1
- package/dist/{allPathsLoader-D4nBGZ9l.js → allPathsLoader-cblzwX60.js} +3 -3
- package/dist/{allPathsLoader-C6F1yurZ.js.map → allPathsLoader-cblzwX60.js.map} +1 -1
- package/dist/{index-Dq7YJbaW.js → index-BDzsftng.js} +35 -22
- package/dist/{index-Dq7YJbaW.js.map → index-BDzsftng.js.map} +1 -1
- package/dist/index.js +2 -2
- package/dist/{splitPathsBySizeLoader-CN949ATZ.js → splitPathsBySizeLoader-CoorXMQb.js} +2 -2
- package/dist/{splitPathsBySizeLoader-CN949ATZ.js.map → splitPathsBySizeLoader-CoorXMQb.js.map} +1 -1
- package/dist/{splitPathsBySizeLoader-B15P9j3b.js → splitPathsBySizeLoader-D886p5Wo.js} +2 -2
- package/dist/{splitPathsBySizeLoader-B15P9j3b.js.map → splitPathsBySizeLoader-D886p5Wo.js.map} +1 -1
- package/dist-types/edit-mode/dnd/utils.d.ts +9 -1
- 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-BDzsftng.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-BVB8kw_K.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPaths-
|
|
1
|
+
{"version":3,"file":"allPaths-BVB8kw_K.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-BDzsftng.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-CQqSMyG5.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPaths-
|
|
1
|
+
{"version":3,"file":"allPaths-CQqSMyG5.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-BDzsftng.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-CQqSMyG5.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-CkdZMAdN.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPathsLoader-
|
|
1
|
+
{"version":3,"file":"allPathsLoader-CkdZMAdN.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]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __awaiter, a as __generator } from "./index-
|
|
1
|
+
import { _ as __awaiter, a as __generator } from "./index-BDzsftng.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-BVB8kw_K.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-cblzwX60.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPathsLoader-
|
|
1
|
+
{"version":3,"file":"allPathsLoader-cblzwX60.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]}
|
|
@@ -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-cblzwX60.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-D886p5Wo.js"
|
|
2701
2701
|
)];
|
|
2702
2702
|
case 4:
|
|
2703
2703
|
return [2, _b2.sent().splitPathsBySizeLoader];
|
|
@@ -99286,24 +99286,30 @@ const filterSafeGridDimensionProperties = (existingProps) => {
|
|
|
99286
99286
|
}
|
|
99287
99287
|
return safeDimensions;
|
|
99288
99288
|
};
|
|
99289
|
-
const defaultSizeForComponent = (componentType, isFreeform,
|
|
99289
|
+
const defaultSizeForComponent = (componentType, isFreeform, draggedDimensions) => {
|
|
99290
99290
|
const height = Property.Dimension(Dim.fit());
|
|
99291
99291
|
if (isFreeform) {
|
|
99292
|
+
const guWidth = (draggedDimensions == null ? void 0 : draggedDimensions.widthGU) ?? 4;
|
|
99292
99293
|
return {
|
|
99293
99294
|
height,
|
|
99294
|
-
width: Property.Dimension(Dim.col(
|
|
99295
|
+
width: Property.Dimension(Dim.col(guWidth))
|
|
99295
99296
|
};
|
|
99296
99297
|
}
|
|
99297
|
-
|
|
99298
|
-
"SbText"
|
|
99299
|
-
"SbButton"
|
|
99300
|
-
"SbCheckbox"
|
|
99301
|
-
"SbSwitch"
|
|
99302
|
-
|
|
99303
|
-
|
|
99304
|
-
|
|
99298
|
+
switch (componentType) {
|
|
99299
|
+
case "SbText":
|
|
99300
|
+
case "SbButton":
|
|
99301
|
+
case "SbCheckbox":
|
|
99302
|
+
case "SbSwitch":
|
|
99303
|
+
return { height, width: Property.Dimension(Dim.fit()) };
|
|
99304
|
+
case "SbImage":
|
|
99305
|
+
return {
|
|
99306
|
+
height,
|
|
99307
|
+
width: Property.Dimension(Dim.px((draggedDimensions == null ? void 0 : draggedDimensions.widthPx) ?? 288))
|
|
99308
|
+
// Matches widget config response. This should never be undefined though.
|
|
99309
|
+
};
|
|
99310
|
+
default:
|
|
99311
|
+
return { height, width: Property.Dimension(Dim.fill()) };
|
|
99305
99312
|
}
|
|
99306
|
-
return { height, width: Property.Dimension(Dim.fill()) };
|
|
99307
99313
|
};
|
|
99308
99314
|
const isWidgetGrid = (widget) => {
|
|
99309
99315
|
var _a2;
|
|
@@ -115560,8 +115566,8 @@ function getComponentBaseProperties(componentType, parentInfo) {
|
|
|
115560
115566
|
"https://lowcode.s3.us-west-2.amazonaws.com/eilish-billie.jpeg"
|
|
115561
115567
|
);
|
|
115562
115568
|
properties2.fillContainer = Property.Static(true);
|
|
115563
|
-
properties2.width = Property.Dimension(Dim.px(300));
|
|
115564
|
-
properties2.height = Property.Dimension(Dim.
|
|
115569
|
+
properties2.width = parentInfo.isGridLike ? Property.Dimension(Dim.col(4)) : Property.Dimension(Dim.px(300));
|
|
115570
|
+
properties2.height = Property.Dimension(Dim.fit());
|
|
115565
115571
|
break;
|
|
115566
115572
|
case "SbKeyValue":
|
|
115567
115573
|
properties2.sourceData = Property.Static({
|
|
@@ -115707,8 +115713,8 @@ async function createComponent({
|
|
|
115707
115713
|
isGridLike
|
|
115708
115714
|
});
|
|
115709
115715
|
const properties2 = {
|
|
115710
|
-
...
|
|
115711
|
-
...
|
|
115716
|
+
...propertiesFromType,
|
|
115717
|
+
...baseProperties
|
|
115712
115718
|
};
|
|
115713
115719
|
console.log("creating component", { tagName, properties: properties2 });
|
|
115714
115720
|
const parentElement = { source: parent };
|
|
@@ -115858,7 +115864,10 @@ const handleGridDropForNewComponent = ({
|
|
|
115858
115864
|
baseProperties: {
|
|
115859
115865
|
marginTop: Property.Dimension(Dim.row((activeRectGU == null ? void 0 : activeRectGU.yGU) ?? 0)),
|
|
115860
115866
|
marginLeft: Property.Dimension(Dim.col((activeRectGU == null ? void 0 : activeRectGU.xGU) ?? 0)),
|
|
115861
|
-
...defaultSizeForComponent(componentType, true,
|
|
115867
|
+
...defaultSizeForComponent(componentType, true, {
|
|
115868
|
+
widthGU: activeRectGU == null ? void 0 : activeRectGU.widthGU,
|
|
115869
|
+
heightGU: activeRectGU == null ? void 0 : activeRectGU.heightGU
|
|
115870
|
+
})
|
|
115862
115871
|
},
|
|
115863
115872
|
scopeName
|
|
115864
115873
|
});
|
|
@@ -116010,12 +116019,16 @@ const handleStackDropForNewComponent = ({
|
|
|
116010
116019
|
throw new Error("Missing drop source id");
|
|
116011
116020
|
}
|
|
116012
116021
|
const scopeName = rootStore.entityManager.getScopeName(dropScopeId);
|
|
116022
|
+
const dragRect = editStore2.ui.dnd.activeDragRect;
|
|
116013
116023
|
return createComponent({
|
|
116014
116024
|
componentType,
|
|
116015
116025
|
parent: { index: dropInfo.insertionIndex, id: dropSourceId },
|
|
116016
116026
|
scopeName,
|
|
116017
116027
|
baseProperties: {
|
|
116018
|
-
...defaultSizeForComponent(componentType, false
|
|
116028
|
+
...defaultSizeForComponent(componentType, false, {
|
|
116029
|
+
widthPx: dragRect == null ? void 0 : dragRect.width,
|
|
116030
|
+
heightPx: dragRect == null ? void 0 : dragRect.height
|
|
116031
|
+
})
|
|
116019
116032
|
}
|
|
116020
116033
|
});
|
|
116021
116034
|
};
|
|
@@ -144388,14 +144401,14 @@ function getLoaderFn(options) {
|
|
|
144388
144401
|
if (!(loader === "all")) return [3, 3];
|
|
144389
144402
|
return [4, import(
|
|
144390
144403
|
/* webpackChunkName: "blueprint-icons-all-paths-loader" */
|
|
144391
|
-
"./allPathsLoader-
|
|
144404
|
+
"./allPathsLoader-CkdZMAdN.js"
|
|
144392
144405
|
)];
|
|
144393
144406
|
case 2:
|
|
144394
144407
|
return [2, _b2.sent().allPathsLoader];
|
|
144395
144408
|
case 3:
|
|
144396
144409
|
return [4, import(
|
|
144397
144410
|
/* webpackChunkName: "blueprint-icons-split-paths-by-size-loader" */
|
|
144398
|
-
"./splitPathsBySizeLoader-
|
|
144411
|
+
"./splitPathsBySizeLoader-CoorXMQb.js"
|
|
144399
144412
|
)];
|
|
144400
144413
|
case 4:
|
|
144401
144414
|
return [2, _b2.sent().splitPathsBySizeLoader];
|
|
@@ -190936,4 +190949,4 @@ export {
|
|
|
190936
190949
|
copyToClipboard as y,
|
|
190937
190950
|
navigateTo as z
|
|
190938
190951
|
};
|
|
190939
|
-
//# sourceMappingURL=index-
|
|
190952
|
+
//# sourceMappingURL=index-BDzsftng.js.map
|