@covalent/flavored-markdown 8.20.1 → 8.20.2
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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -38,7 +38,7 @@ interface ICopyCodeTooltips {
|
|
|
38
38
|
|
|
39
39
|
- buttonClicked: ITdFlavoredMarkdownButtonClickEvent
|
|
40
40
|
- Emitted when a button is clicked
|
|
41
|
-
-
|
|
41
|
+
- fileLinkClicked: URL
|
|
42
42
|
- Emitted when an anchor tag is clicked and its 'href' matches one of the extensions in 'fileLinkExtensions'.
|
|
43
43
|
|
|
44
44
|
#### Events
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@covalent/flavored-markdown",
|
|
3
|
-
"version": "8.20.
|
|
3
|
+
"version": "8.20.2",
|
|
4
4
|
"description": "Teradata UI Platform Flavored Markdown Module",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"@angular/core": "17.x.x",
|
|
26
26
|
"@angular/cdk": "17.x.x",
|
|
27
27
|
"@angular/material": "17.x.x",
|
|
28
|
-
"@covalent/core": "8.20.
|
|
29
|
-
"@covalent/highlight": "8.20.
|
|
30
|
-
"@covalent/markdown": "8.20.
|
|
28
|
+
"@covalent/core": "8.20.2",
|
|
29
|
+
"@covalent/highlight": "8.20.2",
|
|
30
|
+
"@covalent/markdown": "8.20.2"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"tslib": "^2.0.0"
|