@elderbyte/ngx-starter 21.8.1 → 21.9.0
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/fesm2022/elderbyte-ngx-starter.mjs +1121 -1121
- package/package.json +14 -2
- package/types/elderbyte-ngx-starter.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elderbyte/ngx-starter",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.9.0",
|
|
4
|
+
"license": "MIT",
|
|
5
|
+
"author": "ElderByte AG (https://elderbyte.com)",
|
|
6
|
+
"homepage": "https://elderbyte.com",
|
|
7
|
+
"description": "ElderByte's Web App Starter library containing reusable building blocks for Angular applications.",
|
|
8
|
+
"keywords": [
|
|
9
|
+
"ngx-starter",
|
|
10
|
+
"ngx-components",
|
|
11
|
+
"angular",
|
|
12
|
+
"material",
|
|
13
|
+
"components"
|
|
14
|
+
],
|
|
4
15
|
"peerDependencies": {
|
|
5
16
|
"@angular/core": "^21.0.0 || ^22.0.0",
|
|
6
17
|
"@angular/common": "^21.0.0 || ^22.0.0",
|
|
@@ -30,5 +41,6 @@
|
|
|
30
41
|
},
|
|
31
42
|
"module": "fesm2022/elderbyte-ngx-starter.mjs",
|
|
32
43
|
"typings": "types/elderbyte-ngx-starter.d.ts",
|
|
33
|
-
"sideEffects": false
|
|
44
|
+
"sideEffects": false,
|
|
45
|
+
"type": "module"
|
|
34
46
|
}
|
|
@@ -11619,7 +11619,7 @@ declare class ElderChipLabelDirective {
|
|
|
11619
11619
|
readonly levelColor: i0.InputSignal<ElderLevelColor>;
|
|
11620
11620
|
readonly namedColor: i0.InputSignal<ElderNamedColor>;
|
|
11621
11621
|
readonly themeColor: i0.InputSignal<ThemePalette>;
|
|
11622
|
-
readonly chipSize: i0.InputSignal<"
|
|
11622
|
+
readonly chipSize: i0.InputSignal<"small" | "medium">;
|
|
11623
11623
|
readonly cssClasses: i0.Signal<string>;
|
|
11624
11624
|
readonly sizeClass: i0.Signal<string>;
|
|
11625
11625
|
/***************************************************************************
|