@thecb/components 8.2.2-beta.1 → 8.2.2

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
@@ -107,9 +107,9 @@ interface FieldActions {
107
107
  }
108
108
 
109
109
  interface FormSelectOption {
110
- text?: string;
111
- value?: string;
112
- }
110
+ text?: string;
111
+ value?: string;
112
+ }
113
113
 
114
114
  interface ErrorMessageDictionary {
115
115
  [fieldName: string]: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "8.2.2-beta.1",
3
+ "version": "8.2.2",
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
1
  export default interface FormSelectOption {
2
- text?: string;
3
- value?: string;
4
- }
2
+ text?: string;
3
+ value?: string;
4
+ }