@nimbus-ds/styles 9.62.4-rc.1 → 9.62.6-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 +12 -0
- package/dist/CHANGELOG.md +12 -0
- package/dist/index.css +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus Styles deprive all styles needed to build nimbus components.
|
|
4
4
|
|
|
5
|
+
## 2026-04-14 `9.62.5`
|
|
6
|
+
|
|
7
|
+
#### 🐛 Bug fixes
|
|
8
|
+
|
|
9
|
+
- `MultiSelect`: reduced container padding to `spacing[1]` (4px) on all sides; added `display: flex; align-items: center` to vertically align placeholder text and chips with the chevron icon.
|
|
10
|
+
|
|
11
|
+
## 2026-04-13 `9.62.4`
|
|
12
|
+
|
|
13
|
+
#### 🐛 Bug fixes
|
|
14
|
+
|
|
15
|
+
- `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.
|
|
16
|
+
|
|
5
17
|
## 2026-04-10 `9.62.3`
|
|
6
18
|
|
|
7
19
|
#### 🐛 Bug fixes
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus Styles deprive all styles needed to build nimbus components.
|
|
4
4
|
|
|
5
|
+
## 2026-04-14 `9.62.5`
|
|
6
|
+
|
|
7
|
+
#### 🐛 Bug fixes
|
|
8
|
+
|
|
9
|
+
- `MultiSelect`: reduced container padding to `spacing[1]` (4px) on all sides; added `display: flex; align-items: center` to vertically align placeholder text and chips with the chevron icon.
|
|
10
|
+
|
|
11
|
+
## 2026-04-13 `9.62.4`
|
|
12
|
+
|
|
13
|
+
#### 🐛 Bug fixes
|
|
14
|
+
|
|
15
|
+
- `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.
|
|
16
|
+
|
|
5
17
|
## 2026-04-10 `9.62.3`
|
|
6
18
|
|
|
7
19
|
#### 🐛 Bug fixes
|