@db-ux/core-foundations 4.13.0 → 4.13.1-angular-signal-forms4-d3a9db2

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.
@@ -43,7 +43,7 @@ $default-icon-font-size: var(--db-icon-font-size, #{$default-icon-size-rem});
43
43
  content: $icon;
44
44
 
45
45
  // Hiding icon from screenreaders, https://www.w3.org/TR/css-content-3/#alt
46
- // TODO: remove the @support wrapper as soon as we drop our partly-support for Firefox < version 128 (Enterprise ESR / Extended Support Release; expected to end in 2026, March / https://whattrainisitnow.com/calendar/)
46
+ // TODO: remove the @support wrapper as soon as we drop our partly-support for Firefox < version 128 (Enterprise ESR / Extended Support Release; expected to end in 2026, August / https://whattrainisitnow.com/calendar/)
47
47
  @supports (content: ""/"") {
48
48
  // stylelint-disable-next-line no-invalid-position-declaration
49
49
  content: $icon / "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/core-foundations",
3
- "version": "4.13.0",
3
+ "version": "4.13.1-angular-signal-forms4-d3a9db2",
4
4
  "type": "module",
5
5
  "description": "Provides basic tokens and assets based on DB UX Design System (Version 3).",
6
6
  "repository": {