@propriety/court-calendar 1.0.92 → 1.0.93
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.mjs
CHANGED
|
@@ -9432,7 +9432,7 @@ const Yo = {
|
|
|
9432
9432
|
inperson: "#1da39c",
|
|
9433
9433
|
virtual: "#216edf",
|
|
9434
9434
|
unknown: "#9e9e9e",
|
|
9435
|
-
negotiations: "#
|
|
9435
|
+
negotiations: "#d4a017"
|
|
9436
9436
|
}, zd = {
|
|
9437
9437
|
gradient: "linear-gradient(135deg, #3b82f6 0%, #8b5cf6 50%, #06b6d4 100%)",
|
|
9438
9438
|
glowPurple: "rgba(139, 92, 246, 0.35)"
|
|
@@ -20042,8 +20042,7 @@ function Iy({
|
|
|
20042
20042
|
const Gy = [
|
|
20043
20043
|
{ label: "In Person", color: "#1da39c" },
|
|
20044
20044
|
{ label: "Virtual", color: "#216edf" },
|
|
20045
|
-
{ label: "
|
|
20046
|
-
{ label: "Negotiations", color: "#33d391" },
|
|
20045
|
+
{ label: "Negotiations", color: "#d4a017" },
|
|
20047
20046
|
{ label: "Adjourned (No Date)", color: "rgb(151, 11, 134)" },
|
|
20048
20047
|
{ label: "Village Date", borderColor: "#f59e0b" },
|
|
20049
20048
|
{ label: "Overdue Upload", borderColor: "#b71c1c" }
|
package/dist/theme/tokens.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ export declare const EVENT_COLORS: {
|
|
|
14
14
|
readonly inperson: "#1da39c";
|
|
15
15
|
readonly virtual: "#216edf";
|
|
16
16
|
readonly unknown: "#9e9e9e";
|
|
17
|
-
readonly negotiations: "#
|
|
17
|
+
readonly negotiations: "#d4a017";
|
|
18
18
|
};
|
|
19
19
|
export declare const BRAND: {
|
|
20
20
|
readonly gradient: "linear-gradient(135deg, #3b82f6 0%, #8b5cf6 50%, #06b6d4 100%)";
|
package/package.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
const LEGEND_ITEMS: { label: string; color?: string; borderColor?: string }[] = [
|
|
2
2
|
{ label: 'In Person', color: '#1da39c' },
|
|
3
3
|
{ label: 'Virtual', color: '#216edf' },
|
|
4
|
-
{ label: '
|
|
5
|
-
{ label: 'Negotiations', color: '#33d391' },
|
|
4
|
+
{ label: 'Negotiations', color: '#d4a017' },
|
|
6
5
|
{ label: 'Adjourned (No Date)', color: 'rgb(151, 11, 134)' },
|
|
7
6
|
{ label: 'Village Date', borderColor: '#f59e0b' },
|
|
8
7
|
{ label: 'Overdue Upload', borderColor: '#b71c1c' },
|