forstok-ui-lib 8.3.3 → 8.3.4

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.3",
3
+ "version": "8.3.4",
4
4
  "description": "Forstok UI Components Library",
5
5
  "path": "dist",
6
6
  "main": "dist/index.js",
@@ -3708,6 +3708,11 @@ export const DropdownItem = styled.li<{ $mode?: 'common' | 'categories', $isActi
3708
3708
  grid-auto-flow: column;
3709
3709
  grid-template-columns: 100px auto;
3710
3710
  }
3711
+ &[data-disabled="true"]{
3712
+ color: rgb(169, 169, 169);
3713
+ opacity: 0.7;
3714
+ pointer-events: none;
3715
+ }
3711
3716
  ${({ $mode }) => !$mode && css`
3712
3717
  padding: 8px .5em;
3713
3718
  &:first-child {