@chekinapp/ui 0.0.145 → 0.2.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.
package/dist/index.d.cts CHANGED
@@ -601,11 +601,11 @@ declare const statusStyles: {
601
601
  readonly color: "text-[var(--chekin-color-brand-blue)]";
602
602
  };
603
603
  readonly SUCCESS: {
604
- readonly background: "bg-[#e8fcf7]";
605
- readonly color: "text-[#2bc29f]";
604
+ readonly background: "bg-[var(--chekin-green-50)]";
605
+ readonly color: "text-[var(--chekin-green-600)]";
606
606
  };
607
607
  readonly DANGER: {
608
- readonly background: "bg-[#ffe2ed]";
608
+ readonly background: "bg-[var(--chekin-red-100)]";
609
609
  readonly color: "text-[var(--error-message-color)]";
610
610
  };
611
611
  };
package/dist/index.d.ts CHANGED
@@ -601,11 +601,11 @@ declare const statusStyles: {
601
601
  readonly color: "text-[var(--chekin-color-brand-blue)]";
602
602
  };
603
603
  readonly SUCCESS: {
604
- readonly background: "bg-[#e8fcf7]";
605
- readonly color: "text-[#2bc29f]";
604
+ readonly background: "bg-[var(--chekin-green-50)]";
605
+ readonly color: "text-[var(--chekin-green-600)]";
606
606
  };
607
607
  readonly DANGER: {
608
- readonly background: "bg-[#ffe2ed]";
608
+ readonly background: "bg-[var(--chekin-red-100)]";
609
609
  readonly color: "text-[var(--error-message-color)]";
610
610
  };
611
611
  };