@sebgroup/green-core-ng 2.37.0 → 2.37.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/generated/index.d.ts
CHANGED
|
@@ -53,7 +53,6 @@ export * from './filter-chip';
|
|
|
53
53
|
export * from './formatted-account';
|
|
54
54
|
export * from './formatted-date';
|
|
55
55
|
export * from './formatted-number';
|
|
56
|
-
export * from './radio-group';
|
|
57
56
|
export * from './icon-ai';
|
|
58
57
|
export * from './icon-airplane-up';
|
|
59
58
|
export * from './icon-archive';
|
|
@@ -393,6 +392,7 @@ export * from './icon-youtube';
|
|
|
393
392
|
export * from './icon-zap';
|
|
394
393
|
export * from './icon-zoom-in';
|
|
395
394
|
export * from './icon-zoom-out';
|
|
395
|
+
export * from './radio-group';
|
|
396
396
|
export * from './segment';
|
|
397
397
|
export * from './sensitive-account';
|
|
398
398
|
export * from './sensitive-date';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sebgroup/green-core-ng",
|
|
3
3
|
"description": "Angular wrappers for @sebgroup/green-core web components.",
|
|
4
|
-
"version": "2.37.
|
|
4
|
+
"version": "2.37.1",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"module": "fesm2022/sebgroup-green-core-ng.mjs",
|
|
7
7
|
"type": "module",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"directory": "../../dist/libs/core-ng"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@sebgroup/green-core": "2.37.
|
|
25
|
+
"@sebgroup/green-core": "2.37.1",
|
|
26
26
|
"tslib": "^2.3.0"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|