mod-base 1.0.44 → 1.0.46
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
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.0.46
|
|
4
|
+
|
|
5
|
+
- Importing `radius` and `spacing` on the index so it is readily available across all sites
|
|
6
|
+
|
|
7
|
+
## 1.0.45
|
|
8
|
+
|
|
9
|
+
- Changing the `$base-body-color` to `$color-black` instead of dark gray.
|
|
10
|
+
|
|
3
11
|
## 1.0.44
|
|
12
|
+
|
|
4
13
|
- Adjusting the dark mode styles just a bit + adding color adjustments for select dropdowns
|
|
5
14
|
|
|
6
15
|
## 1.0.43
|
package/package.json
CHANGED