@inspect-devtools/client 0.3.0 → 0.5.0
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/App.vue.d.ts.map +1 -1
- package/dist/composables/selection-location.d.ts +1 -2
- package/dist/composables/selection-location.d.ts.map +1 -1
- package/dist/composables/useInspector.d.ts +4 -10
- package/dist/composables/useInspector.d.ts.map +1 -1
- package/dist/entry.js +2260 -2480
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/dist/composables/copy-format.d.ts +0 -7
- package/dist/composables/copy-format.d.ts.map +0 -1
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
#__inspect_devtools_container__{position:relative;z-index:2147483647;color-scheme:dark;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#__inspect_devtools_container__ *{box-sizing:border-box}.inspect-devtools-root{--inspect-
|
|
1
|
+
#__inspect_devtools_container__{position:relative;z-index:2147483647;color-scheme:dark;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#__inspect_devtools_container__ *{box-sizing:border-box}.inspect-devtools-root{--inspect-line: #343946;--inspect-text: #f2f4f8;--inspect-muted: #9ba3b4;--inspect-brand: #00dc82;--inspect-primary: #099e61;--inspect-context: 0, 220, 130;--inspect-soft: #e6fff6;--inspect-warning: #ffb86b;--inspect-dock-bg: rgba(23, 25, 31, .96);--inspect-dock-line: rgba(52, 57, 70, .42);--inspect-shadow: 0 18px 54px rgba(0, 0, 0, .42);--inspect-hover: rgba(255, 255, 255, .06);--inspect-z-overlay: 2147483645;--inspect-z-badge: 2147483646;--inspect-z-dock: 2147483647}.inspect-devtools-root[data-theme=light]{--inspect-line: #d8dce4;--inspect-text: #16181d;--inspect-muted: #5b6472;--inspect-brand: #00915a;--inspect-primary: #00804e;--inspect-context: 0, 145, 90;--inspect-soft: #dcf4e8;--inspect-warning: #a35a00;--inspect-dock-bg: rgba(255, 255, 255, .94);--inspect-dock-line: rgba(0, 0, 0, .08);--inspect-shadow: 0 18px 54px rgba(15, 23, 42, .16);--inspect-hover: rgba(0, 0, 0, .05);color-scheme:light}.bottom-dock{position:fixed;z-index:var(--inspect-z-dock);bottom:18px;left:50%;display:flex;height:36px;align-items:center;gap:2px;transform:translate(-50%);border:1px solid var(--inspect-dock-line);border-radius:999px;background:var(--inspect-dock-bg);box-shadow:var(--inspect-shadow);padding:3px}.dock-button{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--inspect-muted);cursor:pointer;font:inherit;outline:0;padding:0;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease,opacity .16s ease}.dock-button:hover{background:var(--inspect-hover);color:var(--inspect-text)}.dock-button[aria-pressed=true]{background:var(--inspect-soft);color:var(--inspect-primary);box-shadow:inset 0 0 0 1px rgba(var(--inspect-context),.32)}.dock-button:focus-visible,.source-badge:focus-visible{box-shadow:0 0 0 2px rgba(var(--inspect-context),.5)}.inspect-devtools-root:has(.inspector-frame[style*="display: block"]){cursor:crosshair}.toast-stack{position:fixed;z-index:var(--inspect-z-dock);bottom:62px;left:50%;display:grid;justify-items:center;transform:translate(-50%);pointer-events:none}.toast{margin:0;border:1px solid var(--inspect-dock-line);border-radius:999px;background:var(--inspect-dock-bg);box-shadow:var(--inspect-shadow);color:var(--inspect-text);font-size:12px;line-height:1.4;padding:7px 12px;white-space:nowrap}.toast-error{color:var(--inspect-warning)}.inspector-frame{position:fixed;z-index:var(--inspect-z-overlay);top:0;left:0;display:none;pointer-events:none;border:2px solid var(--inspect-brand);background:rgba(var(--inspect-context),.08);box-shadow:0 0 0 1px #075f4647,0 0 0 9999px #0f172a0a}.source-badge{position:fixed;z-index:var(--inspect-z-badge);top:0;left:0;display:none;max-width:min(360px,calc(100vw - 16px));min-height:36px;border:0;border-radius:5px;background:var(--inspect-primary);box-shadow:0 10px 26px #04785747;color:#fff;cursor:pointer;font:inherit;padding:6px 9px;text-align:left}.source-badge strong,.source-badge span{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.source-badge strong{font-size:12px;font-weight:800;line-height:1.1}.source-badge span{opacity:.82;font-size:11px;line-height:1.1}@media(prefers-reduced-motion:reduce){.dock-button{transition:none}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inspect-devtools/client",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Browser client runtime for Inspect Devtools.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"vue": "^3.5.22",
|
|
45
|
-
"@inspect-devtools/core": "0.
|
|
45
|
+
"@inspect-devtools/core": "0.5.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { CopyFormat } from '@inspect-devtools/core';
|
|
2
|
-
export declare const COPY_FORMATS: CopyFormat[];
|
|
3
|
-
export declare const isCopyFormat: (value: string | null | undefined) => value is CopyFormat;
|
|
4
|
-
export declare const loadPersistedCopyFormat: (projectRoot: string) => CopyFormat | undefined;
|
|
5
|
-
export declare const persistCopyFormat: (projectRoot: string, format: CopyFormat) => void;
|
|
6
|
-
export declare const clearPersistedCopyFormat: (projectRoot: string) => void;
|
|
7
|
-
//# sourceMappingURL=copy-format.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"copy-format.d.ts","sourceRoot":"","sources":["../../src/composables/copy-format.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAA;AAExD,eAAO,MAAM,YAAY,EAAE,UAAU,EAAwB,CAAA;AAC7D,eAAO,MAAM,YAAY,GAAI,OAAO,MAAM,GAAG,IAAI,GAAG,SAAS,KAAG,KAAK,IAAI,UAA0E,CAAA;AAEnJ,eAAO,MAAM,uBAAuB,GAAI,aAAa,MAAM,KAAG,UAAU,GAAG,SAK1E,CAAA;AACD,eAAO,MAAM,iBAAiB,GAAI,aAAa,MAAM,EAAE,QAAQ,UAAU,KAAG,IAE3E,CAAA;AACD,eAAO,MAAM,wBAAwB,GAAI,aAAa,MAAM,KAAG,IAE9D,CAAA"}
|