@simplybusiness/theme-simplybusiness 1.17.1 → 1.17.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 +18 -0
- package/dist/index.css +4 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.17.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [785dcc3]
|
|
8
|
+
- @simplybusiness/mobius-journey@8.4.0
|
|
9
|
+
|
|
10
|
+
## 1.17.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [36fcee4]
|
|
15
|
+
- Updated dependencies [3baf581]
|
|
16
|
+
- @simplybusiness/mobius@5.25.2
|
|
17
|
+
- @simplybusiness/mobius-journey@8.3.1
|
|
18
|
+
- @simplybusiness/mobius-datepicker@6.5.7
|
|
19
|
+
- @simplybusiness/theme-core@7.6.2
|
|
20
|
+
|
|
3
21
|
## 1.17.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -509,7 +509,7 @@ a.mobius-button:focus-visible,
|
|
|
509
509
|
border-radius:var(--radius-1);
|
|
510
510
|
}
|
|
511
511
|
.mobius-combobox__option:hover{
|
|
512
|
-
background-color:var(--color-primary
|
|
512
|
+
background-color:var(--color-primary);
|
|
513
513
|
color:var(--color-neutral-100);
|
|
514
514
|
}
|
|
515
515
|
.mobius-combobox__option--is-highlighted{
|
|
@@ -5176,6 +5176,9 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
5176
5176
|
border:1px solid var(--color-border);
|
|
5177
5177
|
background-color:var(--color-background);
|
|
5178
5178
|
}
|
|
5179
|
+
.mobius-skip_to_next_coverage__skeleton{
|
|
5180
|
+
align-items:unset;
|
|
5181
|
+
}
|
|
5179
5182
|
.mobius-referral{
|
|
5180
5183
|
display:grid;
|
|
5181
5184
|
column-gap:var(--size-xl);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.3",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"./fonts": "./dist/fonts.css"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@simplybusiness/mobius": "^5.25.
|
|
30
|
-
"@simplybusiness/mobius-datepicker": "^6.5.
|
|
31
|
-
"@simplybusiness/mobius-journey": "^8.
|
|
32
|
-
"@simplybusiness/theme-core": "^7.6.
|
|
29
|
+
"@simplybusiness/mobius": "^5.25.2",
|
|
30
|
+
"@simplybusiness/mobius-datepicker": "^6.5.7",
|
|
31
|
+
"@simplybusiness/mobius-journey": "^8.4.0",
|
|
32
|
+
"@simplybusiness/theme-core": "^7.6.2"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"css-loader": "^7.1.2",
|