@nulogy/components 8.16.0 → 8.17.0
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.
package/dist/main.js
CHANGED
|
@@ -18838,7 +18838,8 @@
|
|
|
18838
18838
|
cacheOptions = _a$cacheOptions === void 0 ? false : _a$cacheOptions,
|
|
18839
18839
|
defaultOptions = _a.defaultOptions,
|
|
18840
18840
|
loadOptions = _a.loadOptions,
|
|
18841
|
-
|
|
18841
|
+
isClearable = _a.isClearable,
|
|
18842
|
+
props = __rest(_a, ["autocomplete", "labelText", "required", "requirementText", "helpText", "noOptionsMessage", "disabled", "errorMessage", "errorList", "error", "id", "initialIsOpen", "maxHeight", "menuPosition", "multiselect", "name", "onChange", "placeholder", "value", "defaultValue", "className", "classNamePrefix", "onBlur", "menuIsOpen", "onMenuOpen", "onMenuClose", "onInputChange", "components", "aria-label", "cacheOptions", "defaultOptions", "loadOptions", "isClearable"]);
|
|
18842
18843
|
|
|
18843
18844
|
var _useTranslation = useTranslation(),
|
|
18844
18845
|
t = _useTranslation.t;
|
|
@@ -18895,7 +18896,8 @@
|
|
|
18895
18896
|
"aria-label": ariaLabel,
|
|
18896
18897
|
cacheOptions: cacheOptions,
|
|
18897
18898
|
defaultOptions: defaultOptions,
|
|
18898
|
-
loadOptions: loadOptions
|
|
18899
|
+
loadOptions: loadOptions,
|
|
18900
|
+
isClearable: isClearable
|
|
18899
18901
|
}), /*#__PURE__*/React__default["default"].createElement(InlineValidation, {
|
|
18900
18902
|
mt: "x1",
|
|
18901
18903
|
errorMessage: errorMessage,
|
package/dist/main.module.js
CHANGED
|
@@ -18815,7 +18815,8 @@ var AsyncSelect = /*#__PURE__*/forwardRef(function (_a, ref) {
|
|
|
18815
18815
|
cacheOptions = _a$cacheOptions === void 0 ? false : _a$cacheOptions,
|
|
18816
18816
|
defaultOptions = _a.defaultOptions,
|
|
18817
18817
|
loadOptions = _a.loadOptions,
|
|
18818
|
-
|
|
18818
|
+
isClearable = _a.isClearable,
|
|
18819
|
+
props = __rest(_a, ["autocomplete", "labelText", "required", "requirementText", "helpText", "noOptionsMessage", "disabled", "errorMessage", "errorList", "error", "id", "initialIsOpen", "maxHeight", "menuPosition", "multiselect", "name", "onChange", "placeholder", "value", "defaultValue", "className", "classNamePrefix", "onBlur", "menuIsOpen", "onMenuOpen", "onMenuClose", "onInputChange", "components", "aria-label", "cacheOptions", "defaultOptions", "loadOptions", "isClearable"]);
|
|
18819
18820
|
|
|
18820
18821
|
var _useTranslation = useTranslation(),
|
|
18821
18822
|
t = _useTranslation.t;
|
|
@@ -18872,7 +18873,8 @@ var AsyncSelect = /*#__PURE__*/forwardRef(function (_a, ref) {
|
|
|
18872
18873
|
"aria-label": ariaLabel,
|
|
18873
18874
|
cacheOptions: cacheOptions,
|
|
18874
18875
|
defaultOptions: defaultOptions,
|
|
18875
|
-
loadOptions: loadOptions
|
|
18876
|
+
loadOptions: loadOptions,
|
|
18877
|
+
isClearable: isClearable
|
|
18876
18878
|
}), /*#__PURE__*/React__default.createElement(InlineValidation, {
|
|
18877
18879
|
mt: "x1",
|
|
18878
18880
|
errorMessage: errorMessage,
|
|
@@ -21,12 +21,8 @@ export declare const WithADefaultValue: {
|
|
|
21
21
|
name: string;
|
|
22
22
|
};
|
|
23
23
|
};
|
|
24
|
-
export declare const Multiselect:
|
|
25
|
-
|
|
26
|
-
story: {
|
|
27
|
-
name: string;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
24
|
+
export declare const Multiselect: () => React.JSX.Element;
|
|
25
|
+
export declare const WithAClearButton: () => React.JSX.Element;
|
|
30
26
|
export declare const UsingRefToControlFocus: {
|
|
31
27
|
(): React.JSX.Element;
|
|
32
28
|
story: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nulogy/components",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.17.0",
|
|
4
4
|
"description": "Component library for the Nulogy Design System - http://nulogy.design",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"semantic-release": "^17.2.1",
|
|
133
133
|
"source-map-loader": "^1.0.1",
|
|
134
134
|
"storybook-addon-performance": "^0.17.1",
|
|
135
|
-
"styled-components": "^5.
|
|
135
|
+
"styled-components": "^5.3.11",
|
|
136
136
|
"svg-sprite-loader": "^6.0.11",
|
|
137
137
|
"ts-jest": "^26.1.1",
|
|
138
138
|
"typescript": "4.9.5",
|