@xqmsg/ui-core 0.26.0 → 0.26.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.
@@ -1,3 +1,6 @@
1
1
  import { BaseBreakpointConfig } from '@chakra-ui/theme-tools';
2
- declare const breakpoints: import("@chakra-ui/theme-tools/dist/create-breakpoints").Breakpoints<BaseBreakpointConfig>;
2
+ /**
3
+ * Breakpoints for responsive design
4
+ */
5
+ declare const breakpoints: BaseBreakpointConfig;
3
6
  export default breakpoints;
@@ -3788,13 +3788,12 @@ var Text = function Text(_ref) {
3788
3788
  /**
3789
3789
  * Breakpoints for responsive design
3790
3790
  */
3791
- var breakpointValues = {
3791
+ var breakpoints = {
3792
3792
  sm: '30em',
3793
3793
  md: '48em',
3794
3794
  lg: '62em',
3795
3795
  xl: '80em'
3796
3796
  };
3797
- var breakpoints = /*#__PURE__*/themeTools.createBreakpoints(breakpointValues);
3798
3797
 
3799
3798
  var shadows = {
3800
3799
  xs: '0 0 0 1px rgba(0, 0, 0, 0.05)',