@symphony-talent/component-library 4.107.0 → 4.108.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": "4.107.0",
3
+ "version": "4.108.0",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "ag-grid-angular": "^24.0.0",
@@ -131,6 +131,8 @@ export * from './lib/atoms/atoms.module';
131
131
  export * from './lib/molecules/breadcrumb/breadcrumb.component';
132
132
  export * from './lib/molecules/breadcrumb/breadcrumb.module';
133
133
  export * from './lib/molecules/breadcrumb/breadcrumb.model';
134
+ export * from './lib/molecules/button-with-icon/button-with-icon.component';
135
+ export * from './lib/molecules/button-with-icon/button-with-icon.module';
134
136
  export * from './lib/molecules/card/card.component';
135
137
  export * from './lib/molecules/card/card.module';
136
138
  export * from './lib/molecules/card/card.model';
package/public-api.d.ts CHANGED
@@ -131,6 +131,8 @@ export * from './lib/atoms/atoms.module';
131
131
  export * from './lib/molecules/breadcrumb/breadcrumb.component';
132
132
  export * from './lib/molecules/breadcrumb/breadcrumb.module';
133
133
  export * from './lib/molecules/breadcrumb/breadcrumb.model';
134
+ export * from './lib/molecules/button-with-icon/button-with-icon.component';
135
+ export * from './lib/molecules/button-with-icon/button-with-icon.module';
134
136
  export * from './lib/molecules/card/card.component';
135
137
  export * from './lib/molecules/card/card.module';
136
138
  export * from './lib/molecules/card/card.model';