@pixpilot/shadcn-ui 0.11.0 → 0.12.0

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.
@@ -15,7 +15,7 @@ const TabsList = (props) => {
15
15
  value: contextValue,
16
16
  children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(__pixpilot_shadcn.TabsList, {
17
17
  ...rest,
18
- className: "bg-transparent p-0 h-auto rounded-none border-b border-border",
18
+ className: (0, __pixpilot_shadcn.cn)("bg-transparent p-0 h-auto rounded-none border-b border-border w-full", rest.className),
19
19
  children
20
20
  })
21
21
  });
@@ -1,5 +1,5 @@
1
1
  import { TabsContext } from "./TabsContext.js";
2
- import { TabsList } from "@pixpilot/shadcn";
2
+ import { TabsList, cn } from "@pixpilot/shadcn";
3
3
  import React from "react";
4
4
  import { jsx } from "react/jsx-runtime";
5
5
 
@@ -11,7 +11,7 @@ const TabsList$1 = (props) => {
11
11
  value: contextValue,
12
12
  children: /* @__PURE__ */ jsx(TabsList, {
13
13
  ...rest,
14
- className: "bg-transparent p-0 h-auto rounded-none border-b border-border",
14
+ className: cn("bg-transparent p-0 h-auto rounded-none border-b border-border w-full", rest.className),
15
15
  children
16
16
  })
17
17
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pixpilot/shadcn-ui",
3
3
  "type": "module",
4
- "version": "0.11.0",
4
+ "version": "0.12.0",
5
5
  "description": "Custom UI components and utilities built with shadcn/ui.",
6
6
  "author": "m.doaie <m.doaie@hotmail.com>",
7
7
  "license": "MIT",
@@ -58,10 +58,10 @@
58
58
  "tsdown": "^0.15.12",
59
59
  "typescript": "^5.9.3",
60
60
  "@internal/eslint-config": "0.3.0",
61
- "@internal/tsdown-config": "0.1.0",
61
+ "@internal/prettier-config": "0.0.1",
62
62
  "@internal/tsconfig": "0.1.0",
63
- "@internal/vitest-config": "0.1.0",
64
- "@internal/prettier-config": "0.0.1"
63
+ "@internal/tsdown-config": "0.1.0",
64
+ "@internal/vitest-config": "0.1.0"
65
65
  },
66
66
  "prettier": "@internal/prettier-config",
67
67
  "scripts": {