@villedemontreal/angular-ui 2.2.0 → 2.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.
@@ -1,4 +1,4 @@
1
- export declare enum BaoColors {
1
+ export declare const enum BaoColors {
2
2
  ACTION = "action",
3
3
  PRIMARY = "primary",
4
4
  PRIMARY_REVERSED = "primary-reversed",
@@ -1,4 +1,4 @@
1
- export declare enum EDisplayMode {
1
+ export declare const enum EDisplayMode {
2
2
  COMPACT = "compact",
3
3
  RESPONSIVE = "responsive"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@villedemontreal/angular-ui",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": ">=8.0.0 <14.0.0",
6
6
  "@angular/common": ">=8.0.0 <14.0.0",
package/public-api.d.ts CHANGED
@@ -12,3 +12,4 @@ export * from './lib/checkbox/index';
12
12
  export * from './lib/radio/index';
13
13
  export * from './lib/common-components/index';
14
14
  export * from './lib/summary/index';
15
+ export * from './lib/shared';