@softpak/components 19.25.0-beta.1 → 19.25.0-beta.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softpak/components",
3
- "version": "19.25.0-beta.1",
3
+ "version": "19.25.0-beta.2",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "19.x.x",
@@ -40,9 +40,9 @@
40
40
  "types": "./spx-alert/index.d.ts",
41
41
  "default": "./fesm2022/softpak-components-spx-alert.mjs"
42
42
  },
43
- "./spx-button": {
44
- "types": "./spx-button/index.d.ts",
45
- "default": "./fesm2022/softpak-components-spx-button.mjs"
43
+ "./spx-app-expiry": {
44
+ "types": "./spx-app-expiry/index.d.ts",
45
+ "default": "./fesm2022/softpak-components-spx-app-expiry.mjs"
46
46
  },
47
47
  "./spx-app-configuration": {
48
48
  "types": "./spx-app-configuration/index.d.ts",
@@ -52,9 +52,9 @@
52
52
  "types": "./spx-capitalize/index.d.ts",
53
53
  "default": "./fesm2022/softpak-components-spx-capitalize.mjs"
54
54
  },
55
- "./spx-app-expiry": {
56
- "types": "./spx-app-expiry/index.d.ts",
57
- "default": "./fesm2022/softpak-components-spx-app-expiry.mjs"
55
+ "./spx-button": {
56
+ "types": "./spx-button/index.d.ts",
57
+ "default": "./fesm2022/softpak-components-spx-button.mjs"
58
58
  },
59
59
  "./spx-card": {
60
60
  "types": "./spx-card/index.d.ts",
@@ -19,10 +19,10 @@ export declare const runCheck: import("@ngrx/store").ActionCreator<"[SPX / Updat
19
19
  } & import("@ngrx/store").Action<"[SPX / Update Check V2] Run">>;
20
20
  declare const all: (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Check V2] An update is ready">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Check V2] Clear error">) | ({
21
21
  startUpdateAgainAfterTimeout?: boolean;
22
- } & import("@ngrx/store").Action<"[SPX / Update Check V2] Error happened">) | ({
22
+ } & import("@ngrx/store").Action<"[SPX / Update Check V2] Error happened">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Check V2] Initialize">) | ({
23
23
  startUpdateAgainAfterTimeout?: boolean;
24
- } & import("@ngrx/store").Action<"[SPX / Update Check V2] No update was found">) | ({
24
+ } & import("@ngrx/store").Action<"[SPX / Update Check V2] No update was found">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Check V2] Not available on web">) | ({
25
25
  forceWaitForUpdate?: boolean;
26
- } & import("@ngrx/store").Action<"[SPX / Update Check V2] Run">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Check V2] Not available on web">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Check V2] Initialize">);
26
+ } & import("@ngrx/store").Action<"[SPX / Update Check V2] Run">);
27
27
  export type Actions = typeof all;
28
28
  export {};
@@ -3,6 +3,6 @@ export declare const hasBeenDownloaded: import("@ngrx/store").ActionCreator<"[SP
3
3
  export declare const hasBeenInstalled: import("@ngrx/store").ActionCreator<"[SPX / Update Pending] Has been installed", (props: Record<string, unknown>) => Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Has been installed">>;
4
4
  export declare const postpone: import("@ngrx/store").ActionCreator<"[SPX / Update Pending] Postpone", (props: Record<string, unknown>) => Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Postpone">>;
5
5
  export declare const postponeExpired: import("@ngrx/store").ActionCreator<"[SPX / Update Pending] Postpone expired", (props: Record<string, unknown>) => Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Postpone expired">>;
6
- declare const all: (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Has been downloaded">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Accept update">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Has been installed">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Postpone">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Postpone expired">);
6
+ declare const all: (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Accept update">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Has been downloaded">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Has been installed">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Postpone">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Postpone expired">);
7
7
  export type Actions = typeof all;
8
8
  export {};