@ctlyst.id/internal-ui 2.0.20 → 2.0.21
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/internal-ui.cjs.development.js +8 -6
- package/dist/internal-ui.cjs.development.js.map +1 -1
- package/dist/internal-ui.cjs.production.min.js +3 -3
- package/dist/internal-ui.cjs.production.min.js.map +1 -1
- package/dist/internal-ui.esm.js +8 -6
- package/dist/internal-ui.esm.js.map +1 -1
- package/package.json +2 -2
@@ -3346,16 +3346,18 @@ const Tab = /*#__PURE__*/react.forwardRef((props, ref) => {
|
|
3346
3346
|
})));
|
3347
3347
|
});
|
3348
3348
|
|
3349
|
-
const TabList = /*#__PURE__*/react.forwardRef((props, ref) => /*#__PURE__*/React__default.createElement(react.TabList, {
|
3349
|
+
const TabList = /*#__PURE__*/react.forwardRef((props, ref) => /*#__PURE__*/React__default.createElement(react.TabList, Object.assign({
|
3350
3350
|
borderBottom: "1px solid",
|
3351
|
-
borderColor: react.useColorModeValue('gray.200', 'bright-gray.800')
|
3351
|
+
borderColor: react.useColorModeValue('gray.200', 'bright-gray.800')
|
3352
|
+
}, props, {
|
3352
3353
|
ref: ref
|
3353
|
-
}, props.children));
|
3354
|
+
}), props.children));
|
3354
3355
|
|
3355
|
-
const TabPanel = /*#__PURE__*/react.forwardRef((props, ref) => /*#__PURE__*/React__default.createElement(react.TabPanel, {
|
3356
|
-
px: 0
|
3356
|
+
const TabPanel = /*#__PURE__*/react.forwardRef((props, ref) => /*#__PURE__*/React__default.createElement(react.TabPanel, Object.assign({
|
3357
|
+
px: 0
|
3358
|
+
}, props, {
|
3357
3359
|
ref: ref
|
3358
|
-
}, props.children));
|
3360
|
+
}), props.children));
|
3359
3361
|
|
3360
3362
|
const messages = {
|
3361
3363
|
dragActive: 'Drop file disini...',
|