baseui 0.0.0-next-c90a221 → 0.0.0-next-dcda501

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.
@@ -9,7 +9,7 @@ LICENSE file in the root directory of this source tree.
9
9
  import * as React from 'react';
10
10
  import { StyledRoot, StyledImage, StyledContentContainer, StyledHeadingContainer, StyledParagraphContainer } from './styled-components';
11
11
  import { Button as DefaultButton, SHAPE, SIZE } from '../button';
12
- import { useStyletron } from '../styles/index.js';
12
+ import { useStyletron } from '../styles/index';
13
13
  import { ThemeProvider, LightTheme } from '../';
14
14
  import { getBackgroundColorType } from './utils';
15
15
  import { colors } from '../tokens';
@@ -33,7 +33,7 @@ LICENSE file in the root directory of this source tree.
33
33
  import * as React from 'react';
34
34
  import { StyledRoot, StyledImage, StyledContentContainer, StyledHeadingContainer, StyledParagraphContainer } from './styled-components';
35
35
  import { Button as DefaultButton, SHAPE, SIZE } from '../button';
36
- import { useStyletron } from '../styles/index.js';
36
+ import { useStyletron } from '../styles/index';
37
37
  import { ThemeProvider, LightTheme } from '../';
38
38
  import { getBackgroundColorType } from './utils';
39
39
  import { colors } from '../tokens';
@@ -13,7 +13,7 @@ var _styledComponents = require("./styled-components");
13
13
 
14
14
  var _button = require("../button");
15
15
 
16
- var _index = require("../styles/index.js");
16
+ var _index = require("../styles/index");
17
17
 
18
18
  var _ = require("../");
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "baseui",
3
- "version": "0.0.0-next-c90a221",
3
+ "version": "0.0.0-next-dcda501",
4
4
  "description": "A React Component library implementing the Base design language",
5
5
  "keywords": [
6
6
  "react",