@vue/devtools-ui 7.7.1 → 7.7.2

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.js CHANGED
@@ -4,7 +4,7 @@ import { Dropdown as oe, VClosePopper as ae, vClosePopper as re, Tooltip as ne }
4
4
  import { vTooltip as Bt } from "floating-vue";
5
5
  /* empty css */
6
6
  /* empty css */
7
- import { openBlock as u, createElementBlock as f, renderSlot as v, createElementVNode as m, defineComponent as h, useAttrs as le, computed as k, useSlots as Y, createBlock as w, resolveDynamicComponent as q, mergeProps as D, withCtx as g, unref as b, createCommentVNode as $, normalizeClass as y, shallowRef as se, nextTick as H, Fragment as E, renderList as R, toDisplayString as B, watchEffect as P, ref as S, onMounted as z, Teleport as J, createVNode as C, Transition as N, normalizeStyle as j, createTextVNode as _, isRef as x, h as ie, render as U, normalizeProps as X, guardReactiveProps as G, withModifiers as de, provide as ue, createSlots as Q, inject as ce, withDirectives as A, vModelDynamic as pe } from "vue";
7
+ import { createElementBlock as f, openBlock as u, renderSlot as v, createElementVNode as m, defineComponent as h, useAttrs as le, computed as k, useSlots as Y, createBlock as w, resolveDynamicComponent as q, mergeProps as D, withCtx as g, createCommentVNode as $, unref as b, normalizeClass as y, shallowRef as se, nextTick as H, Fragment as E, renderList as R, toDisplayString as B, watchEffect as P, ref as S, onMounted as z, Teleport as J, createVNode as C, Transition as N, normalizeStyle as j, createTextVNode as _, isRef as x, h as ie, render as U, normalizeProps as X, guardReactiveProps as G, withModifiers as de, provide as ue, createSlots as Q, inject as ce, withDirectives as A, vModelDynamic as pe } from "vue";
8
8
  import { useVModel as T, useScrollLock as me, onKeyStroke as Z, useColorMode as fe, useElementSize as ge, refDebounced as ve, refWithControl as be, useToggle as ye } from "@vueuse/core";
9
9
  import { createJavaScriptRegexEngine as he, createHighlighterCore as ke } from "shiki/core";
10
10
  import { i as we } from "./ic-icons-data-B4q1VTSq.js";
package/dist/theme.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { colord as n } from "colord";
2
- import { presetUno as t, presetIcons as a, transformerVariantGroup as o, transformerDirectives as f } from "unocss";
2
+ import { transformerVariantGroup as t, transformerDirectives as a, presetUno as o, presetIcons as f } from "unocss";
3
3
  const c = {
4
4
  colors: {
5
5
  white: "#ffffff",
@@ -72,8 +72,8 @@ const c = {
72
72
  }
73
73
  }, l = {
74
74
  presets: [
75
- t(),
76
- a({
75
+ o(),
76
+ f({
77
77
  prefix: ["i-"],
78
78
  scale: 1.2,
79
79
  extraProperties: {
@@ -82,7 +82,7 @@ const c = {
82
82
  }
83
83
  })
84
84
  ],
85
- transformers: [o(), f()],
85
+ transformers: [t(), a()],
86
86
  theme: s,
87
87
  variants: [
88
88
  (e) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue/devtools-ui",
3
3
  "type": "module",
4
- "version": "7.7.1",
4
+ "version": "7.7.2",
5
5
  "author": "webfansplz",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -42,7 +42,7 @@
42
42
  "@vueuse/integrations": "^12.0.0",
43
43
  "colord": "^2.9.3",
44
44
  "focus-trap": "^7.6.2",
45
- "@vue/devtools-shared": "7.7.1"
45
+ "@vue/devtools-shared": "7.7.2"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@histoire/plugin-vue": "^0.17.17",