@sakura-ui/markdown 0.0.2 → 0.0.3

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.
@@ -4,11 +4,4 @@ export declare const isDirective: (node: Node) => node is Directives;
4
4
  export declare const isContainerDirective: (node: Node) => node is Directives;
5
5
  export declare const isLeafDirective: (node: Node) => node is Directives;
6
6
  export declare const isTextDirective: (node: Node) => node is Directives;
7
- type TreeNode<I> = Omit<I, 'children'> & {
8
- children?: TreeNode<I>[];
9
- };
10
- export declare const treefy: <I extends {
11
- depth: number;
12
- }>(input: I[]) => TreeNode<I>[];
13
- export {};
14
7
  //# sourceMappingURL=helper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"helper.d.ts","sourceRoot":"","sources":["../../../src/plugins/helper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AACtD,OAAO,EAAE,IAAI,EAAE,MAAM,OAAO,CAAA;AAE5B,eAAO,MAAM,WAAW,SAAU,IAAI,uBAMrC,CAAA;AAED,eAAO,MAAM,oBAAoB,SAAU,IAAI,uBAE9C,CAAA;AAED,eAAO,MAAM,eAAe,SAAU,IAAI,uBAEzC,CAAA;AAED,eAAO,MAAM,eAAe,SAAU,IAAI,uBAEzC,CAAA;AAED,KAAK,QAAQ,CAAC,CAAC,IAAI,IAAI,CAAC,CAAC,EAAE,UAAU,CAAC,GAAG;IAAE,QAAQ,CAAC,EAAE,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAA;CAAE,CAAA;AAGrE,eAAO,MAAM,MAAM;WAAuB,MAAM;UAAW,CAAC,EAAE,kBAkB7D,CAAA"}
1
+ {"version":3,"file":"helper.d.ts","sourceRoot":"","sources":["../../../src/plugins/helper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AACtD,OAAO,EAAE,IAAI,EAAE,MAAM,OAAO,CAAA;AAE5B,eAAO,MAAM,WAAW,SAAU,IAAI,uBAMrC,CAAA;AAED,eAAO,MAAM,oBAAoB,SAAU,IAAI,uBAE9C,CAAA;AAED,eAAO,MAAM,eAAe,SAAU,IAAI,uBAEzC,CAAA;AAED,eAAO,MAAM,eAAe,SAAU,IAAI,uBAEzC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sakura-ui/markdown",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "author": "glassonion1",
@@ -58,6 +58,7 @@
58
58
  "tailwindcss": "^3.4.3"
59
59
  },
60
60
  "dependencies": {
61
+ "@sakura-ui/helper": "^0.0.1",
61
62
  "github-slugger": "^2.0.0",
62
63
  "hastscript": "^9.0.0",
63
64
  "mdast-util-directive": "^3.0.0",
@@ -72,7 +73,6 @@
72
73
  "remark-gfm": "^4.0.0",
73
74
  "remark-parse": "^11.0.0",
74
75
  "remark-rehype": "^11.1.0",
75
- "@sakura-ui/helper": "workspace:*",
76
76
  "unified": "^11.0.5",
77
77
  "unist-util-visit": "^5.0.0"
78
78
  }