@genesislcap/blank-app-seed 5.16.1 → 5.17.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/blank-app-seed-config",
3
3
  "description": "Genesis Blank App Seed Configuration",
4
- "version": "5.16.1",
4
+ "version": "5.17.0",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "lint": "eslint .",
@@ -1,5 +1,5 @@
1
1
  {
2
- "UI": "14.454.1",
2
+ "UI": "14.472.0",
3
3
  "GSF": "8.15.14",
4
4
  "Auth": "8.15.3"
5
5
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.17.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.16.1...v5.17.0) (2026-06-25)
4
+
5
+
6
+ ### Features
7
+
8
+ * theme flexlayout-react via platform single source of truth GENC-0 e5b3319
9
+ * theme flexlayout-react via platform single source of truth GENC-0 (#593) 06e349e
10
+
3
11
  ## [5.16.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.16.0...v5.16.1) (2026-06-17)
4
12
 
5
13
 
@@ -5,10 +5,12 @@ import { AppErrorBoundary } from './components/error-boundary/ErrorBoundary'
5
5
 
6
6
  import { registerPBCs } from './pbc/utils';
7
7
  import { createLogger } from '@genesislcap/foundation-logger';
8
+ import { installRapidFlexLayoutReactStyles } from '@genesislcap/rapid-design-system';
8
9
 
9
10
  import './styles/styles.css'
10
- import 'flexlayout-react/style/dark.css'
11
- import './styles/flexlayout-theme.css'
11
+
12
+ // Single source of truth for the flexlayout-react theme lives in the platform (@genesislcap/rapid-design-system).
13
+ installRapidFlexLayoutReactStyles();
12
14
 
13
15
  const logger = createLogger('main');
14
16
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/blank-app-seed",
3
3
  "description": "Genesis Blank App Seed",
4
- "version": "5.16.1",
4
+ "version": "5.17.0",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"
@@ -1,102 +0,0 @@
1
- /* Genesis design token overrides for flexlayout dark theme */
2
- .flexlayout__layout {
3
- --color-text: var(--neutral-foreground-rest, #eeeeee);
4
- --color-background: var(--neutral-layer-1, #141414);
5
-
6
- /* Layered grays mapped to Genesis neutral layers */
7
- --color-1: var(--neutral-layer-4, #1e1e1e);
8
- --color-2: #252525;
9
- --color-3: #2d2d2d;
10
- --color-4: var(--neutral-stroke-rest, #3a3a3a);
11
- --color-5: #484848;
12
- --color-6: #555555;
13
-
14
- /* Drag indicators use accent colour */
15
- --color-drag1: var(--accent-fill-rest, #00bcd4);
16
- --color-drag2: var(--accent-fill-rest, #00bcd4);
17
- --color-drag1-background: rgba(0, 188, 212, 0.12);
18
- --color-drag2-background: rgba(0, 188, 212, 0.08);
19
-
20
- --font-size: 13px;
21
-
22
- /* Tab bar / tabset */
23
- --color-tabset-background: var(--neutral-layer-1, #141414);
24
- --color-tabset-background-selected: var(--neutral-layer-1, #141414);
25
- --color-tabset-background-maximized: var(--neutral-layer-4, #1e1e1e);
26
- --color-tabset-divider-line: var(--neutral-stroke-rest, #3a3a3a);
27
- --color-tabset-header-background: var(--neutral-layer-4, #1e1e1e);
28
- --color-tabset-header: var(--neutral-foreground-rest, #eeeeee);
29
-
30
- /* Active / inactive tabs */
31
- --color-tab-content: var(--neutral-layer-1, #141414);
32
- --color-tab-selected: var(--neutral-foreground-rest, #ffffff);
33
- --color-tab-selected-background: var(--neutral-layer-1, #141414);
34
- --color-tab-unselected: var(--neutral-foreground-rest, #a0a0a0);
35
- --color-tab-unselected-background: transparent;
36
-
37
- /* Splitters */
38
- --color-splitter: var(--neutral-stroke-rest, #3a3a3a);
39
- --color-splitter-hover: var(--accent-fill-rest, #00bcd4);
40
- --color-splitter-drag: var(--accent-fill-rest, #00bcd4);
41
-
42
- /* Drag-drop rectangle */
43
- --color-drag-rect-border: var(--accent-fill-rest, rgba(0, 188, 212, 0.6));
44
- --color-drag-rect-background: rgba(0, 0, 0, 0.45);
45
- --color-drag-rect: var(--neutral-foreground-rest, #eeeeee);
46
-
47
- /* Overflow / icon */
48
- --color-overflow: var(--neutral-foreground-rest, #a0a0a0);
49
- --color-icon: var(--neutral-foreground-rest, #a0a0a0);
50
-
51
- /* Popup menu */
52
- --color-popup-border: var(--neutral-stroke-rest, #3a3a3a);
53
- --color-popup-unselected: var(--neutral-foreground-rest, #eeeeee);
54
- --color-popup-unselected-background: var(--neutral-layer-4, #1e1e1e);
55
- --color-popup-selected: var(--neutral-foreground-rest, #ffffff);
56
- --color-popup-selected-background: var(--neutral-stroke-rest, #3a3a3a);
57
-
58
- --color-toolbar-button-hover: var(--neutral-fill-stealth-active, rgba(255, 255, 255, 0.08));
59
-
60
- --color-edge-marker: var(--accent-fill-rest, #00bcd4);
61
- --color-edge-icon: var(--neutral-foreground-rest, #eeeeee);
62
- }
63
-
64
- /* Remove dark theme gradients — use flat Genesis layer colours */
65
- .flexlayout__tabset-selected {
66
- background-image: none !important;
67
- }
68
-
69
- .flexlayout__tabset-maximized {
70
- background-image: none !important;
71
- }
72
-
73
- /* Active tab: accent underline matching Genesis style */
74
- .flexlayout__tab_button--selected {
75
- position: relative;
76
- color: var(--neutral-foreground-rest, #ffffff) !important;
77
- background-color: var(--neutral-layer-1, #141414) !important;
78
- }
79
-
80
- .flexlayout__tab_button--selected::after {
81
- content: "";
82
- position: absolute;
83
- bottom: 0;
84
- left: 0;
85
- width: 100%;
86
- height: 2px;
87
- background-color: var(--accent-fill-rest, #00bcd4);
88
- z-index: 10;
89
- }
90
-
91
- /* Inactive tab hover */
92
- .flexlayout__tab_button--unselected:hover {
93
- color: var(--neutral-foreground-rest, #e0e0e0) !important;
94
- background-color: var(--neutral-fill-stealth-active, rgba(255, 255, 255, 0.06)) !important;
95
- }
96
-
97
- /* Remove border-radius from dark theme tab overrides */
98
- .flexlayout__tab_top,
99
- .flexlayout__tab_bottom {
100
- border-radius: 0 !important;
101
- box-shadow: none !important;
102
- }