@teamturing/react-kit 2.56.0 → 2.56.1

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.js CHANGED
@@ -6924,7 +6924,7 @@ const FileItem = ({
6924
6924
  }), /*#__PURE__*/jsxRuntime.jsx(icons.VideoIcon, {})]
6925
6925
  }) : /*#__PURE__*/jsxRuntime.jsxs("div", {
6926
6926
  className: 'file__thumbnail__whatever',
6927
- children: [/*#__PURE__*/jsxRuntime.jsx(icons.DocumentIcon, {}), /*#__PURE__*/jsxRuntime.jsx("span", {
6927
+ children: [/*#__PURE__*/jsxRuntime.jsx(FileIcon, {}), /*#__PURE__*/jsxRuntime.jsx("span", {
6928
6928
  title: fileName,
6929
6929
  children: fileName
6930
6930
  })]
@@ -60,7 +60,7 @@ const FileItem = ({
60
60
  }), /*#__PURE__*/jsx(VideoIcon, {})]
61
61
  }) : /*#__PURE__*/jsxs("div", {
62
62
  className: 'file__thumbnail__whatever',
63
- children: [/*#__PURE__*/jsx(DocumentIcon, {}), /*#__PURE__*/jsx("span", {
63
+ children: [/*#__PURE__*/jsx(FileIcon, {}), /*#__PURE__*/jsx("span", {
64
64
  title: fileName,
65
65
  children: fileName
66
66
  })]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "2.56.0",
3
+ "version": "2.56.1",
4
4
  "description": "React components, hooks for create teamturing web application",
5
5
  "author": "Sungchang Park <psch300@gmail.com> (https://github.com/psch300)",
6
6
  "homepage": "https://github.com/weareteamturing/bombe#readme",
@@ -66,5 +66,5 @@
66
66
  "react-textarea-autosize": "^8.5.3",
67
67
  "styled-system": "^5.1.5"
68
68
  },
69
- "gitHead": "9a817d9fa7e5164b1fd3d48905088aaee14b75f2"
69
+ "gitHead": "82584aaf122e3e1a0c85f94e97274973c0b3195c"
70
70
  }