@campfire-interactive/shell-header 0.18.0 → 0.19.0
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/dist/index.js +13 -0
- package/package.json +41 -41
package/dist/index.js
CHANGED
|
@@ -116,6 +116,19 @@ var appCatalog = [
|
|
|
116
116
|
localPort: 3140
|
|
117
117
|
},
|
|
118
118
|
// ── Platform services (available to everyone; no role gate) ─────────────
|
|
119
|
+
{
|
|
120
|
+
// Cross-suite reporting/dashboards — a platform service for everyone, like
|
|
121
|
+
// DMS. Violet identity, matching the app's own dark sidebar accent. (Close to
|
|
122
|
+
// identity's #8b5cf6, but that one is admin-gated and rarely seen here.)
|
|
123
|
+
id: "analytics",
|
|
124
|
+
name: "Dashboards",
|
|
125
|
+
icon: "BarChart3",
|
|
126
|
+
letter: "D",
|
|
127
|
+
color: "#7c3aed",
|
|
128
|
+
byline: "Cross-suite reporting on live data \u2014 win/loss, quote status, cost, and the long-range plan.",
|
|
129
|
+
group: "apps",
|
|
130
|
+
localPort: 3120
|
|
131
|
+
},
|
|
119
132
|
{
|
|
120
133
|
// Header title uses `name`; DMS wants its full name there, and it's hidden
|
|
121
134
|
// from the launcher (reached via the user-menu "Documents" link instead),
|
package/package.json
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@campfire-interactive/shell-header",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Shared shell header with app switcher for Campfire Suite",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"main": "dist/index.js",
|
|
7
|
-
"types": "dist/index.d.ts",
|
|
8
|
-
"exports": {
|
|
9
|
-
".": {
|
|
10
|
-
"types": "./dist/index.d.ts",
|
|
11
|
-
"import": "./dist/index.js"
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
"files": [
|
|
15
|
-
"dist"
|
|
16
|
-
],
|
|
17
|
-
"scripts": {
|
|
18
|
-
"build": "tsup",
|
|
19
|
-
"dev": "tsup --watch"
|
|
20
|
-
},
|
|
21
|
-
"peerDependencies": {
|
|
22
|
-
"react": "^18.0.0 || ^19.0.0",
|
|
23
|
-
"react-dom": "^18.0.0 || ^19.0.0"
|
|
24
|
-
},
|
|
25
|
-
"dependencies": {
|
|
26
|
-
"@campfire-interactive/design-tokens": "*",
|
|
27
|
-
"lucide-react": "^0.460.0"
|
|
28
|
-
},
|
|
29
|
-
"devDependencies": {
|
|
30
|
-
"@types/react": "^19.0.0",
|
|
31
|
-
"esbuild-css-modules-plugin": "^3.1.5",
|
|
32
|
-
"react": "^19.0.0",
|
|
33
|
-
"react-dom": "^19.0.0",
|
|
34
|
-
"tsup": "^8.0.0",
|
|
35
|
-
"typescript": "^5.0.0"
|
|
36
|
-
},
|
|
37
|
-
"publishConfig": {
|
|
38
|
-
"registry": "https://registry.npmjs.org",
|
|
39
|
-
"access": "public"
|
|
40
|
-
}
|
|
41
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@campfire-interactive/shell-header",
|
|
3
|
+
"version": "0.19.0",
|
|
4
|
+
"description": "Shared shell header with app switcher for Campfire Suite",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "dist/index.js",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
11
|
+
"import": "./dist/index.js"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"dist"
|
|
16
|
+
],
|
|
17
|
+
"scripts": {
|
|
18
|
+
"build": "tsup",
|
|
19
|
+
"dev": "tsup --watch"
|
|
20
|
+
},
|
|
21
|
+
"peerDependencies": {
|
|
22
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
23
|
+
"react-dom": "^18.0.0 || ^19.0.0"
|
|
24
|
+
},
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"@campfire-interactive/design-tokens": "*",
|
|
27
|
+
"lucide-react": "^0.460.0"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@types/react": "^19.0.0",
|
|
31
|
+
"esbuild-css-modules-plugin": "^3.1.5",
|
|
32
|
+
"react": "^19.0.0",
|
|
33
|
+
"react-dom": "^19.0.0",
|
|
34
|
+
"tsup": "^8.0.0",
|
|
35
|
+
"typescript": "^5.0.0"
|
|
36
|
+
},
|
|
37
|
+
"publishConfig": {
|
|
38
|
+
"registry": "https://registry.npmjs.org",
|
|
39
|
+
"access": "public"
|
|
40
|
+
}
|
|
41
|
+
}
|