@covalent/core 8.21.0 → 8.21.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/message/README.md +2 -10
- package/package.json +8 -8
package/message/README.md
CHANGED
@@ -50,18 +50,10 @@ export class MyModule {}
|
|
50
50
|
Example for HTML usage:
|
51
51
|
|
52
52
|
```html
|
53
|
-
<td-message
|
54
|
-
#messageDemo
|
55
|
-
color="primary"
|
56
|
-
class="pad-sm"
|
57
|
-
label="Hide me!"
|
58
|
-
sublabel="You can toggle my visibility & add a class!"
|
59
|
-
>
|
53
|
+
<td-message #messageDemo color="primary" class="pad-sm" label="Hide me!" sublabel="You can toggle my visibility & add a class!">
|
60
54
|
<button td-message-actions mat-icon-button (click)="messageDemo.close()">
|
61
55
|
<mat-icon>cancel</mat-icon>
|
62
56
|
</button>
|
63
57
|
</td-message>
|
64
|
-
<button mat-button color="accent" (click)="messageDemo.toggle()">
|
65
|
-
Toggle Visibility
|
66
|
-
</button>
|
58
|
+
<button mat-button color="accent" (click)="messageDemo.toggle()">Toggle visibility</button>
|
67
59
|
```
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@covalent/core",
|
3
|
-
"version": "8.21.
|
3
|
+
"version": "8.21.2",
|
4
4
|
"exports": {
|
5
5
|
".": {
|
6
6
|
"sass": "./theming/_all-theme.scss",
|
@@ -21,18 +21,18 @@
|
|
21
21
|
"esm": "./esm2022/breadcrumbs/covalent-core-breadcrumbs.mjs",
|
22
22
|
"default": "./fesm2022/covalent-core-breadcrumbs.mjs"
|
23
23
|
},
|
24
|
-
"./common": {
|
25
|
-
"types": "./common/index.d.ts",
|
26
|
-
"esm2022": "./esm2022/common/covalent-core-common.mjs",
|
27
|
-
"esm": "./esm2022/common/covalent-core-common.mjs",
|
28
|
-
"default": "./fesm2022/covalent-core-common.mjs"
|
29
|
-
},
|
30
24
|
"./dialogs": {
|
31
25
|
"types": "./dialogs/index.d.ts",
|
32
26
|
"esm2022": "./esm2022/dialogs/covalent-core-dialogs.mjs",
|
33
27
|
"esm": "./esm2022/dialogs/covalent-core-dialogs.mjs",
|
34
28
|
"default": "./fesm2022/covalent-core-dialogs.mjs"
|
35
29
|
},
|
30
|
+
"./common": {
|
31
|
+
"types": "./common/index.d.ts",
|
32
|
+
"esm2022": "./esm2022/common/covalent-core-common.mjs",
|
33
|
+
"esm": "./esm2022/common/covalent-core-common.mjs",
|
34
|
+
"default": "./fesm2022/covalent-core-common.mjs"
|
35
|
+
},
|
36
36
|
"./dynamic-menu": {
|
37
37
|
"types": "./dynamic-menu/index.d.ts",
|
38
38
|
"esm2022": "./esm2022/dynamic-menu/covalent-core-dynamic-menu.mjs",
|
@@ -110,7 +110,7 @@
|
|
110
110
|
"@angular/router": "17.x.x",
|
111
111
|
"@angular/cdk": "17.x.x",
|
112
112
|
"@angular/material": "17.x.x",
|
113
|
-
"@covalent/core": "8.21.
|
113
|
+
"@covalent/core": "8.21.2"
|
114
114
|
},
|
115
115
|
"dependencies": {
|
116
116
|
"tslib": "^2.0.0"
|