@ctlyst.id/internal-ui 2.0.8 → 2.0.10

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctlyst.id/internal-ui",
3
- "version": "2.0.8",
3
+ "version": "2.0.10",
4
4
  "description": "Voila Internal UI Component",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/internal-ui.esm.js",
@@ -66,5 +66,5 @@
66
66
  "framer-motion": "^6.3.13",
67
67
  "jest": "^26.6.3"
68
68
  },
69
- "gitHead": "7133cdc4ab7f8285c82b045555ba9c677d888c30"
69
+ "gitHead": "929158abd38c0983fe01842ea820c3f8b6bcecf5"
70
70
  }
@@ -1,5 +0,0 @@
1
- import * as React from 'react';
2
- declare const IndeterminateCheckbox: ({ indeterminate, ...rest }: {
3
- indeterminate: boolean;
4
- } & React.HTMLProps<HTMLInputElement>) => JSX.Element;
5
- export default IndeterminateCheckbox;