gantri-components 2.127.0-beta.5 → 2.127.0-beta.6

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.
@@ -109,7 +109,7 @@ type WithCustomContent = {
109
109
  variant: 'custom';
110
110
  };
111
111
  type WithoutCustomContent = {
112
- CustomContent?: never;
112
+ CustomContent?: never | undefined;
113
113
  variant: FileUploaderVariant;
114
114
  };
115
115
  export type FileUploaderDefaultProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantri-components",
3
- "version": "2.127.0-beta.5",
3
+ "version": "2.127.0-beta.6",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "umd": "dist/index.umd.js",