@softheon/armature 17.2.0 → 17.3.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.
@@ -223,7 +223,7 @@ mat-form-field {
223
223
  text-align: center;
224
224
  }
225
225
 
226
- ::ng-deep mat-button-toggle-group {
226
+ mat-button-toggle-group {
227
227
  &.sof-toggle-group {
228
228
  height: 48px !important;
229
229
 
@@ -1530,7 +1530,7 @@ mat-card {
1530
1530
  padding-top: 0px !important;
1531
1531
  }
1532
1532
 
1533
- ::ng-deep .mat-mdc-tooltip {
1533
+ .mat-mdc-tooltip {
1534
1534
  cursor: pointer !important;
1535
1535
  width: 234px !important;
1536
1536
  height: auto !important;
@@ -1556,7 +1556,7 @@ mat-card {
1556
1556
  word-break: break-all !important;
1557
1557
  }
1558
1558
 
1559
- ::ng-deep mat-form-field.sof-form-field {
1559
+ mat-form-field.sof-form-field {
1560
1560
  font-family: "Poppins" !important;
1561
1561
 
1562
1562
  &.mat-form-field-invalid {
@@ -1660,7 +1660,7 @@ mat-card {
1660
1660
  }
1661
1661
  }
1662
1662
 
1663
- ::ng-deep .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option.mdc-list-item--disabled) {
1663
+ .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option.mdc-list-item--disabled) {
1664
1664
  color: mat.get-color-from-palette($arm-primary, 500) !important;
1665
1665
  }
1666
1666
 
@@ -1745,7 +1745,7 @@ mat-radio-button.sof-radio-button.mat-mdc-radio-checked {
1745
1745
 
1746
1746
  // Color Styles [END]
1747
1747
 
1748
- ::ng-deep mat-radio-button.sof-radio-button {
1748
+ mat-radio-button.sof-radio-button {
1749
1749
  .mdc-radio__background {
1750
1750
  border-width: 3px !important;
1751
1751
  }
@@ -1785,7 +1785,7 @@ mat-radio-button.sof-radio-button.mat-mdc-radio-checked {
1785
1785
 
1786
1786
  // MatSlider Overrides [START]
1787
1787
 
1788
- ::ng-deep mat-slider.sof-slider {
1788
+ mat-slider.sof-slider {
1789
1789
 
1790
1790
  // Color Styles [START]
1791
1791
  &.mat-primary {
@@ -1895,7 +1895,7 @@ mat-radio-button.sof-radio-button.mat-mdc-radio-checked {
1895
1895
 
1896
1896
  // MatCheckbox Overrides [START]
1897
1897
 
1898
- ::ng-deep mat-checkbox.sof-checkbox {
1898
+ mat-checkbox.sof-checkbox {
1899
1899
  .mdc-checkbox {
1900
1900
  --mdc-checkbox-selected-checkmark-color: #fff;
1901
1901
  }
@@ -2007,7 +2007,7 @@ mat-radio-button.sof-radio-button.mat-mdc-radio-checked {
2007
2007
 
2008
2008
  // MatChip class overrides [START]
2009
2009
  // https://material.angular.io/components/chips/api
2010
- ::ng-deep .mat-mdc-chip.sof-chip {
2010
+ .mat-mdc-chip.sof-chip {
2011
2011
  font-family: "Poppins" !important;
2012
2012
  font-size: 14px !important;
2013
2013
  height: 32px !important;
@@ -2019,7 +2019,7 @@ mat-radio-button.sof-radio-button.mat-mdc-radio-checked {
2019
2019
  }
2020
2020
  }
2021
2021
 
2022
- ::ng-deep .mat-mdc-chip.mdc-evolution-chip--disabled.sof-chip {
2022
+ .mat-mdc-chip.mdc-evolution-chip--disabled.sof-chip {
2023
2023
  background: #f7f7f7 !important;
2024
2024
  color: rgba(0, 0, 0, 0.6) !important;
2025
2025
 
@@ -2028,7 +2028,7 @@ mat-radio-button.sof-radio-button.mat-mdc-radio-checked {
2028
2028
  }
2029
2029
  }
2030
2030
 
2031
- ::ng-deep .mat-mdc-chip.sof-chip {
2031
+ .mat-mdc-chip.sof-chip {
2032
2032
  &.mat-primary {
2033
2033
  background-color: #{mat.get-color-from-palette($arm-primary, 50)};
2034
2034
 
@@ -2156,7 +2156,7 @@ mat-radio-button.sof-radio-button.mat-mdc-radio-checked {
2156
2156
  }
2157
2157
  }
2158
2158
 
2159
- ::ng-deep .mat-mdc-chip-selected.sof-chip {
2159
+ .mat-mdc-chip-selected.sof-chip {
2160
2160
  &.mat-primary {
2161
2161
  background-color: #{mat.get-color-from-palette($arm-primary, 500)} !important;
2162
2162
 
@@ -2288,7 +2288,7 @@ mat-radio-button.sof-radio-button.mat-mdc-radio-checked {
2288
2288
 
2289
2289
  // MatSlideToggle class overrides [START]
2290
2290
  // https://material.angular.io/components/slide-toggle/api
2291
- ::ng-deep mat-slide-toggle {
2291
+ mat-slide-toggle {
2292
2292
  &.sof-slide-toggle {
2293
2293
  height: auto;
2294
2294
 
@@ -2339,7 +2339,7 @@ mat-radio-button.sof-radio-button.mat-mdc-radio-checked {
2339
2339
  }
2340
2340
  }
2341
2341
 
2342
- ::ng-deep mat-slide-toggle.sof-slide-toggle {
2342
+ mat-slide-toggle.sof-slide-toggle {
2343
2343
  &.mat-primary {
2344
2344
  --mdc-switch-selected-focus-state-layer-color: var(--primary-color-300-parts);
2345
2345
  --mdc-switch-selected-handle-color: var(--primary-color-300-parts);
@@ -2481,7 +2481,7 @@ mat-radio-button.sof-radio-button.mat-mdc-radio-checked {
2481
2481
  }
2482
2482
  }
2483
2483
 
2484
- ::ng-deep mat-slide-toggle.sof-slide-toggle {
2484
+ mat-slide-toggle.sof-slide-toggle {
2485
2485
  &:has(.mdc-switch--disabled) label {
2486
2486
  color: rgba(0, 0, 0, 0.87) !important;
2487
2487
  }
@@ -2842,7 +2842,7 @@ mat-radio-button.sof-radio-button.mat-mdc-radio-checked {
2842
2842
  }
2843
2843
 
2844
2844
  /** Calendar Settings */
2845
- ::ng-deep {
2845
+
2846
2846
  .mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
2847
2847
  color: rgba(0, 0, 0, 0.38) !important;
2848
2848
  }
@@ -2903,4 +2903,3 @@ mat-radio-button.sof-radio-button.mat-mdc-radio-checked {
2903
2903
  width: -webkit-fill-available;
2904
2904
  right: 20px;
2905
2905
  }
2906
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softheon/armature",
3
- "version": "17.2.0",
3
+ "version": "17.3.0",
4
4
  "dependencies": {
5
5
  "tslib": "^2.5.0"
6
6
  },