@brickclay-org/ui 0.1.59 → 0.1.61
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/package.json
CHANGED
|
@@ -27,28 +27,29 @@
|
|
|
27
27
|
|
|
28
28
|
/* ─── Severity – INFO (blue) ──────────────────────────────────────────────── */
|
|
29
29
|
.toast-item[data-severity="info"] {
|
|
30
|
-
@apply bg-[#
|
|
30
|
+
@apply bg-[#1434CB] border-[#E5F3FF];
|
|
31
31
|
}
|
|
32
|
-
.toast-item[data-severity="info"] .toast-icon path { stroke:
|
|
33
|
-
.toast-item[data-severity="info"] .toast-summary { @apply text-
|
|
32
|
+
.toast-item[data-severity="info"] .toast-icon path { stroke: white; }
|
|
33
|
+
.toast-item[data-severity="info"] .toast-summary { @apply text-white; }
|
|
34
|
+
.toast-item[data-severity="info"] .toast-detail { @apply text-gray-200 text-xs; }
|
|
34
35
|
.toast-item[data-severity="info"] .toast-action {
|
|
35
|
-
@apply bg-[#1434CB]
|
|
36
|
+
@apply bg-white text-[#1434CB] border border-[#1434CB];
|
|
36
37
|
}
|
|
37
38
|
/* .toast-item[data-severity="info"] .toast-action:hover { @apply bg-blue-800; } */
|
|
38
|
-
.toast-item[data-severity="info"] .toast-close path { stroke:
|
|
39
|
+
.toast-item[data-severity="info"] .toast-close path { stroke: white; }
|
|
39
40
|
|
|
40
41
|
/* ─── Severity – DEFAULT (gray) ───────────────────────────────────────────── */
|
|
41
42
|
.toast-item[data-severity="default"] {
|
|
42
|
-
@apply bg-
|
|
43
|
+
@apply bg-black border-gray-200;
|
|
43
44
|
}
|
|
44
|
-
.toast-item[data-severity="default"] .toast-icon path { stroke:
|
|
45
|
-
.toast-item[data-severity="default"] .toast-summary { @apply text-
|
|
45
|
+
.toast-item[data-severity="default"] .toast-icon path { stroke: white; }
|
|
46
|
+
.toast-item[data-severity="default"] .toast-summary { @apply text-white; }
|
|
46
47
|
/* .toast-item[data-severity="default"] .toast-detail { @apply text-gray-600; } */
|
|
47
48
|
.toast-item[data-severity="default"] .toast-action {
|
|
48
|
-
@apply bg-
|
|
49
|
+
@apply bg-white text-black;
|
|
49
50
|
}
|
|
50
51
|
/* .toast-item[data-severity="default"] .toast-action:hover { @apply bg-gray-600; } */
|
|
51
|
-
.toast-item[data-severity="default"] .toast-close path { stroke:
|
|
52
|
+
.toast-item[data-severity="default"] .toast-close path { stroke: white; }
|
|
52
53
|
|
|
53
54
|
/* ─── Severity – ERROR (red) ──────────────────────────────────────────────── */
|
|
54
55
|
.toast-item[data-severity="error"] {
|
|
@@ -56,7 +57,7 @@
|
|
|
56
57
|
}
|
|
57
58
|
.toast-item[data-severity="error"] .toast-icon path { stroke: white; }
|
|
58
59
|
.toast-item[data-severity="error"] .toast-summary { @apply text-white; }
|
|
59
|
-
.toast-item[data-severity="error"] .toast-detail { @apply text-gray-200; }
|
|
60
|
+
.toast-item[data-severity="error"] .toast-detail { @apply text-gray-200 text-xs; }
|
|
60
61
|
.toast-item[data-severity="error"] .toast-action {
|
|
61
62
|
@apply bg-white text-[#CB1432];
|
|
62
63
|
}
|
|
@@ -65,29 +66,29 @@
|
|
|
65
66
|
|
|
66
67
|
/* ─── Severity – WARN (orange / amber) ────────────────────────────────────── */
|
|
67
68
|
.toast-item[data-severity="warn"] {
|
|
68
|
-
@apply bg-[#
|
|
69
|
+
@apply bg-[#CC6401] border-[#FFEED7];
|
|
69
70
|
}
|
|
70
|
-
.toast-item[data-severity="warn"] .toast-icon path { stroke:
|
|
71
|
-
.toast-item[data-severity="warn"] .toast-summary { @apply text-
|
|
71
|
+
.toast-item[data-severity="warn"] .toast-icon path { stroke: white; }
|
|
72
|
+
.toast-item[data-severity="warn"] .toast-summary { @apply text-white; }
|
|
72
73
|
/* .toast-item[data-severity="warn"] .toast-detail { @apply text-amber-700; } */
|
|
73
74
|
.toast-item[data-severity="warn"] .toast-action {
|
|
74
|
-
@apply bg-[#CC6401]
|
|
75
|
+
@apply bg-white text-[#CC6401];
|
|
75
76
|
}
|
|
76
77
|
/* .toast-item[data-severity="warn"] .toast-action:hover { @apply bg-amber-800; } */
|
|
77
|
-
.toast-item[data-severity="warn"] .toast-close path { stroke:
|
|
78
|
+
.toast-item[data-severity="warn"] .toast-close path { stroke: white; }
|
|
78
79
|
|
|
79
80
|
/* ─── Severity – SUCCESS (green) ──────────────────────────────────────────── */
|
|
80
81
|
.toast-item[data-severity="success"] {
|
|
81
|
-
@apply bg-[#
|
|
82
|
+
@apply bg-[#1E7735] border-[#F1FCF3];
|
|
82
83
|
}
|
|
83
|
-
.toast-item[data-severity="success"] .toast-icon path { stroke:
|
|
84
|
-
.toast-item[data-severity="success"] .toast-summary { @apply text-
|
|
84
|
+
.toast-item[data-severity="success"] .toast-icon path { stroke: white; }
|
|
85
|
+
.toast-item[data-severity="success"] .toast-summary { @apply text-white; }
|
|
85
86
|
/* .toast-item[data-severity="success"] .toast-detail { @apply text-green-700; } */
|
|
86
87
|
.toast-item[data-severity="success"] .toast-action {
|
|
87
|
-
@apply bg-[#22973F]
|
|
88
|
+
@apply bg-white text-[#22973F];
|
|
88
89
|
}
|
|
89
|
-
.toast-item[data-severity="success"] .toast-action:hover { @apply bg-
|
|
90
|
-
.toast-item[data-severity="success"] .toast-close path { stroke:
|
|
90
|
+
.toast-item[data-severity="success"] .toast-action:hover { @apply bg-[#22973F]; }
|
|
91
|
+
.toast-item[data-severity="success"] .toast-close path { stroke: white; }
|
|
91
92
|
|
|
92
93
|
/* ─── Summary / Detail / Action / Close (base) ───────────────────────────── */
|
|
93
94
|
.toast-summary {
|