@simplybusiness/theme-simplybusiness 2.13.6 → 2.13.8

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 CHANGED
@@ -1,5 +1,38 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 2.13.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e89168d]
8
+ - Updated dependencies [daa463f]
9
+ - @simplybusiness/mobius-journey@11.36.0
10
+ - @simplybusiness/mobius-interventions@3.8.4
11
+ - @simplybusiness/mobius@6.10.2
12
+ - @simplybusiness/mobius-chatbot@2.2.14
13
+ - @simplybusiness/mobius-datepicker@7.3.14
14
+ - @simplybusiness/theme-core@7.14.17
15
+
16
+ ## 2.13.7
17
+
18
+ ### Patch Changes
19
+
20
+ - ff65d9d: Add PaymentTermsChecklist component for payment term agreements with embedded links that open in a Drawer.
21
+ - Updated dependencies [28a45c7]
22
+ - Updated dependencies [98b0812]
23
+ - Updated dependencies [ff65d9d]
24
+ - Updated dependencies [409219d]
25
+ - Updated dependencies [a9af99f]
26
+ - Updated dependencies [3b31d7b]
27
+ - Updated dependencies [e8f2cc5]
28
+ - Updated dependencies [6da598a]
29
+ - @simplybusiness/mobius-journey@11.35.0
30
+ - @simplybusiness/mobius@6.10.1
31
+ - @simplybusiness/mobius-interventions@3.8.3
32
+ - @simplybusiness/mobius-chatbot@2.2.13
33
+ - @simplybusiness/mobius-datepicker@7.3.13
34
+ - @simplybusiness/theme-core@7.14.16
35
+
3
36
  ## 2.13.6
4
37
 
5
38
  ### 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
- padding:0 20px;
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-banner__content .trust-banner__image-trustpilot{
8476
- max-width:462px;
8477
- width:100%;
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 .trust-banner__image-trustpilot{
8481
- max-width:332px;
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.6",
3
+ "version": "2.13.8",
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.0",
32
- "@simplybusiness/mobius-chatbot": "^2.2.12",
33
- "@simplybusiness/mobius-datepicker": "^7.3.12",
34
- "@simplybusiness/mobius-interventions": "^3.8.2",
35
- "@simplybusiness/mobius-journey": "^11.34.1",
36
- "@simplybusiness/theme-core": "^7.14.15"
31
+ "@simplybusiness/mobius": "^6.10.2",
32
+ "@simplybusiness/mobius-chatbot": "^2.2.14",
33
+ "@simplybusiness/mobius-datepicker": "^7.3.14",
34
+ "@simplybusiness/mobius-interventions": "^3.8.4",
35
+ "@simplybusiness/mobius-journey": "^11.36.0",
36
+ "@simplybusiness/theme-core": "^7.14.17"
37
37
  },
38
38
  "devDependencies": {
39
- "build-scripts": "^1.1.0",
39
+ "build-scripts": "^1.1.2",
40
40
  "react": "^19.2.1",
41
41
  "react-dom": "^19.2.1"
42
42
  }