@superblocksteam/library 2.0.3-next.115 → 2.0.3-next.117
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-CMvOt-x9.js → allPaths-BLLZNh_i.js} +2 -2
- package/dist/{allPaths-CMvOt-x9.js.map → allPaths-BLLZNh_i.js.map} +1 -1
- package/dist/{allPaths-DXxfuEbY.js → allPaths-BtxlTwvD.js} +2 -2
- package/dist/{allPaths-DXxfuEbY.js.map → allPaths-BtxlTwvD.js.map} +1 -1
- package/dist/{allPathsLoader-BCcrbFq4.js → allPathsLoader-BkQl_3lk.js} +3 -3
- package/dist/{allPathsLoader-g2X_dwEa.js.map → allPathsLoader-BkQl_3lk.js.map} +1 -1
- package/dist/{allPathsLoader-g2X_dwEa.js → allPathsLoader-DXC4FAVy.js} +3 -3
- package/dist/{allPathsLoader-BCcrbFq4.js.map → allPathsLoader-DXC4FAVy.js.map} +1 -1
- package/dist/{index-jfPdfl61.js → index-6z0SXify.js} +31 -10
- package/dist/{index-jfPdfl61.js.map → index-6z0SXify.js.map} +1 -1
- package/dist/index.js +2 -2
- package/dist/{splitPathsBySizeLoader-BkGceBiM.js → splitPathsBySizeLoader-BWaymP0i.js} +2 -2
- package/dist/{splitPathsBySizeLoader-BkGceBiM.js.map → splitPathsBySizeLoader-BWaymP0i.js.map} +1 -1
- package/dist/{splitPathsBySizeLoader-Cyndv1M6.js → splitPathsBySizeLoader-DrmMbgN9.js} +2 -2
- package/dist/{splitPathsBySizeLoader-Cyndv1M6.js.map → splitPathsBySizeLoader-DrmMbgN9.js.map} +1 -1
- package/dist-types/lib/user-facing/components/section/index.d.ts +3 -0
- package/dist-types/lib/user-facing/components/section/props.d.ts +3 -0
- package/package.json +2 -2
|
@@ -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-6z0SXify.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-BLLZNh_i.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPaths-
|
|
1
|
+
{"version":3,"file":"allPaths-BLLZNh_i.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,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-6z0SXify.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-BtxlTwvD.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPaths-
|
|
1
|
+
{"version":3,"file":"allPaths-BtxlTwvD.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,4 +1,4 @@
|
|
|
1
|
-
import { _ as __awaiter, a as __generator } from "./index-
|
|
1
|
+
import { _ as __awaiter, a as __generator } from "./index-6z0SXify.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-BLLZNh_i.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-BkQl_3lk.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPathsLoader-
|
|
1
|
+
{"version":3,"file":"allPathsLoader-BkQl_3lk.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-6z0SXify.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-BtxlTwvD.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-DXC4FAVy.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPathsLoader-
|
|
1
|
+
{"version":3,"file":"allPathsLoader-DXC4FAVy.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]}
|
|
@@ -2703,14 +2703,14 @@ function getLoaderFn$1(options) {
|
|
|
2703
2703
|
if (!(loader === "all")) return [3, 3];
|
|
2704
2704
|
return [4, import(
|
|
2705
2705
|
/* webpackChunkName: "blueprint-icons-all-paths-loader" */
|
|
2706
|
-
"./allPathsLoader-
|
|
2706
|
+
"./allPathsLoader-DXC4FAVy.js"
|
|
2707
2707
|
)];
|
|
2708
2708
|
case 2:
|
|
2709
2709
|
return [2, _b2.sent().allPathsLoader];
|
|
2710
2710
|
case 3:
|
|
2711
2711
|
return [4, import(
|
|
2712
2712
|
/* webpackChunkName: "blueprint-icons-split-paths-by-size-loader" */
|
|
2713
|
-
"./splitPathsBySizeLoader-
|
|
2713
|
+
"./splitPathsBySizeLoader-BWaymP0i.js"
|
|
2714
2714
|
)];
|
|
2715
2715
|
case 4:
|
|
2716
2716
|
return [2, _b2.sent().splitPathsBySizeLoader];
|
|
@@ -113818,7 +113818,13 @@ const handleGridDropForNewComponent = ({
|
|
|
113818
113818
|
parent: { id: dropSourceId },
|
|
113819
113819
|
baseProperties: {
|
|
113820
113820
|
marginTop: Property.Dimension(Dim.row((activeRectGU == null ? void 0 : activeRectGU.yGU) ?? 0)),
|
|
113821
|
-
marginLeft: Property.Dimension(Dim.col((activeRectGU == null ? void 0 : activeRectGU.xGU) ?? 0))
|
|
113821
|
+
marginLeft: Property.Dimension(Dim.col((activeRectGU == null ? void 0 : activeRectGU.xGU) ?? 0)),
|
|
113822
|
+
width: Property.Dimension(
|
|
113823
|
+
(activeRectGU == null ? void 0 : activeRectGU.widthGU) ? Dim.col(activeRectGU == null ? void 0 : activeRectGU.widthGU) : Dim.fit()
|
|
113824
|
+
),
|
|
113825
|
+
height: Property.Dimension(
|
|
113826
|
+
(activeRectGU == null ? void 0 : activeRectGU.heightGU) ? Dim.rows(activeRectGU == null ? void 0 : activeRectGU.heightGU) : Dim.fit()
|
|
113827
|
+
)
|
|
113822
113828
|
},
|
|
113823
113829
|
scopeName
|
|
113824
113830
|
});
|
|
@@ -113873,13 +113879,15 @@ const handleStackDropWithinCanvas = (params) => {
|
|
|
113873
113879
|
throw new Error(`Missing dragged type: ${draggedId}`);
|
|
113874
113880
|
}
|
|
113875
113881
|
const shouldWrap = shouldWrapInSectionAndColumn(draggedType, dropTargetType);
|
|
113882
|
+
const activeDragRect = editStore2.ui.dnd.activeDragRect;
|
|
113876
113883
|
if (shouldWrap) {
|
|
113877
113884
|
dropComponentInWrappingSectionOrColumn({
|
|
113878
113885
|
draggedSourceId,
|
|
113879
113886
|
dropTargetId,
|
|
113880
113887
|
dropSourceId,
|
|
113881
113888
|
dropInfo,
|
|
113882
|
-
dropTargetType
|
|
113889
|
+
dropTargetType,
|
|
113890
|
+
activeDragRect
|
|
113883
113891
|
});
|
|
113884
113892
|
} else {
|
|
113885
113893
|
editStore2.operationManager.dropComponent({
|
|
@@ -113893,7 +113901,9 @@ const handleStackDropWithinCanvas = (params) => {
|
|
|
113893
113901
|
propsToChange: {
|
|
113894
113902
|
marginTop: Property.Static(""),
|
|
113895
113903
|
marginLeft: Property.Static(""),
|
|
113896
|
-
constraintTop: Property.Static("")
|
|
113904
|
+
constraintTop: Property.Static(""),
|
|
113905
|
+
width: (activeDragRect == null ? void 0 : activeDragRect.width) ? Property.Dimension(Dim.px(activeDragRect.width)) : Property.Static(""),
|
|
113906
|
+
height: (activeDragRect == null ? void 0 : activeDragRect.height) ? Property.Dimension(Dim.px(activeDragRect.height)) : Property.Static("")
|
|
113897
113907
|
}
|
|
113898
113908
|
});
|
|
113899
113909
|
}
|
|
@@ -113904,7 +113914,8 @@ const dropComponentInWrappingSectionOrColumn = async (params) => {
|
|
|
113904
113914
|
dropSourceId,
|
|
113905
113915
|
dropTargetId,
|
|
113906
113916
|
dropInfo,
|
|
113907
|
-
dropTargetType
|
|
113917
|
+
dropTargetType,
|
|
113918
|
+
activeDragRect
|
|
113908
113919
|
} = params;
|
|
113909
113920
|
const editStore2 = getEditStore();
|
|
113910
113921
|
const dropScopeId = editStore2.runtimeEntitiesManager.getEditorWidgetScopeId(dropTargetId);
|
|
@@ -113931,7 +113942,9 @@ const dropComponentInWrappingSectionOrColumn = async (params) => {
|
|
|
113931
113942
|
propsToChange: {
|
|
113932
113943
|
marginTop: Property.Static(""),
|
|
113933
113944
|
marginLeft: Property.Static(""),
|
|
113934
|
-
constraintTop: Property.Static("")
|
|
113945
|
+
constraintTop: Property.Static(""),
|
|
113946
|
+
width: (activeDragRect == null ? void 0 : activeDragRect.width) ? Property.Dimension(Dim.px(activeDragRect.width)) : Property.Static(""),
|
|
113947
|
+
height: (activeDragRect == null ? void 0 : activeDragRect.height) ? Property.Dimension(Dim.px(activeDragRect.height)) : Property.Static("")
|
|
113935
113948
|
}
|
|
113936
113949
|
});
|
|
113937
113950
|
};
|
|
@@ -121752,6 +121765,14 @@ const InternalHStack = (props) => {
|
|
|
121752
121765
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(InternalStack, { direction: "row", ...props });
|
|
121753
121766
|
};
|
|
121754
121767
|
const propertiesDefinition$i = {
|
|
121768
|
+
contents: Section.category(PropsPanelCategory.Content).children({
|
|
121769
|
+
columns: Prop.array().readAndWrite().propertiesPanel({
|
|
121770
|
+
label: "Columns",
|
|
121771
|
+
controlType: "COLUMN_LIST",
|
|
121772
|
+
headerControlType: "ADD_SECTION_COLUMN",
|
|
121773
|
+
isTriggerProperty: false
|
|
121774
|
+
})
|
|
121775
|
+
}),
|
|
121755
121776
|
layout: Section.category(PropsPanelCategory.Layout).add(
|
|
121756
121777
|
size$5({
|
|
121757
121778
|
defaults: {
|
|
@@ -147555,14 +147576,14 @@ function getLoaderFn(options) {
|
|
|
147555
147576
|
if (!(loader === "all")) return [3, 3];
|
|
147556
147577
|
return [4, import(
|
|
147557
147578
|
/* webpackChunkName: "blueprint-icons-all-paths-loader" */
|
|
147558
|
-
"./allPathsLoader-
|
|
147579
|
+
"./allPathsLoader-BkQl_3lk.js"
|
|
147559
147580
|
)];
|
|
147560
147581
|
case 2:
|
|
147561
147582
|
return [2, _b2.sent().allPathsLoader];
|
|
147562
147583
|
case 3:
|
|
147563
147584
|
return [4, import(
|
|
147564
147585
|
/* webpackChunkName: "blueprint-icons-split-paths-by-size-loader" */
|
|
147565
|
-
"./splitPathsBySizeLoader-
|
|
147586
|
+
"./splitPathsBySizeLoader-DrmMbgN9.js"
|
|
147566
147587
|
)];
|
|
147567
147588
|
case 4:
|
|
147568
147589
|
return [2, _b2.sent().splitPathsBySizeLoader];
|
|
@@ -195895,4 +195916,4 @@ export {
|
|
|
195895
195916
|
SbProvider as y,
|
|
195896
195917
|
SbEventFlow as z
|
|
195897
195918
|
};
|
|
195898
|
-
//# sourceMappingURL=index-
|
|
195919
|
+
//# sourceMappingURL=index-6z0SXify.js.map
|