@lumx/core 3.9.6-alpha.4 → 3.9.6-alpha.6

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
@@ -40,7 +40,7 @@
40
40
  "update-version-changelog": "yarn version-changelog ../../CHANGELOG.md"
41
41
  },
42
42
  "sideEffects": false,
43
- "version": "3.9.6-alpha.4",
43
+ "version": "3.9.6-alpha.6",
44
44
  "devDependencies": {
45
45
  "@babel/core": "^7.18.13",
46
46
  "@babel/plugin-proposal-class-properties": "^7.18.6",
@@ -111,7 +111,8 @@
111
111
  /* Button selected
112
112
  ========================================================================== */
113
113
 
114
- .#{$lumx-base-prefix}-button--is-selected {
114
+ .#{$lumx-base-prefix}-button.#{$lumx-base-prefix}-button--is-selected.#{$lumx-base-prefix}-button--emphasis-medium,
115
+ .#{$lumx-base-prefix}-button.#{$lumx-base-prefix}-button--is-selected.#{$lumx-base-prefix}-button--emphasis-low, {
115
116
  @include lumx-button-size(lumx-base-const("emphasis", "SELECTED"));
116
117
 
117
118
  @each $key, $color in $lumx-color-palette {