mediacube-ui-v2 0.0.100 → 0.0.102

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 CHANGED
@@ -22,6 +22,11 @@ import MediacubeUi from 'mediacube-ui-v2'
22
22
  //import { Themes } from 'mediacube-ui-v2/enums'
23
23
  //import { ColorThemes } from 'mediacube-ui-v2/types'
24
24
 
25
+ import { ThemesColors, UiThemes } from 'mediacube-ui-v2'
26
+
27
+ // ThemesColors - JSON wtih all colors in UI
28
+ // UiThemes - JSON wtih all themes in UI
29
+
25
30
  export default defineNuxtPlugin( (nuxtApp) => {
26
31
  nuxtApp.vueApp.use(MediacubeUi, {
27
32
  drawerComponents: {},
@@ -49,6 +54,11 @@ import 'mediacube-ui-v2/font'
49
54
  //import { Themes } from 'mediacube-ui-v2/enums'
50
55
  //import { ColorThemes } from 'mediacube-ui-v2/types'
51
56
 
57
+ import { ThemesColors, UiThemes } from 'mediacube-ui-v2'
58
+
59
+ // ThemesColors - JSON wtih all colors in UI
60
+ // UiThemes - JSON wtih all themes in UI
61
+
52
62
  app.use(MediacubeUi, {
53
63
  drawerComponents: {},
54
64
  modalComponents: {},
@@ -22,6 +22,11 @@ import MediacubeUi from 'mediacube-ui-v2'
22
22
  //import { Themes } from 'mediacube-ui-v2/enums'
23
23
  //import { ColorThemes } from 'mediacube-ui-v2/types'
24
24
 
25
+ import { ThemesColors, UiThemes } from 'mediacube-ui-v2'
26
+
27
+ // ThemesColors - JSON wtih all colors in UI
28
+ // UiThemes - JSON wtih all themes in UI
29
+
25
30
  export default defineNuxtPlugin( (nuxtApp) => {
26
31
  nuxtApp.vueApp.use(MediacubeUi, {
27
32
  drawerComponents: {},
@@ -49,6 +54,11 @@ import 'mediacube-ui-v2/font'
49
54
  //import { Themes } from 'mediacube-ui-v2/enums'
50
55
  //import { ColorThemes } from 'mediacube-ui-v2/types'
51
56
 
57
+ import { ThemesColors, UiThemes } from 'mediacube-ui-v2'
58
+
59
+ // ThemesColors - JSON wtih all colors in UI
60
+ // UiThemes - JSON wtih all themes in UI
61
+
52
62
  app.use(MediacubeUi, {
53
63
  drawerComponents: {},
54
64
  modalComponents: {},