@thecb/components 9.2.0-beta.13 → 9.2.0-beta.14

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/dist/index.d.ts CHANGED
@@ -408,7 +408,7 @@ interface ErrorMessageDictionary {
408
408
  [fieldName: string]: string;
409
409
  }
410
410
 
411
- enum ToastVariants {
411
+ const enum ToastVariants {
412
412
  ERROR = "error",
413
413
  SUCCESS = "success"
414
414
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "9.2.0-beta.13",
3
+ "version": "9.2.0-beta.14",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -1,4 +1,4 @@
1
- enum ToastVariants {
1
+ const enum ToastVariants {
2
2
  ERROR = "error",
3
3
  SUCCESS = "success"
4
4
  }