@next-core/brick-icons 2.31.0 → 2.31.2
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.
|
@@ -230,10 +230,10 @@ var _ref$2 = /*#__PURE__*/React.createElement("g", {
|
|
|
230
230
|
})));
|
|
231
231
|
function SvgResourcePool(props) {
|
|
232
232
|
return /*#__PURE__*/React.createElement("svg", _extends$2({
|
|
233
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
233
234
|
width: 16,
|
|
234
235
|
height: 16,
|
|
235
|
-
viewBox: "0 0 16 16"
|
|
236
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
236
|
+
viewBox: "0 0 16 16"
|
|
237
237
|
}, props), _ref$2);
|
|
238
238
|
}
|
|
239
239
|
|
|
@@ -292,4 +292,4 @@ var blueprintCategory = {
|
|
|
292
292
|
};
|
|
293
293
|
|
|
294
294
|
export { blueprintCategory };
|
|
295
|
-
//# sourceMappingURL=blueprint-
|
|
295
|
+
//# sourceMappingURL=blueprint-e129ee28.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"blueprint-
|
|
1
|
+
{"version":3,"file":"blueprint-e129ee28.js","sources":["../src/generated/icons/blueprint.ts"],"sourcesContent":["import BlueprintAliCloud from \"../../icons/blueprint/ali-cloud.svg\";\nimport BlueprintAppBlueprint from \"../../icons/blueprint/app-blueprint.svg\";\nimport BlueprintBlueprintInstances from \"../../icons/blueprint/blueprint-instances.svg\";\nimport BlueprintBlueprintManagement from \"../../icons/blueprint/blueprint-management.svg\";\nimport BlueprintBlueprintResources from \"../../icons/blueprint/blueprint-resources.svg\";\nimport BlueprintChangeHistory from \"../../icons/blueprint/change-history.svg\";\nimport BlueprintDatasource from \"../../icons/blueprint/datasource.svg\";\nimport BlueprintDns from \"../../icons/blueprint/dns.svg\";\nimport BlueprintEasyops from \"../../icons/blueprint/easyops.svg\";\nimport BlueprintHost from \"../../icons/blueprint/host.svg\";\nimport BlueprintLb from \"../../icons/blueprint/lb.svg\";\nimport BlueprintParameter from \"../../icons/blueprint/parameter.svg\";\nimport BlueprintResouceInstance from \"../../icons/blueprint/resouce-instance.svg\";\nimport BlueprintResourcePool from \"../../icons/blueprint/resource-pool.svg\";\nimport BlueprintResourcesModules from \"../../icons/blueprint/resources-modules.svg\";\nimport BlueprintService from \"../../icons/blueprint/service.svg\";\nexport const blueprintCategory = {\n \"ali-cloud\": BlueprintAliCloud,\n \"app-blueprint\": BlueprintAppBlueprint,\n \"blueprint-instances\": BlueprintBlueprintInstances,\n \"blueprint-management\": BlueprintBlueprintManagement,\n \"blueprint-resources\": BlueprintBlueprintResources,\n \"change-history\": BlueprintChangeHistory,\n datasource: BlueprintDatasource,\n dns: BlueprintDns,\n easyops: BlueprintEasyops,\n host: BlueprintHost,\n lb: BlueprintLb,\n parameter: BlueprintParameter,\n \"resouce-instance\": BlueprintResouceInstance,\n \"resource-pool\": BlueprintResourcePool,\n \"resources-modules\": BlueprintResourcesModules,\n service: BlueprintService,\n};\n"],"names":["blueprintCategory","BlueprintAliCloud","BlueprintAppBlueprint","BlueprintBlueprintInstances","BlueprintBlueprintManagement","BlueprintBlueprintResources","BlueprintChangeHistory","datasource","BlueprintDatasource","dns","BlueprintDns","easyops","BlueprintEasyops","host","BlueprintHost","lb","BlueprintLb","parameter","BlueprintParameter","BlueprintResouceInstance","BlueprintResourcePool","BlueprintResourcesModules","service","BlueprintService"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgBO,IAAMA,iBAAiB,GAAG;AAC/B,EAAA,WAAW,EAAEC,WAAiB;AAC9B,EAAA,eAAe,EAAEC,eAAqB;AACtC,EAAA,qBAAqB,EAAEC,qBAA2B;AAClD,EAAA,sBAAsB,EAAEC,sBAA4B;AACpD,EAAA,qBAAqB,EAAEC,qBAA2B;AAClD,EAAA,gBAAgB,EAAEC,gBAAsB;AACxCC,EAAAA,UAAU,EAAEC,aAAmB;AAC/BC,EAAAA,GAAG,EAAEC,MAAY;AACjBC,EAAAA,OAAO,EAAEC,UAAgB;AACzBC,EAAAA,IAAI,EAAEC,OAAa;AACnBC,EAAAA,EAAE,EAAEC,KAAW;AACfC,EAAAA,SAAS,EAAEC,YAAkB;AAC7B,EAAA,kBAAkB,EAAEC,kBAAwB;AAC5C,EAAA,eAAe,EAAEC,eAAqB;AACtC,EAAA,mBAAmB,EAAEC,mBAAyB;AAC9CC,EAAAA,OAAO,EAAEC,UAAAA;AACX;;;;"}
|
package/dist/index.esm.js
CHANGED
|
@@ -37,7 +37,7 @@ var categories = {
|
|
|
37
37
|
}(),
|
|
38
38
|
blueprint: function () {
|
|
39
39
|
var _ref5 = _asyncToGenerator(function* () {
|
|
40
|
-
return (yield import( /* webpackChunkName: "icons--blueprint" */'./blueprint-
|
|
40
|
+
return (yield import( /* webpackChunkName: "icons--blueprint" */'./blueprint-e129ee28.js')).blueprintCategory;
|
|
41
41
|
});
|
|
42
42
|
return function blueprint() {
|
|
43
43
|
return _ref5.apply(this, arguments);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-core/brick-icons",
|
|
3
|
-
"version": "2.31.
|
|
3
|
+
"version": "2.31.2",
|
|
4
4
|
"description": "Self designed icons",
|
|
5
5
|
"homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/brick-icons",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"@next-core/brick-utils": "*",
|
|
53
53
|
"react": "*"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "a2532c1bd2f506d61189ff2eff0bdb9d4ae6633a"
|
|
56
56
|
}
|