@bolttech/molecules-dropdown 0.27.0 → 0.28.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/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -70,7 +70,7 @@ The **Dropdown** component accepts the following props:
70
70
  | `onKeyUp` | `function` | The onkeyup event occurs when the user releases a key on the keyboard |
71
71
  | `onKeyDown` | `boolean` | Onkeydown is an event handler in Javascript that gets called when a key is pressed on the keyboard |
72
72
  | `asyncOptionList` | `boolean` | A boolean prop that controls a different behavior when OptionList are set by an API request |
73
- | helperMessage | `string` | An optional string to display as a helper message for the dropdown |
73
+ | `helperMessage` | `string` | An optional string to display as a helper message for the dropdown |
74
74
 
75
75
  ## Functionality
76
76
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@bolttech/molecules-dropdown",
3
- "version": "0.27.0",
3
+ "version": "0.28.1",
4
4
  "main": "./index.cjs",
5
5
  "type": "commonjs",
6
6
  "types": "./src/index.d.ts",
7
7
  "dependencies": {
8
8
  "@bolttech/atoms-icon": "0.22.1",
9
- "@bolttech/atoms-input": "0.22.0",
10
- "@bolttech/atoms-select": "0.21.0",
9
+ "@bolttech/atoms-input": "0.22.1",
10
+ "@bolttech/atoms-select": "0.21.2",
11
11
  "@bolttech/default-theme": "0.5.0",
12
12
  "@bolttech/form-engine": "0.10.3",
13
13
  "@bolttech/frontend-foundations": "0.7.0",