@odx/ui 4.10.6 → 5.0.0
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 +12 -0
- package/core-theme.css +1 -1
- package/package.json +1 -1
- package/scss/_typography.scss +1 -1
- package/scss/assets/fonts/draeger-pangea-text-medium.woff2 +0 -0
- package/scss/assets/fonts/draeger-pangea-text-regular.woff2 +0 -0
- package/scss/assets/fonts/draeger-pangea-text-semibold.woff2 +0 -0
- package/scss/components/option.component.scss +15 -0
- package/scss/layout/_typography.scss +6 -6
- package/scss/option.component.scss +15 -0
- package/scss/variables/_typography.scss +1 -1
- package/scss/assets/fonts/PangeaText-MediumWeb.woff2 +0 -0
- package/scss/assets/fonts/PangeaText-RegularWeb.woff2 +0 -0
- package/scss/assets/fonts/PangeaText-SemiBoldWeb.woff2 +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @odx/ui
|
|
2
2
|
|
|
3
|
+
## 5.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 062b7b3: Updated ODX font family name
|
|
8
|
+
|
|
9
|
+
## 4.10.7
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- b22a138: Add boolean flag "hasSelectAll" to select component to be able to show a "Select all" option
|
|
14
|
+
|
|
3
15
|
## 4.10.6
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|