@spark-hire/bootstrap-themes 3.2.3 → 3.2.4
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/css/dark.css +1 -1
- package/css/dark.map +1 -1
- package/css/light.css +1 -1
- package/css/light.map +1 -1
- package/package.json +1 -1
- package/scss/design-system-update/dropdowns.scss +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v3.2.4 (Fri Jun 07 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Tweaked design system update dropdown icon margin so button heights are consistent [#33](https://github.com/SparkHire/es6-bootstrap-themes/pull/33) ([@JavierPDev](https://github.com/JavierPDev))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Javier Pena ([@JavierPDev](https://github.com/JavierPDev))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v3.2.3 (Fri May 17 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|