@simplybusiness/theme-core 7.6.14 → 7.6.15
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 +4 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.css
CHANGED
|
@@ -1813,6 +1813,7 @@ a.mobius-button:focus-visible,
|
|
|
1813
1813
|
box-sizing:border-box;
|
|
1814
1814
|
width:100%;
|
|
1815
1815
|
padding:var(--input-field-padding);
|
|
1816
|
+
padding-right:var(--size-xxl);
|
|
1816
1817
|
font-family:var(--font-family);
|
|
1817
1818
|
font-size:var(--font-size-regular);
|
|
1818
1819
|
border:var(--border-default);
|
|
@@ -1821,6 +1822,8 @@ a.mobius-button:focus-visible,
|
|
|
1821
1822
|
color:var(--color-text-medium);
|
|
1822
1823
|
outline:0;
|
|
1823
1824
|
appearance:none;
|
|
1825
|
+
white-space:nowrap;
|
|
1826
|
+
text-overflow:ellipsis;
|
|
1824
1827
|
}
|
|
1825
1828
|
|
|
1826
1829
|
.mobius-select.--is-disabled{
|
|
@@ -1855,6 +1858,7 @@ a.mobius-button:focus-visible,
|
|
|
1855
1858
|
position:absolute;
|
|
1856
1859
|
right:2px;
|
|
1857
1860
|
height:100%;
|
|
1861
|
+
width:var(--size-xxl);
|
|
1858
1862
|
padding:var(--size-md);
|
|
1859
1863
|
border-radius:var(--radius-1);
|
|
1860
1864
|
pointer-events:none;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-core",
|
|
3
|
-
"version": "7.6.
|
|
3
|
+
"version": "7.6.15",
|
|
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": "^5.27.
|
|
29
|
+
"@simplybusiness/mobius": "^5.27.5"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"css-loader": "^7.1.2",
|