@ctlyst.id/internal-ui 2.0.20 → 2.0.21
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/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
package/dist/internal-ui.esm.js
CHANGED
|
@@ -3340,16 +3340,18 @@ const Tab = /*#__PURE__*/forwardRef$1((props, ref) => {
|
|
|
3340
3340
|
})));
|
|
3341
3341
|
});
|
|
3342
3342
|
|
|
3343
|
-
const TabList = /*#__PURE__*/forwardRef$1((props, ref) => /*#__PURE__*/React__default.createElement(TabList$1, {
|
|
3343
|
+
const TabList = /*#__PURE__*/forwardRef$1((props, ref) => /*#__PURE__*/React__default.createElement(TabList$1, Object.assign({
|
|
3344
3344
|
borderBottom: "1px solid",
|
|
3345
|
-
borderColor: useColorModeValue('gray.200', 'bright-gray.800')
|
|
3345
|
+
borderColor: useColorModeValue('gray.200', 'bright-gray.800')
|
|
3346
|
+
}, props, {
|
|
3346
3347
|
ref: ref
|
|
3347
|
-
}, props.children));
|
|
3348
|
+
}), props.children));
|
|
3348
3349
|
|
|
3349
|
-
const TabPanel = /*#__PURE__*/forwardRef$1((props, ref) => /*#__PURE__*/React__default.createElement(TabPanel$1, {
|
|
3350
|
-
px: 0
|
|
3350
|
+
const TabPanel = /*#__PURE__*/forwardRef$1((props, ref) => /*#__PURE__*/React__default.createElement(TabPanel$1, Object.assign({
|
|
3351
|
+
px: 0
|
|
3352
|
+
}, props, {
|
|
3351
3353
|
ref: ref
|
|
3352
|
-
}, props.children));
|
|
3354
|
+
}), props.children));
|
|
3353
3355
|
|
|
3354
3356
|
const messages = {
|
|
3355
3357
|
dragActive: 'Drop file disini...',
|