@vizel/vue 0.0.1-alpha.5 → 0.0.1-alpha.6
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/index31.js +1 -1
- package/dist/index38.js +1 -1
- package/dist/index40.js +2 -2
- package/dist/index41.js +1 -1
- package/dist/index42.js +1 -1
- package/dist/index43.js +1 -1
- package/dist/index44.js +1 -1
- package/dist/index45.js +1 -1
- package/dist/index46.js +1 -1
- package/dist/index47.js +1 -1
- package/dist/index48.js +1 -1
- package/dist/index49.js +1 -1
- package/dist/index50.js +1 -1
- package/dist/index51.js +1 -1
- package/dist/index52.js +1 -1
- package/dist/index53.js +1 -1
- package/dist/index54.js +1 -1
- package/dist/index55.js +1 -1
- package/dist/index56.js +1 -1
- package/dist/index57.js +1 -1
- package/dist/index58.js +1 -1
- package/dist/index59.js +1 -1
- package/dist/index60.js +2 -2
- package/package.json +2 -2
package/dist/index31.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as i, ref as n, computed as T, provide as h, onMounted as d, watch as c, onBeforeUnmount as f, renderSlot as p } from "vue";
|
|
2
2
|
import { VIZEL_DEFAULT_THEME_STORAGE_KEY as E, VIZEL_DEFAULT_THEME as g, getStoredVizelTheme as _, getVizelSystemTheme as v, resolveVizelTheme as S, applyVizelTheme as s, createVizelSystemThemeListener as V, storeVizelTheme as y } from "@vizel/core";
|
|
3
|
-
import { VIZEL_THEME_CONTEXT_KEY as z } from "./
|
|
3
|
+
import { VIZEL_THEME_CONTEXT_KEY as z } from "./index60.js";
|
|
4
4
|
const b = /* @__PURE__ */ i({
|
|
5
5
|
__name: "VizelThemeProvider",
|
|
6
6
|
props: {
|
package/dist/index38.js
CHANGED
package/dist/index40.js
CHANGED
package/dist/index41.js
CHANGED
package/dist/index42.js
CHANGED
package/dist/index43.js
CHANGED
package/dist/index44.js
CHANGED
package/dist/index45.js
CHANGED
package/dist/index46.js
CHANGED
package/dist/index47.js
CHANGED
package/dist/index48.js
CHANGED
package/dist/index49.js
CHANGED
package/dist/index50.js
CHANGED
package/dist/index51.js
CHANGED
package/dist/index52.js
CHANGED
package/dist/index53.js
CHANGED
package/dist/index54.js
CHANGED
package/dist/index55.js
CHANGED
package/dist/index56.js
CHANGED
package/dist/index57.js
CHANGED
package/dist/index58.js
CHANGED
package/dist/index59.js
CHANGED
package/dist/index60.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vizel/vue",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@iconify/vue": "^5",
|
|
37
|
-
"@vizel/core": "^0.0.1-alpha.
|
|
37
|
+
"@vizel/core": "^0.0.1-alpha.6"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"vue": "^3.4"
|