@spark-hire/bootstrap-themes 3.3.9 → 3.3.10
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/buttons.scss +18 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v3.3.10 (Wed Jul 30 2025)
|
|
2
|
+
|
|
3
|
+
#### New patch version:
|
|
4
|
+
|
|
5
|
+
- Tweaked buttons according to design review and added `.btn-xlg` according to design review [#49](https://github.com/SparkHire/es6-bootstrap-themes/pull/49) ([@JavierPDev](https://github.com/JavierPDev))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Javier Pena ([@JavierPDev](https://github.com/JavierPDev))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v3.3.9 (Thu Jul 10 2025)
|
|
2
14
|
|
|
3
15
|
#### New patch version:
|