@copilotkitnext/web-inspector 0.0.14 → 0.0.15

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.
@@ -0,0 +1,9 @@
1
+
2
+ 
3
+ > @copilotkitnext/web-inspector@0.0.14 build:css /Users/mme/Projects/CopilotKit2/main/packages/web-inspector
4
+ > npx @tailwindcss/cli -i ./src/styles/tailwind.css -o ./src/styles/generated.css -m
5
+
6
+ ⠙⠹⠸⠼⠴⠦⠧⠇⠏⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏⠋⠙⠹⠸⠼⠴⠦⠧≈ tailwindcss v4.1.11
7
+
8
+ Done in 49ms
9
+ ⠙
@@ -1,29 +1,23 @@
1
-
2
- > @copilotkitnext/web-inspector@0.0.13-alpha.1 build /Users/mme/Projects/CopilotKit2/main/packages/web-inspector
3
- > pnpm run build:css && tsup
4
-
5
-
6
- > @copilotkitnext/web-inspector@0.0.13-alpha.1 build:css /Users/mme/Projects/CopilotKit2/main/packages/web-inspector
7
- > npx @tailwindcss/cli -i ./src/styles/tailwind.css -o ./src/styles/generated.css -m
8
-
9
- tailwindcss v4.1.11
10
-
11
- Done in 34ms
12
- CLI Building entry: src/index.ts
13
- CLI Using tsconfig: tsconfig.json
14
- CLI tsup v8.5.0
15
- CLI Using tsup config: /Users/mme/Projects/CopilotKit2/main/packages/web-inspector/tsup.config.ts
16
- CLI Target: es2022
17
- CLI Cleaning output folder
18
- CJS Build start
19
- ESM Build start
20
- CJS dist/index.js 64.49 KB
21
- CJS dist/index.js.map 93.21 KB
22
- CJS ⚡️ Build success in 20ms
23
- ESM dist/index.mjs 63.11 KB
24
- ESM dist/index.mjs.map 93.19 KB
25
- ESM ⚡️ Build success in 20ms
26
- DTS Build start
27
- DTS ⚡️ Build success in 1508ms
28
- DTS dist/index.d.ts 3.21 KB
29
- DTS dist/index.d.mts 3.21 KB
1
+
2
+ 
3
+ > @copilotkitnext/web-inspector@0.0.14 build /Users/mme/Projects/CopilotKit2/main/packages/web-inspector
4
+ > tsup
5
+
6
+ CLI Building entry: src/index.ts
7
+ CLI Using tsconfig: tsconfig.json
8
+ CLI tsup v8.5.0
9
+ CLI Using tsup config: /Users/mme/Projects/CopilotKit2/main/packages/web-inspector/tsup.config.ts
10
+ CLI Target: es2022
11
+ CLI Cleaning output folder
12
+ CJS Build start
13
+ ESM Build start
14
+ CJS dist/index.js 113.57 KB
15
+ CJS dist/index.js.map 171.75 KB
16
+ CJS ⚡️ Build success in 37ms
17
+ ESM dist/index.mjs 111.46 KB
18
+ ESM dist/index.mjs.map 171.71 KB
19
+ ESM ⚡️ Build success in 39ms
20
+ DTS Build start
21
+ DTS ⚡️ Build success in 1566ms
22
+ DTS dist/index.d.ts 4.56 KB
23
+ DTS dist/index.d.mts 4.56 KB
package/dist/index.js CHANGED
@@ -206,13 +206,13 @@ var WebInspectorElement = class extends import_lit.LitElement {
206
206
  button: {
207
207
  position: { x: EDGE_MARGIN, y: EDGE_MARGIN },
208
208
  size: { ...DEFAULT_BUTTON_SIZE },
209
- anchor: { horizontal: "right", vertical: "bottom" },
209
+ anchor: { horizontal: "right", vertical: "top" },
210
210
  anchorOffset: { x: EDGE_MARGIN, y: EDGE_MARGIN }
211
211
  },
212
212
  window: {
213
213
  position: { x: EDGE_MARGIN, y: EDGE_MARGIN },
214
214
  size: { ...DEFAULT_WINDOW_SIZE },
215
- anchor: { horizontal: "right", vertical: "bottom" },
215
+ anchor: { horizontal: "right", vertical: "top" },
216
216
  anchorOffset: { x: EDGE_MARGIN, y: EDGE_MARGIN }
217
217
  }
218
218
  };
@@ -938,9 +938,9 @@ var WebInspectorElement = class extends import_lit.LitElement {
938
938
  }
939
939
  this.measureContext("button");
940
940
  this.measureContext("window");
941
- this.contextState.button.anchor = { horizontal: "right", vertical: "bottom" };
941
+ this.contextState.button.anchor = { horizontal: "right", vertical: "top" };
942
942
  this.contextState.button.anchorOffset = { x: EDGE_MARGIN, y: EDGE_MARGIN };
943
- this.contextState.window.anchor = { horizontal: "right", vertical: "bottom" };
943
+ this.contextState.window.anchor = { horizontal: "right", vertical: "top" };
944
944
  this.contextState.window.anchorOffset = { x: EDGE_MARGIN, y: EDGE_MARGIN };
945
945
  this.hydrateStateFromCookie();
946
946
  if (this.isOpen && this.dockMode !== "floating") {