@dbx-tools/ui-branding 0.6.107 → 0.6.111
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/README.md +8 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -9,7 +9,14 @@ Key features:
|
|
|
9
9
|
- `BrandProvider`, `BrandIcon`, and `BrandLogo` React bindings.
|
|
10
10
|
- Framework-agnostic CSS variable and document metadata helpers.
|
|
11
11
|
- No duplicated hand-maintained artwork: package assets are generated from the
|
|
12
|
-
root [`branding`](
|
|
12
|
+
root [`branding`](../../../../branding) source files.
|
|
13
|
+
|
|
14
|
+
## Why Use This Over Native AppKit
|
|
15
|
+
|
|
16
|
+
Use AppKit's own theming when its default palette and tokens are enough. Use
|
|
17
|
+
this package when one portable `BrandContext` must drive dbx-tools UI, AppKit
|
|
18
|
+
semantic tokens, logos, favicons, document metadata, and non-DOM surfaces such
|
|
19
|
+
as email or chart configuration.
|
|
13
20
|
|
|
14
21
|
## React
|
|
15
22
|
|
package/package.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"typescript": "^5.9.3"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@dbx-tools/shared-core": "0.6.
|
|
27
|
+
"@dbx-tools/shared-core": "0.6.111",
|
|
28
28
|
"react": "^19.2.4",
|
|
29
29
|
"react-dom": "^19.2.4"
|
|
30
30
|
},
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
|
-
"version": "0.6.
|
|
35
|
+
"version": "0.6.111",
|
|
36
36
|
"type": "module",
|
|
37
37
|
"exports": {
|
|
38
38
|
"./react": "./src/react/index.ts",
|