@nextui-org/react 1.0.2-beta.1 → 1.0.2-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.
@@ -20,16 +20,7 @@ const getStitchesTheme = targetTheme => {
20
20
  };
21
21
 
22
22
  exports.getStitchesTheme = getStitchesTheme;
23
- const {
24
- styled,
25
- css,
26
- theme,
27
- createTheme: createThemeBase,
28
- getCssText,
29
- globalCss,
30
- keyframes,
31
- config
32
- } = (0, _react.createStitches)({ ..._common.default,
23
+ const stitches = (0, _react.createStitches)({ ..._common.default,
33
24
  theme: { ..._common.default.theme,
34
25
  shadows: { ..._lightTheme.default.shadows
35
26
  },
@@ -38,14 +29,22 @@ const {
38
29
  }
39
30
  }
40
31
  });
41
- exports.config = config;
42
- exports.keyframes = keyframes;
32
+ const createThemeBase = stitches.createTheme;
33
+ exports.createThemeBase = createThemeBase;
34
+ const styled = stitches.styled;
35
+ exports.styled = styled;
36
+ const css = stitches.css;
37
+ exports.css = css;
38
+ const globalCss = stitches.globalCss;
43
39
  exports.globalCss = globalCss;
40
+ const keyframes = stitches.keyframes;
41
+ exports.keyframes = keyframes;
42
+ const getCssText = stitches.getCssText;
44
43
  exports.getCssText = getCssText;
45
- exports.createThemeBase = createThemeBase;
44
+ const theme = stitches.theme;
46
45
  exports.theme = theme;
47
- exports.css = css;
48
- exports.styled = styled;
46
+ const config = stitches.config;
47
+ exports.config = config;
49
48
  const sharedFocus = css({
50
49
  WebkitTapHighlightColor: 'transparent',
51
50
  '&:focus:not(&:focus-visible)': {