@corto-ai/gds-angular 2.0.0 → 2.1.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/package.json CHANGED
@@ -1,9 +1,16 @@
1
1
  {
2
2
  "name": "@corto-ai/gds-angular",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "peerDependencies": {
5
- "@angular/common": "20.0.6",
6
- "@angular/core": "20.0.6"
5
+ "@angular/common": "^21.0.0",
6
+ "@angular/core": "^21.0.0",
7
+ "@angular/cdk": "^21.0.0",
8
+ "@angular/forms": "^21.0.0"
9
+ },
10
+ "dependencies": {
11
+ "@ngneat/svg-icon": "^7.1.0",
12
+ "date-fns": "^4.1.0",
13
+ "tslib": "^2.3.0"
7
14
  },
8
15
  "module": "fesm2022/corto-ai-gds-angular.mjs",
9
16
  "typings": "types/corto-ai-gds-angular.d.ts",
@@ -17,8 +24,5 @@
17
24
  }
18
25
  },
19
26
  "sideEffects": false,
20
- "type": "module",
21
- "dependencies": {
22
- "tslib": "^2.3.0"
23
- }
27
+ "type": "module"
24
28
  }
@@ -402,7 +402,7 @@ declare class GdsDropdownComponent {
402
402
  }
403
403
 
404
404
  type GdsEmptyStateSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl';
405
- type GdsEmptyStateVariant = 'default' | 'card' | 'matter' | 'correspondence' | 'notifications' | 'gettingStarted' | '404' | 'restrictedAccess' | 'genericError' | 'notFound' | 'noResults' | 'contact' | 'noSelectedFilters';
405
+ type GdsEmptyStateVariant = 'default' | 'card' | 'matter' | 'correspondence' | 'notifications' | 'gettingStarted' | '404' | 'restrictedAccess' | 'genericError' | 'notFound' | 'noResults' | 'contact' | 'noSelectedFilters' | 'noEmailConnected';
406
406
 
407
407
  declare class GdsEmptyStateComponent extends OnBrandChanged {
408
408
  variant: _angular_core.InputSignal<GdsEmptyStateVariant>;