td-stylekit 25.0.0 → 25.1.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [25.1.0](https://github.com/treasure-data/td-stylekit/compare/v25.0.0...v25.1.0) (2022-01-27)
2
+
3
+
4
+ ### Features
5
+
6
+ * Fix emotion export ([#1221](https://github.com/treasure-data/td-stylekit/issues/1221)) ([88d6e30](https://github.com/treasure-data/td-stylekit/commit/88d6e30))
7
+
1
8
  # [25.0.0](https://github.com/treasure-data/td-stylekit/compare/v24.8.1...v25.0.0) (2022-01-25)
2
9
 
3
10
 
@@ -78,8 +78,8 @@ import UserAvatar from './UserAvatar';
78
78
  import View from './View';
79
79
  import VisuallyHidden from './VisuallyHidden';
80
80
  import VolumeChart from './VolumeChart';
81
- export { CacheProvider, css, Global, keyframes } from '@emotion/core';
82
- export type { SerializedStyles } from '@emotion/core';
81
+ export { CacheProvider, css, Global, keyframes } from '@emotion/react';
82
+ export type { SerializedStyles } from '@emotion/react';
83
83
  export { default as styled } from '@emotion/styled';
84
84
  export { useTheme } from '@emotion/react';
85
85
  export type { IconTypes } from './Icon';
package/dist/es/index.js CHANGED
@@ -44,7 +44,7 @@ Object.defineProperty(exports, "Button", {
44
44
  Object.defineProperty(exports, "CacheProvider", {
45
45
  enumerable: true,
46
46
  get: function get() {
47
- return _core.CacheProvider;
47
+ return _react.CacheProvider;
48
48
  }
49
49
  });
50
50
  Object.defineProperty(exports, "Canvas", {
@@ -194,7 +194,7 @@ Object.defineProperty(exports, "FormModal", {
194
194
  Object.defineProperty(exports, "Global", {
195
195
  enumerable: true,
196
196
  get: function get() {
197
- return _core.Global;
197
+ return _react.Global;
198
198
  }
199
199
  });
200
200
  Object.defineProperty(exports, "Grid", {
@@ -524,7 +524,7 @@ Object.defineProperty(exports, "calculatePositiveNegativeChartHeight", {
524
524
  Object.defineProperty(exports, "css", {
525
525
  enumerable: true,
526
526
  get: function get() {
527
- return _core.css;
527
+ return _react.css;
528
528
  }
529
529
  });
530
530
  Object.defineProperty(exports, "getLongestOptionLength", {
@@ -536,7 +536,7 @@ Object.defineProperty(exports, "getLongestOptionLength", {
536
536
  Object.defineProperty(exports, "keyframes", {
537
537
  enumerable: true,
538
538
  get: function get() {
539
- return _core.keyframes;
539
+ return _react.keyframes;
540
540
  }
541
541
  });
542
542
  Object.defineProperty(exports, "styled", {
@@ -708,12 +708,10 @@ var _VisuallyHidden = _interopRequireDefault(require("./VisuallyHidden"));
708
708
 
709
709
  var _VolumeChart = _interopRequireDefault(require("./VolumeChart"));
710
710
 
711
- var _core = require("@emotion/core");
711
+ var _react = require("@emotion/react");
712
712
 
713
713
  var _styled = _interopRequireDefault(require("@emotion/styled"));
714
714
 
715
- var _react = require("@emotion/react");
716
-
717
715
  var _PieChart = require("./PieChart");
718
716
 
719
717
  var _PositiveNegativeBarChart = require("./PositiveNegativeBarChart");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "td-stylekit",
3
- "version": "25.0.0",
3
+ "version": "25.1.0",
4
4
  "main": "dist/es/index.js",
5
5
  "module": "dist/es/index.js",
6
6
  "types": "dist/es/index.d.ts",