mediacube-ui-v2 0.0.8 → 0.0.10

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/index.d.ts CHANGED
@@ -1,9 +1,10 @@
1
+ import { App } from 'vue';
1
2
  export * from './types';
2
3
  export * from './enums';
3
4
  export * from './components';
4
5
  export * from './composables';
5
6
  export * from './assets/tokens/json';
6
- declare namespace _default {
7
- function install(app: any, options?: {}): void;
8
- }
7
+ declare const _default: {
8
+ install(app: App, options?: {}): void;
9
+ };
9
10
  export default _default;
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ var G9 = Object.defineProperty;
2
2
  var X9 = (e, l, o) => l in e ? G9(e, l, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[l] = o;
3
3
  var N2 = (e, l, o) => X9(e, typeof l != "symbol" ? l + "" : l, o);
4
4
  import { defineComponent as o2, ref as A, computed as f, watch as u2, mergeProps as N, unref as y, useSSRContext as l2, onMounted as I2, onBeforeUnmount as b0, createVNode as j, resolveDynamicComponent as C0, withCtx as k, openBlock as Q, createBlock as K, renderSlot as f2, createCommentVNode as m2, reactive as X2, shallowRef as q3, getCurrentInstance as W3, markRaw as U3, h as m1, render as G3, useAttrs as O0, createTextVNode as T, toDisplayString as _, createSlots as i0, Fragment as t0, renderList as c0, useSlots as z0, withModifiers as Q9, toHandlers as K9, onUnmounted as J9, createApp as e5, provide as D0, inject as k0, nextTick as M0, Teleport as t5, onBeforeMount as o5, onUpdated as l5, withDirectives as r5, vShow as n5, defineAsyncComponent as T1, resolveComponent as i5 } from "vue";
5
- import { ssrRenderAttrs as r2, ssrRenderClass as A2, ssrRenderStyle as j2, ssrRenderAttr as R2, ssrRenderSlot as F, ssrRenderVNode as y0, ssrGetDirectiveProps as X3, ssrRenderComponent as v, ssrInterpolate as W, ssrRenderList as S2 } from "vue/server-renderer";
5
+ import { ssrRenderAttrs as r2, ssrRenderClass as A2, ssrRenderStyle as j2, ssrRenderAttr as R2, ssrRenderSlot as F, ssrRenderVNode as y0, ssrGetDirectiveProps as X3, ssrRenderComponent as v, ssrInterpolate as W, ssrRenderList as S2 } from "@vue/server-renderer";
6
6
  import { useDebounceFn as e1, useTransition as i1, TransitionPresets as c1, useLocalStorage as Q3, useSessionStorage as c5, useDraggable as a5, useTextareaAutosize as C5, useThrottleFn as K3 } from "@vueuse/core";
7
7
  import z2 from "dayjs";
8
8
  import s5 from "dayjs/plugin/timezone.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediacube-ui-v2",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "description": "Design system for Mediacube services",
5
5
  "keywords": [
6
6
  "vue3",
@@ -10,10 +10,15 @@
10
10
  ],
11
11
  "author": "dsa@mediacube.io",
12
12
  "license": "MIT",
13
- "main": "./dist/index.cjs",
14
- "module": "./dist/index.js",
15
- "types": "./dist/index.d.ts",
16
- "browser": "./dist/index.js",
13
+ "main": "dist/index.cjs",
14
+ "module": "dist/index.js",
15
+ "types": "dist/types/index.d.ts",
16
+ "exports": {
17
+ ".": {
18
+ "require": "./dist/index.cjs",
19
+ "import": "./dist/index.js"
20
+ }
21
+ },
17
22
  "files": [
18
23
  "dist"
19
24
  ],
@@ -43,6 +48,7 @@
43
48
  "dayjs": "^1.11.13",
44
49
  "isomorphic-dompurify": "^2.15.0",
45
50
  "svgstore": "^3.0.1",
51
+ "vite-plugin-static-copy": "^2.1.0",
46
52
  "vue": "^3.4.29",
47
53
  "vue-3-slider-component": "^1.0.1",
48
54
  "vue-imask": "^7.6.1",