wenay-react2 1.0.33 → 1.0.34

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.
@@ -72,6 +72,20 @@
72
72
  --dlg-nav-bg: var(--color-bg-light);
73
73
  --dlg-nav-width: 168px;
74
74
 
75
+ /* Toolbar (createToolbar). Dark defaults; apps re-skin via :root[data-theme]
76
+ overrides, same contract as --wnd-* / --dlg-*. */
77
+ --tb-bg: transparent;
78
+ --tb-border: none;
79
+ --tb-radius: 6px;
80
+ --tb-gap: 2px;
81
+ --tb-item-color: var(--color-text-base);
82
+ --tb-item-hover-bg: rgba(255, 255, 255, 0.08);
83
+ --tb-item-radius: 6px;
84
+ --tb-pop-bg: var(--color-bg-dark);
85
+ --tb-pop-border: 1px solid var(--color-border-common);
86
+ --tb-pop-radius: 8px;
87
+ --tb-pop-shadow: 0 8px 28px rgba(0, 0, 0, 0.5);
88
+
75
89
  /* Layers */
76
90
  --wenay-z-modal: 9999;
77
91
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wenay-react2",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "description": "Common react",
5
5
  "strict": true,
6
6
  "main": "dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "react": "^19.2.0",
24
24
  "react-dom": "^19.2.0",
25
25
  "react-rnd": "^10.5.3",
26
- "wenay-common2": "^1.0.57"
26
+ "wenay-common2": "^1.0.58"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "react": "^19.2.0",