pds-dev-kit-web 2.2.132 → 2.2.134
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.
|
@@ -121,7 +121,7 @@ function MainButton(_a) {
|
|
|
121
121
|
return 'usrTextBrandOnPrimary';
|
|
122
122
|
}
|
|
123
123
|
if (styleTheme === 'secondary') {
|
|
124
|
-
if (colorTheme === 'secondary1'
|
|
124
|
+
if (colorTheme === 'secondary1') {
|
|
125
125
|
return 'sysTextWhite';
|
|
126
126
|
}
|
|
127
127
|
return 'usrTextBrandPrimary';
|
|
@@ -138,9 +138,6 @@ function MainButton(_a) {
|
|
|
138
138
|
if (styleTheme === 'secondary' && colorTheme === 'secondary1' && state === 'disabled') {
|
|
139
139
|
return 'ui_cpnt_button_text_secondary_variation_disabled';
|
|
140
140
|
}
|
|
141
|
-
if (styleTheme === 'secondary' && colorTheme === 'secondary2' && state === 'disabled') {
|
|
142
|
-
return 'ui_cpnt_button_text_secondary_variation_disabled';
|
|
143
|
-
}
|
|
144
141
|
return undefined;
|
|
145
142
|
};
|
|
146
143
|
var iconFillTypeColors = {
|
package/package.json
CHANGED
package/release-note.md
CHANGED