@ztwoint/z-ui 0.1.54 → 0.1.55

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.
@@ -1,7 +1,7 @@
1
1
  import { jsxs as s, jsx as e } from "react/jsx-runtime";
2
2
  import { cva as c } from "class-variance-authority";
3
- import { cn as x } from "../../lib/utils.js";
4
- const d = c("flex flex-col", {
3
+ import { cn as d } from "../../lib/utils.js";
4
+ const o = c("flex flex-col", {
5
5
  variants: {
6
6
  type: {
7
7
  L: "text-left",
@@ -18,7 +18,7 @@ const d = c("flex flex-col", {
18
18
  multiline: !1
19
19
  }
20
20
  });
21
- function o({
21
+ function x({
22
22
  type: l = "L",
23
23
  multiline: n = !1,
24
24
  primaryFirst: i = !0,
@@ -26,10 +26,10 @@ function o({
26
26
  supportText: t,
27
27
  className: m
28
28
  }) {
29
- const r = x(d({ type: l, multiline: n }), m);
29
+ const r = d(o({ type: l, multiline: n }), m);
30
30
  return i ? /* @__PURE__ */ s("div", { className: r, children: [
31
31
  /* @__PURE__ */ e("span", { "data-slot": "primary-text", className: "text-text-neutral-primary leading-none-medium-sm", children: a }),
32
- t && /* @__PURE__ */ e("span", { "data-slot": "support-text", className: "text-text-neutral-secondary", children: t })
32
+ t && /* @__PURE__ */ e("span", { "data-slot": "support-text", className: "text-text-neutral-secondary leading-none-regular-sm", children: t })
33
33
  ] }) : /* @__PURE__ */ s("div", { className: r, children: [
34
34
  t && /* @__PURE__ */ e(
35
35
  "p",
@@ -42,7 +42,7 @@ function o({
42
42
  /* @__PURE__ */ e("p", { "data-slot": "primary-text", className: "text-text-neutral-primary", children: a })
43
43
  ] });
44
44
  }
45
- o.displayName = "Z2TextPreset";
45
+ x.displayName = "Z2TextPreset";
46
46
  export {
47
- o as Z2TextPreset
47
+ x as Z2TextPreset
48
48
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ztwoint/z-ui",
3
- "version": "0.1.54",
3
+ "version": "0.1.55",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",