@symphony-talent/component-library 3.94.0 → 3.96.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@symphony-talent/component-library",
3
- "version": "3.94.0",
3
+ "version": "3.96.0",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "ag-grid-angular": "^24.0.0",
@@ -100,6 +100,7 @@ export * from './lib/atoms/advance-filter-selected-counter/advance-filter-select
100
100
  export * from './lib/atoms/notifications/notifications.component';
101
101
  export * from './lib/atoms/notifications/notifications.model';
102
102
  export * from './lib/atoms/notifications/notifications.module';
103
+ export * from './lib/atoms/color-sample/color-sample.enum';
103
104
  export * from './lib/atoms/atoms.module';
104
105
  export * from './lib/molecules/breadcrumb/breadcrumb.component';
105
106
  export * from './lib/molecules/breadcrumb/breadcrumb.module';
package/public-api.d.ts CHANGED
@@ -100,6 +100,7 @@ export * from './lib/atoms/advance-filter-selected-counter/advance-filter-select
100
100
  export * from './lib/atoms/notifications/notifications.component';
101
101
  export * from './lib/atoms/notifications/notifications.model';
102
102
  export * from './lib/atoms/notifications/notifications.module';
103
+ export * from './lib/atoms/color-sample/color-sample.enum';
103
104
  export * from './lib/atoms/atoms.module';
104
105
  export * from './lib/molecules/breadcrumb/breadcrumb.component';
105
106
  export * from './lib/molecules/breadcrumb/breadcrumb.module';