@simplybusiness/theme-simplybusiness 1.19.19 → 1.19.21

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,36 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 1.19.21
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [acbb9e9]
8
+ - Updated dependencies [3b9b2d1]
9
+ - Updated dependencies [0a88bec]
10
+ - Updated dependencies [f9900cb]
11
+ - Updated dependencies [15c16d9]
12
+ - Updated dependencies [5d5892a]
13
+ - Updated dependencies [b10a4d5]
14
+ - @simplybusiness/mobius-interventions@1.51.0
15
+ - @simplybusiness/mobius-journey@8.24.0
16
+ - @simplybusiness/mobius@5.27.3
17
+ - @simplybusiness/mobius-chatbot@1.4.1
18
+ - @simplybusiness/mobius-datepicker@6.5.18
19
+ - @simplybusiness/theme-core@7.6.13
20
+
21
+ ## 1.19.20
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [3eb952c]
26
+ - Updated dependencies [4710f6e]
27
+ - Updated dependencies [b4e4bfd]
28
+ - Updated dependencies [ee220c6]
29
+ - Updated dependencies [9498cff]
30
+ - @simplybusiness/mobius-journey@8.23.0
31
+ - @simplybusiness/mobius-interventions@1.50.3
32
+ - @simplybusiness/mobius-chatbot@1.4.0
33
+
3
34
  ## 1.19.19
4
35
 
5
36
  ### Patch Changes
package/dist/index.css CHANGED
@@ -4378,6 +4378,13 @@ svg:not(:host).svg-inline--mobius-icon{
4378
4378
  font-size:var(--font-size-regular);
4379
4379
  padding:calc(var(--size-xs) + var(--size-xxs)) calc(var(--size-sm) + 2px);
4380
4380
  }
4381
+ .mobius-quote-card__coverage-accordion{
4382
+ display:grid;
4383
+ grid-gap:var(--size-sm);
4384
+ }
4385
+ .mobius-quote-card__coverage .mobius-quote-card__coverage-accordion .mobius-accordion__link{
4386
+ justify-content:left;
4387
+ }
4381
4388
  .mobius-quote-card__deductibles-title.--is-p{
4382
4389
  margin-top:4px;
4383
4390
  margin-bottom:0;
@@ -5734,6 +5741,18 @@ svg:not(:host).svg-inline--mobius-icon{
5734
5741
  max-height:45px;
5735
5742
  max-width:100%;
5736
5743
  }
5744
+ .powered-by-stripe-logo{
5745
+ height:24px;
5746
+ width:96px;
5747
+ }
5748
+ .mobius-call-to-action_secure-checkout-text{
5749
+ color:var(--color-text-medium);
5750
+ margin:0;
5751
+ padding:4px;
5752
+ }
5753
+ .mobius-call-to-action_secure-checkout-icon{
5754
+ color:var(--color-text-medium);
5755
+ }
5737
5756
  .mobius-payment-summary__persistent-price-summary{
5738
5757
  background-color:var(--color-background);
5739
5758
  width:100%;
@@ -5838,6 +5857,8 @@ svg:not(:host).svg-inline--mobius-icon{
5838
5857
  }
5839
5858
  .mobius-payment-summary__checkout-button{
5840
5859
  padding:20px;
5860
+ margin-top:32px;
5861
+ margin-bottom:16px;
5841
5862
  }
5842
5863
  .mobius-dialogue-modal__description{
5843
5864
  margin:7px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "1.19.19",
3
+ "version": "1.19.21",
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": "^5.27.2",
30
- "@simplybusiness/mobius-chatbot": "^1.3.2",
31
- "@simplybusiness/mobius-datepicker": "^6.5.17",
32
- "@simplybusiness/mobius-interventions": "^1.50.2",
33
- "@simplybusiness/mobius-journey": "^8.22.3",
34
- "@simplybusiness/theme-core": "^7.6.12"
29
+ "@simplybusiness/mobius": "^5.27.3",
30
+ "@simplybusiness/mobius-chatbot": "^1.4.1",
31
+ "@simplybusiness/mobius-datepicker": "^6.5.18",
32
+ "@simplybusiness/mobius-interventions": "^1.51.0",
33
+ "@simplybusiness/mobius-journey": "^8.24.0",
34
+ "@simplybusiness/theme-core": "^7.6.13"
35
35
  },
36
36
  "devDependencies": {
37
37
  "css-loader": "^7.1.2",