@spothero/ui 22.0.0 → 22.0.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.
@@ -24,7 +24,8 @@ const AutoSuggestSelect = /*#__PURE__*/(0, _react.forwardRef)(({
24
24
  getOptions,
25
25
  onChange,
26
26
  iconSrc,
27
- placeholder
27
+ placeholder,
28
+ defaultValue = null
28
29
  }, ref) => {
29
30
  const {
30
31
  colors,
@@ -139,6 +140,7 @@ const AutoSuggestSelect = /*#__PURE__*/(0, _react.forwardRef)(({
139
140
  isDisabled: isDisabled,
140
141
  id: id,
141
142
  placeholder: placeholder,
143
+ defaultValue: defaultValue,
142
144
  styles: customStyles,
143
145
  ref: ref
144
146
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spothero/ui",
3
- "version": "22.0.0",
3
+ "version": "22.0.1",
4
4
  "description": "SpotHero's React component UI library.",
5
5
  "main": "./dist/components/index.js",
6
6
  "exports": "./dist/components/index.js",
@@ -96,12 +96,12 @@
96
96
  "sass-loader": "10.2.1",
97
97
  "@spothero/babel-preset-spothero": "5.1.0",
98
98
  "@spothero/browserslist-config": "4.0.0",
99
- "@spothero/eslint-config": "6.1.0",
100
- "@spothero/icons": "9.0.0",
101
- "@spothero/prettier-config": "4.0.0",
102
99
  "@spothero/core": "7.0.0",
100
+ "@spothero/icons": "9.0.0",
101
+ "@spothero/eslint-config": "6.1.0",
103
102
  "@spothero/npm-publisher": "7.0.0",
104
- "@spothero/stylelint-config": "6.0.0"
103
+ "@spothero/stylelint-config": "6.0.0",
104
+ "@spothero/prettier-config": "4.0.0"
105
105
  },
106
106
  "dependencies": {
107
107
  "@chakra-ui/react": "1.8.8",