@linzjs/lui 11.11.0 → 11.12.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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [11.12.0](https://github.com/linz/lui/compare/v11.11.0...v11.12.0) (2022-01-13)
2
+
3
+
4
+ ### Features
5
+
6
+ * **LuiSelectInput:** Update dropdown icon ([#515](https://github.com/linz/lui/issues/515)) ([322bc0f](https://github.com/linz/lui/commit/322bc0faf839e4f36ed24551bf069a6c6863f3cd))
7
+
1
8
  # [11.11.0](https://github.com/linz/lui/compare/v11.10.3...v11.11.0) (2022-01-12)
2
9
 
3
10
 
@@ -14,4 +14,11 @@ export declare const disabledSelected: import("@storybook/react").Story<Partial<
14
14
  export declare const disabledWhileLoading: import("@storybook/react").Story<Partial<import("react-select").Props<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>> & React.RefAttributes<import("react-select").SelectInstance<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>>>;
15
15
  export declare const groupedOptions: import("@storybook/react").Story<Partial<import("react-select").Props<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>> & React.RefAttributes<import("react-select").SelectInstance<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>>>;
16
16
  export declare const isMulti: import("@storybook/react").Story<Partial<import("react-select").Props<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>> & React.RefAttributes<import("react-select").SelectInstance<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>>>;
17
- export declare const compareToInput: () => JSX.Element;
17
+ export declare const compareToInput: {
18
+ (): JSX.Element;
19
+ storyName: string;
20
+ };
21
+ export declare const CompareToLuiSelectInput: {
22
+ (): JSX.Element;
23
+ storyName: string;
24
+ };
@@ -1195,9 +1195,9 @@ var LuiSelectInput = function LuiSelectInput(props) {
1195
1195
  }, selection.label);
1196
1196
  })), React__default.createElement(LuiIcon, {
1197
1197
  alt: 'Error',
1198
- name: "ic_arrow_drop_down",
1198
+ name: "ic_keyboard_arrow_down",
1199
1199
  className: "LuiSelect-chevron-icon",
1200
- size: "sm"
1200
+ size: "md"
1201
1201
  })), props.error && React__default.createElement("span", {
1202
1202
  className: "LuiSelect-error"
1203
1203
  }, React__default.createElement(LuiIcon, {