@linzjs/lui 18.0.0 → 18.1.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 +637 -4
- package/README.md +3 -2
- package/dist/assets/icons/add_adopt.svg +1 -1
- package/dist/assets/icons/added_to_list.svg +1 -0
- package/dist/assets/icons/alias.svg +1 -0
- package/dist/assets/icons/alias_unselected.svg +1 -0
- package/dist/assets/icons/apps.svg +1 -1
- package/dist/assets/icons/arrow_drop_right.svg +1 -1
- package/dist/assets/icons/attachment.svg +1 -1
- package/dist/assets/icons/auth_and_instruct.svg +1 -1
- package/dist/assets/icons/balance_parcel.svg +1 -1
- package/dist/assets/icons/blocked.svg +1 -1
- package/dist/assets/icons/cancel_clear.svg +1 -1
- package/dist/assets/icons/cancel_outline.svg +1 -0
- package/dist/assets/icons/cart_view.svg +1 -0
- package/dist/assets/icons/certify_and_sign.svg +1 -1
- package/dist/assets/icons/change_password.svg +1 -1
- package/dist/assets/icons/close_list.svg +1 -0
- package/dist/assets/icons/control_point.svg +1 -1
- package/dist/assets/icons/copy.svg +1 -1
- package/dist/assets/icons/create_new_list.svg +1 -0
- package/dist/assets/icons/csv_file.svg +1 -0
- package/dist/assets/icons/data_display_threshold.svg +1 -0
- package/dist/assets/icons/dealings.svg +1 -1
- package/dist/assets/icons/delete_forever.svg +1 -0
- package/dist/assets/icons/dollar_round.svg +1 -1
- package/dist/assets/icons/double_arrow_left.svg +1 -1
- package/dist/assets/icons/double_arrow_right.svg +1 -1
- package/dist/assets/icons/double_tick.svg +1 -1
- package/dist/assets/icons/drag_indicator.svg +1 -1
- package/dist/assets/icons/draw_irregular_line.svg +1 -1
- package/dist/assets/icons/email.svg +1 -0
- package/dist/assets/icons/feedback_lightbulb.svg +1 -1
- package/dist/assets/icons/feedback_lightbulb_alt.svg +1 -1
- package/dist/assets/icons/file_attached_outline.svg +1 -1
- package/dist/assets/icons/help_outline.svg +1 -0
- package/dist/assets/icons/hourglass.svg +1 -1
- package/dist/assets/icons/instruments_roles.svg +1 -1
- package/dist/assets/icons/labels_off.svg +1 -0
- package/dist/assets/icons/labels_on.svg +1 -0
- package/dist/assets/icons/launch_modal.svg +1 -1
- package/dist/assets/icons/layers_user_defined.svg +1 -0
- package/dist/assets/icons/link.svg +1 -1
- package/dist/assets/icons/list_clear.svg +1 -0
- package/dist/assets/icons/list_notepad.svg +1 -0
- package/dist/assets/icons/list_view.svg +1 -0
- package/dist/assets/icons/lists_folder.svg +1 -0
- package/dist/assets/icons/lock.svg +1 -1
- package/dist/assets/icons/log_out.svg +1 -1
- package/dist/assets/icons/maori_land.svg +1 -1
- package/dist/assets/icons/memorials.svg +1 -1
- package/dist/assets/icons/menu.svg +1 -1
- package/dist/assets/icons/minimise.svg +1 -1
- package/dist/assets/icons/misclose_error.svg +1 -1
- package/dist/assets/icons/more_vert.svg +1 -1
- package/dist/assets/icons/notice_of_change.svg +1 -1
- package/dist/assets/icons/numbered_list.svg +1 -1
- package/dist/assets/icons/parcels_existing.svg +1 -1
- package/dist/assets/icons/parcels_new.svg +1 -1
- package/dist/assets/icons/pop_back.svg +1 -1
- package/dist/assets/icons/print.svg +1 -1
- package/dist/assets/icons/regenerate.svg +1 -1
- package/dist/assets/icons/release.svg +1 -3
- package/dist/assets/icons/restore.svg +1 -0
- package/dist/assets/icons/save.svg +1 -0
- package/dist/assets/icons/save_as.svg +1 -0
- package/dist/assets/icons/save_download.svg +1 -1
- package/dist/assets/icons/search.svg +1 -1
- package/dist/assets/icons/settings.svg +1 -0
- package/dist/assets/icons/summary_open.svg +1 -0
- package/dist/assets/icons/survey.svg +1 -1
- package/dist/assets/icons/tax_statement.svg +1 -1
- package/dist/assets/icons/tick.svg +1 -1
- package/dist/assets/icons/tick_and_cross.svg +1 -1
- package/dist/assets/icons/unlink.svg +1 -1
- package/dist/assets/icons/unlock.svg +1 -0
- package/dist/assets/icons/visiblity_off.svg +1 -1
- package/dist/assets/icons/xml_file.svg +1 -1
- package/dist/assets/icons/zoom_centre.svg +1 -1
- package/dist/assets/images/basemap_aerial.png +0 -0
- package/dist/assets/images/maintenance-illustration.svg +1 -0
- package/dist/assets/images/mountain-broken.svg +279 -1
- package/dist/assets/svg-content.d.ts +1 -1
- package/dist/assets/svg-content.tsx +232 -19
- package/dist/components/LuiAccordion/LuiAccordion.d.ts +11 -0
- package/dist/components/LuiBadge/LuiBadge.d.ts +6 -3
- package/dist/components/LuiBearingInput/LuiBearingInput.d.ts +23 -0
- package/dist/components/LuiExpandableBanner/LuiExpandableBanner.d.ts +1 -0
- package/dist/components/LuiFloatingWindow/LuiFloatingWindow.d.ts +27 -0
- package/dist/components/LuiFloatingWindow/LuiFloatingWindowHeaders.d.ts +11 -0
- package/dist/components/LuiFormElements/LuiCheckboxInput/LuiCheckboxInput.d.ts +1 -1
- package/dist/components/LuiFormElements/LuiDateInput/DateInput.d.ts +5 -0
- package/dist/components/LuiFormElements/LuiDateInput/DateInputHelper.d.ts +6 -0
- package/dist/components/LuiFormElements/LuiDateInput/LuiDateInput.d.ts +5 -0
- package/dist/components/LuiFormElements/LuiMoneyInput/LuiMoneyInput.d.ts +28 -0
- package/dist/components/LuiFormElements/LuiTextAreaInput/LuiTextAreaInput.d.ts +1 -0
- package/dist/components/LuiFormElements/LuiTextInput/LuiTextInput.d.ts +5 -4
- package/dist/components/LuiFormikForms/LuiFormikCheckbox/LuiFormikCheckbox.d.ts +9 -0
- package/dist/components/LuiFormikForms/LuiFormikForm.d.ts +10 -0
- package/dist/components/LuiFormikForms/LuiFormikFormLabel/LuiFormikFormLabel.d.ts +8 -0
- package/dist/components/LuiFormikForms/LuiFormikFormSubmitButton/LuiFormikFormSubmitButton.d.ts +6 -0
- package/dist/components/LuiFormikForms/LuiFormikRadioButton/LuiFormikRadioButton.d.ts +8 -0
- package/dist/components/LuiFormikForms/LuiFormikRadioGroup/LuiFormikRadioGroup.d.ts +7 -0
- package/dist/components/LuiFormikForms/LuiFormikSelect/LuiFormikSelect.d.ts +11 -0
- package/dist/components/LuiFormikForms/LuiFormikTextInput/LuiFormikTextInput.d.ts +17 -0
- package/dist/components/LuiHeader/LuiHeader.d.ts +8 -0
- package/dist/components/LuiHeaderMenu/LuiHeaderMenus.d.ts +12 -0
- package/dist/components/LuiHeaderMenuV2/LuiHeaderMenusV2.d.ts +102 -0
- package/dist/components/LuiHeaderV2/LuiHeaderV2.d.ts +109 -0
- package/dist/components/LuiIcon/LuiIcon.d.ts +3 -2
- package/dist/components/LuiModal/LuiModal.d.ts +4 -0
- package/dist/components/LuiProgressBar/LuiProgressBar.d.ts +9 -0
- package/dist/components/LuiResizableLayout/LuiResizableLayout.d.ts +22 -0
- package/dist/components/LuiSearchInput/LuiSearchInput.d.ts +1 -0
- package/dist/components/LuiShadow/LuiShadow.d.ts +1 -0
- package/dist/components/LuiSidePanel/LuiSidePanel.d.ts +1 -0
- package/dist/components/LuiSideToolbar/LuiSideToolbar.d.ts +11 -0
- package/dist/components/LuiSideToolbar/ToolbarButton.d.ts +20 -0
- package/dist/components/LuiSideToolbar/ToolbarIcon.d.ts +13 -0
- package/dist/components/LuiSideToolbar/ToolbarItem.d.ts +16 -0
- package/dist/components/LuiTabs/LuiTab/LuiTab.d.ts +2 -2
- package/dist/components/LuiToastMessage/LuiToastMessage.d.ts +2 -0
- package/dist/components/LuiTooltip/LuiTooltip.d.ts +5 -12
- package/dist/components/LuiUpdateSplashModal/LuiUpdatesSplashModal.d.ts +8 -4
- package/dist/components/common/StorybookSupport.d.ts +1 -1
- package/dist/components/common/UseMediaQuery.d.ts +9 -0
- package/dist/index.d.ts +22 -9
- package/dist/index.js +51187 -16506
- package/dist/index.js.map +1 -1
- package/dist/lui.css +769 -89
- package/dist/lui.css.map +1 -1
- package/dist/lui.esm.js +51148 -16489
- package/dist/lui.esm.js.map +1 -1
- package/dist/scss/Components/ExpandingSection/expanding-section.scss +11 -0
- package/dist/scss/Components/HeaderV2/header-v2.scss +315 -0
- package/dist/scss/Components/LuiBadge/LuiBadge.scss +31 -1
- package/dist/scss/Components/LuiFloatingWindow/LuiFloatingWindow.scss +92 -0
- package/dist/scss/Components/LuiFormElements/LuiCheckboxInput/LuiCheckboxInput.scss +3 -1
- package/dist/scss/Components/LuiFormElements/LuiTextAreaInput/LuiTextAreaInput.scss +29 -7
- package/dist/scss/Components/LuiFormElements/LuiTextInput/LuiTextInput.scss +29 -3
- package/dist/scss/Components/LuiResizableLayout/LuiResizableLayout.scss +107 -0
- package/dist/scss/Components/LuiShadow/LuiShadow.scss +12 -1
- package/dist/scss/Components/LuiSidePanel/LuiSidePanel.scss +30 -0
- package/dist/scss/Components/LuiUpdateSplashModal/splashModal.scss +72 -0
- package/dist/scss/Components/MenuV2/menu-v2.scss +235 -0
- package/dist/scss/Components/Modal/modal.scss +37 -9
- package/dist/scss/Elements/Buttons/buttons.scss +19 -3
- package/dist/scss/Elements/Tooltips/tippy.scss +10 -0
- package/dist/scss/Foundation/Utilities/BoxShadow.scss +7 -16
- package/dist/scss/Foundation/Variables/ColorVars.scss +16 -8
- package/dist/scss/Foundation/Variables/ExportColors.scss +12 -0
- package/dist/scss/Global/helpers.scss +281 -260
- package/dist/scss/base.scss +5 -0
- package/package.json +28 -25
- package/dist/components/lol/LOLActiveFirmMessage.d.ts +0 -9
- package/dist/components/lol/LOLAppLauncherMenu.d.ts +0 -15
- package/dist/components/lol/LOLAuthorisedLink.d.ts +0 -17
- package/dist/components/lol/LOLCommonDrawerMenu.d.ts +0 -20
- package/dist/components/lol/LOLDrawerMenuFirmSwitcher.d.ts +0 -8
- package/dist/components/lol/LOLFirmSwitcher.d.ts +0 -26
- package/dist/components/lol/LOLLogoutLink.d.ts +0 -10
- package/dist/components/lol/LOLSearchBox.d.ts +0 -12
- package/dist/components/lol/LOLUserLastLogin.d.ts +0 -5
- package/dist/components/lol/contexts/LOLGlobalClientRefContext.d.ts +0 -22
- package/dist/components/lol/contexts/LOLUserContext.d.ts +0 -40
- package/dist/components/lol/contexts/LOLUserContextSupport.d.ts +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,647 @@
|
|
|
1
|
-
# [18.
|
|
1
|
+
# [18.1.0](https://github.com/linz/lui/compare/v18.0.1...v18.1.0) (2023-07-25)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* **LUIBadge:** add error variation in LUIBadge ([#968](https://github.com/linz/lui/issues/968)) ([1714000](https://github.com/linz/lui/commit/1714000c0a0c8d83040322367bff9f8a4a8225bc))
|
|
7
7
|
|
|
8
|
+
## [18.0.1](https://github.com/linz/lui/compare/v18.0.0...v18.0.1) (2023-07-24)
|
|
8
9
|
|
|
9
|
-
### BREAKING CHANGES
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* Force patch bump ([#966](https://github.com/linz/lui/issues/966)) ([6375b79](https://github.com/linz/lui/commit/6375b79880d79343f95af6a10f1604d43510ea9a))
|
|
14
|
+
|
|
15
|
+
# [18.0.0](https://github.com/linz/lui/compare/v17.65.1...v18.0.0) (2023-07-24)
|
|
16
|
+
|
|
17
|
+
## [17.65.1](https://github.com/linz/lui/compare/v17.65.0...v17.65.1) (2023-07-24)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* updated maintenace illustration and made the naming more generic ([#964](https://github.com/linz/lui/issues/964)) ([9b2ef04](https://github.com/linz/lui/commit/9b2ef04075df27aac1a97e1be03cac2ebb1d8641))
|
|
23
|
+
|
|
24
|
+
# [17.65.0](https://github.com/linz/lui/compare/v17.64.1...v17.65.0) (2023-07-18)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Features
|
|
28
|
+
|
|
29
|
+
* Luiicon170723 ([#963](https://github.com/linz/lui/issues/963)) ([0fa6ff0](https://github.com/linz/lui/commit/0fa6ff04d0254a93190d687f26dfb1639234f9ed))
|
|
30
|
+
|
|
31
|
+
## [17.64.1](https://github.com/linz/lui/compare/v17.64.0...v17.64.1) (2023-07-16)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* updated spinners to new animation and created new mini spinner a… ([#962](https://github.com/linz/lui/issues/962)) ([af88370](https://github.com/linz/lui/commit/af8837009b648b5342027a97757fbe3027ddef06))
|
|
37
|
+
|
|
38
|
+
# [17.64.0](https://github.com/linz/lui/compare/v17.63.2...v17.64.0) (2023-06-18)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### Features
|
|
42
|
+
|
|
43
|
+
* upgrade @linzjs/floating-windows to latest version ([#958](https://github.com/linz/lui/issues/958)) ([bb49167](https://github.com/linz/lui/commit/bb49167747d958a89779afce0118640229a77187))
|
|
44
|
+
|
|
45
|
+
## [17.63.2](https://github.com/linz/lui/compare/v17.63.1...v17.63.2) (2023-06-09)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Bug Fixes
|
|
49
|
+
|
|
50
|
+
* set checkbox labels to inline-block ([#956](https://github.com/linz/lui/issues/956)) ([8464c70](https://github.com/linz/lui/commit/8464c700a1aa7ebe85be1a6009a47be273ba7218))
|
|
51
|
+
|
|
52
|
+
## [17.63.1](https://github.com/linz/lui/compare/v17.63.0...v17.63.1) (2023-06-08)
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
### Bug Fixes
|
|
56
|
+
|
|
57
|
+
* just added some CSS and handle icon only buttons in button groups ([#955](https://github.com/linz/lui/issues/955)) ([d8dfc6a](https://github.com/linz/lui/commit/d8dfc6ad4ee810c7bd2798d56ecc2403a04f3ace))
|
|
58
|
+
|
|
59
|
+
# [17.63.0](https://github.com/linz/lui/compare/v17.62.0...v17.63.0) (2023-06-07)
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
### Features
|
|
63
|
+
|
|
64
|
+
* Email Icon ([#954](https://github.com/linz/lui/issues/954)) ([cce2302](https://github.com/linz/lui/commit/cce23020e24098c17341cfdc06040a4054bac9b9))
|
|
65
|
+
|
|
66
|
+
# [17.62.0](https://github.com/linz/lui/compare/v17.61.1...v17.62.0) (2023-05-31)
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Features
|
|
70
|
+
|
|
71
|
+
* LuiIcon delete_forever ([#951](https://github.com/linz/lui/issues/951)) ([78cfa08](https://github.com/linz/lui/commit/78cfa086abaf05ee34cf053adf001e35430ef192))
|
|
72
|
+
|
|
73
|
+
## [17.61.1](https://github.com/linz/lui/compare/v17.61.0...v17.61.1) (2023-05-30)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
### Bug Fixes
|
|
77
|
+
|
|
78
|
+
* cropped mountain image to better fit page ([#950](https://github.com/linz/lui/issues/950)) ([25bd689](https://github.com/linz/lui/commit/25bd6894734b97e960da29c2b5d185fab96bb363))
|
|
79
|
+
|
|
80
|
+
# [17.61.0](https://github.com/linz/lui/compare/v17.60.0...v17.61.0) (2023-05-30)
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
### Features
|
|
84
|
+
|
|
85
|
+
* **LuiDollarInput:** LuiDollarInput Implementation ([#949](https://github.com/linz/lui/issues/949)) ([a7f0913](https://github.com/linz/lui/commit/a7f09131480b596407bd6877162db2af341ea6d4))
|
|
86
|
+
|
|
87
|
+
# [17.60.0](https://github.com/linz/lui/compare/v17.59.0...v17.60.0) (2023-05-24)
|
|
88
|
+
|
|
89
|
+
# [17.59.0](https://github.com/linz/lui/compare/v17.58.0...v17.59.0) (2023-05-23)
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
### Features
|
|
93
|
+
|
|
94
|
+
* trigger a new release ([#947](https://github.com/linz/lui/issues/947)) ([72e757c](https://github.com/linz/lui/commit/72e757c1cbae633879c8ed8863bc86f888e1c6fc))
|
|
95
|
+
|
|
96
|
+
# [17.58.0](https://github.com/linz/lui/compare/v17.57.0...v17.58.0) (2023-05-22)
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
### Features
|
|
100
|
+
|
|
101
|
+
* Add LUI Progress Bar ([#945](https://github.com/linz/lui/issues/945)) ([96c577f](https://github.com/linz/lui/commit/96c577feec47e6d31e33ea87310e4966621a6006))
|
|
102
|
+
|
|
103
|
+
# [17.57.0](https://github.com/linz/lui/compare/v17.56.0...v17.57.0) (2023-05-17)
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
### Features
|
|
107
|
+
|
|
108
|
+
* Luiicon170523 ([#942](https://github.com/linz/lui/issues/942)) ([d652e80](https://github.com/linz/lui/commit/d652e8007ea91eda4b115c7af9cc7ccbc4858675))
|
|
109
|
+
|
|
110
|
+
# [17.56.0](https://github.com/linz/lui/compare/v17.55.0...v17.56.0) (2023-05-16)
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
### Features
|
|
114
|
+
|
|
115
|
+
* Provide LUI Accordion export ([#941](https://github.com/linz/lui/issues/941)) ([1a5f7d1](https://github.com/linz/lui/commit/1a5f7d144a680584a5d3dd2744d9348c4876ec84))
|
|
116
|
+
|
|
117
|
+
# [17.55.0](https://github.com/linz/lui/compare/v17.54.0...v17.55.0) (2023-05-15)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
### Features
|
|
121
|
+
|
|
122
|
+
* Add LUI Accordion component ([57bb446](https://github.com/linz/lui/commit/57bb4465d9159e60164f6d014f3a4c660a557a23))
|
|
123
|
+
* Add LUI Accordion component ([39c5dc7](https://github.com/linz/lui/commit/39c5dc74218e09c77e1f694b2725454dd05501c6))
|
|
124
|
+
|
|
125
|
+
# [17.54.0](https://github.com/linz/lui/compare/v17.53.0...v17.54.0) (2023-05-07)
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
### Features
|
|
129
|
+
|
|
130
|
+
* **LuiSelectInput:** Implement the disabled flag for select options ([#939](https://github.com/linz/lui/issues/939)) ([a38b7bc](https://github.com/linz/lui/commit/a38b7bc869dac8f70264e1781d82a50313e13c89))
|
|
131
|
+
|
|
132
|
+
# [17.53.0](https://github.com/linz/lui/compare/v17.52.3...v17.53.0) (2023-05-05)
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
### Features
|
|
136
|
+
|
|
137
|
+
* Update LuiBadge to do Same Colour fill and added info type ([#938](https://github.com/linz/lui/issues/938)) ([75d88f1](https://github.com/linz/lui/commit/75d88f1b19bfbb73a2a24534a84fad4a13732896))
|
|
138
|
+
|
|
139
|
+
## [17.52.3](https://github.com/linz/lui/compare/v17.52.2...v17.52.3) (2023-05-02)
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
### Bug Fixes
|
|
143
|
+
|
|
144
|
+
* added styling for text input with :disabled attribute ([#935](https://github.com/linz/lui/issues/935)) ([cd4fb16](https://github.com/linz/lui/commit/cd4fb16b03188ff6a6ec19c1e8d20cb30ec16acc))
|
|
145
|
+
|
|
146
|
+
## [17.52.2](https://github.com/linz/lui/compare/v17.52.1...v17.52.2) (2023-04-26)
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
### Bug Fixes
|
|
150
|
+
|
|
151
|
+
* When LuiSideToolbar button is in loading space it increase the spacing below ([#933](https://github.com/linz/lui/issues/933)) ([f5b23eb](https://github.com/linz/lui/commit/f5b23ebdbb1ab7c6ccea776566638e5fb30b3165))
|
|
152
|
+
|
|
153
|
+
## [17.52.1](https://github.com/linz/lui/compare/v17.52.0...v17.52.1) (2023-04-23)
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
### Bug Fixes
|
|
157
|
+
|
|
158
|
+
* release toolbar bug fix ([#932](https://github.com/linz/lui/issues/932)) ([4785395](https://github.com/linz/lui/commit/4785395da8571f138ad2fbe18363a06eda872537))
|
|
159
|
+
|
|
160
|
+
# [17.52.0](https://github.com/linz/lui/compare/v17.51.0...v17.52.0) (2023-04-21)
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
### Features
|
|
164
|
+
|
|
165
|
+
* Adding Side Toolbar to LUI ([#928](https://github.com/linz/lui/issues/928)) ([79490a6](https://github.com/linz/lui/commit/79490a60f4daac5dce36a5b815408ac3146590f8))
|
|
166
|
+
|
|
167
|
+
# [17.51.0](https://github.com/linz/lui/compare/v17.50.0...v17.51.0) (2023-04-20)
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
### Features
|
|
171
|
+
|
|
172
|
+
* Lui Cart view icon ([#929](https://github.com/linz/lui/issues/929)) ([a97c308](https://github.com/linz/lui/commit/a97c308d8bbd34cb506154b03b4d73f3336cc028))
|
|
173
|
+
|
|
174
|
+
# [17.50.0](https://github.com/linz/lui/compare/v17.49.3...v17.50.0) (2023-04-12)
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
### Features
|
|
178
|
+
|
|
179
|
+
* Lui Icon – product list ([#926](https://github.com/linz/lui/issues/926)) ([8cf9234](https://github.com/linz/lui/commit/8cf9234041446a116767e0b2d0e641d43865438c))
|
|
180
|
+
|
|
181
|
+
## [17.49.3](https://github.com/linz/lui/compare/v17.49.2...v17.49.3) (2023-04-11)
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
### Bug Fixes
|
|
185
|
+
|
|
186
|
+
* release restore icon ([#925](https://github.com/linz/lui/issues/925)) ([88d7720](https://github.com/linz/lui/commit/88d7720f0f00d5fe2bafb41b4f8feeb9db6070cf))
|
|
187
|
+
|
|
188
|
+
## [17.49.2](https://github.com/linz/lui/compare/v17.49.1...v17.49.2) (2023-04-04)
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
### Bug Fixes
|
|
192
|
+
|
|
193
|
+
* expose refs to allow for using tooltips with icons and checkboxes ([3c5ebd3](https://github.com/linz/lui/commit/3c5ebd3580547029d4b54647d766e0bd9ea7afa0))
|
|
194
|
+
|
|
195
|
+
## [17.49.1](https://github.com/linz/lui/compare/v17.49.0...v17.49.1) (2023-04-04)
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
### Bug Fixes
|
|
199
|
+
|
|
200
|
+
* do not use React's PropsWithChildren and make message optional so people can just use the standard Tippy property "content" ([a750a47](https://github.com/linz/lui/commit/a750a47a1f46079686ae0d186a3be0ccf87207f3))
|
|
201
|
+
* ensure backward compatibility ([ffbb5ab](https://github.com/linz/lui/commit/ffbb5ab631a3ae9aa5a01941d29ac5043409fe7b))
|
|
202
|
+
* style paragraphs in tooltip ([1d4d3ad](https://github.com/linz/lui/commit/1d4d3ad717cc2372c883d7a946c0a7a9d6e251e3))
|
|
203
|
+
|
|
204
|
+
# [17.49.0](https://github.com/linz/lui/compare/v17.48.0...v17.49.0) (2023-04-04)
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
### Features
|
|
208
|
+
|
|
209
|
+
* use tippyjs-react and expose all features of tippy in LuiTooltip ([375697b](https://github.com/linz/lui/commit/375697b04c5a40d44e928a73e98a9d684785e0c6))
|
|
210
|
+
|
|
211
|
+
# [17.48.0](https://github.com/linz/lui/compare/v17.47.2...v17.48.0) (2023-04-04)
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
### Features
|
|
215
|
+
|
|
216
|
+
* allow tooltip to accept different types of content ([3542191](https://github.com/linz/lui/commit/3542191608525ed76c5ec039891192c725fd11e5))
|
|
217
|
+
|
|
218
|
+
## [17.47.2](https://github.com/linz/lui/compare/v17.47.1...v17.47.2) (2023-04-03)
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
### Bug Fixes
|
|
222
|
+
|
|
223
|
+
* **dev-dependency:** Use floating window v0.8.1 ([#917](https://github.com/linz/lui/issues/917)) ([1ba6570](https://github.com/linz/lui/commit/1ba65704a3a408f55dae63aa02e9131a64da171e))
|
|
224
|
+
|
|
225
|
+
## [17.47.1](https://github.com/linz/lui/compare/v17.47.0...v17.47.1) (2023-04-02)
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
### Bug Fixes
|
|
229
|
+
|
|
230
|
+
* release luitooltip offset change ([#916](https://github.com/linz/lui/issues/916)) ([19a1f37](https://github.com/linz/lui/commit/19a1f37776e0736191359555d4fa163a58dee3c9))
|
|
231
|
+
|
|
232
|
+
# [17.47.0](https://github.com/linz/lui/compare/v17.46.0...v17.47.0) (2023-03-29)
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
### Features
|
|
236
|
+
|
|
237
|
+
* Allow onClose timeout to be separately configured for LuiToastMessage ([#908](https://github.com/linz/lui/issues/908)) ([c9629a1](https://github.com/linz/lui/commit/c9629a1a7694bd712f95907fb63e3494da6a3cfd))
|
|
238
|
+
|
|
239
|
+
# [17.46.0](https://github.com/linz/lui/compare/v17.45.4...v17.46.0) (2023-03-29)
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
### Features
|
|
243
|
+
|
|
244
|
+
* LuiIconexport – new lui icons ([#909](https://github.com/linz/lui/issues/909)) ([b71205c](https://github.com/linz/lui/commit/b71205c9419c779dce369573fa63333d618b7d00))
|
|
245
|
+
|
|
246
|
+
## [17.45.4](https://github.com/linz/lui/compare/v17.45.3...v17.45.4) (2023-03-23)
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
### Bug Fixes
|
|
250
|
+
|
|
251
|
+
* To trigger publishing ([#905](https://github.com/linz/lui/issues/905)) ([43e3ebd](https://github.com/linz/lui/commit/43e3ebd3669e6e866b5152909e79c58cc615a1c1))
|
|
252
|
+
|
|
253
|
+
## [17.45.3](https://github.com/linz/lui/compare/v17.45.2...v17.45.3) (2023-03-22)
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
### Bug Fixes
|
|
257
|
+
|
|
258
|
+
* removed electric link colour override ([#904](https://github.com/linz/lui/issues/904)) ([c39b792](https://github.com/linz/lui/commit/c39b792d230553e3407506298811900e33ea001a))
|
|
259
|
+
|
|
260
|
+
## [17.45.2](https://github.com/linz/lui/compare/v17.45.1...v17.45.2) (2023-03-22)
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
### Bug Fixes
|
|
264
|
+
|
|
265
|
+
* updating splash modal header ([#902](https://github.com/linz/lui/issues/902)) ([1439a4f](https://github.com/linz/lui/commit/1439a4f66def7c1284cee6504faa71b1b71aa6f9))
|
|
266
|
+
|
|
267
|
+
## [17.45.1](https://github.com/linz/lui/compare/v17.45.0...v17.45.1) (2023-03-22)
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
### Bug Fixes
|
|
271
|
+
|
|
272
|
+
* updating splash update modal styles ([#900](https://github.com/linz/lui/issues/900)) ([03efd9d](https://github.com/linz/lui/commit/03efd9d7f6f7734b26909c90fd37b268e030306d))
|
|
273
|
+
|
|
274
|
+
# [17.45.0](https://github.com/linz/lui/compare/v17.44.0...v17.45.0) (2023-03-22)
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
### Features
|
|
278
|
+
|
|
279
|
+
* **LuiTextAreaInput:** Add warning message support for LuiTextAreaInput ([#901](https://github.com/linz/lui/issues/901)) ([296206d](https://github.com/linz/lui/commit/296206d7d07ec2f1d6b4953668117306110252aa))
|
|
280
|
+
|
|
281
|
+
# [17.44.0](https://github.com/linz/lui/compare/v17.43.3...v17.44.0) (2023-03-22)
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
### Features
|
|
285
|
+
|
|
286
|
+
* **LuiExpandableBanner:** allow initial state as prop ([#898](https://github.com/linz/lui/issues/898)) ([f453a11](https://github.com/linz/lui/commit/f453a115e671d56f238509bbbcf6a6a15d032113))
|
|
287
|
+
|
|
288
|
+
## [17.43.3](https://github.com/linz/lui/compare/v17.43.2...v17.43.3) (2023-03-21)
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
### Bug Fixes
|
|
292
|
+
|
|
293
|
+
* **LuiSelectInput:** add id to control ([#887](https://github.com/linz/lui/issues/887)) ([d07e3b0](https://github.com/linz/lui/commit/d07e3b069add3a9a1615d3754755e6b4e6891a23))
|
|
294
|
+
|
|
295
|
+
## [17.43.2](https://github.com/linz/lui/compare/v17.43.1...v17.43.2) (2023-03-21)
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
### Bug Fixes
|
|
299
|
+
|
|
300
|
+
* drawer z index ([#899](https://github.com/linz/lui/issues/899)) ([3770ff1](https://github.com/linz/lui/commit/3770ff1d8a32399161ba9c4592397774af268309))
|
|
301
|
+
|
|
302
|
+
## [17.43.1](https://github.com/linz/lui/compare/v17.43.0...v17.43.1) (2023-03-21)
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
### Bug Fixes
|
|
306
|
+
|
|
307
|
+
* **header-menu:** update shadow style ([#897](https://github.com/linz/lui/issues/897)) ([7864ca8](https://github.com/linz/lui/commit/7864ca86dec1309c74c1503523fc111292b7e70d))
|
|
308
|
+
|
|
309
|
+
# [17.43.0](https://github.com/linz/lui/compare/v17.42.0...v17.43.0) (2023-03-19)
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
### Features
|
|
313
|
+
|
|
314
|
+
* **headerV2:** Support href inside menu item ([#893](https://github.com/linz/lui/issues/893)) ([83cf363](https://github.com/linz/lui/commit/83cf36305de370229e8157e62ac71a0c46259657))
|
|
315
|
+
|
|
316
|
+
# [17.42.0](https://github.com/linz/lui/compare/v17.41.10...v17.42.0) (2023-03-19)
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
### Features
|
|
320
|
+
|
|
321
|
+
* **headerV2:** Support custom class in header menu ([#894](https://github.com/linz/lui/issues/894)) ([1813f25](https://github.com/linz/lui/commit/1813f25b227f5a55bc98dbffdc0361debb2f182a))
|
|
322
|
+
|
|
323
|
+
## [17.41.10](https://github.com/linz/lui/compare/v17.41.9...v17.41.10) (2023-03-17)
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
### Bug Fixes
|
|
327
|
+
|
|
328
|
+
* update data-testid in LuiHeaderMenuItemV2 ([#892](https://github.com/linz/lui/issues/892)) ([c6fc645](https://github.com/linz/lui/commit/c6fc64533ddd5e21d5f81b8d1f644c1082803dfb))
|
|
329
|
+
|
|
330
|
+
## [17.41.9](https://github.com/linz/lui/compare/v17.41.8...v17.41.9) (2023-03-17)
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
### Bug Fixes
|
|
334
|
+
|
|
335
|
+
* feat(helpLink) GA allow function for help link to accommodate GA hooks ([#891](https://github.com/linz/lui/issues/891)) ([bc63062](https://github.com/linz/lui/commit/bc63062e63224e2acedc7ca5f32f390be5df14e3))
|
|
336
|
+
|
|
337
|
+
## [17.41.8](https://github.com/linz/lui/compare/v17.41.7...v17.41.8) (2023-03-16)
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
### Bug Fixes
|
|
341
|
+
|
|
342
|
+
* change justify-content to flex-star ([#890](https://github.com/linz/lui/issues/890)) ([47b2602](https://github.com/linz/lui/commit/47b2602740690e86040461edc36fea47e74c4cbd))
|
|
343
|
+
|
|
344
|
+
## [17.41.7](https://github.com/linz/lui/compare/v17.41.6...v17.41.7) (2023-03-15)
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
### Bug Fixes
|
|
348
|
+
|
|
349
|
+
* **header:** update font color inside header ([#889](https://github.com/linz/lui/issues/889)) ([dddf3b4](https://github.com/linz/lui/commit/dddf3b4756c46a2049304fcf055de6839958357c))
|
|
350
|
+
|
|
351
|
+
## [17.41.6](https://github.com/linz/lui/compare/v17.41.5...v17.41.6) (2023-03-14)
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
### Bug Fixes
|
|
355
|
+
|
|
356
|
+
* **LuiDateInput:** remove unnecessary & buggy parse fn on value ([#885](https://github.com/linz/lui/issues/885)) ([aa26b2e](https://github.com/linz/lui/commit/aa26b2e721f5cd09698ba9ba44e0f82f68db8663))
|
|
357
|
+
|
|
358
|
+
## [17.41.5](https://github.com/linz/lui/compare/v17.41.4...v17.41.5) (2023-03-13)
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
### Bug Fixes
|
|
362
|
+
|
|
363
|
+
* fix LuiHeaderV2 and it associated component as per UX review feedback ([#884](https://github.com/linz/lui/issues/884)) ([5436cdd](https://github.com/linz/lui/commit/5436cdd75e70080a3a242ee4ead8f8f871d58869))
|
|
364
|
+
|
|
365
|
+
## [17.41.4](https://github.com/linz/lui/compare/v17.41.3...v17.41.4) (2023-03-12)
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
### Bug Fixes
|
|
369
|
+
|
|
370
|
+
* **LuiDateInput:** Update args types for date parsing fn ([#883](https://github.com/linz/lui/issues/883)) ([f95baff](https://github.com/linz/lui/commit/f95baff5c859b33f39fedb7f7dcde1a8c51a644a))
|
|
371
|
+
|
|
372
|
+
## [17.41.3](https://github.com/linz/lui/compare/v17.41.2...v17.41.3) (2023-03-09)
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
### Bug Fixes
|
|
376
|
+
|
|
377
|
+
* added title and labels to modal header buttons ([#880](https://github.com/linz/lui/issues/880)) ([9d5edf7](https://github.com/linz/lui/commit/9d5edf7062ef1fcd107de8ab9088d4ab3ccee4d7))
|
|
378
|
+
|
|
379
|
+
## [17.41.2](https://github.com/linz/lui/compare/v17.41.1...v17.41.2) (2023-03-09)
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
### Bug Fixes
|
|
383
|
+
|
|
384
|
+
* set drawer postion based on sticky attribute ([#881](https://github.com/linz/lui/issues/881)) ([f395280](https://github.com/linz/lui/commit/f395280270df130736209b72e035ea9a42d0c922))
|
|
385
|
+
|
|
386
|
+
## [17.41.1](https://github.com/linz/lui/compare/v17.41.0...v17.41.1) (2023-03-09)
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
### Bug Fixes
|
|
390
|
+
|
|
391
|
+
* update LuiHeaderV2 dropdown border and shadow based on figma design ([#879](https://github.com/linz/lui/issues/879)) ([76f2cac](https://github.com/linz/lui/commit/76f2cacb937cd35eb4ed9882c9ad8e3e7821d9cf))
|
|
392
|
+
|
|
393
|
+
# [17.41.0](https://github.com/linz/lui/compare/v17.40.0...v17.41.0) (2023-03-08)
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
### Features
|
|
397
|
+
|
|
398
|
+
* added alternate modal header style ([#878](https://github.com/linz/lui/issues/878)) ([1f11909](https://github.com/linz/lui/commit/1f11909eddf8fb53ededf9e474737fdb4f393f46))
|
|
399
|
+
|
|
400
|
+
# [17.40.0](https://github.com/linz/lui/compare/v17.39.2...v17.40.0) (2023-03-07)
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
### Features
|
|
404
|
+
|
|
405
|
+
* expose allowHTML and interactive tippy properties ([#876](https://github.com/linz/lui/issues/876)) ([a1d86c3](https://github.com/linz/lui/commit/a1d86c35f6fd4648045700f15f50b827699dc23b))
|
|
406
|
+
|
|
407
|
+
## [17.39.2](https://github.com/linz/lui/compare/v17.39.1...v17.39.2) (2023-03-07)
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
### Bug Fixes
|
|
411
|
+
|
|
412
|
+
* Luishadow sorting ([#877](https://github.com/linz/lui/issues/877)) ([e39a29d](https://github.com/linz/lui/commit/e39a29dd49196ddd7ea2a17a37f23bfb8f200cab))
|
|
413
|
+
|
|
414
|
+
## [17.39.1](https://github.com/linz/lui/compare/v17.39.0...v17.39.1) (2023-03-07)
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
### Bug Fixes
|
|
418
|
+
|
|
419
|
+
* padding on modal header ([#875](https://github.com/linz/lui/issues/875)) ([c9d7324](https://github.com/linz/lui/commit/c9d732434dccd3deb67c48e73ce86584e32d211f))
|
|
420
|
+
|
|
421
|
+
# [17.39.0](https://github.com/linz/lui/compare/v17.38.0...v17.39.0) (2023-03-06)
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
### Features
|
|
425
|
+
|
|
426
|
+
* Helpoutline and unlock icons ([#874](https://github.com/linz/lui/issues/874)) ([7fd4937](https://github.com/linz/lui/commit/7fd493723842535b2e5909d60aebd3c405aacc85))
|
|
427
|
+
|
|
428
|
+
# [17.38.0](https://github.com/linz/lui/compare/v17.37.0...v17.38.0) (2023-03-06)
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
### Features
|
|
432
|
+
|
|
433
|
+
* Colour updates/lint ([#873](https://github.com/linz/lui/issues/873)) ([1e73817](https://github.com/linz/lui/commit/1e738178151647f2a272ae7f4960c0d53c1ea636))
|
|
434
|
+
|
|
435
|
+
# [17.37.0](https://github.com/linz/lui/compare/v17.36.12...v17.37.0) (2023-03-06)
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
### Features
|
|
439
|
+
|
|
440
|
+
* added optional help button to modal header ([#872](https://github.com/linz/lui/issues/872)) ([07baded](https://github.com/linz/lui/commit/07baded35af9229f31a5eab65d5dbbc8a8eea63c))
|
|
441
|
+
|
|
442
|
+
## [17.36.12](https://github.com/linz/lui/compare/v17.36.11...v17.36.12) (2023-03-05)
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
### Bug Fixes
|
|
446
|
+
|
|
447
|
+
* fix drawer position issue when LuiHeaderV2 is non-sticky ([#871](https://github.com/linz/lui/issues/871)) ([6105280](https://github.com/linz/lui/commit/61052806e0ae9e455aae8460e2b6e0bbd93a8b53))
|
|
448
|
+
|
|
449
|
+
## [17.36.11](https://github.com/linz/lui/compare/v17.36.10...v17.36.11) (2023-03-05)
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
### Bug Fixes
|
|
453
|
+
|
|
454
|
+
* passing prop styles through to icon span ([#870](https://github.com/linz/lui/issues/870)) ([8b873fe](https://github.com/linz/lui/commit/8b873feeee2b6f8b25feacb425a9f70ea6531936))
|
|
455
|
+
|
|
456
|
+
## [17.36.10](https://github.com/linz/lui/compare/v17.36.9...v17.36.10) (2023-03-02)
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
### Bug Fixes
|
|
460
|
+
|
|
461
|
+
* add common styles to helpers.scss ([#869](https://github.com/linz/lui/issues/869)) ([b29fcb5](https://github.com/linz/lui/commit/b29fcb5cd32400caf24ff9e020302280de692f2a))
|
|
462
|
+
|
|
463
|
+
## [17.36.9](https://github.com/linz/lui/compare/v17.36.8...v17.36.9) (2023-03-02)
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
### Bug Fixes
|
|
467
|
+
|
|
468
|
+
* add toolptip and external selected status in HeaderMenuItemV2 ([#868](https://github.com/linz/lui/issues/868)) ([66478b0](https://github.com/linz/lui/commit/66478b0f2b782ef771defd30355e73a7ca93abcf))
|
|
469
|
+
|
|
470
|
+
## [17.36.8](https://github.com/linz/lui/compare/v17.36.7...v17.36.8) (2023-03-01)
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
### Bug Fixes
|
|
474
|
+
|
|
475
|
+
* adjust style for non sticky HeaderV2 and drawer ([#866](https://github.com/linz/lui/issues/866)) ([deeae2e](https://github.com/linz/lui/commit/deeae2e4de4d44a3ee80dcf0e2a7862dec52043c))
|
|
476
|
+
|
|
477
|
+
## [17.36.7](https://github.com/linz/lui/compare/v17.36.6...v17.36.7) (2023-02-28)
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
### Bug Fixes
|
|
481
|
+
|
|
482
|
+
* **searh-input:** Implement a callback function on clearing search re… ([#865](https://github.com/linz/lui/issues/865)) ([726bf4b](https://github.com/linz/lui/commit/726bf4b31dc42e7def7e1476265b29e8dcfddf1e))
|
|
483
|
+
|
|
484
|
+
## [17.36.6](https://github.com/linz/lui/compare/v17.36.5...v17.36.6) (2023-02-28)
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
### Bug Fixes
|
|
488
|
+
|
|
489
|
+
* **icon-button:** Update svg icon color to sync with figma design ([#863](https://github.com/linz/lui/issues/863)) ([418b8c7](https://github.com/linz/lui/commit/418b8c7534551a4b5e7d67c04db6a3f5d2565655))
|
|
490
|
+
|
|
491
|
+
## [17.36.5](https://github.com/linz/lui/compare/v17.36.4...v17.36.5) (2023-02-28)
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
### Bug Fixes
|
|
495
|
+
|
|
496
|
+
* scroll to auto and z-index for splash modal ([#848](https://github.com/linz/lui/issues/848)) ([7a5ef79](https://github.com/linz/lui/commit/7a5ef797e76f91ced5b3647a9e171d31935ddf2e))
|
|
497
|
+
|
|
498
|
+
## [17.36.4](https://github.com/linz/lui/compare/v17.36.3...v17.36.4) (2023-02-22)
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
### Bug Fixes
|
|
502
|
+
|
|
503
|
+
* Reference to pre-defined lui colors and shadows where applicable ([#862](https://github.com/linz/lui/issues/862)) ([38c7d3d](https://github.com/linz/lui/commit/38c7d3d2a1bcdb86f789b41358f6a6e81c3c299d))
|
|
504
|
+
|
|
505
|
+
## [17.36.3](https://github.com/linz/lui/compare/v17.36.2...v17.36.3) (2023-02-20)
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
### Bug Fixes
|
|
509
|
+
|
|
510
|
+
* add LuiCloseableHeaderMenuContextV2 and update LuiDrawerMenuOptionsV2 ([#861](https://github.com/linz/lui/issues/861)) ([612c6b4](https://github.com/linz/lui/commit/612c6b47970107023dd9a00c175a3fbfe9a1f742))
|
|
511
|
+
|
|
512
|
+
## [17.36.2](https://github.com/linz/lui/compare/v17.36.1...v17.36.2) (2023-02-20)
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
### Bug Fixes
|
|
516
|
+
|
|
517
|
+
* update LiuHeaderHeaderV2 menuitem selected/hover colors, close … ([#860](https://github.com/linz/lui/issues/860)) ([6ab1023](https://github.com/linz/lui/commit/6ab10232cf8bac5be52575cb509ebfb00e2b25e2))
|
|
518
|
+
|
|
519
|
+
## [17.36.1](https://github.com/linz/lui/compare/v17.36.0...v17.36.1) (2023-02-19)
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
### Bug Fixes
|
|
523
|
+
|
|
524
|
+
* change drodown md size to match figma design ([#857](https://github.com/linz/lui/issues/857)) ([7e3ef19](https://github.com/linz/lui/commit/7e3ef190fcd88573749490c779102b77ff0632bd))
|
|
525
|
+
|
|
526
|
+
# [17.36.0](https://github.com/linz/lui/compare/v17.35.5...v17.36.0) (2023-02-17)
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
### Features
|
|
530
|
+
|
|
531
|
+
* moved header story to deprecated ([#854](https://github.com/linz/lui/issues/854)) ([3701308](https://github.com/linz/lui/commit/3701308f7edd94685884ea55cd1b10391a345ffd))
|
|
532
|
+
|
|
533
|
+
## [17.35.5](https://github.com/linz/lui/compare/v17.35.4...v17.35.5) (2023-02-17)
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
### Bug Fixes
|
|
537
|
+
|
|
538
|
+
* Remove @testing-library/react-hooks to allow support for react 18 ([#855](https://github.com/linz/lui/issues/855)) ([bea9249](https://github.com/linz/lui/commit/bea9249b9fa8254215fb539e218b550d98c0e01e))
|
|
539
|
+
|
|
540
|
+
## [17.35.4](https://github.com/linz/lui/compare/v17.35.3...v17.35.4) (2023-02-16)
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
### Bug Fixes
|
|
544
|
+
|
|
545
|
+
* **LuiFloatingWindow:** replacing React.FC with PropsWithChildren ([#842](https://github.com/linz/lui/issues/842)) ([a96a72d](https://github.com/linz/lui/commit/a96a72d676797684f40c74f593e090dcbc585f03))
|
|
546
|
+
|
|
547
|
+
## [17.35.3](https://github.com/linz/lui/compare/v17.35.2...v17.35.3) (2023-02-15)
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
### Bug Fixes
|
|
551
|
+
|
|
552
|
+
* LuiTextInputProps now forwardsRefs ([#853](https://github.com/linz/lui/issues/853)) ([7160fdc](https://github.com/linz/lui/commit/7160fdcf16d0668f920c04bbe531ceb37e40cb3a))
|
|
553
|
+
|
|
554
|
+
## [17.35.2](https://github.com/linz/lui/compare/v17.35.1...v17.35.2) (2023-02-15)
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
### Bug Fixes
|
|
558
|
+
|
|
559
|
+
* adds type=button to LuiTab as we don't want this to submit form ([94ec8d4](https://github.com/linz/lui/commit/94ec8d4bbf77567cd43e7d6d073b73a7ddee3c4b))
|
|
560
|
+
* fix Drawer option style ([#852](https://github.com/linz/lui/issues/852)) ([05639cb](https://github.com/linz/lui/commit/05639cb4b01e458b9e7f2907f6ab661d3beb1224))
|
|
561
|
+
* makes onclick optional, rather than maybe undefined ([931cbef](https://github.com/linz/lui/commit/931cbef58378bf2986bd8c7cd84cfeaa7222d88c))
|
|
562
|
+
|
|
563
|
+
## [17.35.1](https://github.com/linz/lui/compare/v17.35.0...v17.35.1) (2023-02-15)
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
### Bug Fixes
|
|
567
|
+
|
|
568
|
+
* Adds event handler to LuiTab ([73f0cfb](https://github.com/linz/lui/commit/73f0cfba18f6a60f50238eef2548bddf236f9030))
|
|
569
|
+
|
|
570
|
+
# [17.35.0](https://github.com/linz/lui/compare/v17.34.0...v17.35.0) (2023-02-14)
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
### Features
|
|
574
|
+
|
|
575
|
+
* **LuiDateInput:** Add date picker ([#814](https://github.com/linz/lui/issues/814)) ([a0411b1](https://github.com/linz/lui/commit/a0411b1bd741e0f419047e011b3593ce5b166253))
|
|
576
|
+
|
|
577
|
+
# [17.34.0](https://github.com/linz/lui/compare/v17.33.2...v17.34.0) (2023-02-14)
|
|
578
|
+
|
|
579
|
+
## [17.33.2](https://github.com/linz/lui/compare/v17.33.1...v17.33.2) (2023-02-10)
|
|
580
|
+
|
|
581
|
+
|
|
582
|
+
### Bug Fixes
|
|
583
|
+
|
|
584
|
+
* fix default value ([#847](https://github.com/linz/lui/issues/847)) ([50b73d6](https://github.com/linz/lui/commit/50b73d65ade001b9600bcebc2da49508789c9f89))
|
|
585
|
+
|
|
586
|
+
## [17.33.1](https://github.com/linz/lui/compare/v17.33.0...v17.33.1) (2023-02-09)
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
### Bug Fixes
|
|
590
|
+
|
|
591
|
+
* add outline=none on splash modal ([#846](https://github.com/linz/lui/issues/846)) ([20e8807](https://github.com/linz/lui/commit/20e880741c171cc9536422dad639d604dcc5cb7d))
|
|
592
|
+
|
|
593
|
+
# [17.33.0](https://github.com/linz/lui/compare/v17.32.0...v17.33.0) (2023-02-09)
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
### Features
|
|
597
|
+
|
|
598
|
+
* **Build:** Replace trigger release ([#844](https://github.com/linz/lui/issues/844)) ([9655d6a](https://github.com/linz/lui/commit/9655d6acf289c98cfb6bd62d4afece077ab3dfa6))
|
|
599
|
+
|
|
600
|
+
# [17.32.0](https://github.com/linz/lui/compare/v17.31.1...v17.32.0) (2023-02-09)
|
|
601
|
+
|
|
602
|
+
|
|
603
|
+
### Features
|
|
604
|
+
|
|
605
|
+
* the drawer will not be closed for submenu ([#845](https://github.com/linz/lui/issues/845)) ([1fca1be](https://github.com/linz/lui/commit/1fca1be587ffc038648939c85e716c51f71871a2))
|
|
606
|
+
|
|
607
|
+
# [17.31.0](https://github.com/linz/lui/compare/v17.30.0...v17.31.0) (2023-02-07)
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
### Features
|
|
611
|
+
|
|
612
|
+
* implement a new version LuiHeader ([#838](https://github.com/linz/lui/issues/838)) ([50d2364](https://github.com/linz/lui/commit/50d23648aa92ce36d927239b034ff045a3fd280a))
|
|
613
|
+
* implement new version LuiHeader and associated componenets ([#840](https://github.com/linz/lui/issues/840)) ([c6c9de3](https://github.com/linz/lui/commit/c6c9de36e0d4108d3aaaf445809d78ebefdfce5e))
|
|
614
|
+
|
|
615
|
+
# [17.30.0](https://github.com/linz/lui/compare/v17.29.1...v17.30.0) (2023-02-07)
|
|
616
|
+
|
|
617
|
+
## [17.29.1](https://github.com/linz/lui/compare/v17.29.0...v17.29.1) (2023-02-06)
|
|
618
|
+
|
|
619
|
+
|
|
620
|
+
### Bug Fixes
|
|
621
|
+
|
|
622
|
+
* added option to have a smaller text input ([#829](https://github.com/linz/lui/issues/829)) ([d32479f](https://github.com/linz/lui/commit/d32479f52a67fcf5e5fe20a5a5030188a3a1ecba))
|
|
623
|
+
|
|
624
|
+
# [17.29.0](https://github.com/linz/lui/compare/v17.28.2...v17.29.0) (2023-02-01)
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
### Features
|
|
628
|
+
|
|
629
|
+
* **LuiFloatingWindow:** new component extracted from Search LuiFloatingWindow ([#832](https://github.com/linz/lui/issues/832)) ([c186e94](https://github.com/linz/lui/commit/c186e949318b6cf34b1746f894ee869ee8db55ed))
|
|
630
|
+
|
|
631
|
+
## [17.28.2](https://github.com/linz/lui/compare/v17.28.1...v17.28.2) (2023-01-30)
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
### Bug Fixes
|
|
635
|
+
|
|
636
|
+
* makes value optional, so you can have uncontrolled inputs ([#830](https://github.com/linz/lui/issues/830)) ([025d2e0](https://github.com/linz/lui/commit/025d2e0b979ec868fdf03101af4cef8b60b69f6e))
|
|
637
|
+
|
|
638
|
+
## [17.28.1](https://github.com/linz/lui/compare/v17.28.0...v17.28.1) (2023-01-27)
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
### Bug Fixes
|
|
642
|
+
|
|
643
|
+
* dry-run semantic-release ([#826](https://github.com/linz/lui/issues/826)) ([5862a1b](https://github.com/linz/lui/commit/5862a1be0a3b1aba1060c7305bc170e07ec886c4))
|
|
644
|
+
* Fixing release pipeline :tada: ([#827](https://github.com/linz/lui/issues/827)) ([208e32d](https://github.com/linz/lui/commit/208e32dbd3316c9368193d02538ea530bde9bd48))
|
|
12
645
|
|
|
13
646
|
# [17.27.0](https://github.com/linz/lui/compare/v17.26.0...v17.27.0) (2023-01-20)
|
|
14
647
|
|
package/README.md
CHANGED
|
@@ -42,10 +42,11 @@ We aim to make each component generic, extendable, accessible, and amazing.
|
|
|
42
42
|
All styles are implemented in SCSS and compiled to plain CSS. This means any team can use the CSS. A ReactJS wrapper
|
|
43
43
|
over the CSS is part of this project.
|
|
44
44
|
|
|
45
|
-
There
|
|
45
|
+
There are lots of things to do in this project, often things will be left until there is demand, e.g add new components or implement new version components. Please join the Slack channel
|
|
46
|
+
|
|
46
47
|
#cop-lui.
|
|
47
48
|
|
|
48
|
-
## Documentation
|
|
49
|
+
## Documentation
|
|
49
50
|
|
|
50
51
|
Storybook is the main source of documentation.
|
|
51
52
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2Zm0 16H5V5h14v14Zm-8-2h2v-4h4v-2h-4V7h-2v4H7v2h4v4Z"
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2Zm0 16H5V5h14v14Zm-8-2h2v-4h4v-2h-4V7h-2v4H7v2h4v4Z"/></svg>
|