@heyhuynhgiabuu/pi-diff 0.6.7 → 0.6.8

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,3 @@
1
+ export declare const COLLAPSED_EXPAND_LABEL = "ctrl+o to expand";
2
+ export declare function collapsedSummaryLine(countLabel: string): string;
3
+ //# sourceMappingURL=collapsed-hint.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"collapsed-hint.d.ts","sourceRoot":"","sources":["../src/collapsed-hint.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB,qBAAqB,CAAC;AAEzD,wBAAgB,oBAAoB,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,CAE/D"}
@@ -0,0 +1,5 @@
1
+ export const COLLAPSED_EXPAND_LABEL = "ctrl+o to expand";
2
+ export function collapsedSummaryLine(countLabel) {
3
+ return `${countLabel} — ${COLLAPSED_EXPAND_LABEL}`;
4
+ }
5
+ //# sourceMappingURL=collapsed-hint.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"collapsed-hint.js","sourceRoot":"","sources":["../src/collapsed-hint.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,sBAAsB,GAAG,kBAAkB,CAAC;AAEzD,MAAM,UAAU,oBAAoB,CAAC,UAAkB;IACtD,OAAO,GAAG,UAAU,MAAM,sBAAsB,EAAE,CAAC;AACpD,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heyhuynhgiabuu/pi-diff",
3
- "version": "0.6.7",
3
+ "version": "0.6.8",
4
4
  "description": "Shiki-powered terminal diff renderer for pi — syntax-highlighted, word-level diffs in split and unified views.",
5
5
  "keywords": [
6
6
  "diff",
@@ -30,6 +30,10 @@
30
30
  "dist/edit-guard.d.ts.map",
31
31
  "dist/edit-guard.js",
32
32
  "dist/edit-guard.js.map",
33
+ "dist/collapsed-hint.d.ts",
34
+ "dist/collapsed-hint.d.ts.map",
35
+ "dist/collapsed-hint.js",
36
+ "dist/collapsed-hint.js.map",
33
37
  "dist/core/config.d.ts",
34
38
  "dist/core/config.d.ts.map",
35
39
  "dist/core/config.js",