@teamturing/react-kit 2.19.6 → 2.19.7

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
@@ -21067,7 +21067,6 @@ const BaseInput$1 = styled__default.default(UnstyledInput$1)`
21067
21067
 
21068
21068
  white-space: pre;
21069
21069
  text-overflow: ellipsis;
21070
- pointer-events: none;
21071
21070
  `;
21072
21071
  var OverlaySelectInput$1 = /*#__PURE__*/React.forwardRef(OverlaySelectInput);
21073
21072
 
@@ -235,7 +235,6 @@ const BaseInput = styled(UnstyledInput)`
235
235
 
236
236
  white-space: pre;
237
237
  text-overflow: ellipsis;
238
- pointer-events: none;
239
238
  `;
240
239
  var OverlaySelectInput$1 = /*#__PURE__*/forwardRef(OverlaySelectInput);
241
240
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "2.19.6",
3
+ "version": "2.19.7",
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",
@@ -62,5 +62,5 @@
62
62
  "react-is": "^18.2.0",
63
63
  "styled-system": "^5.1.5"
64
64
  },
65
- "gitHead": "20dd5eb44b2910ffd5509d5a93c293bb0a3a4c7f"
65
+ "gitHead": "b4ae7f169a8281f95f95425f817bdf2968d32269"
66
66
  }