@odx/ui 4.5.3 → 4.6.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @odx/ui
2
2
 
3
+ ## 4.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 69a4974: internal linter fixes
8
+
3
9
  ## 4.5.3
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odx/ui",
3
- "version": "4.5.3",
3
+ "version": "4.6.0",
4
4
  "author": "Drägerwerk AG & Co.KGaA",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "peerDependencies": {
package/scss/core.scss CHANGED
@@ -77,10 +77,10 @@ Layout
77
77
  @use 'components/radio-group.component';
78
78
  @use 'components/rail-navigation.component';
79
79
  @use 'components/rail-navigation-item.component';
80
- @use 'components/rich-list.component.scss';
81
- @use 'components/rich-list-item-header.component.scss';
82
- @use 'components/rich-list-item.component.scss';
83
- @use 'components/search-bar.component.scss';
80
+ @use 'components/rich-list.component';
81
+ @use 'components/rich-list-item-header.component';
82
+ @use 'components/rich-list-item.component';
83
+ @use 'components/search-bar.component';
84
84
  @use 'components/select.component';
85
85
  @use 'components/slider.component';
86
86
  @use 'components/spinbox.component';