gantri-components 1.40.0 → 1.41.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.
@@ -130,7 +130,7 @@ declare module 'styled-components' {
130
130
  p3: FontInfo;
131
131
  regularFontFamily: string;
132
132
  };
133
- name: string;
133
+ name: 'dark' | 'light' | unknown;
134
134
  shadow: {
135
135
  high: string;
136
136
  low: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantri-components",
3
- "version": "1.40.0",
3
+ "version": "1.41.0",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "umd": "dist/index.umd.js",