@simplybusiness/theme-simplybusiness 1.17.0 → 1.17.2
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 +22 -0
- package/dist/index.css +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.17.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [36fcee4]
|
|
8
|
+
- Updated dependencies [3baf581]
|
|
9
|
+
- @simplybusiness/mobius@5.25.2
|
|
10
|
+
- @simplybusiness/mobius-journey@8.3.1
|
|
11
|
+
- @simplybusiness/mobius-datepicker@6.5.7
|
|
12
|
+
- @simplybusiness/theme-core@7.6.2
|
|
13
|
+
|
|
14
|
+
## 1.17.1
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [5c6db56]
|
|
19
|
+
- Updated dependencies [2e25c77]
|
|
20
|
+
- @simplybusiness/mobius-journey@8.3.0
|
|
21
|
+
- @simplybusiness/mobius@5.25.1
|
|
22
|
+
- @simplybusiness/mobius-datepicker@6.5.6
|
|
23
|
+
- @simplybusiness/theme-core@7.6.1
|
|
24
|
+
|
|
3
25
|
## 1.17.0
|
|
4
26
|
|
|
5
27
|
### Minor 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{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.2",
|
|
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.3.1",
|
|
32
|
+
"@simplybusiness/theme-core": "^7.6.2"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"css-loader": "^7.1.2",
|