@harnessio/ui 1.2.8 → 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/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-B7QwmAgJ.js";
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";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@harnessio/ui",
3
3
  "description": "Harness Canary UI component library",
4
- "version": "1.2.8",
4
+ "version": "1.2.9",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",