@covalent/core 8.21.0 → 8.21.1

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.
Files changed (2) hide show
  1. package/message/README.md +2 -10
  2. 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.0",
3
+ "version": "8.21.1",
4
4
  "exports": {
5
5
  ".": {
6
6
  "sass": "./theming/_all-theme.scss",
@@ -45,18 +45,18 @@
45
45
  "esm": "./esm2022/file/covalent-core-file.mjs",
46
46
  "default": "./fesm2022/covalent-core-file.mjs"
47
47
  },
48
- "./json-formatter": {
49
- "types": "./json-formatter/index.d.ts",
50
- "esm2022": "./esm2022/json-formatter/covalent-core-json-formatter.mjs",
51
- "esm": "./esm2022/json-formatter/covalent-core-json-formatter.mjs",
52
- "default": "./fesm2022/covalent-core-json-formatter.mjs"
53
- },
54
48
  "./layout": {
55
49
  "types": "./layout/index.d.ts",
56
50
  "esm2022": "./esm2022/layout/covalent-core-layout.mjs",
57
51
  "esm": "./esm2022/layout/covalent-core-layout.mjs",
58
52
  "default": "./fesm2022/covalent-core-layout.mjs"
59
53
  },
54
+ "./json-formatter": {
55
+ "types": "./json-formatter/index.d.ts",
56
+ "esm2022": "./esm2022/json-formatter/covalent-core-json-formatter.mjs",
57
+ "esm": "./esm2022/json-formatter/covalent-core-json-formatter.mjs",
58
+ "default": "./fesm2022/covalent-core-json-formatter.mjs"
59
+ },
60
60
  "./loading": {
61
61
  "types": "./loading/index.d.ts",
62
62
  "esm2022": "./esm2022/loading/covalent-core-loading.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.0"
113
+ "@covalent/core": "8.21.1"
114
114
  },
115
115
  "dependencies": {
116
116
  "tslib": "^2.0.0"