@simplybusiness/theme-simplybusiness 2.13.6 → 2.13.7
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 +20 -0
- package/dist/index.css +16 -9
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 2.13.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ff65d9d: Add PaymentTermsChecklist component for payment term agreements with embedded links that open in a Drawer.
|
|
8
|
+
- Updated dependencies [28a45c7]
|
|
9
|
+
- Updated dependencies [98b0812]
|
|
10
|
+
- Updated dependencies [ff65d9d]
|
|
11
|
+
- Updated dependencies [409219d]
|
|
12
|
+
- Updated dependencies [a9af99f]
|
|
13
|
+
- Updated dependencies [3b31d7b]
|
|
14
|
+
- Updated dependencies [e8f2cc5]
|
|
15
|
+
- Updated dependencies [6da598a]
|
|
16
|
+
- @simplybusiness/mobius-journey@11.35.0
|
|
17
|
+
- @simplybusiness/mobius@6.10.1
|
|
18
|
+
- @simplybusiness/mobius-interventions@3.8.3
|
|
19
|
+
- @simplybusiness/mobius-chatbot@2.2.13
|
|
20
|
+
- @simplybusiness/mobius-datepicker@7.3.13
|
|
21
|
+
- @simplybusiness/theme-core@7.14.16
|
|
22
|
+
|
|
3
23
|
## 2.13.6
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -8461,26 +8461,33 @@ input[type="date"]::-webkit-datetime-edit-year-field{
|
|
|
8461
8461
|
}
|
|
8462
8462
|
.trust-banner__content{
|
|
8463
8463
|
margin:20px 0;
|
|
8464
|
-
text-align:center;
|
|
8465
8464
|
font-weight:600;
|
|
8466
8465
|
font-size:24px;
|
|
8467
|
-
|
|
8466
|
+
font-family:museosans, sans-serif;
|
|
8468
8467
|
}
|
|
8469
8468
|
@media (max-width: 700px){
|
|
8470
8469
|
.trust-banner__content{
|
|
8471
8470
|
font-size:16px;
|
|
8472
|
-
padding:0;
|
|
8473
8471
|
}
|
|
8474
8472
|
}
|
|
8475
|
-
.trust-
|
|
8476
|
-
|
|
8477
|
-
|
|
8473
|
+
.trust-banner__image{
|
|
8474
|
+
max-width:462px;
|
|
8475
|
+
width:100%;
|
|
8476
|
+
}
|
|
8477
|
+
@media (max-width: 700px){
|
|
8478
|
+
.trust-banner__image{
|
|
8479
|
+
max-width:332px;
|
|
8480
|
+
}
|
|
8478
8481
|
}
|
|
8482
|
+
.trust-banner__content-trustpilot{
|
|
8483
|
+
text-align:center;
|
|
8484
|
+
padding:0 20px;
|
|
8485
|
+
}
|
|
8479
8486
|
@media (max-width: 700px){
|
|
8480
|
-
.trust-banner__content
|
|
8481
|
-
|
|
8487
|
+
.trust-banner__content-trustpilot{
|
|
8488
|
+
padding:0;
|
|
8489
|
+
}
|
|
8482
8490
|
}
|
|
8483
|
-
}
|
|
8484
8491
|
.mobius-chatbot{
|
|
8485
8492
|
height:100%;
|
|
8486
8493
|
display:flex;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.7",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -28,15 +28,15 @@
|
|
|
28
28
|
"./fonts": "./dist/fonts.css"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@simplybusiness/mobius": "^6.10.
|
|
32
|
-
"@simplybusiness/mobius-chatbot": "^2.2.
|
|
33
|
-
"@simplybusiness/mobius-datepicker": "^7.3.
|
|
34
|
-
"@simplybusiness/mobius-interventions": "^3.8.
|
|
35
|
-
"@simplybusiness/mobius-journey": "^11.
|
|
36
|
-
"@simplybusiness/theme-core": "^7.14.
|
|
31
|
+
"@simplybusiness/mobius": "^6.10.1",
|
|
32
|
+
"@simplybusiness/mobius-chatbot": "^2.2.13",
|
|
33
|
+
"@simplybusiness/mobius-datepicker": "^7.3.13",
|
|
34
|
+
"@simplybusiness/mobius-interventions": "^3.8.3",
|
|
35
|
+
"@simplybusiness/mobius-journey": "^11.35.0",
|
|
36
|
+
"@simplybusiness/theme-core": "^7.14.16"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"build-scripts": "^1.1.
|
|
39
|
+
"build-scripts": "^1.1.1",
|
|
40
40
|
"react": "^19.2.1",
|
|
41
41
|
"react-dom": "^19.2.1"
|
|
42
42
|
}
|