@sensoro-design/icons 2.44.1 → 2.45.0

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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [2.45.0](https://github.com/sensoro-design/sensoro-design-icons/compare/@sensoro-design/icons@2.44.1...@sensoro-design/icons@2.45.0) (2024-05-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * add LoadingProPurely ([bf7e871](https://github.com/sensoro-design/sensoro-design-icons/commit/bf7e8711aa6ca9262e232352873a48b864164a6b))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [2.44.1](https://github.com/sensoro-design/sensoro-design-icons/compare/@sensoro-design/icons@2.44.0...@sensoro-design/icons@2.44.1) (2024-04-26)
7
18
 
8
19
 
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/LoadingProPurely';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _LoadingProPurely = _interopRequireDefault(require('./es/icons/LoadingProPurely'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _LoadingProPurely;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ export default RefIcon;
@@ -0,0 +1,14 @@
1
+ import _extends from "@babel/runtime/helpers/esm/extends";
2
+ // This icon file is generated automatically.
3
+ import * as React from 'react';
4
+ import LoadingProPurelySvg from '@sensoro-design/icons-svg/es/asn/LoadingProPurely';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var LoadingProPurely = function LoadingProPurely(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: LoadingProPurelySvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(LoadingProPurely);
13
+ RefIcon.displayName = 'LoadingProPurely';
14
+ export default RefIcon;
@@ -500,6 +500,7 @@ export { default as LinsAccessOutlined } from './LinsAccessOutlined';
500
500
  export { default as LinsOutlined } from './LinsOutlined';
501
501
  export { default as ListFilled } from './ListFilled';
502
502
  export { default as LoadingOutlined } from './LoadingOutlined';
503
+ export { default as LoadingProPurely } from './LoadingProPurely';
503
504
  export { default as LoadingPurely } from './LoadingPurely';
504
505
  export { default as LocationFilled } from './LocationFilled';
505
506
  export { default as LocationOutlined } from './LocationOutlined';
package/es/icons/index.js CHANGED
@@ -501,6 +501,7 @@ export { default as LinsAccessOutlined } from "./LinsAccessOutlined";
501
501
  export { default as LinsOutlined } from "./LinsOutlined";
502
502
  export { default as ListFilled } from "./ListFilled";
503
503
  export { default as LoadingOutlined } from "./LoadingOutlined";
504
+ export { default as LoadingProPurely } from "./LoadingProPurely";
504
505
  export { default as LoadingPurely } from "./LoadingPurely";
505
506
  export { default as LocationFilled } from "./LocationFilled";
506
507
  export { default as LocationOutlined } from "./LocationOutlined";
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ export default RefIcon;
@@ -0,0 +1,41 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
+ // If the importer is in node compatibility mode or this is not an ESM
21
+ // file that has been converted to a CommonJS file using a Babel-
22
+ // compatible transform (i.e. "__esModule" has not been set), then set
23
+ // "default" to the CommonJS "module.exports" for node compatibility.
24
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
+ mod
26
+ ));
27
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
+
29
+ // src/icons/LoadingProPurely.tsx
30
+ var LoadingProPurely_exports = {};
31
+ __export(LoadingProPurely_exports, {
32
+ default: () => LoadingProPurely_default
33
+ });
34
+ module.exports = __toCommonJS(LoadingProPurely_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_LoadingProPurely = __toESM(require("@sensoro-design/icons-svg/es/asn/LoadingProPurely"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var LoadingProPurely = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_LoadingProPurely.default });
39
+ var RefIcon = React.forwardRef(LoadingProPurely);
40
+ RefIcon.displayName = "LoadingProPurely";
41
+ var LoadingProPurely_default = RefIcon;
@@ -500,6 +500,7 @@ export { default as LinsAccessOutlined } from './LinsAccessOutlined';
500
500
  export { default as LinsOutlined } from './LinsOutlined';
501
501
  export { default as ListFilled } from './ListFilled';
502
502
  export { default as LoadingOutlined } from './LoadingOutlined';
503
+ export { default as LoadingProPurely } from './LoadingProPurely';
503
504
  export { default as LoadingPurely } from './LoadingPurely';
504
505
  export { default as LocationFilled } from './LocationFilled';
505
506
  export { default as LocationOutlined } from './LocationOutlined';
@@ -531,6 +531,7 @@ __export(icons_exports, {
531
531
  LinsOutlined: () => import_LinsOutlined.default,
532
532
  ListFilled: () => import_ListFilled.default,
533
533
  LoadingOutlined: () => import_LoadingOutlined.default,
534
+ LoadingProPurely: () => import_LoadingProPurely.default,
534
535
  LoadingPurely: () => import_LoadingPurely.default,
535
536
  LocationFilled: () => import_LocationFilled.default,
536
537
  LocationOutlined: () => import_LocationOutlined.default,
@@ -1484,6 +1485,7 @@ var import_LinsAccessOutlined = __toESM(require("./LinsAccessOutlined"));
1484
1485
  var import_LinsOutlined = __toESM(require("./LinsOutlined"));
1485
1486
  var import_ListFilled = __toESM(require("./ListFilled"));
1486
1487
  var import_LoadingOutlined = __toESM(require("./LoadingOutlined"));
1488
+ var import_LoadingProPurely = __toESM(require("./LoadingProPurely"));
1487
1489
  var import_LoadingPurely = __toESM(require("./LoadingPurely"));
1488
1490
  var import_LocationFilled = __toESM(require("./LocationFilled"));
1489
1491
  var import_LocationOutlined = __toESM(require("./LocationOutlined"));
@@ -2437,6 +2439,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
2437
2439
  LinsOutlined,
2438
2440
  ListFilled,
2439
2441
  LoadingOutlined,
2442
+ LoadingProPurely,
2440
2443
  LoadingPurely,
2441
2444
  LocationFilled,
2442
2445
  LocationOutlined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sensoro-design/icons",
3
- "version": "2.44.1",
3
+ "version": "2.45.0",
4
4
  "description": "Abstract nodes for sensoro design icons.",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -31,7 +31,7 @@
31
31
  "@ant-design/colors": "^6.0.0",
32
32
  "@babel/runtime": "^7.11.2",
33
33
  "@pansy/classnames": "^1.0.1",
34
- "@sensoro-design/icons-svg": "2.52.0",
34
+ "@sensoro-design/icons-svg": "2.53.0",
35
35
  "rc-util": "^5.19.3"
36
36
  },
37
37
  "publishConfig": {