poe-code 3.0.394 → 3.0.395

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.
@@ -11159,11 +11159,22 @@ var init_text2 = __esm({
11159
11159
  }
11160
11160
  });
11161
11161
 
11162
+ // packages/toolcraft-design/src/explorer/render/pane.ts
11163
+ var init_pane = __esm({
11164
+ "packages/toolcraft-design/src/explorer/render/pane.ts"() {
11165
+ "use strict";
11166
+ init_text2();
11167
+ }
11168
+ });
11169
+
11162
11170
  // packages/toolcraft-design/src/explorer/render/detail.ts
11163
11171
  var init_detail = __esm({
11164
11172
  "packages/toolcraft-design/src/explorer/render/detail.ts"() {
11165
11173
  "use strict";
11174
+ init_strip_ansi();
11175
+ init_terminal_markdown();
11166
11176
  init_theme();
11177
+ init_pane();
11167
11178
  init_text2();
11168
11179
  }
11169
11180
  });
@@ -11191,6 +11202,7 @@ var init_list = __esm({
11191
11202
  "packages/toolcraft-design/src/explorer/render/list.ts"() {
11192
11203
  "use strict";
11193
11204
  init_theme();
11205
+ init_pane();
11194
11206
  init_text2();
11195
11207
  }
11196
11208
  });