@db-ux/core-foundations 4.4.0-loading-567cd0c → 4.4.1-floating-components-066d296

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,10 +1,15 @@
1
1
  # @db-ux/core-foundations
2
2
 
3
+ ## 4.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: issue with tailwind not reflecting adaptive color changes with `[data-color="xxx"]` - [see commit 936638d](https://github.com/db-ux-design-system/core-web/commit/936638d672bbb6c0f8a0ecf77bf41fafa0e31656)
8
+
3
9
  ## 4.4.0
4
10
 
5
11
  _version bump_
6
12
 
7
-
8
13
  ## 4.3.2
9
14
 
10
15
  _version bump_
@@ -21,17 +21,3 @@
21
21
  transform: rotate(1turn);
22
22
  }
23
23
  }
24
-
25
- @keyframes wobbling {
26
- 50% {
27
- inset-inline-start: 100%;
28
- transform: translateX(
29
- calc(
30
- -100% - var(
31
- --db-loading-indicator-progress-bar-segment-padding,
32
- 2px
33
- )
34
- )
35
- );
36
- }
37
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/core-foundations",
3
- "version": "4.4.0-loading-567cd0c",
3
+ "version": "4.4.1-floating-components-066d296",
4
4
  "type": "module",
5
5
  "description": "Provides basic tokens and assets based on DB UX Design System (Version 3).",
6
6
  "repository": {