@noatgnu/cupcake-core 1.1.0 → 1.2.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.
package/index.d.ts
CHANGED
|
@@ -1238,7 +1238,6 @@ declare class SiteConfigComponent implements OnInit {
|
|
|
1238
1238
|
selectedLogoFile: _angular_core.WritableSignal<File | null>;
|
|
1239
1239
|
currentConfig: _angular_core.WritableSignal<SiteConfig | null>;
|
|
1240
1240
|
previewConfig: _angular_core.Signal<any>;
|
|
1241
|
-
presetColors: string[];
|
|
1242
1241
|
constructor();
|
|
1243
1242
|
ngOnInit(): void;
|
|
1244
1243
|
/**
|
|
@@ -1249,10 +1248,6 @@ declare class SiteConfigComponent implements OnInit {
|
|
|
1249
1248
|
* Reset form to current configuration
|
|
1250
1249
|
*/
|
|
1251
1250
|
resetForm(): void;
|
|
1252
|
-
/**
|
|
1253
|
-
* Handle color change from ngx-color picker
|
|
1254
|
-
*/
|
|
1255
|
-
onColorChange(event: any): void;
|
|
1256
1251
|
/**
|
|
1257
1252
|
* Get a darker version of the given color for gradients
|
|
1258
1253
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@noatgnu/cupcake-core",
|
|
3
|
-
"version": "1.1
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "A reusable Angular library that provides user management, authentication, and site configuration functionality for cupcake applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"url": "https://github.com/noatgnu/cupcake-vanilla-ng/issues"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@angular/common": "^20.
|
|
25
|
-
"@angular/core": "^20.
|
|
26
|
-
"@angular/forms": "^20.
|
|
27
|
-
"@angular/router": "^20.
|
|
24
|
+
"@angular/common": "^20.3.3",
|
|
25
|
+
"@angular/core": "^20.3.3",
|
|
26
|
+
"@angular/forms": "^20.3.3",
|
|
27
|
+
"@angular/router": "^20.3.3",
|
|
28
28
|
"@ng-bootstrap/ng-bootstrap": "^19.0.0",
|
|
29
29
|
"bootstrap": "^5.3.0",
|
|
30
30
|
"rxjs": "~7.8.0"
|