@difizen/libro-jupyter 0.2.27 → 0.2.28

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.
@@ -1,4 +1,4 @@
1
- export interface IProps {
1
+ interface IProps {
2
2
  className?: string;
3
3
  width?: string;
4
4
  height?: string;
@@ -8,4 +8,5 @@ export declare function SQLIcon(props: IProps): import("react/jsx-runtime").JSX.
8
8
  export declare function JSONIcon(props: IProps): import("react/jsx-runtime").JSX.Element;
9
9
  export declare function PythonIcon(props: IProps): import("react/jsx-runtime").JSX.Element;
10
10
  export declare function MoreIcon(prop: IProps): import("react/jsx-runtime").JSX.Element;
11
+ export {};
11
12
  //# sourceMappingURL=file-icon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"file-icon.d.ts","sourceRoot":"","sources":["../../src/file/file-icon.tsx"],"names":[],"mappings":"AAAA,MAAM,WAAW,MAAM;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,YAAY,CAAC,KAAK,EAAE,MAAM,2CA6BzC;AAED,wBAAgB,OAAO,CAAC,KAAK,EAAE,MAAM,2CA6BpC;AAED,wBAAgB,QAAQ,CAAC,KAAK,EAAE,MAAM,2CA8DrC;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,MAAM,2CA8CvC;AAED,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,2CAiUpC"}
1
+ {"version":3,"file":"file-icon.d.ts","sourceRoot":"","sources":["../../src/file/file-icon.tsx"],"names":[],"mappings":"AAAA,UAAU,MAAM;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,YAAY,CAAC,KAAK,EAAE,MAAM,2CA6BzC;AAED,wBAAgB,OAAO,CAAC,KAAK,EAAE,MAAM,2CA6BpC;AAED,wBAAgB,QAAQ,CAAC,KAAK,EAAE,MAAM,2CA8DrC;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,MAAM,2CA8CvC;AAED,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,2CAiUpC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@difizen/libro-jupyter",
3
- "version": "0.2.27",
3
+ "version": "0.2.28",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "libro"
@@ -31,22 +31,22 @@
31
31
  "src"
32
32
  ],
33
33
  "dependencies": {
34
- "@difizen/libro-cofine-editor": "^0.2.27",
35
- "@difizen/libro-code-editor": "^0.2.27",
36
- "@difizen/libro-code-cell": "^0.2.27",
37
- "@difizen/libro-codemirror": "^0.2.27",
38
- "@difizen/libro-rendermime": "^0.2.27",
39
- "@difizen/libro-common": "^0.2.27",
40
- "@difizen/libro-core": "^0.2.27",
41
- "@difizen/libro-kernel": "^0.2.27",
42
- "@difizen/libro-l10n": "^0.2.27",
43
- "@difizen/libro-output": "^0.2.27",
44
- "@difizen/libro-search": "^0.2.27",
45
- "@difizen/libro-search-code-cell": "^0.2.27",
46
- "@difizen/libro-lsp": "^0.2.27",
47
- "@difizen/libro-markdown-cell": "^0.2.27",
48
- "@difizen/libro-raw-cell": "^0.2.27",
49
- "@difizen/libro-language-client": "^0.2.27",
34
+ "@difizen/libro-cofine-editor": "^0.2.28",
35
+ "@difizen/libro-code-editor": "^0.2.28",
36
+ "@difizen/libro-code-cell": "^0.2.28",
37
+ "@difizen/libro-codemirror": "^0.2.28",
38
+ "@difizen/libro-rendermime": "^0.2.28",
39
+ "@difizen/libro-common": "^0.2.28",
40
+ "@difizen/libro-core": "^0.2.28",
41
+ "@difizen/libro-kernel": "^0.2.28",
42
+ "@difizen/libro-l10n": "^0.2.28",
43
+ "@difizen/libro-output": "^0.2.28",
44
+ "@difizen/libro-search": "^0.2.28",
45
+ "@difizen/libro-search-code-cell": "^0.2.28",
46
+ "@difizen/libro-lsp": "^0.2.28",
47
+ "@difizen/libro-markdown-cell": "^0.2.28",
48
+ "@difizen/libro-raw-cell": "^0.2.28",
49
+ "@difizen/libro-language-client": "^0.2.28",
50
50
  "@difizen/mana-app": "latest",
51
51
  "@difizen/mana-l10n": "latest",
52
52
  "@ant-design/colors": "^7.0.0",
@@ -1,4 +1,4 @@
1
- export interface IProps {
1
+ interface IProps {
2
2
  className?: string;
3
3
  width?: string;
4
4
  height?: string;