@nmorph/nmorph-ui-kit 1.0.0 → 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
@@ -2,7 +2,7 @@
2
2
  "name": "@nmorph/nmorph-ui-kit",
3
3
  "type": "module",
4
4
  "private": false,
5
- "version": "1.0.0",
5
+ "version": "1.0.1",
6
6
  "license": "MIT",
7
7
  "engines": {
8
8
  "node": "18.13.0",