i-tech-shared-components 1.4.75 → 1.4.76-alpha.1775844093759

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": "i-tech-shared-components",
3
- "version": "1.4.75",
3
+ "version": "1.4.76-alpha.1775844093759",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^19.0.0",
6
6
  "@angular/cdk": "^19.0.0",
package/theme/_label.scss CHANGED
@@ -229,6 +229,7 @@ body {
229
229
  --mdc-chip-elevated-container-color: #{map.get($value, "main")};
230
230
  --mdc-chip-outline-color: #{map.get($value, "border")};
231
231
  --mdc-chip-label-text-color: #{map.get($value, "text")};
232
+ color: #{map.get($value, "text")};
232
233
 
233
234
  mat-icon {
234
235
  width: 18px;
@@ -257,7 +258,14 @@ body {
257
258
  }
258
259
 
259
260
  .mat-mdc-chip.bordered {
260
- --mdc-chip-outline-width: 2.5px !important;
261
+ --mdc-chip-outline-width: 1px !important;
262
+ }
263
+
264
+ .mat-mdc-chip.w-100 {
265
+ .mdc-evolution-chip__action--primary {
266
+ width: 100%;
267
+ justify-content: center;
268
+ }
261
269
  }
262
270
 
263
271
  .mat-mdc-chip.dashed {