@assemblyline-agents/openui 6.1.4 → 7.0.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/README.md +3 -0
- package/dist/index.js +295 -70
- package/dist/openui-browser.js +138 -138
- package/dist/render.js +10 -10
- package/dist/render.js.map +1 -1
- package/dist/report-library.d.ts.map +1 -1
- package/dist/report-library.js +10 -112
- package/dist/report-library.js.map +1 -1
- package/dist/themed-charts.d.ts +59 -0
- package/dist/themed-charts.d.ts.map +1 -0
- package/dist/themed-charts.js +325 -0
- package/dist/themed-charts.js.map +1 -0
- package/package.json +2 -2
- package/plugin.json +1 -1
package/README.md
CHANGED
|
@@ -38,6 +38,9 @@ capabilities:
|
|
|
38
38
|
`brand` accepts `name`, `legalName`, OpenUI `theme` tokens, an optional data-URI
|
|
39
39
|
`logo`, and `footer`. The package owns the component library and trusted
|
|
40
40
|
renderer; agent configuration cannot provide executable rendering code.
|
|
41
|
+
Shell headings, report headings, body copy, and chart palettes all inherit from
|
|
42
|
+
these theme tokens, so one declarative brand profile applies to the complete
|
|
43
|
+
artifact rather than only the inner component tree.
|
|
41
44
|
|
|
42
45
|
Change only supported authority exceptions. For example, keep creation and
|
|
43
46
|
editing but remove publication:
|