@linzjs/lui 17.33.0 → 17.33.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [17.33.2](https://github.com/linz/lui/compare/v17.33.1...v17.33.2) (2023-02-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * fix default value ([#847](https://github.com/linz/lui/issues/847)) ([50b73d6](https://github.com/linz/lui/commit/50b73d65ade001b9600bcebc2da49508789c9f89))
7
+
8
+ ## [17.33.1](https://github.com/linz/lui/compare/v17.33.0...v17.33.1) (2023-02-09)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * add outline=none on splash modal ([#846](https://github.com/linz/lui/issues/846)) ([20e8807](https://github.com/linz/lui/commit/20e880741c171cc9536422dad639d604dcc5cb7d))
14
+
1
15
  # [17.33.0](https://github.com/linz/lui/compare/v17.32.0...v17.33.0) (2023-02-09)
2
16
 
3
17
 
package/dist/index.js CHANGED
@@ -42232,7 +42232,7 @@ var Modal = /*@__PURE__*/getDefaultExportFromCjs(lib.exports);
42232
42232
 
42233
42233
  var LuiUpdatesSplashModal = function (props) {
42234
42234
  var _a;
42235
- var _b = React__default["default"].useState(props.enabled), showModal = _b[0], setshowModal = _b[1];
42235
+ var _b = React__default["default"].useState(true), showModal = _b[0], setshowModal = _b[1];
42236
42236
  var currentVersion = window.localStorage.getItem(props.id);
42237
42237
  var handleClose = function () {
42238
42238
  setshowModal(false);