forstok-ui-lib 8.3.5 → 8.3.7

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forstok-ui-lib",
3
- "version": "8.3.5",
3
+ "version": "8.3.7",
4
4
  "description": "Forstok UI Components Library",
5
5
  "path": "dist",
6
6
  "main": "dist/index.js",
@@ -111,6 +111,10 @@ const getButtonModifiedStyled = ({ $mode, $isIndicatorArrow, $isShown, $isLoadin
111
111
  &:hover {
112
112
  opacity: .9;
113
113
  }
114
+ &:disabled {
115
+ background-color: transparent !important;
116
+ color: var(--mt-clr);
117
+ }
114
118
  `
115
119
  } else if ($mode === 'clearB') {
116
120
  style += `