@burdenoff/fe-libs 2026.704.3 → 2026.705.1
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.
|
@@ -49,6 +49,7 @@ export declare const PRODUCT_URLS: {
|
|
|
49
49
|
readonly movethewheels: "https://app.movethewheels.com/";
|
|
50
50
|
readonly manufacturedops: "https://app.manufacturedops.com/";
|
|
51
51
|
readonly proserviceworld: "https://app.proserviceworld.com/";
|
|
52
|
+
readonly intelwatchtower: "https://app.intelwatchtower.com/";
|
|
52
53
|
};
|
|
53
54
|
};
|
|
54
55
|
export declare const PRODUCTS: ProductConfig[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"products.d.ts","sourceRoot":"","sources":["../../../src/shared/config/products.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;;OAKG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"products.d.ts","sourceRoot":"","sources":["../../../src/shared/config/products.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;;OAKG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkCf,CAAC;AAEX,eAAO,MAAM,QAAQ,EAAE,aAAa,EAkMnC,CAAC;AAOF,wBAAgB,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,CAIvD;AAED;;GAEG;AACH,wBAAgB,mBAAmB;;QApQ7B,MAAM;UACJ,MAAM;UACN,MAAM;WACL,MAAM;kBACC,MAAM;IACpB;;;;;OAKG;iBACU,OAAO;IA2PrB"}
|
|
@@ -30,7 +30,8 @@ var e = {
|
|
|
30
30
|
timecampus: "https://app.timecampus.com/",
|
|
31
31
|
movethewheels: "https://app.movethewheels.com/",
|
|
32
32
|
manufacturedops: "https://app.manufacturedops.com/",
|
|
33
|
-
proserviceworld: "https://app.proserviceworld.com/"
|
|
33
|
+
proserviceworld: "https://app.proserviceworld.com/",
|
|
34
|
+
intelwatchtower: "https://app.intelwatchtower.com/"
|
|
34
35
|
}
|
|
35
36
|
}, t = [
|
|
36
37
|
{
|
|
@@ -214,6 +215,14 @@ var e = {
|
|
|
214
215
|
color: "#7c3aed",
|
|
215
216
|
description: "Professional services platform",
|
|
216
217
|
comingSoon: !0
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
id: "intelwatchtower",
|
|
221
|
+
name: "IntelWatchtower",
|
|
222
|
+
icon: "IW",
|
|
223
|
+
color: "#0369a1",
|
|
224
|
+
description: "Military & intelligence platform",
|
|
225
|
+
comingSoon: !0
|
|
217
226
|
}
|
|
218
227
|
];
|
|
219
228
|
function n() {
|
package/package.json
CHANGED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* IntelWatchtower brand overrides - Auto-generated */
|
|
2
|
+
/* Accent = a deep steel-blue from the intelligence / common-operating-picture
|
|
3
|
+
* HUD palette (Tailwind sky-700 → sky-900). Distinct from the workspaces cyan
|
|
4
|
+
* (#06b6d4) and the royal-blue owned by timecampus/ggnomad (#2563eb). */
|
|
5
|
+
[data-brand="intelwatchtower"] {
|
|
6
|
+
--color-action-primary-bg: #0369A1;
|
|
7
|
+
--color-action-primary-bgHover: #075985;
|
|
8
|
+
--color-action-primary-bgActive: #0C4A6E;
|
|
9
|
+
}
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
@import './build/brands/fluidgrids.css' layer(brands);
|
|
22
22
|
@import './build/brands/vibecontrols.css' layer(brands);
|
|
23
23
|
@import './build/brands/housingvista.css' layer(brands);
|
|
24
|
+
@import './build/brands/intelwatchtower.css' layer(brands);
|
|
24
25
|
|
|
25
26
|
/* Boff UI expressive + accessibility themes (forest/ocean/sunset/high-contrast).
|
|
26
27
|
* Imported into the `themes` layer LAST so an expressive theme's accent wins
|