analysis-ui-components
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -52,3 +52,3 @@ import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime"; | ||
props.onClick?.(item); | ||
} }, item.id))) }), void 0), _jsx("div", Object.assign({ style: { marginLeft: 5 } }, { children: item.content }), void 0)] }), void 0)); | ||
} }, item.id))) }), void 0), _jsx("div", Object.assign({ style: { marginLeft: 5, ...props.style } }, { children: item.content }), void 0)] }), void 0)); | ||
} | ||
@@ -55,0 +55,0 @@ function TabsHorizontal(props) { |
@@ -52,3 +52,3 @@ import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime"; | ||
props.onClick?.(item); | ||
} }, item.id))) }), void 0), _jsx("div", Object.assign({ style: { marginLeft: 5 } }, { children: item.content }), void 0)] }), void 0)); | ||
} }, item.id))) }), void 0), _jsx("div", Object.assign({ style: { marginLeft: 5, ...props.style } }, { children: item.content }), void 0)] }), void 0)); | ||
} | ||
@@ -55,0 +55,0 @@ function TabsHorizontal(props) { |
{ | ||
"name": "analysis-ui-components", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "React components to build analysis UI", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
142256