@kong/kongponents 9.43.3-pr.2957.5f3faef.0 → 9.43.3-pr.2961.9695cc3.0
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.
- package/dist/kongponents.css +1 -1
- package/dist/kongponents.es.js +2095 -2097
- package/dist/kongponents.umd.js +14 -14
- package/dist/types/types/code-block.d.ts +1 -1
- package/package.json +2 -2
|
@@ -66,7 +66,7 @@ export interface CodeBlockProps {
|
|
|
66
66
|
* Controls whether to show a copy button. It copies the original code (i.e. the value of `props.code`) to the clipboard.
|
|
67
67
|
* @default true
|
|
68
68
|
*/
|
|
69
|
-
showCopyButton?: boolean;
|
|
69
|
+
showCopyButton?: boolean | 'always';
|
|
70
70
|
/**
|
|
71
71
|
* Controls whether to show line numbers.
|
|
72
72
|
* @default true
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong/kongponents",
|
|
3
|
-
"version": "9.43.3-pr.
|
|
3
|
+
"version": "9.43.3-pr.2961.9695cc3.0",
|
|
4
4
|
"description": "Kong Component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
|
|
55
55
|
"@evilmartians/lefthook": "^1.13.6",
|
|
56
56
|
"@kong-ui-public/sandbox-layout": "^2.3.4",
|
|
57
|
-
"@kong/design-tokens": "^1.18.
|
|
57
|
+
"@kong/design-tokens": "^1.18.1",
|
|
58
58
|
"@kong/eslint-config-kong-ui": "1.5.1",
|
|
59
59
|
"@semantic-release/changelog": "^6.0.3",
|
|
60
60
|
"@semantic-release/git": "^10.0.1",
|