@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 +1 -1
- package/esm/core/Select/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -21471,7 +21471,7 @@ const Select = ({
|
|
|
21471
21471
|
}
|
|
21472
21472
|
}
|
|
21473
21473
|
},
|
|
21474
|
-
children: [/*#__PURE__*/jsxRuntimeExports.jsx(
|
|
21474
|
+
children: [/*#__PURE__*/jsxRuntimeExports.jsx(SelectOption, {
|
|
21475
21475
|
label: placeholder,
|
|
21476
21476
|
value: PLACEHOLDER_VALUE
|
|
21477
21477
|
}), children]
|
package/esm/core/Select/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.18.
|
|
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": "
|
|
65
|
+
"gitHead": "1b05ea29fdfa9fdc36731283f8c009b1b3156392"
|
|
66
66
|
}
|