dibk-design 6.5.0 → 6.5.2

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.
@@ -102,6 +102,7 @@
102
102
  .dialogContainer {
103
103
  height: 100%;
104
104
  width: var(--max-width, auto);
105
+ max-width: 100vw;
105
106
  .dialogContent {
106
107
  &:not(.noPadding) {
107
108
  padding: 24px;
@@ -109,14 +110,9 @@
109
110
  }
110
111
  }
111
112
  .closeButton {
112
- &:not(.noPadding) {
113
- right: 5px;
114
- top: 8px;
115
- }
116
- &.noPadding {
117
- right: 0;
118
- top: 0;
119
- }
113
+ z-index: 2;
114
+ right: 10px;
115
+ top: 13px;
120
116
  }
121
117
  &.left {
122
118
  margin: 0 auto 0 0;
@@ -2,7 +2,7 @@
2
2
 
3
3
  .listItem {
4
4
  line-height: 1.6;
5
- color: var(--color-primary, $color-primary);
5
+ color: var(--color-form-element, $color-form-element);
6
6
  &.compact {
7
7
  line-height: 1.4;
8
8
  }
@@ -19,6 +19,7 @@ const ToggleNavigationButton = _ref => {
19
19
  } = _ref;
20
20
  const elementClass = _ToggleNavigationButtonModule.default.toggleNavigationButton;
21
21
  let element = _react.default.createElement(htmlTag, {
22
+ ...buttonProps,
22
23
  className: elementClass,
23
24
  id: id || null
24
25
  }, isOpen ? hideText : showText);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dibk-design",
3
- "version": "6.5.0",
3
+ "version": "6.5.2",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "files": [