@npm_leadtech/legal-lib-components 2.1.12 → 2.1.13

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.
@@ -2,7 +2,7 @@ export interface CheckboxProps {
2
2
  id?: string;
3
3
  name?: string;
4
4
  className?: string;
5
- value?: boolean;
5
+ value?: string;
6
6
  validate?: boolean;
7
7
  tooltip?: string;
8
8
  isValidGroup?: boolean;
package/dist/index.d.ts CHANGED
@@ -101,7 +101,7 @@ interface CheckboxProps {
101
101
  id?: string;
102
102
  name?: string;
103
103
  className?: string;
104
- value?: boolean;
104
+ value?: string;
105
105
  validate?: boolean;
106
106
  tooltip?: string;
107
107
  isValidGroup?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.1.12",
3
+ "version": "2.1.13",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^5.16.5",
6
6
  "@tippyjs/react": "4.2.6",