@ngx-stoui/core 20.0.1 → 20.0.2

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/ngx-stoui.css CHANGED
@@ -4156,6 +4156,7 @@ html body .mat-mdc-checkbox.mat-primary {
4156
4156
  --mat-checkbox-unselected-focus-icon-color: var(--text-disabled);
4157
4157
  --mat-checkbox-unselected-hover-icon-color: var(--text-disabled);
4158
4158
  --mat-checkbox-unselected-icon-color: var(--text);
4159
+ --mat-pseudo-checkbox-full-unselected-icon-color: var(--text);
4159
4160
  }
4160
4161
  html body .mat-mdc-select-panel {
4161
4162
  padding: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngx-stoui/core",
3
- "version": "20.0.1",
3
+ "version": "20.0.2",
4
4
  "author": {
5
5
  "name": "Ronnie Laugen",
6
6
  "email": "rhenri@equinor.com"