@teamturing/react-kit 2.56.0 → 2.56.2
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 +1 -1
- package/esm/core/FileItem/index.js +1 -1
- package/package.json +3 -3
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(
|
|
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(
|
|
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.
|
|
3
|
+
"version": "2.56.2",
|
|
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",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@floating-ui/react": "^0.27.16",
|
|
57
57
|
"@primer/behaviors": "^1.3.6",
|
|
58
|
-
"@teamturing/icons": "^1.
|
|
58
|
+
"@teamturing/icons": "^1.58.0",
|
|
59
59
|
"@teamturing/token-studio": "^1.16.2",
|
|
60
60
|
"@teamturing/utils": "^1.5.0",
|
|
61
61
|
"framer-motion": "^10.16.4",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"react-textarea-autosize": "^8.5.3",
|
|
67
67
|
"styled-system": "^5.1.5"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "65faf344c7e6013ede89d58f712048a4d7afb028"
|
|
70
70
|
}
|