@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.cjs +236 -212
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +236 -212
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/global.css +53 -54
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-[
|
|
605
|
-
readonly color: "text-[
|
|
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-[
|
|
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-[
|
|
605
|
-
readonly color: "text-[
|
|
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-[
|
|
608
|
+
readonly background: "bg-[var(--chekin-red-100)]";
|
|
609
609
|
readonly color: "text-[var(--error-message-color)]";
|
|
610
610
|
};
|
|
611
611
|
};
|