@teamturing/react-kit 2.18.0 → 2.18.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
@@ -21471,7 +21471,7 @@ const Select = ({
21471
21471
  }
21472
21472
  }
21473
21473
  },
21474
- children: [/*#__PURE__*/jsxRuntimeExports.jsx("option", {
21474
+ children: [/*#__PURE__*/jsxRuntimeExports.jsx(SelectOption, {
21475
21475
  label: placeholder,
21476
21476
  value: PLACEHOLDER_VALUE
21477
21477
  }), children]
@@ -63,7 +63,7 @@ const Select = ({
63
63
  }
64
64
  }
65
65
  },
66
- children: [/*#__PURE__*/jsxRuntimeExports.jsx("option", {
66
+ children: [/*#__PURE__*/jsxRuntimeExports.jsx(SelectOption, {
67
67
  label: placeholder,
68
68
  value: PLACEHOLDER_VALUE
69
69
  }), children]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "2.18.0",
3
+ "version": "2.18.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",
@@ -62,5 +62,5 @@
62
62
  "react-is": "^18.2.0",
63
63
  "styled-system": "^5.1.5"
64
64
  },
65
- "gitHead": "7e5d700d947efa6123f50698bdcef68160fb21e3"
65
+ "gitHead": "1b05ea29fdfa9fdc36731283f8c009b1b3156392"
66
66
  }