@odx/foundation 1.0.0-beta.124 → 1.0.0-beta.125

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.
@@ -1832,7 +1832,7 @@ const _OdxImage = class _OdxImage extends CustomElement {
1832
1832
  !this.loadingError && this.image,
1833
1833
  () => this.image,
1834
1834
  () => html`
1835
- <div class="loading-error odx-stack odx-gap-none odx-align-center">
1835
+ <div class="loading-error odx-stack odx-gap-0 odx-align-center">
1836
1836
  ${_OdxImage.renderPlaceholder(this)}
1837
1837
  </div>
1838
1838
  `
@@ -2111,7 +2111,7 @@ const _OdxKpi = class _OdxKpi extends CustomElement {
2111
2111
  return html`
2112
2112
  <div class="base odx-cluster odx-gap-${this.size} odx-align-center">
2113
2113
  <odx-avatar size=${this.size}><slot></slot></odx-avatar>
2114
- <div class="odx-stack odx-gap-none">
2114
+ <div class="odx-stack odx-gap-0">
2115
2115
  <odx-text size=${this.size}>${this.label}</odx-text>
2116
2116
  <odx-title size=${this.size}>
2117
2117
  <odx-text variant=${optionalAttr(this.variant)} inline>
package/dist/main.js CHANGED
@@ -5,7 +5,7 @@ import { r as round, u as uniqBy, R as RovingTabindexController, m as minBy, p a
5
5
 
6
6
  const name = "@odx/foundation";
7
7
  const displayName = "ODX Design System Foundation";
8
- const version = "1.0.0-beta.124";
8
+ const version = "1.0.0-beta.125";
9
9
  const pkg = {
10
10
  name,
11
11
  displayName,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@odx/foundation",
3
3
  "displayName": "ODX Design System Foundation",
4
4
  "description": "A library of Web Component building blocks for ODX",
5
- "version": "1.0.0-beta.124",
5
+ "version": "1.0.0-beta.125",
6
6
  "author": "Drägerwerk AG & Co.KGaA",
7
7
  "license": "SEE LICENSE IN LICENSE",
8
8
  "homepage": "https://odx.draeger.com",