@indico-data/design-system 1.0.46 → 1.0.47

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/lib/types.d.ts CHANGED
@@ -47,6 +47,7 @@ declare const allIcons: {
47
47
  readonly 'elmos-fire': import("react").JSX.Element;
48
48
  readonly email: import("react").JSX.Element;
49
49
  readonly enterprise: import("react").JSX.Element;
50
+ readonly 'exclamation-circle-stroke': import("react").JSX.Element;
50
51
  readonly extraction: import("react").JSX.Element;
51
52
  readonly eye: import("react").JSX.Element;
52
53
  readonly file: import("react").JSX.Element;
@@ -107,7 +108,6 @@ declare const allIcons: {
107
108
  readonly sun: import("react").JSX.Element;
108
109
  readonly surround: import("react").JSX.Element;
109
110
  readonly 'surround-outline': import("react").JSX.Element;
110
- readonly swagger: import("react").JSX.Element;
111
111
  readonly text: import("react").JSX.Element;
112
112
  readonly 'thumbs-down': import("react").JSX.Element;
113
113
  readonly 'thumbs-up': import("react").JSX.Element;
@@ -119,6 +119,7 @@ declare const allIcons: {
119
119
  readonly user: import("react").JSX.Element;
120
120
  readonly wand: import("react").JSX.Element;
121
121
  readonly warning: import("react").JSX.Element;
122
+ readonly 'warning-stroke': import("react").JSX.Element;
122
123
  readonly workflows: import("react").JSX.Element;
123
124
  readonly 'x-close': import("react").JSX.Element;
124
125
  readonly 'zoom-in': import("react").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indico-data/design-system",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "lib/index.js",