@tui/design-system 1.1.0 → 1.1.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## v1.1.1
4
+
5
+ ### Fixed
6
+
7
+ #### [Flyout dropdown](https://mwa.tui.com/browse/mwa/uilib-production/storybook/index.html?path=/docs/components-flyout-dropdown--docs)
8
+
9
+ - Fix for flyout not closing on clicking outside the dialog at smaller screens.
10
+
11
+ #### [Modal](https://mwa.tui.com/browse/mwa/uilib-production/storybook/index.html?path=/docs/components-modal--docs)
12
+
13
+ - Fix modal heading size and colour.
14
+
3
15
  ## v1.1.0
4
16
 
5
17
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tui/design-system",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "TUI Design System",
5
5
  "author": "TUI Group",
6
6
  "//dependencies": {
@@ -103,7 +103,11 @@ $uilib-modal-included: false !default;
103
103
  justify-content: space-between;
104
104
  align-items: center;
105
105
 
106
- h3 {
106
+ h3,
107
+ h2 {
108
+ max-width: calc(100% - var(--uilib-icon-button-size-medium));
109
+
110
+ color: var(--uilib-color-text-strong);
107
111
  font: var(--uilib-typography-component-heading-small);
108
112
  }
109
113
  }