gantri-components 2.219.2 → 2.220.0

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.
@@ -97,35 +97,42 @@ declare module 'styled-components' {
97
97
  };
98
98
  };
99
99
  defaults: {
100
+ [key: string]: any;
100
101
  button: {
102
+ [key: string]: any;
101
103
  size: ResolutionAwareProp<ButtonSize>;
102
104
  variant: ButtonVariant;
103
105
  };
104
106
  dropdown: {
107
+ [key: string]: any;
105
108
  labelPosition: LabelPosition;
106
109
  labelVariant: ResolutionAwareProp<TextVariant>;
107
110
  size: ResolutionAwareProp<TextFieldSize>;
108
111
  variant: TextFieldVariant;
109
112
  };
110
113
  searchField: {
114
+ [key: string]: any;
111
115
  labelPosition: LabelPosition;
112
116
  labelVariant: ResolutionAwareProp<TextVariant>;
113
117
  size: ResolutionAwareProp<TextFieldSize>;
114
118
  variant: TextFieldVariant;
115
119
  };
116
120
  textArea: {
121
+ [key: string]: any;
117
122
  labelPosition: LabelPosition;
118
123
  labelVariant: ResolutionAwareProp<TextVariant>;
119
124
  size: ResolutionAwareProp<TextFieldSize>;
120
125
  variant: TextFieldVariant;
121
126
  };
122
127
  textField: {
128
+ [key: string]: any;
123
129
  labelPosition: LabelPosition;
124
130
  labelVariant: ResolutionAwareProp<TextVariant>;
125
131
  size: ResolutionAwareProp<TextFieldSize>;
126
132
  variant: TextFieldVariant;
127
133
  };
128
134
  typography: {
135
+ [key: string]: any;
129
136
  variant: ResolutionAwareProp<TextVariant>;
130
137
  };
131
138
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantri-components",
3
- "version": "2.219.2",
3
+ "version": "2.220.0",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",