@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.
- package/dist/theme/foundations/breakpoints.d.ts +4 -1
- package/dist/ui-core.cjs.development.js +1 -2
- package/dist/ui-core.cjs.development.js.map +1 -1
- package/dist/ui-core.cjs.production.min.js +1 -1
- package/dist/ui-core.cjs.production.min.js.map +1 -1
- package/dist/ui-core.esm.js +2 -3
- package/dist/ui-core.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/theme/foundations/breakpoints.ts +2 -7
package/dist/ui-core.esm.js
CHANGED
|
@@ -6,7 +6,7 @@ import { QuestionIcon, CloseIcon, HamburgerIcon } from '@chakra-ui/icons';
|
|
|
6
6
|
import { Link as Link$3 } from 'react-router-dom';
|
|
7
7
|
import { HiOutlineRefresh } from 'react-icons/hi';
|
|
8
8
|
import { ChakraProvider } from '@chakra-ui/provider';
|
|
9
|
-
import {
|
|
9
|
+
import { transparentize, mode, getColor } from '@chakra-ui/theme-tools';
|
|
10
10
|
import { defineStyle } from '@chakra-ui/system';
|
|
11
11
|
import { checkboxAnatomy } from '@chakra-ui/anatomy';
|
|
12
12
|
|
|
@@ -3781,13 +3781,12 @@ var Text = function Text(_ref) {
|
|
|
3781
3781
|
/**
|
|
3782
3782
|
* Breakpoints for responsive design
|
|
3783
3783
|
*/
|
|
3784
|
-
var
|
|
3784
|
+
var breakpoints = {
|
|
3785
3785
|
sm: '30em',
|
|
3786
3786
|
md: '48em',
|
|
3787
3787
|
lg: '62em',
|
|
3788
3788
|
xl: '80em'
|
|
3789
3789
|
};
|
|
3790
|
-
var breakpoints = /*#__PURE__*/createBreakpoints(breakpointValues);
|
|
3791
3790
|
|
|
3792
3791
|
var shadows = {
|
|
3793
3792
|
xs: '0 0 0 1px rgba(0, 0, 0, 0.05)',
|