gantri-components 2.9.0 → 2.9.1

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.
@@ -112,7 +112,7 @@ declare module 'styled-components' {
112
112
  };
113
113
  dimensions: {
114
114
  gridGutter: ResolutionAwareProp<string>;
115
- headerHeight: ResolutionAwareProp<string>;
115
+ headerHeight: Property.Height;
116
116
  maxWidth: string;
117
117
  spacing: {
118
118
  s0: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantri-components",
3
- "version": "2.9.0",
3
+ "version": "2.9.1",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "umd": "dist/index.umd.js",