@ztwoint/z-ui 0.1.132 → 0.1.133

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.
@@ -28,7 +28,7 @@ function c({ className: a, ...t }) {
28
28
  }
29
29
  );
30
30
  }
31
- function f({
31
+ function p({
32
32
  className: a,
33
33
  icon: t,
34
34
  label: n,
@@ -46,9 +46,9 @@ function f({
46
46
  "data-[disabled]:cursor-not-allowed data-[disabled]:opacity-50",
47
47
  "group",
48
48
  // Underline pseudo-element using Tailwind's after: utilities
49
- 'after:content-[""] after:absolute after:left-1/2 after:bottom-0 after:-translate-x-1/2',
49
+ 'after:content-[""] after:absolute after:bottom-0',
50
50
  "after:w-[calc(100%-24px)] after:border-b after:border-stroke-solid-attention",
51
- "after:opacity-0 after:transition-opacity after:duration-200 after:ease-linear after:z-10",
51
+ "after:opacity-0 after:transition-opacity after:duration-200 after:ease-linear",
52
52
  // Active state - show underline
53
53
  "data-[state=active]:after:opacity-100",
54
54
  a
@@ -96,7 +96,7 @@ function f({
96
96
  }
97
97
  );
98
98
  }
99
- function p({
99
+ function f({
100
100
  className: a,
101
101
  ...t
102
102
  }) {
@@ -104,7 +104,7 @@ function p({
104
104
  }
105
105
  export {
106
106
  m as Z2Tabs,
107
- p as Z2TabsContent,
107
+ f as Z2TabsContent,
108
108
  c as Z2TabsList,
109
- f as Z2TabsTrigger
109
+ p as Z2TabsTrigger
110
110
  };