@central-design-system/components 3.10.2 → 3.10.3

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/create.d.ts CHANGED
@@ -21,6 +21,7 @@ interface NuxtApp {
21
21
  }
22
22
  export declare function createCds(options?: ICdsOptions): {
23
23
  install: (app: App & NuxtApp) => void;
24
+ unmount: () => void;
24
25
  display: import('./composable').IDisplayInstance;
25
26
  theme: import('./composable').ThemeInstance & {
26
27
  install: (app: App) => void;
@@ -2,3 +2,4 @@ export declare const IN_BROWSER: boolean;
2
2
  export declare const SUPPORTS_INTERSECTION: boolean;
3
3
  export declare const SUPPORTS_TOUCH: boolean;
4
4
  export declare const SUPPORTS_FOCUS_VISIBLE: boolean;
5
+ export declare const IS_DEV: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-design-system/components",
3
- "version": "3.10.2",
3
+ "version": "3.10.3",
4
4
  "description": "Central Design System on the Vue 3.0 and TypeScript",
5
5
  "author": {
6
6
  "name": "magersoft",