@simplybusiness/theme-simplybusiness 1.23.0 → 1.23.1
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 +10 -0
- package/dist/index.css +4 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.23.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [a5122b9]
|
|
8
|
+
- Updated dependencies [6ec1a65]
|
|
9
|
+
- Updated dependencies [69cdcdf]
|
|
10
|
+
- @simplybusiness/mobius-interventions@1.70.0
|
|
11
|
+
- @simplybusiness/mobius-journey@8.38.0
|
|
12
|
+
|
|
3
13
|
## 1.23.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
package/dist/index.css
CHANGED
|
@@ -3785,6 +3785,10 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
3785
3785
|
gap:var(--size-md);
|
|
3786
3786
|
margin:var(--size-lg) 0;
|
|
3787
3787
|
}
|
|
3788
|
+
.mobius-collapsible__content .sof-dividers-experiment{
|
|
3789
|
+
border-bottom:1px solid #cac4d0;
|
|
3790
|
+
padding-bottom:18px;
|
|
3791
|
+
}
|
|
3788
3792
|
:is(.mobius-collapsible__content .mobius-collapsible__content-blocks) p{
|
|
3789
3793
|
margin:0;
|
|
3790
3794
|
margin-bottom:var(--size-xxs);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.23.
|
|
3
|
+
"version": "1.23.1",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"@simplybusiness/mobius": "^5.29.3",
|
|
30
30
|
"@simplybusiness/mobius-chatbot": "^1.4.13",
|
|
31
31
|
"@simplybusiness/mobius-datepicker": "^6.7.0",
|
|
32
|
-
"@simplybusiness/mobius-interventions": "^1.
|
|
33
|
-
"@simplybusiness/mobius-journey": "^8.
|
|
32
|
+
"@simplybusiness/mobius-interventions": "^1.70.0",
|
|
33
|
+
"@simplybusiness/mobius-journey": "^8.38.0",
|
|
34
34
|
"@simplybusiness/theme-core": "^7.8.3"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|