@nimbus-ds/styles 9.62.3-rc.1 → 9.62.4-rc.1

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
@@ -2,6 +2,14 @@
2
2
 
3
3
  Nimbus Styles deprive all styles needed to build nimbus components.
4
4
 
5
+ ## 2026-04-10 `9.62.3`
6
+
7
+ #### 🐛 Bug fixes
8
+
9
+ - `Tooltip`: Removed CSS `@keyframes` enter animation; animation is now fully handled by `useTransitionStyles` in the component layer.
10
+ - `Popover`: Same as Tooltip — removed `@keyframes` enter animation.
11
+ - `Toast`: Replaced hardcoded `box-shadow` value with `varsThemeBase.shadow.level[1]` token.
12
+
5
13
  ## 2026-04-06 `9.62.2`
6
14
 
7
15
  #### 🎉 New features
package/dist/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  Nimbus Styles deprive all styles needed to build nimbus components.
4
4
 
5
+ ## 2026-04-10 `9.62.3`
6
+
7
+ #### 🐛 Bug fixes
8
+
9
+ - `Tooltip`: Removed CSS `@keyframes` enter animation; animation is now fully handled by `useTransitionStyles` in the component layer.
10
+ - `Popover`: Same as Tooltip — removed `@keyframes` enter animation.
11
+ - `Toast`: Replaced hardcoded `box-shadow` value with `varsThemeBase.shadow.level[1]` token.
12
+
5
13
  ## 2026-04-06 `9.62.2`
6
14
 
7
15
  #### 🎉 New features