react-magma-dom 4.9.0-next.6 → 4.9.0-next.8

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/index.d.ts CHANGED
@@ -1,8 +1,4 @@
1
- import { ThemeInterface } from './theme/magma';
2
- declare module '@emotion/react' {
3
- interface Theme extends ThemeInterface {
4
- }
5
- }
1
+ import './theme/styled';
6
2
  export { Alert, AlertProps } from './components/Alert';
7
3
  export { AlertVariant } from './components/AlertBase';
8
4
  export { Announce, AnnounceProps } from './components/Announce';
@@ -7130,7 +7130,7 @@
7130
7130
  "name": "theme",
7131
7131
  "required": false,
7132
7132
  "type": {
7133
- "name": "any"
7133
+ "name": "ThemeInterface"
7134
7134
  },
7135
7135
  "deprecated": false
7136
7136
  },
@@ -8492,7 +8492,7 @@
8492
8492
  "name": "theme",
8493
8493
  "required": false,
8494
8494
  "type": {
8495
- "name": "any"
8495
+ "name": "ThemeInterface"
8496
8496
  },
8497
8497
  "deprecated": false
8498
8498
  }
@@ -18327,7 +18327,7 @@
18327
18327
  "name": "theme",
18328
18328
  "required": false,
18329
18329
  "type": {
18330
- "name": "any"
18330
+ "name": "ThemeInterface"
18331
18331
  },
18332
18332
  "deprecated": false
18333
18333
  },
@@ -4,11 +4,11 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
6
6
 
7
+ var react = require('@emotion/react');
7
8
  var React = require('react');
8
9
  var React__default = _interopDefault(React);
9
10
  var _styled = _interopDefault(require('@emotion/styled/base'));
10
11
  var isPropValid = _interopDefault(require('@emotion/is-prop-valid'));
11
- var react = require('@emotion/react');
12
12
  var polished = require('polished');
13
13
  var reactMagmaIcons = require('react-magma-icons');
14
14
  var uuid = require('uuid');