@doist/reactist 17.9.0 → 17.9.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.
@@ -2374,7 +2374,7 @@ function usePrevious(value) {
2374
2374
  return ref.current;
2375
2375
  }
2376
2376
 
2377
- var modules_40c67f5b = {"tab":"a1064a3b","track":"_06f1b8a1","tab-neutral":"dabbec7d","tab-themed":"e6f5ae4e","track-neutral":"_43913ce5","track-themed":"_39bdfdde","track-xsmall":"_1c148f4e","track-small":"_2a370df5","track-medium":"_77430437","track-large":"_33db5352","track-xlarge":"_60bf9564","track-xxlarge":"_29a35080"};
2377
+ var modules_40c67f5b = {"tab":"e96bf360","track":"_430e252d","tab-neutral":"f631ccbe","tab-themed":"_6ba96acc","track-neutral":"ef4cd8d3","track-themed":"_344b3b10"};
2378
2378
 
2379
2379
  const _excluded$r = ["as", "children", "id", "exceptionallySetClassName"],
2380
2380
  _excluded2$2 = ["children", "space"],
@@ -2419,6 +2419,7 @@ function Tabs({
2419
2419
  * Represents the individual tab elements within the group. Each `<Tab>` must have a corresponding `<TabPanel>` component.
2420
2420
  */
2421
2421
 
2422
+
2422
2423
  const Tab = /*#__PURE__*/polymorphicComponent(function Tab(_ref, ref) {
2423
2424
  let {
2424
2425
  as,
@@ -2477,7 +2478,7 @@ function TabList(_ref2) {
2477
2478
  position: "relative",
2478
2479
  width: "maxContent"
2479
2480
  }, props), /*#__PURE__*/React.createElement(Box, {
2480
- className: classNames(modules_40c67f5b.track, modules_40c67f5b["track-" + space], modules_40c67f5b["track-" + variant])
2481
+ className: [modules_40c67f5b.track, modules_40c67f5b["track-" + variant]]
2481
2482
  }), /*#__PURE__*/React.createElement(Inline, {
2482
2483
  space: space
2483
2484
  }, children)))
@@ -2487,6 +2488,7 @@ function TabList(_ref2) {
2487
2488
  * Used to define the content to be rendered when a tab is active. Each `<TabPanel>` must have a corresponding `<Tab>` component.
2488
2489
  */
2489
2490
 
2491
+
2490
2492
  const TabPanel = /*#__PURE__*/polymorphicComponent(function TabPanel(_ref3, ref) {
2491
2493
  let {
2492
2494
  children,