gantri-components 2.261.2 → 2.263.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.
@@ -110,6 +110,11 @@ declare module 'styled-components' {
110
110
  size: ResolutionAwareProp<TextFieldSize>;
111
111
  variant: TextFieldVariant;
112
112
  };
113
+ modal: {
114
+ [key: string]: any;
115
+ footerPlacement: 'fixed' | 'floating';
116
+ surface: 'dynamic' | 'solid';
117
+ };
113
118
  searchField: {
114
119
  [key: string]: any;
115
120
  labelPosition: LabelPosition;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantri-components",
3
- "version": "2.261.2",
3
+ "version": "2.263.0",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",