@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.
- package/dist/reactist.cjs.development.js +4 -2
- package/dist/reactist.cjs.development.js.map +1 -1
- package/dist/reactist.cjs.production.min.js +1 -1
- package/dist/reactist.cjs.production.min.js.map +1 -1
- package/es/new-components/tabs/tabs.js +3 -1
- package/es/new-components/tabs/tabs.js.map +1 -1
- package/es/new-components/tabs/tabs.module.css.js +1 -1
- package/lib/new-components/tabs/tabs.d.ts +6 -6
- package/lib/new-components/tabs/tabs.js +1 -1
- package/lib/new-components/tabs/tabs.js.map +1 -1
- package/lib/new-components/tabs/tabs.module.css.js +1 -1
- package/package.json +1 -1
- package/styles/reactist.css +1 -1
- package/styles/tabs.css +1 -1
- package/styles/tabs.module.css.css +1 -1
|
@@ -2374,7 +2374,7 @@ function usePrevious(value) {
|
|
|
2374
2374
|
return ref.current;
|
|
2375
2375
|
}
|
|
2376
2376
|
|
|
2377
|
-
var modules_40c67f5b = {"tab":"
|
|
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:
|
|
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,
|