@epilot360/icons 1.13.2 → 1.13.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot360/icons",
3
- "version": "1.13.2",
3
+ "version": "1.13.4",
4
4
  "author": "epilot GmbH",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -43,7 +43,7 @@
43
43
  "@babel/preset-react": "^7.22.15",
44
44
  "@babel/preset-typescript": "^7.23.2",
45
45
  "@epilot/eslint-config": "^2.1.0",
46
- "@epilot360/webpack-config-epilot360": "^3.0.0",
46
+ "@epilot360/webpack-config-epilot360": "^3.1.1",
47
47
  "@material-symbols/svg-400": "^0.15.0",
48
48
  "@material-symbols/svg-600": "^0.15.0",
49
49
  "@storybook/addon-essentials": "^7.5.1",
@@ -60,7 +60,7 @@
60
60
  "@types/js-yaml": "^4.0.8",
61
61
  "@types/react": "^18.3.3",
62
62
  "common-tags": "^1.8.2",
63
- "copy-webpack-plugin": "^11.0.0",
63
+ "copy-webpack-plugin": "^12.0.2",
64
64
  "ejs": "^3.1.9",
65
65
  "esbuild-plugin-svgr": "^2.1.0",
66
66
  "eslint": "^8.51.0",
@@ -139,6 +139,9 @@ import { Condition } from './Condition';
139
139
  import { NoteStack } from './NoteStack';
140
140
  import { DoubleThumbsUp } from './DoubleThumbsUp';
141
141
  import { AIStar } from './AIStar';
142
+ import { Label } from './Label';
143
+ import { LabelOff } from './LabelOff';
144
+ import { Remove } from './Remove';
142
145
  import type { IconPropsReact } from './types';
143
146
  export declare const IconComponentsMap: {
144
147
  epilot: typeof Epilot;
@@ -281,6 +284,9 @@ export declare const IconComponentsMap: {
281
284
  note_stack: typeof NoteStack;
282
285
  double_thumbs_up: typeof DoubleThumbsUp;
283
286
  ai_star: typeof AIStar;
287
+ label: typeof Label;
288
+ label_off: typeof LabelOff;
289
+ remove: typeof Remove;
284
290
  };
285
291
  export type IconName = keyof typeof IconComponentsMap;
286
292
  type Props = IconPropsReact & {