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