@s_mart/form 2.0.1 → 2.1.1

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -125,7 +125,7 @@ declare type CheckboxProps = CheckboxProps$1 & ControllerCheckbox & {
125
125
  * @type string
126
126
  * @memberof CheckboxProps
127
127
  */
128
- label?: string;
128
+ label?: React.ReactNode;
129
129
  /**
130
130
  * Posição do label em relação ao checkbox
131
131
  * @default 'end'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@s_mart/form",
3
- "version": "2.0.1",
3
+ "version": "2.1.1",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -34,7 +34,7 @@
34
34
  "@types/react-dom": ">=18.0.6",
35
35
  "@emotion/react": ">=11.10.4",
36
36
  "@emotion/styled": ">=11.10.4",
37
- "@s_mart/core": "*"
37
+ "@s_mart/core": ">=2.1.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@s_mart/eslint-config": "*",