@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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.14.3",
2
+ "version": "0.14.4",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -70,6 +70,7 @@ const StackedSelect = React.forwardRef<HTMLInputElement, StackedSelectProps>(
70
70
  fontSize="13px"
71
71
  textShadow={`0 0 0 ${colors.label.primary.light}`}
72
72
  value={selectedOption}
73
+ autoComplete="off"
73
74
  />
74
75
  <InputRightElement
75
76
  cursor="pointer"
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { ChakraProvider, ChakraProviderProps } from '@chakra-ui/react';
2
+ import { ChakraProvider, ChakraProviderProps } from '@chakra-ui/provider';
3
3
  import customXQChakraTheme from '../customXQChakraTheme';
4
4
 
5
5
  /**