@burdenoff/fe-libs 2026.705.2 → 2026.705.4

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.
@@ -156,8 +156,8 @@ var e = {
156
156
  id: "ggnomad",
157
157
  name: "GGNomad",
158
158
  icon: "GG",
159
- color: "#8b5cf6",
160
- description: "Gaming & digital nomad platform",
159
+ color: "#2563EB",
160
+ description: "Travel, tourism & entertainment",
161
161
  comingSoon: !0
162
162
  },
163
163
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burdenoff/fe-libs",
3
- "version": "2026.705.2",
3
+ "version": "2026.705.4",
4
4
  "description": "Burdenoff frontend primitives and domain libraries",
5
5
  "type": "module",
6
6
  "imports": {
@@ -0,0 +1,6 @@
1
+ /* MyBodyShield brand overrides - Health & Fitness (emerald/green identity) */
2
+ [data-brand="mybodyshield"] {
3
+ --color-action-primary-bg: #10b981;
4
+ --color-action-primary-bgHover: #059669;
5
+ --color-action-primary-bgActive: #047857;
6
+ }
@@ -22,6 +22,7 @@
22
22
  @import './build/brands/vibecontrols.css' layer(brands);
23
23
  @import './build/brands/housingvista.css' layer(brands);
24
24
  @import './build/brands/intelwatchtower.css' layer(brands);
25
+ @import './build/brands/mybodyshield.css' layer(brands);
25
26
 
26
27
  /* Boff UI expressive + accessibility themes (forest/ocean/sunset/high-contrast).
27
28
  * Imported into the `themes` layer LAST so an expressive theme's accent wins