@simplybusiness/theme-core 7.13.2 → 7.13.3
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 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.css
CHANGED
|
@@ -937,7 +937,7 @@ a.mobius-button:focus-visible,
|
|
|
937
937
|
|
|
938
938
|
.mobius-error-message{
|
|
939
939
|
box-sizing:border-box;
|
|
940
|
-
display:grid;
|
|
940
|
+
display:var(--error-message-display, grid);
|
|
941
941
|
gap:var(--error-message-grid-gap, var(--size-xs));
|
|
942
942
|
grid-template-columns:min-content 1fr;
|
|
943
943
|
color:var(--color-error);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-core",
|
|
3
|
-
"version": "7.13.
|
|
3
|
+
"version": "7.13.3",
|
|
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.3.
|
|
29
|
+
"@simplybusiness/mobius": "^6.3.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"build-scripts": "^1.0.1"
|