@schandlergarcia/sf-web-components 2.3.5 → 2.3.6
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 +5 -0
- package/brands/engine/global.css +0 -18
- package/dist/styles/global.css +0 -18
- package/package.json +1 -1
- package/src/styles/global.css +0 -18
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,11 @@ 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.6] - 2026-04-11
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- **Removed dashboard tokens from `@theme inline`** — Tailwind v4's `@theme inline` resolves values at compile time and bakes them into the CSS output, overriding runtime `:root` definitions. Dashboard tokens (`--color-dash-*` and `--dash-*`) now live exclusively in `:root` where the browser resolves them at runtime. This is what makes `brand:engine` / `brand:reset` actually change colors.
|
|
12
|
+
|
|
8
13
|
## [2.3.5] - 2026-04-11
|
|
9
14
|
|
|
10
15
|
### Fixed
|
package/brands/engine/global.css
CHANGED
|
@@ -58,24 +58,6 @@
|
|
|
58
58
|
--color-sidebar-border: var(--sidebar-border);
|
|
59
59
|
--color-sidebar-ring: var(--sidebar-ring);
|
|
60
60
|
|
|
61
|
-
/* Dashboard semantic tokens — resolved at runtime via :root vars */
|
|
62
|
-
--color-dash-text: var(--dash-text);
|
|
63
|
-
--color-dash-muted: var(--dash-muted);
|
|
64
|
-
--color-dash-label: var(--dash-label);
|
|
65
|
-
--color-dash-surface: var(--dash-surface);
|
|
66
|
-
--color-dash-border: var(--dash-border);
|
|
67
|
-
--color-dash-accent: var(--dash-accent);
|
|
68
|
-
--color-dash-success: var(--dash-success);
|
|
69
|
-
--color-dash-info: var(--dash-info);
|
|
70
|
-
--color-dash-warning: var(--dash-warning);
|
|
71
|
-
--color-dash-danger: var(--dash-danger);
|
|
72
|
-
--color-dash-dark: var(--dash-dark);
|
|
73
|
-
--color-dash-darker: var(--dash-darker);
|
|
74
|
-
--color-dash-chart-1: var(--dash-chart-1);
|
|
75
|
-
--color-dash-chart-2: var(--dash-chart-2);
|
|
76
|
-
--color-dash-chart-3: var(--dash-chart-3);
|
|
77
|
-
--color-dash-chart-4: var(--dash-chart-4);
|
|
78
|
-
|
|
79
61
|
/* Engine brand palette — official guidelines */
|
|
80
62
|
--color-engine-black: #0D1117;
|
|
81
63
|
--color-engine-cyan: #7DCBD9;
|
package/dist/styles/global.css
CHANGED
|
@@ -58,24 +58,6 @@
|
|
|
58
58
|
--color-sidebar-border: var(--sidebar-border);
|
|
59
59
|
--color-sidebar-ring: var(--sidebar-ring);
|
|
60
60
|
|
|
61
|
-
/* Dashboard semantic tokens — resolved at runtime via :root vars */
|
|
62
|
-
--color-dash-text: var(--dash-text);
|
|
63
|
-
--color-dash-muted: var(--dash-muted);
|
|
64
|
-
--color-dash-label: var(--dash-label);
|
|
65
|
-
--color-dash-surface: var(--dash-surface);
|
|
66
|
-
--color-dash-border: var(--dash-border);
|
|
67
|
-
--color-dash-accent: var(--dash-accent);
|
|
68
|
-
--color-dash-success: var(--dash-success);
|
|
69
|
-
--color-dash-info: var(--dash-info);
|
|
70
|
-
--color-dash-warning: var(--dash-warning);
|
|
71
|
-
--color-dash-danger: var(--dash-danger);
|
|
72
|
-
--color-dash-dark: var(--dash-dark);
|
|
73
|
-
--color-dash-darker: var(--dash-darker);
|
|
74
|
-
--color-dash-chart-1: var(--dash-chart-1);
|
|
75
|
-
--color-dash-chart-2: var(--dash-chart-2);
|
|
76
|
-
--color-dash-chart-3: var(--dash-chart-3);
|
|
77
|
-
--color-dash-chart-4: var(--dash-chart-4);
|
|
78
|
-
|
|
79
61
|
/* Brand palette — customize these to match your brand */
|
|
80
62
|
--color-brand-50: #F0F9FF;
|
|
81
63
|
--color-brand-100: #E0F2FE;
|
package/package.json
CHANGED
package/src/styles/global.css
CHANGED
|
@@ -58,24 +58,6 @@
|
|
|
58
58
|
--color-sidebar-border: var(--sidebar-border);
|
|
59
59
|
--color-sidebar-ring: var(--sidebar-ring);
|
|
60
60
|
|
|
61
|
-
/* Dashboard semantic tokens — resolved at runtime via :root vars */
|
|
62
|
-
--color-dash-text: var(--dash-text);
|
|
63
|
-
--color-dash-muted: var(--dash-muted);
|
|
64
|
-
--color-dash-label: var(--dash-label);
|
|
65
|
-
--color-dash-surface: var(--dash-surface);
|
|
66
|
-
--color-dash-border: var(--dash-border);
|
|
67
|
-
--color-dash-accent: var(--dash-accent);
|
|
68
|
-
--color-dash-success: var(--dash-success);
|
|
69
|
-
--color-dash-info: var(--dash-info);
|
|
70
|
-
--color-dash-warning: var(--dash-warning);
|
|
71
|
-
--color-dash-danger: var(--dash-danger);
|
|
72
|
-
--color-dash-dark: var(--dash-dark);
|
|
73
|
-
--color-dash-darker: var(--dash-darker);
|
|
74
|
-
--color-dash-chart-1: var(--dash-chart-1);
|
|
75
|
-
--color-dash-chart-2: var(--dash-chart-2);
|
|
76
|
-
--color-dash-chart-3: var(--dash-chart-3);
|
|
77
|
-
--color-dash-chart-4: var(--dash-chart-4);
|
|
78
|
-
|
|
79
61
|
/* Brand palette — customize these to match your brand */
|
|
80
62
|
--color-brand-50: #F0F9FF;
|
|
81
63
|
--color-brand-100: #E0F2FE;
|