@teamturing/react-kit 2.56.3 → 2.56.4

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
@@ -6897,7 +6897,6 @@ const FileItem = ({
6897
6897
  return /*#__PURE__*/jsxRuntime.jsx(BaseFile, {
6898
6898
  variant: variant,
6899
6899
  disabled: disabled,
6900
- loading: disabled,
6901
6900
  validationStatus: validationStatus,
6902
6901
  trailingAction: trailingAction,
6903
6902
  ...props,
@@ -33,7 +33,6 @@ const FileItem = ({
33
33
  return /*#__PURE__*/jsx(BaseFile, {
34
34
  variant: variant,
35
35
  disabled: disabled,
36
- loading: disabled,
37
36
  validationStatus: validationStatus,
38
37
  trailingAction: trailingAction,
39
38
  ...props,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "2.56.3",
3
+ "version": "2.56.4",
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": "fe653415d2cb08f26ba83ea2dc6f4ba72b67db61"
69
+ "gitHead": "7b0bbc8a30f3c0e177603c66c8c9a045e8026883"
70
70
  }