@ngx-stoui/core 20.0.2 → 20.0.3
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
|
@@ -4058,12 +4058,13 @@ input::-webkit-inner-spin-button {
|
|
|
4058
4058
|
}
|
|
4059
4059
|
|
|
4060
4060
|
html body.mat-app-background {
|
|
4061
|
+
--mat-button-outlined-disabled-label-text-color: var(--text-disabled);
|
|
4062
|
+
--mat-button-outlined-label-text-color: var(--text);
|
|
4061
4063
|
--mat-button-protected-label-text-color: var(--primary-hover-alt);
|
|
4062
4064
|
--mat-button-text-container-height: 46px;
|
|
4065
|
+
--mat-button-text-disabled-label-text-color: var(--text-disabled);
|
|
4063
4066
|
--mat-button-text-label-text-color: var(--text);
|
|
4064
4067
|
--mat-button-toggle-text-color: var(--text);
|
|
4065
|
-
--mat-button-outlined-disabled-label-text-color: var(--text-disabled);
|
|
4066
|
-
--mat-button-outlined-label-text-color: var(--text);
|
|
4067
4068
|
--mat-card-elevated-container-color: var(--bg-card);
|
|
4068
4069
|
--mat-card-outlined-container-color: hsla(from var(--bg-card) h s l / 50%);
|
|
4069
4070
|
--mat-checkbox-label-text-color: var(--text);
|
|
@@ -4073,6 +4074,7 @@ html body.mat-app-background {
|
|
|
4073
4074
|
--mat-checkbox-unselected-hover-icon-color: var(--text-disabled);
|
|
4074
4075
|
--mat-checkbox-unselected-icon-color: var(--text);
|
|
4075
4076
|
--mat-datepicker-calendar-body-label-text-color: var(--text);
|
|
4077
|
+
--mat-datepicker-calendar-date-today-outline-color: var(--primary-hover);
|
|
4076
4078
|
--mat-datepicker-calendar-container-background-color: var(--bg-card);
|
|
4077
4079
|
--mat-datepicker-calendar-date-selected-state-background-color: var(
|
|
4078
4080
|
--primary-resting
|
|
@@ -4120,6 +4122,7 @@ html body.mat-app-background {
|
|
|
4120
4122
|
--mat-menu-item-icon-color: var(--text);
|
|
4121
4123
|
--mat-menu-item-label-text-color: var(--text);
|
|
4122
4124
|
--mat-option-label-text-color: var(--text);
|
|
4125
|
+
--mat-option-selected-state-label-text-color: var(--text);
|
|
4123
4126
|
--mat-progress-bar-active-indicator-color: var(--primary-highlight);
|
|
4124
4127
|
--mat-pseudo-checkbox-full-unselected-icon-color: var(--text);
|
|
4125
4128
|
--mat-radio-selected-icon-color: var(--primary-resting);
|
|
@@ -4136,6 +4139,7 @@ html body.mat-app-background {
|
|
|
4136
4139
|
--primary-selected-hover
|
|
4137
4140
|
);
|
|
4138
4141
|
--mat-slide-toggle-selected-track-color: var(--primary-selected-hover);
|
|
4142
|
+
--mat-sort-arrow-color: var(--text);
|
|
4139
4143
|
--mat-tab-active-label-text-color: var(--text);
|
|
4140
4144
|
--mat-tab-inactive-focus-label-text-color: var(--text-disabled);
|
|
4141
4145
|
--mat-tab-inactive-hover-label-text-color: var(--text-disabled);
|
|
@@ -4148,6 +4152,28 @@ html body.mat-app-background {
|
|
|
4148
4152
|
color: var(--text);
|
|
4149
4153
|
scrollbar-color: var(--primary-resting) var(--bg-card);
|
|
4150
4154
|
}
|
|
4155
|
+
html body .mat-primary {
|
|
4156
|
+
--mat-pseudo-checkbox-full-selected-icon-color: var(--primary-resting);
|
|
4157
|
+
--mat-pseudo-checkbox-full-selected-checkmark-color: var(
|
|
4158
|
+
--accent-hover-contrast
|
|
4159
|
+
);
|
|
4160
|
+
--mat-pseudo-checkbox-full-unselected-icon-color: var(--text);
|
|
4161
|
+
--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: var(
|
|
4162
|
+
--text-disabled
|
|
4163
|
+
);
|
|
4164
|
+
--mat-pseudo-checkbox-full-disabled-unselected-icon-color: var(
|
|
4165
|
+
--text-disabled
|
|
4166
|
+
);
|
|
4167
|
+
--mat-pseudo-checkbox-full-disabled-selected-icon-color: var(
|
|
4168
|
+
--text-disabled
|
|
4169
|
+
);
|
|
4170
|
+
--mat-pseudo-checkbox-minimal-selected-checkmark-color: var(
|
|
4171
|
+
--primary-resting
|
|
4172
|
+
);
|
|
4173
|
+
--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: var(
|
|
4174
|
+
--text-disabled
|
|
4175
|
+
);
|
|
4176
|
+
}
|
|
4151
4177
|
html body .mat-mdc-checkbox,
|
|
4152
4178
|
html body .mat-mdc-checkbox.mat-primary {
|
|
4153
4179
|
--mat-checkbox-label-text-color: var(--text);
|
|
@@ -4156,7 +4182,6 @@ html body .mat-mdc-checkbox.mat-primary {
|
|
|
4156
4182
|
--mat-checkbox-unselected-focus-icon-color: var(--text-disabled);
|
|
4157
4183
|
--mat-checkbox-unselected-hover-icon-color: var(--text-disabled);
|
|
4158
4184
|
--mat-checkbox-unselected-icon-color: var(--text);
|
|
4159
|
-
--mat-pseudo-checkbox-full-unselected-icon-color: var(--text);
|
|
4160
4185
|
}
|
|
4161
4186
|
html body .mat-mdc-select-panel {
|
|
4162
4187
|
padding: 0;
|
package/package.json
CHANGED
|
File without changes
|