@nimbus-ds/styles 9.62.3-rc.1 → 9.62.5-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,20 @@
2
2
 
3
3
  Nimbus Styles deprive all styles needed to build nimbus components.
4
4
 
5
+ ## 2026-04-13 `9.62.4`
6
+
7
+ #### 🐛 Bug fixes
8
+
9
+ - `Popover`: Replaced `filter: drop-shadow(...)` with `boxShadow: varsThemeBase.shadow.level[3]` to fix a GPU compositing conflict where the shadow was rendered before the `transform: translate()` positioning applied by Floating UI, causing the shadow to appear at the wrong position in production.
10
+
11
+ ## 2026-04-10 `9.62.3`
12
+
13
+ #### 🐛 Bug fixes
14
+
15
+ - `Tooltip`: Removed CSS `@keyframes` enter animation; animation is now fully handled by `useTransitionStyles` in the component layer.
16
+ - `Popover`: Same as Tooltip — removed `@keyframes` enter animation.
17
+ - `Toast`: Replaced hardcoded `box-shadow` value with `varsThemeBase.shadow.level[1]` token.
18
+
5
19
  ## 2026-04-06 `9.62.2`
6
20
 
7
21
  #### 🎉 New features
package/dist/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  Nimbus Styles deprive all styles needed to build nimbus components.
4
4
 
5
+ ## 2026-04-13 `9.62.4`
6
+
7
+ #### 🐛 Bug fixes
8
+
9
+ - `Popover`: Replaced `filter: drop-shadow(...)` with `boxShadow: varsThemeBase.shadow.level[3]` to fix a GPU compositing conflict where the shadow was rendered before the `transform: translate()` positioning applied by Floating UI, causing the shadow to appear at the wrong position in production.
10
+
11
+ ## 2026-04-10 `9.62.3`
12
+
13
+ #### 🐛 Bug fixes
14
+
15
+ - `Tooltip`: Removed CSS `@keyframes` enter animation; animation is now fully handled by `useTransitionStyles` in the component layer.
16
+ - `Popover`: Same as Tooltip — removed `@keyframes` enter animation.
17
+ - `Toast`: Replaced hardcoded `box-shadow` value with `varsThemeBase.shadow.level[1]` token.
18
+
5
19
  ## 2026-04-06 `9.62.2`
6
20
 
7
21
  #### 🎉 New features