md-components-mdigial-azamat 0.0.50 → 0.0.51

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.
@@ -13,7 +13,8 @@ const g = {
13
13
  text: t.DESCRIPTION,
14
14
  icon: t.FILE,
15
15
  color: t.COLOR,
16
- title: t.TITLE
16
+ title: t.TITLE,
17
+ description: t.DESCRIPTION
17
18
  }
18
19
  }, h = ["title", g, x], b = ({ data: o, title: l, button: s }) => /* @__PURE__ */ r(d, { children: /* @__PURE__ */ a("div", { className: "flex items-center flex-col", children: [
19
20
  l && /* @__PURE__ */ r("p", { className: "font-bold max-tablet:text-[26px] text-[44px] mb-12 max-tablet:leading-[32px] leading-[42px] font-variant-numeric font-feature-settings", children: l }),
@@ -40,8 +41,8 @@ const g = {
40
41
  children: p
41
42
  }
42
43
  ),
43
- e.text && /* @__PURE__ */ r("p", { className: "text-blackBG text-[18px] leading-[26px] text-center", children: e == null ? void 0 : e.text }),
44
44
  (e == null ? void 0 : e.title) && /* @__PURE__ */ r("h3", { className: "text-blackBG text-[22px] leading-[30px] font-bold text-center mb-[16px]", children: e == null ? void 0 : e.title }),
45
+ e.text && /* @__PURE__ */ r("p", { className: "text-blackBG text-[18px] leading-[26px] text-center", children: e == null ? void 0 : e.text }),
45
46
  (e == null ? void 0 : e.description) && /* @__PURE__ */ r("p", { className: "text-gray3 text-[15px] leading-[22px] text-center", children: e == null ? void 0 : e.description })
46
47
  ]
47
48
  },
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "md-components-mdigial-azamat",
3
3
  "author": "Azamat Raimbekov",
4
4
  "private": false,
5
- "version": "0.0.50",
5
+ "version": "0.0.51",
6
6
  "type": "module",
7
7
  "main": "dist/main.js",
8
8
  "types": "dist/main.d.ts",