@schandlergarcia/sf-web-components 2.3.2 → 2.3.3

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.
@@ -58,6 +58,24 @@
58
58
  --color-sidebar-border: var(--sidebar-border);
59
59
  --color-sidebar-ring: var(--sidebar-ring);
60
60
 
61
+ /* Dashboard semantic tokens — Engine brand values */
62
+ --color-dash-text: #0D1117;
63
+ --color-dash-muted: #616368;
64
+ --color-dash-label: #B0B1B3;
65
+ --color-dash-surface: #F3F3F4;
66
+ --color-dash-border: #B0B1B3;
67
+ --color-dash-accent: #7DCBD9;
68
+ --color-dash-success: #1E9D6D;
69
+ --color-dash-info: #157DE5;
70
+ --color-dash-warning: #FFB200;
71
+ --color-dash-danger: #FD4B23;
72
+ --color-dash-dark: #1a1f2e;
73
+ --color-dash-darker: #0a0d12;
74
+ --color-dash-chart-1: #7DCBD9;
75
+ --color-dash-chart-2: #1E9D6D;
76
+ --color-dash-chart-3: #FF6B6B;
77
+ --color-dash-chart-4: #FFA726;
78
+
61
79
  /* Engine brand palette — official guidelines */
62
80
  --color-engine-black: #0D1117;
63
81
  --color-engine-cyan: #7DCBD9;
@@ -58,6 +58,24 @@
58
58
  --color-sidebar-border: var(--sidebar-border);
59
59
  --color-sidebar-ring: var(--sidebar-ring);
60
60
 
61
+ /* Dashboard semantic tokens — override these per brand */
62
+ --color-dash-text: #0F172A;
63
+ --color-dash-muted: #64748B;
64
+ --color-dash-label: #94A3B8;
65
+ --color-dash-surface: #F1F5F9;
66
+ --color-dash-border: #CBD5E1;
67
+ --color-dash-accent: #0EA5E9;
68
+ --color-dash-success: #059669;
69
+ --color-dash-info: #2563EB;
70
+ --color-dash-warning: #F59E0B;
71
+ --color-dash-danger: #EF4444;
72
+ --color-dash-dark: #0F172A;
73
+ --color-dash-darker: #020617;
74
+ --color-dash-chart-1: #0EA5E9;
75
+ --color-dash-chart-2: #059669;
76
+ --color-dash-chart-3: #F87171;
77
+ --color-dash-chart-4: #FB923C;
78
+
61
79
  /* Brand palette — customize these to match your brand */
62
80
  --color-brand-50: #F0F9FF;
63
81
  --color-brand-100: #E0F2FE;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schandlergarcia/sf-web-components",
3
- "version": "2.3.2",
3
+ "version": "2.3.3",
4
4
  "description": "Reusable Salesforce web components library with Tailwind CSS v4 and shadcn/ui",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -58,6 +58,24 @@
58
58
  --color-sidebar-border: var(--sidebar-border);
59
59
  --color-sidebar-ring: var(--sidebar-ring);
60
60
 
61
+ /* Dashboard semantic tokens — override these per brand */
62
+ --color-dash-text: #0F172A;
63
+ --color-dash-muted: #64748B;
64
+ --color-dash-label: #94A3B8;
65
+ --color-dash-surface: #F1F5F9;
66
+ --color-dash-border: #CBD5E1;
67
+ --color-dash-accent: #0EA5E9;
68
+ --color-dash-success: #059669;
69
+ --color-dash-info: #2563EB;
70
+ --color-dash-warning: #F59E0B;
71
+ --color-dash-danger: #EF4444;
72
+ --color-dash-dark: #0F172A;
73
+ --color-dash-darker: #020617;
74
+ --color-dash-chart-1: #0EA5E9;
75
+ --color-dash-chart-2: #059669;
76
+ --color-dash-chart-3: #F87171;
77
+ --color-dash-chart-4: #FB923C;
78
+
61
79
  /* Brand palette — customize these to match your brand */
62
80
  --color-brand-50: #F0F9FF;
63
81
  --color-brand-100: #E0F2FE;