@klarity-id/klarity-ui 0.1.7 → 0.1.8

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.
@@ -2882,7 +2882,7 @@ function _(...e) {
2882
2882
  return ts(Ga(e));
2883
2883
  }
2884
2884
  const ue = ({ children: e, className: t, variant: n = "md", weight: r = "regular" }) => {
2885
- const o = "text-white", a = {
2885
+ const o = "text-black", a = {
2886
2886
  bold: "font-bold",
2887
2887
  medium: "font-medium",
2888
2888
  semibold: "font-semibold",
@@ -17339,6 +17339,27 @@ const Wp = Nt(
17339
17339
  }
17340
17340
  );
17341
17341
  Gp.displayName = "Filter";
17342
+ const wC = ({ children: e, className: t, variant: n = "h1", weight: r = "regular" }) => {
17343
+ const o = "text-gray-900", a = {
17344
+ h1: "text-[64px] leading-[76px]",
17345
+ h2: "text-[48px] leading-[56px]",
17346
+ h3: "text-[40px] leading-[48px]",
17347
+ h4: "text-[32px] leading-[40px]",
17348
+ h5: "text-[24px] leading-[32px]",
17349
+ h6: "text-[20px] leading-[24px]"
17350
+ }, i = {
17351
+ bold: "font-bold",
17352
+ semibold: "font-semibold",
17353
+ medium: "font-medium",
17354
+ regular: "font-normal"
17355
+ };
17356
+ return /* @__PURE__ */ l(n, { className: _(o, a[n], i[r], t), children: e });
17357
+ }, xC = ({ children: e, className: t, weight: n = "regular" }) => /* @__PURE__ */ l("p", { className: _("text-gray-900 text-[10px] leading-[16px]", {
17358
+ bold: "font-bold",
17359
+ medium: "font-medium",
17360
+ semibold: "font-semibold",
17361
+ regular: "font-normal"
17362
+ }[n], t), children: e });
17342
17363
  export {
17343
17364
  bC as Accordion,
17344
17365
  $C as AccordionItem,
@@ -17370,6 +17391,7 @@ export {
17370
17391
  wm as CalendarMonthIcon,
17371
17392
  is as CancelFilledIcon,
17372
17393
  ym as CancelIcon,
17394
+ xC as Caption,
17373
17395
  a2 as Checkbox,
17374
17396
  v4 as CheckboxField,
17375
17397
  vm as ChevronBackIcon,
@@ -17416,6 +17438,7 @@ export {
17416
17438
  km as GridViewIcon,
17417
17439
  Wm as GroupsFilledIcon,
17418
17440
  Zm as GroupsIcon,
17441
+ wC as Heading,
17419
17442
  dm as HomeFilledIcon,
17420
17443
  lm as HomeIcon,
17421
17444
  Gm as ImageIcon,
@@ -17432,6 +17455,7 @@ export {
17432
17455
  eC as MoreHorizontalIcon,
17433
17456
  tC as MoreVerticalIcon,
17434
17457
  Up as MultiSelectField,
17458
+ ue as Paragraph,
17435
17459
  Hm as PersonFilledIcon,
17436
17460
  Vm as PersonIcon,
17437
17461
  Ld as PhoneInput,