@thecb/components 7.13.2-beta.0 → 7.13.2-beta.1

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": "@thecb/components",
3
- "version": "7.13.2-beta.0",
3
+ "version": "7.13.2-beta.1",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -19,6 +19,7 @@ import CheckmarkIcon from "./CheckmarkIcon";
19
19
  import BankIcon from "./BankIcon";
20
20
  import BankIconLarge from "./BankIconLarge";
21
21
  import GenericCard from "./GenericCard";
22
+ import GenericErrorIcon from "./GenericErrorIcon";
22
23
  import IconAdd from "./IconAdd";
23
24
  import IconQuitLarge from "./IconQuitLarge";
24
25
  import TimeoutImage from "./TimeoutImage";
@@ -105,6 +106,7 @@ export {
105
106
  BankIcon,
106
107
  BankIconLarge,
107
108
  GenericCard,
109
+ GenericErrorIcon,
108
110
  IconAdd,
109
111
  IconQuitLarge,
110
112
  TimeoutImage,