@thecb/components 11.3.3 → 11.3.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/dist/index.d.ts CHANGED
@@ -687,7 +687,7 @@ interface FormInputProps {
687
687
  showErrors?: boolean;
688
688
  type?: string;
689
689
  formatter?: string | null;
690
- decorator?: boolean;
690
+ decorator?: string;
691
691
  themeValues?: object;
692
692
  background?: string;
693
693
  customHeight?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "11.3.3",
3
+ "version": "11.3.4",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -19,7 +19,7 @@ export interface FormInputProps {
19
19
  showErrors?: boolean;
20
20
  type?: string;
21
21
  formatter?: string | null;
22
- decorator?: boolean;
22
+ decorator?: string;
23
23
  themeValues?: object;
24
24
  background?: string;
25
25
  customHeight?: string;