xmlui 0.11.12 → 0.11.13
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/lib/{index-C_siLDTF.js → index-BGwgKjPl.js} +15 -7
- package/dist/lib/{initMock-BYfY6ibT.js → initMock-BuPNXouY.js} +1 -1
- package/dist/lib/testing.d.ts +1 -0
- package/dist/lib/xmlui-parser.d.ts +1 -0
- package/dist/lib/xmlui.d.ts +1 -0
- package/dist/lib/xmlui.js +1 -1
- package/dist/metadata/{collectedComponentMetadata-CCJh2wtR.js → collectedComponentMetadata-vckMPeLq.js} +15 -7
- package/dist/metadata/{initMock-Dm6pyFPh.js → initMock-B1fL_SOf.js} +1 -1
- package/dist/metadata/xmlui-metadata.js +1 -1
- package/dist/metadata/xmlui-metadata.umd.cjs +1 -1
- package/dist/standalone/xmlui-standalone.es.d.ts +1 -0
- package/dist/standalone/xmlui-standalone.umd.js +5 -5
- package/package.json +1 -1
|
@@ -2084,6 +2084,7 @@ declare interface ThemeDefinition extends ThemeDefinitionDetails {
|
|
|
2084
2084
|
name?: string;
|
|
2085
2085
|
extends?: string | Array<string>;
|
|
2086
2086
|
tones?: Record<string | ThemeTone, ThemeDefinitionDetails>;
|
|
2087
|
+
color?: string;
|
|
2087
2088
|
}
|
|
2088
2089
|
|
|
2089
2090
|
declare interface ThemeDefinitionDetails {
|