@harnessio/ui 1.2.7 → 1.2.9
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/components.d.ts +2 -0
- package/dist/components.js +1 -1
- package/dist/{index-WNJr_50D.js → index-BT0C2pcN.js} +2795 -2792
- package/dist/{index-WNJr_50D.js.map → index-BT0C2pcN.js.map} +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/tailwind.config.js +21 -17
- package/dist/tailwind.config.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4994,6 +4994,8 @@ declare interface PageHeaderV2Props_2 {
|
|
|
4994
4994
|
tabs?: HeaderV2TabItem[];
|
|
4995
4995
|
/** `ghost` renders tabs inline in the title row; `underlined` (default) renders below. */
|
|
4996
4996
|
tabsVariant?: HeaderV2TabsVariant;
|
|
4997
|
+
/** Optional className passed to the `Tabs.List` element. */
|
|
4998
|
+
tabsClassName?: string;
|
|
4997
4999
|
contentTabs?: boolean;
|
|
4998
5000
|
children?: ReactNode;
|
|
4999
5001
|
className?: string;
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as s } from "./index-CdF49wK7.js";
|
|
2
|
-
import { i as e } from "./index-
|
|
2
|
+
import { i as e } from "./index-BT0C2pcN.js";
|
|
3
3
|
import { i as a } from "./index-DyWaEvn_.js";
|
|
4
4
|
import { i as m } from "./index-C4bDY5-3.js";
|
|
5
5
|
import { i as f } from "./index-DchZrYRY.js";
|