@simplybusiness/theme-core 7.13.9 → 7.13.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 +7 -0
- package/dist/index.css +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.css
CHANGED
|
@@ -1842,7 +1842,7 @@ a.mobius-button:focus-visible,
|
|
|
1842
1842
|
border:var(--border-default);
|
|
1843
1843
|
border-radius:var(--input-border-radius);
|
|
1844
1844
|
background-color:var(--color-background-input);
|
|
1845
|
-
color:var(--color-text
|
|
1845
|
+
color:var(--color-text);
|
|
1846
1846
|
outline:0;
|
|
1847
1847
|
appearance:none;
|
|
1848
1848
|
white-space:nowrap;
|
|
@@ -2388,7 +2388,7 @@ a.mobius-button:focus-visible,
|
|
|
2388
2388
|
flex:1 1 0;
|
|
2389
2389
|
align-items:center;
|
|
2390
2390
|
border-radius:var(--input-border-radius);
|
|
2391
|
-
color:var(--color-text
|
|
2391
|
+
color:var(--color-text);
|
|
2392
2392
|
overflow:hidden;
|
|
2393
2393
|
background-color:var(--color-background-input);
|
|
2394
2394
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-core",
|
|
3
|
-
"version": "7.13.
|
|
3
|
+
"version": "7.13.10",
|
|
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.4.
|
|
29
|
+
"@simplybusiness/mobius": "^6.4.3"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"build-scripts": "^1.0.1"
|