@xqmsg/ui-core 0.14.3 → 0.14.4

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.
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { ChakraProviderProps } from '@chakra-ui/react';
2
+ import { ChakraProviderProps } from '@chakra-ui/provider';
3
3
  /**
4
4
  * A functional React wrapper component utilized to consume the custom XQ theme via `ChakraProvider`
5
5
  */
@@ -11,6 +11,7 @@ var reactHookForm = require('react-hook-form');
11
11
  var lodash = require('lodash');
12
12
  var icons = require('@chakra-ui/icons');
13
13
  var hi = require('react-icons/hi');
14
+ var provider = require('@chakra-ui/provider');
14
15
  var themeTools = require('@chakra-ui/theme-tools');
15
16
  var system = require('@chakra-ui/system');
16
17
 
@@ -628,7 +629,8 @@ var StackedSelect = /*#__PURE__*/React__default.forwardRef(function (_ref2, _ref
628
629
  color: "transparent",
629
630
  fontSize: "13px",
630
631
  textShadow: "0 0 0 " + colors.label.primary.light,
631
- value: selectedOption
632
+ value: selectedOption,
633
+ autoComplete: "off"
632
634
  })), /*#__PURE__*/React__default.createElement(react.InputRightElement, {
633
635
  cursor: "pointer",
634
636
  onClick: function onClick() {
@@ -2867,7 +2869,7 @@ var customXQChakraTheme = /*#__PURE__*/react.extendTheme( /*#__PURE__*/_extends(
2867
2869
  var XQThemeProvider = function XQThemeProvider(_ref) {
2868
2870
  var children = _ref.children,
2869
2871
  cssVarsRoot = _ref.cssVarsRoot;
2870
- return /*#__PURE__*/React__default.createElement(react.ChakraProvider, {
2872
+ return /*#__PURE__*/React__default.createElement(provider.ChakraProvider, {
2871
2873
  theme: customXQChakraTheme,
2872
2874
  resetCSS: true,
2873
2875
  cssVarsRoot: cssVarsRoot