@cloudscape-design/code-view 3.0.47 → 3.0.48

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.
@@ -30,7 +30,18 @@ module.exports = {
30
30
  },
31
31
  {
32
32
  "name": "highlight",
33
- "type": "(code: string) => React.ReactNode",
33
+ "type": "((code: string) => React.ReactNode)",
34
+ "inlineType": {
35
+ "name": "(code: string) => React.ReactNode",
36
+ "type": "function",
37
+ "returnType": "React.ReactNode",
38
+ "parameters": [
39
+ {
40
+ "name": "code",
41
+ "type": "string"
42
+ }
43
+ ]
44
+ },
34
45
  "optional": true,
35
46
  "description": "A function to perform custom syntax highlighting."
36
47
  },
@@ -38,13 +49,13 @@ module.exports = {
38
49
  "name": "lineNumbers",
39
50
  "type": "boolean",
40
51
  "optional": true,
41
- "description": "Controls the display of line numbers.\nDefaults to `false`.\n"
52
+ "description": "Controls the display of line numbers.\n\nDefaults to `false`."
42
53
  },
43
54
  {
44
55
  "name": "wrapLines",
45
56
  "type": "boolean",
46
57
  "optional": true,
47
- "description": "Controls whether line-wrapping is enabled when content would overflow the component.\nDefaults to `false`.\n"
58
+ "description": "Controls whether line-wrapping is enabled when content would overflow the component.\n\nDefaults to `false`."
48
59
  }
49
60
  ],
50
61
  "events": []
@@ -1,4 +1,4 @@
1
1
  export const PACKAGE_SOURCE = "code-view";
2
- export const PACKAGE_VERSION = "3.0.0 (ab4aadf2)";
2
+ export const PACKAGE_VERSION = "3.0.0 (8cfe47bf)";
3
3
  export const THEME = "open-source-visual-refresh";
4
4
  export const ALWAYS_VISUAL_REFRESH = true;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "PACKAGE_SOURCE": "code-view",
3
- "PACKAGE_VERSION": "3.0.0 (ab4aadf2)",
3
+ "PACKAGE_VERSION": "3.0.0 (8cfe47bf)",
4
4
  "THEME": "open-source-visual-refresh",
5
5
  "ALWAYS_VISUAL_REFRESH": true
6
6
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "ab4aadf2940910bca249e4f08b618d3ce756eea9"
2
+ "commit": "8cfe47bfb58cce45585d53e6d1dd730f5ed07b8b"
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudscape-design/code-view",
3
- "version": "3.0.47",
3
+ "version": "3.0.48",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/cloudscape-design/code-view.git"