@simplybusiness/theme-simplybusiness 2.10.0 → 2.10.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 CHANGED
@@ -1,5 +1,32 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 2.10.2
4
+
5
+ ### Patch Changes
6
+
7
+ - d2a17e0: Rename ShowcaseProp to use ubiquitous language and adjust desktop css
8
+ - Updated dependencies [0c911fe]
9
+ - Updated dependencies [db1cc3c]
10
+ - Updated dependencies [4c3a946]
11
+ - Updated dependencies [f51e710]
12
+ - Updated dependencies [8631e38]
13
+ - Updated dependencies
14
+ - Updated dependencies [7b5b219]
15
+ - Updated dependencies [d2a17e0]
16
+ - @simplybusiness/mobius-journey@11.18.0
17
+ - @simplybusiness/mobius@6.9.1
18
+ - @simplybusiness/mobius-chatbot@2.2.1
19
+ - @simplybusiness/mobius-datepicker@7.3.1
20
+ - @simplybusiness/mobius-interventions@3.3.1
21
+ - @simplybusiness/theme-core@7.14.3
22
+
23
+ ## 2.10.1
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [badd1d6]
28
+ - @simplybusiness/mobius-journey@11.17.0
29
+
3
30
  ## 2.10.0
4
31
 
5
32
  ### Minor Changes
package/dist/index.css CHANGED
@@ -6416,6 +6416,7 @@ svg:not(:host).svg-inline--mobius-icon{
6416
6416
  @media screen and (min-width: 641px){
6417
6417
  .mobius-showcase__group{
6418
6418
  flex-direction:row;
6419
+ margin:0;
6419
6420
  }
6420
6421
  }
6421
6422
  .mobius-showcase__content{
@@ -6798,8 +6799,11 @@ svg:not(:host).svg-inline--mobius-icon{
6798
6799
  .mobius-payment-cta-container{
6799
6800
  justify-content:flex-end;
6800
6801
  }
6802
+ .mobius-payment-cta-container-align-left{
6803
+ justify-content:flex-start;
6804
+ }
6801
6805
  @media (max-width: 640px){
6802
- .mobius-payment-cta-container{
6806
+ .mobius-payment-cta-container, .mobius-payment-cta-container-align-left{
6803
6807
  justify-content:center;
6804
6808
  display:block;
6805
6809
  padding:var(--size-sm);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "2.10.0",
3
+ "version": "2.10.2",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -26,12 +26,12 @@
26
26
  "./fonts": "./dist/fonts.css"
27
27
  },
28
28
  "dependencies": {
29
- "@simplybusiness/mobius": "^6.9.0",
30
- "@simplybusiness/mobius-chatbot": "^2.2.0",
31
- "@simplybusiness/mobius-datepicker": "^7.3.0",
32
- "@simplybusiness/mobius-interventions": "^3.3.0",
33
- "@simplybusiness/mobius-journey": "^11.16.0",
34
- "@simplybusiness/theme-core": "^7.14.2"
29
+ "@simplybusiness/mobius": "^6.9.1",
30
+ "@simplybusiness/mobius-chatbot": "^2.2.1",
31
+ "@simplybusiness/mobius-datepicker": "^7.3.1",
32
+ "@simplybusiness/mobius-interventions": "^3.3.1",
33
+ "@simplybusiness/mobius-journey": "^11.18.0",
34
+ "@simplybusiness/theme-core": "^7.14.3"
35
35
  },
36
36
  "devDependencies": {
37
37
  "build-scripts": "^1.0.2",