@sebgroup/green-core-ng 2.37.2 → 2.37.4
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
|
@@ -7,8 +7,8 @@ export * from './badge';
|
|
|
7
7
|
export * from './blur';
|
|
8
8
|
export * from './breadcrumbs';
|
|
9
9
|
export * from './button';
|
|
10
|
-
export * from './calendar';
|
|
11
10
|
export * from './card';
|
|
11
|
+
export * from './calendar';
|
|
12
12
|
export * from './card-linked';
|
|
13
13
|
export * from './checkbox';
|
|
14
14
|
export * from './coachmark';
|
|
@@ -48,11 +48,16 @@ export * from './video';
|
|
|
48
48
|
export * from './card-pattern-01';
|
|
49
49
|
export * from './breadcrumb';
|
|
50
50
|
export * from './checkbox-group';
|
|
51
|
-
export * from './icon-details';
|
|
52
51
|
export * from './filter-chip';
|
|
52
|
+
export * from './icon-details';
|
|
53
53
|
export * from './formatted-account';
|
|
54
54
|
export * from './formatted-date';
|
|
55
55
|
export * from './formatted-number';
|
|
56
|
+
export * from './radio-group';
|
|
57
|
+
export * from './sensitive-date';
|
|
58
|
+
export * from './sensitive-account';
|
|
59
|
+
export * from './segment';
|
|
60
|
+
export * from './sensitive-number';
|
|
56
61
|
export * from './icon-ai';
|
|
57
62
|
export * from './icon-airplane-up';
|
|
58
63
|
export * from './icon-archive';
|
|
@@ -392,11 +397,6 @@ export * from './icon-youtube';
|
|
|
392
397
|
export * from './icon-zap';
|
|
393
398
|
export * from './icon-zoom-in';
|
|
394
399
|
export * from './icon-zoom-out';
|
|
395
|
-
export * from './radio-group';
|
|
396
|
-
export * from './segment';
|
|
397
|
-
export * from './sensitive-account';
|
|
398
|
-
export * from './sensitive-date';
|
|
399
|
-
export * from './sensitive-number';
|
|
400
400
|
export * from './menu-item';
|
|
401
401
|
export * from './menu-heading';
|
|
402
402
|
export * from './option';
|
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.4",
|
|
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.4",
|
|
26
26
|
"tslib": "^2.3.0"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|