@schandlergarcia/sf-web-components 2.3.6 → 2.3.7

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/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [2.3.7] - 2026-04-11
9
+
10
+ ### Changed
11
+ - **Bold neutral palette** — reset theme now uses vivid blue accent (`#2563eb`), blue-tinted surfaces (`#dbeafe`), blue borders (`#93c5fd`), purple info (`#7c3aed`), deep blue hero gradient (`#1e3a8a`). Clearly "not Engine."
12
+ - **Engine theme pops harder** — hero gradient uses dark teal (`#0c3044`) instead of plain charcoal, surfaces have a warm cyan tint (`#f0fafb`), borders pick up the teal (`#a8dde5`), chart colors now use all four Engine secondary colors (cyan, green, orange-red, gold).
13
+
8
14
  ## [2.3.6] - 2026-04-11
9
15
 
10
16
  ### Fixed
@@ -93,21 +93,21 @@
93
93
 
94
94
  :root {
95
95
  --dash-text: #0D1117;
96
- --dash-muted: #616368;
97
- --dash-label: #B0B1B3;
98
- --dash-surface: #F3F3F4;
99
- --dash-border: #B0B1B3;
96
+ --dash-muted: #4a5568;
97
+ --dash-label: #9ca3af;
98
+ --dash-surface: #f0fafb;
99
+ --dash-border: #a8dde5;
100
100
  --dash-accent: #7DCBD9;
101
101
  --dash-success: #1E9D6D;
102
102
  --dash-info: #157DE5;
103
103
  --dash-warning: #FFB200;
104
104
  --dash-danger: #FD4B23;
105
- --dash-dark: #1a1f2e;
106
- --dash-darker: #0a0d12;
105
+ --dash-dark: #0c3044;
106
+ --dash-darker: #071d2a;
107
107
  --dash-chart-1: #7DCBD9;
108
108
  --dash-chart-2: #1E9D6D;
109
- --dash-chart-3: #FF6B6B;
110
- --dash-chart-4: #FFA726;
109
+ --dash-chart-3: #FD4B23;
110
+ --dash-chart-4: #FFB200;
111
111
  --color-dash-text: var(--dash-text);
112
112
  --color-dash-muted: var(--dash-muted);
113
113
  --color-dash-label: var(--dash-label);
@@ -79,22 +79,22 @@
79
79
  }
80
80
 
81
81
  :root {
82
- --dash-text: #0F172A;
83
- --dash-muted: #64748B;
84
- --dash-label: #94A3B8;
85
- --dash-surface: #F1F5F9;
86
- --dash-border: #CBD5E1;
87
- --dash-accent: #0EA5E9;
88
- --dash-success: #059669;
89
- --dash-info: #2563EB;
90
- --dash-warning: #F59E0B;
91
- --dash-danger: #EF4444;
92
- --dash-dark: #0F172A;
93
- --dash-darker: #020617;
94
- --dash-chart-1: #0EA5E9;
95
- --dash-chart-2: #059669;
96
- --dash-chart-3: #F87171;
97
- --dash-chart-4: #FB923C;
82
+ --dash-text: #1e293b;
83
+ --dash-muted: #475569;
84
+ --dash-label: #64748b;
85
+ --dash-surface: #dbeafe;
86
+ --dash-border: #93c5fd;
87
+ --dash-accent: #2563eb;
88
+ --dash-success: #16a34a;
89
+ --dash-info: #7c3aed;
90
+ --dash-warning: #ca8a04;
91
+ --dash-danger: #dc2626;
92
+ --dash-dark: #1e3a8a;
93
+ --dash-darker: #172554;
94
+ --dash-chart-1: #2563eb;
95
+ --dash-chart-2: #16a34a;
96
+ --dash-chart-3: #e11d48;
97
+ --dash-chart-4: #7c3aed;
98
98
  --color-dash-text: var(--dash-text);
99
99
  --color-dash-muted: var(--dash-muted);
100
100
  --color-dash-label: var(--dash-label);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schandlergarcia/sf-web-components",
3
- "version": "2.3.6",
3
+ "version": "2.3.7",
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",
@@ -79,22 +79,22 @@
79
79
  }
80
80
 
81
81
  :root {
82
- --dash-text: #0F172A;
83
- --dash-muted: #64748B;
84
- --dash-label: #94A3B8;
85
- --dash-surface: #F1F5F9;
86
- --dash-border: #CBD5E1;
87
- --dash-accent: #0EA5E9;
88
- --dash-success: #059669;
89
- --dash-info: #2563EB;
90
- --dash-warning: #F59E0B;
91
- --dash-danger: #EF4444;
92
- --dash-dark: #0F172A;
93
- --dash-darker: #020617;
94
- --dash-chart-1: #0EA5E9;
95
- --dash-chart-2: #059669;
96
- --dash-chart-3: #F87171;
97
- --dash-chart-4: #FB923C;
82
+ --dash-text: #1e293b;
83
+ --dash-muted: #475569;
84
+ --dash-label: #64748b;
85
+ --dash-surface: #dbeafe;
86
+ --dash-border: #93c5fd;
87
+ --dash-accent: #2563eb;
88
+ --dash-success: #16a34a;
89
+ --dash-info: #7c3aed;
90
+ --dash-warning: #ca8a04;
91
+ --dash-danger: #dc2626;
92
+ --dash-dark: #1e3a8a;
93
+ --dash-darker: #172554;
94
+ --dash-chart-1: #2563eb;
95
+ --dash-chart-2: #16a34a;
96
+ --dash-chart-3: #e11d48;
97
+ --dash-chart-4: #7c3aed;
98
98
  --color-dash-text: var(--dash-text);
99
99
  --color-dash-muted: var(--dash-muted);
100
100
  --color-dash-label: var(--dash-label);