@simplybusiness/theme-simplybusiness 2.0.9 → 2.0.10

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,22 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 2.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [85f0647]
8
+ - Updated dependencies [ea9d17a]
9
+ - Updated dependencies [dd0fdce]
10
+ - Updated dependencies [a13d906]
11
+ - Updated dependencies [65725bf]
12
+ - Updated dependencies [02b50b0]
13
+ - @simplybusiness/mobius-journey@10.4.0
14
+ - @simplybusiness/mobius-interventions@2.4.1
15
+ - @simplybusiness/mobius@6.1.1
16
+ - @simplybusiness/mobius-chatbot@2.0.2
17
+ - @simplybusiness/mobius-datepicker@7.1.1
18
+ - @simplybusiness/theme-core@7.11.1
19
+
3
20
  ## 2.0.9
4
21
 
5
22
  ### Patch Changes
package/dist/index.css CHANGED
@@ -5746,6 +5746,11 @@ svg:not(:host).svg-inline--mobius-icon{
5746
5746
  padding-right:var(--size-sm);
5747
5747
  transition:height 1s;
5748
5748
  }
5749
+ .stripe-payment__journey-errors,
5750
+ .stripe-payment__js-errors{
5751
+ color:var(--color-red-500);
5752
+ font-family:museosans, sans-serif;
5753
+ }
5749
5754
  .mobius-payment-summary__styled-div{
5750
5755
  display:grid;
5751
5756
  row-gap:var(--size-sm);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
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.1.0",
30
- "@simplybusiness/mobius-chatbot": "^2.0.1",
31
- "@simplybusiness/mobius-datepicker": "^7.1.0",
32
- "@simplybusiness/mobius-interventions": "^2.4.0",
33
- "@simplybusiness/mobius-journey": "^10.3.0",
34
- "@simplybusiness/theme-core": "^7.11.0"
29
+ "@simplybusiness/mobius": "^6.1.1",
30
+ "@simplybusiness/mobius-chatbot": "^2.0.2",
31
+ "@simplybusiness/mobius-datepicker": "^7.1.1",
32
+ "@simplybusiness/mobius-interventions": "^2.4.1",
33
+ "@simplybusiness/mobius-journey": "^10.4.0",
34
+ "@simplybusiness/theme-core": "^7.11.1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "build-scripts": "^1.0.1",
package/src/index.css CHANGED
@@ -84,6 +84,7 @@
84
84
  @import "@simplybusiness/mobius-journey/src/components/SkipToNextCoverage/SkipToNextCoverage.css";
85
85
  @import "@simplybusiness/mobius-journey/src/pages/AgentReferralPage/AgentReferralContainer.css";
86
86
  @import "@simplybusiness/mobius-journey/src/pages/Main.css";
87
+ @import "@simplybusiness/mobius-journey/src/components/shared/PaymentElementCardForm/PaymentElementCardForm.css";
87
88
 
88
89
  /* Journey Components (payment summary, etc.) */
89
90
  @import "@simplybusiness/mobius-journey/src/components/shared/PersistentSummary/styles.css";