@itera-web/react-ui-checkbox 1.28.0 → 1.29.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.
package/es/Checkbox.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
2
- import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
3
- declare const Checkbox: React.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
4
- export { Checkbox };
1
+ import * as React from 'react';
2
+ import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
3
+ declare const Checkbox: React.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
4
+ export { Checkbox };
@@ -1,5 +1,5 @@
1
- import * as React from 'react';
2
- export type IconProps = {
3
- className?: string;
4
- };
5
- export declare const Check: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ export type IconProps = {
3
+ className?: string;
4
+ };
5
+ export declare const Check: React.FC<IconProps>;
@@ -1,5 +1,5 @@
1
- import * as React from 'react';
2
- export type IconProps = {
3
- className?: string;
4
- };
5
- export declare const Minus: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ export type IconProps = {
3
+ className?: string;
4
+ };
5
+ export declare const Minus: React.FC<IconProps>;
package/es/index.d.ts CHANGED
@@ -1 +1 @@
1
- export { Checkbox } from './Checkbox';
1
+ export { Checkbox } from './Checkbox';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@itera-web/react-ui-checkbox",
3
3
  "description": "复选框",
4
- "version": "1.28.0",
4
+ "version": "1.29.0",
5
5
  "main": "es/index.js",
6
6
  "types": "es/index.d.ts",
7
7
  "publishConfig": {
@@ -13,7 +13,7 @@
13
13
  "up": "npm publish"
14
14
  },
15
15
  "dependencies": {
16
- "@itera-web/utils-cn": "^1.26.0",
16
+ "@itera-web/utils-cn": "^1.27.0",
17
17
  "@radix-ui/react-checkbox": "^1.2.12"
18
18
  },
19
19
  "peerDependencies": {
@@ -21,7 +21,7 @@
21
21
  "react-dom": ">=17.0.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@itera-web/cli": "^1.1.70"
24
+ "@itera-web/cli": "^1.1.71"
25
25
  },
26
- "gitHead": "ed385657bd5f002b9339de322c08659ae5ce6fc1"
26
+ "gitHead": "edf48c14210bffed32eceb306cea437b9d651bf9"
27
27
  }