@teamturing/react-kit 2.67.0 → 2.67.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
|
@@ -1686,7 +1686,7 @@ const BaseActionListSectionHeader = /*#__PURE__*/styled__default.default.div.wit
|
|
|
1686
1686
|
theme
|
|
1687
1687
|
}) => theme.lineHeights[2], ({
|
|
1688
1688
|
theme
|
|
1689
|
-
}) => `${utils.forcePixelValue(theme.space[1])} ${utils.forcePixelValue(theme.space[3])}
|
|
1689
|
+
}) => `${utils.forcePixelValue(theme.space[1])} ${utils.forcePixelValue(theme.space[3])}`, sx);
|
|
1690
1690
|
|
|
1691
1691
|
const ActionListContext = /*#__PURE__*/React.createContext({});
|
|
1692
1692
|
const ActionList = ({
|
|
@@ -25,6 +25,6 @@ const BaseActionListSectionHeader = /*#__PURE__*/styled.div.withConfig({
|
|
|
25
25
|
theme
|
|
26
26
|
}) => theme.lineHeights[2], ({
|
|
27
27
|
theme
|
|
28
|
-
}) => `${forcePixelValue(theme.space[1])} ${forcePixelValue(theme.space[3])}
|
|
28
|
+
}) => `${forcePixelValue(theme.space[1])} ${forcePixelValue(theme.space[3])}`, sx);
|
|
29
29
|
|
|
30
30
|
export { ActionListSectionHeader as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.67.
|
|
3
|
+
"version": "2.67.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",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"react-textarea-autosize": "^8.5.3",
|
|
66
66
|
"styled-system": "^5.1.5"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "3c0e01658258a289c7cf02291609a90b166588ba"
|
|
69
69
|
}
|