@spothero/ui 22.0.0 → 22.0.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.
|
@@ -62,7 +62,7 @@ const Alert = /*#__PURE__*/(0, _react.forwardRef)(({
|
|
|
62
62
|
}, buttonProps), buttonText) : null, showDismiss ? /*#__PURE__*/_react.default.createElement(_Button.default, (0, _extends2.default)({}, style.dismissButton, {
|
|
63
63
|
onClick: onDismissClick
|
|
64
64
|
}), /*#__PURE__*/_react.default.createElement(_Icon.default, {
|
|
65
|
-
width:
|
|
65
|
+
width: 6,
|
|
66
66
|
height: "auto",
|
|
67
67
|
as: _x.default
|
|
68
68
|
})) : null));
|
|
@@ -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.
|
|
3
|
+
"version": "22.0.2",
|
|
4
4
|
"description": "SpotHero's React component UI library.",
|
|
5
5
|
"main": "./dist/components/index.js",
|
|
6
6
|
"exports": "./dist/components/index.js",
|
|
@@ -95,12 +95,12 @@
|
|
|
95
95
|
"css-loader": "5.1.3",
|
|
96
96
|
"sass-loader": "10.2.1",
|
|
97
97
|
"@spothero/babel-preset-spothero": "5.1.0",
|
|
98
|
-
"@spothero/
|
|
98
|
+
"@spothero/core": "7.0.0",
|
|
99
99
|
"@spothero/eslint-config": "6.1.0",
|
|
100
|
+
"@spothero/browserslist-config": "4.0.0",
|
|
100
101
|
"@spothero/icons": "9.0.0",
|
|
101
|
-
"@spothero/prettier-config": "4.0.0",
|
|
102
|
-
"@spothero/core": "7.0.0",
|
|
103
102
|
"@spothero/npm-publisher": "7.0.0",
|
|
103
|
+
"@spothero/prettier-config": "4.0.0",
|
|
104
104
|
"@spothero/stylelint-config": "6.0.0"
|
|
105
105
|
},
|
|
106
106
|
"dependencies": {
|