@cloudflare/realtimekit-angular-ui 1.0.0-staging.8 → 1.0.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.
|
@@ -1138,7 +1138,7 @@ export declare class RtkNotification {
|
|
|
1138
1138
|
protected el: HTMLRtkNotificationElement;
|
|
1139
1139
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1140
1140
|
static ɵfac: i0.ɵɵFactoryDeclaration<RtkNotification, never>;
|
|
1141
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RtkNotification, "rtk-notification", never, { "iconPack": { "alias": "iconPack"; "required": false; }; "notification": { "alias": "notification"; "required": false; }; "size": { "alias": "size"; "required": false; }; "t": { "alias": "t"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1141
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RtkNotification, "rtk-notification", never, { "iconPack": { "alias": "iconPack"; "required": false; }; "notification": { "alias": "notification"; "required": false; }; "paused": { "alias": "paused"; "required": false; }; "size": { "alias": "size"; "required": false; }; "t": { "alias": "t"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1142
1142
|
}
|
|
1143
1143
|
export declare interface RtkNotification extends Components.RtkNotification {
|
|
1144
1144
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudflare/realtimekit-angular-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Pre-built, ready-to-use Angular UI components and utilities for integrating with Cloudflare RealtimeKit",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": ">=12",
|
|
@@ -8,10 +8,11 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"tslib": "^2.3.0",
|
|
11
|
-
"@cloudflare/realtimekit-ui": "1.0.
|
|
11
|
+
"@cloudflare/realtimekit-ui": "1.0.1"
|
|
12
12
|
},
|
|
13
13
|
"publishConfig": {
|
|
14
|
-
"
|
|
14
|
+
"access": "public",
|
|
15
|
+
"tag": "latest"
|
|
15
16
|
},
|
|
16
17
|
"files": [
|
|
17
18
|
"dist/"
|