@symply.io/basic-components 1.8.2-alpha.1 → 1.8.2

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/README.md +6 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -155,11 +155,12 @@ import AutocompleteWithFilter from '@symply.io/basic-components/AutocompleteWith
155
155
 
156
156
  <h5>Option Props (IOption)</h5>
157
157
 
158
- | Name | Type | Default | Required | Description |
159
- | ------ | ---------------- | ------- | -------- | -------------------------- |
160
- | label | string | | true | Option label. |
161
- | value | string \| number | | false | Option valie. |
162
- | [name] | unknown | | false | Customized option property |
158
+ | Name | Type | Default | Required | Description |
159
+ | ------------ | ---------------- | ------- | -------- | ------------------------------------------ |
160
+ | hideCheckbox | boolean | | false | If `true`, the checkbox won't be rendered. |
161
+ | label | string | | true | Option label. |
162
+ | value | string \| number | | false | Option valie. |
163
+ | [name] | unknown | | false | Customized option property |
163
164
 
164
165
  <h5>Props</h5>
165
166
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symply.io/basic-components",
3
- "version": "1.8.2-alpha.1",
3
+ "version": "1.8.2",
4
4
  "description": "Basic and reusable components for all frontend of Symply apps",
5
5
  "keywords": [
6
6
  "react",