decap-cms-ui-default 3.0.2 → 3.0.3

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,7 +1,7 @@
1
1
  {
2
2
  "name": "decap-cms-ui-default",
3
3
  "description": "Default UI components for Decap CMS.",
4
- "version": "3.0.2",
4
+ "version": "3.0.3",
5
5
  "repository": "https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-ui-default",
6
6
  "bugs": "https://github.com/decaporg/decap-cms/issues",
7
7
  "license": "MIT",
@@ -21,11 +21,11 @@
21
21
  "react-transition-group": "^4.4.5"
22
22
  },
23
23
  "peerDependencies": {
24
- "@emotion/core": "^10.0.35",
25
- "@emotion/styled": "^10.0.27",
24
+ "@emotion/react": "^11.11.1",
25
+ "@emotion/styled": "^11.11.0",
26
26
  "lodash": "^4.17.11",
27
27
  "prop-types": "^15.7.2",
28
28
  "react": "^16.8.4 || ^17.0.0"
29
29
  },
30
- "gitHead": "b1eae3bbb1661dfa5e3fc0407f03a2e0d564c14e"
30
+ "gitHead": "d9cb3119d09e7a76b995e477f7578fb5ad80b461"
31
31
  }
package/src/Dropdown.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import PropTypes from 'prop-types';
3
- import { css } from '@emotion/core';
3
+ import { css } from '@emotion/react';
4
4
  import styled from '@emotion/styled';
5
5
  import { Wrapper, Button as DropdownButton, Menu, MenuItem } from 'react-aria-menubutton';
6
6
 
package/src/Loader.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import PropTypes from 'prop-types';
3
3
  import styled from '@emotion/styled';
4
- import { css, keyframes } from '@emotion/core';
4
+ import { css, keyframes } from '@emotion/react';
5
5
  import { CSSTransition } from 'react-transition-group';
6
6
 
7
7
  import { colors, zIndex } from './styles';
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import PropTypes from 'prop-types';
3
3
  import styled from '@emotion/styled';
4
- import { css } from '@emotion/core';
4
+ import { css } from '@emotion/react';
5
5
  import ImmutablePropTypes from 'react-immutable-proptypes';
6
6
 
7
7
  import Icon from './Icon';
package/src/Toggle.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import React, { useState } from 'react';
2
2
  import PropTypes from 'prop-types';
3
3
  import styled from '@emotion/styled';
4
- import { css } from '@emotion/core';
4
+ import { css } from '@emotion/react';
5
5
 
6
6
  import { colors, colorsRaw, shadows, transitions } from './styles';
7
7
 
package/src/styles.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { css, Global } from '@emotion/core';
2
+ import { css, Global } from '@emotion/react';
3
3
 
4
4
  /**
5
5
  * Font Stacks