@simplybusiness/theme-core 7.13.21 → 7.13.22
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 +7 -0
- package/dist/index.css +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.css
CHANGED
|
@@ -1859,6 +1859,7 @@ h6.mobius-accordion__link-text,
|
|
|
1859
1859
|
padding-right:var(--size-xxl);
|
|
1860
1860
|
font-family:var(--font-family);
|
|
1861
1861
|
font-size:var(--font-size-regular);
|
|
1862
|
+
color:var(--color-text);
|
|
1862
1863
|
border:var(--border-default);
|
|
1863
1864
|
border-radius:var(--input-border-radius);
|
|
1864
1865
|
background-color:var(--color-background-input);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-core",
|
|
3
|
-
"version": "7.13.
|
|
3
|
+
"version": "7.13.22",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"./fonts": "./dist/fonts.css"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@simplybusiness/mobius": "^6.7.
|
|
29
|
+
"@simplybusiness/mobius": "^6.7.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"build-scripts": "^1.0.2"
|