gantri-components 2.262.0 → 2.264.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.
@@ -88,6 +88,7 @@ declare module 'styled-components' {
88
88
  typography: {
89
89
  alert: PaletteColor;
90
90
  alt: PaletteColor;
91
+ highlight: PaletteColor;
91
92
  link: PaletteColor;
92
93
  success: PaletteColor;
93
94
  t1: PaletteColor;
@@ -112,6 +113,7 @@ declare module 'styled-components' {
112
113
  };
113
114
  modal: {
114
115
  [key: string]: any;
116
+ footerPlacement: 'fixed' | 'floating';
115
117
  surface: 'dynamic' | 'solid';
116
118
  };
117
119
  searchField: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantri-components",
3
- "version": "2.262.0",
3
+ "version": "2.264.0",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",