@nmorph/nmorph-ui-kit 0.2.160 → 1.0.1
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.
|
@@ -392,6 +392,8 @@ export interface INmorphApplyTranslation {
|
|
|
392
392
|
export interface INmorphThemeInstance {
|
|
393
393
|
setTheme: (theme: string) => void;
|
|
394
394
|
currentTheme: Readonly<Ref<string>>;
|
|
395
|
+
data: INmorphThemeOptions;
|
|
396
|
+
getDynamicColorVariables: (mainBgColor: string) => INmorphColorVariable[];
|
|
395
397
|
}
|
|
396
398
|
export interface INmorphA11yProps {
|
|
397
399
|
role?: string;
|
package/package.json
CHANGED
|
File without changes
|