@mmb-digital/ds-lilly 0.3.16-beta.1 → 0.3.16-beta.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.
Files changed (2) hide show
  1. package/dist/ds-lilly.js +1 -1
  2. package/package.json +1 -1
package/dist/ds-lilly.js CHANGED
@@ -97642,7 +97642,7 @@ var UserAuth = function (_a) {
97642
97642
  }
97643
97643
  }, [timer]);
97644
97644
  var _e = Object(external_root_React_commonjs2_react_commonjs_react_amd_react_umd_react_["useState"])(setAriaText(timeLeft, true)), ariaMessage = _e[0], setAriaMessage = _e[1];
97645
- var isInputVisible = state === 'waiting' && (timeLeft > 0 || !timer);
97645
+ var isInputVisible = state === 'waiting' && !!mobileKey && (timeLeft > 0 || !timer);
97646
97646
  var timeoutRef = Object(external_root_React_commonjs2_react_commonjs_react_amd_react_umd_react_["useRef"])();
97647
97647
  Object(external_root_React_commonjs2_react_commonjs_react_amd_react_umd_react_["useEffect"])(function () {
97648
97648
  setTimeLeft((timer === null || timer === void 0 ? void 0 : timer.time) ? timer.time : 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mmb-digital/ds-lilly",
3
- "version": "0.3.16-beta.1",
3
+ "version": "0.3.16-beta.2",
4
4
  "description": "MMB LILLY design system",
5
5
  "license": "UNLICENSED",
6
6
  "sideEffects": false,