@simplybusiness/theme-simplybusiness 2.1.12 → 2.2.1

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
+ ## 2.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 89eddf0: Revert insurer logos change (fails MSM reverse proxy)
8
+ - Updated dependencies [89eddf0]
9
+ - Updated dependencies [243b659]
10
+ - @simplybusiness/mobius-journey@10.16.1
11
+ - @simplybusiness/theme-core@7.13.6
12
+
13
+ ## 2.2.0
14
+
15
+ ### Minor Changes
16
+
17
+ - 0a4307e: Adding Window Locks component and css for experiment (uk-25-10-window-locks-images)
18
+
19
+ ### Patch Changes
20
+
21
+ - 2c476f2: Add Lexicon insurer icon, Business vertical insurer icon component variant
22
+ - Updated dependencies [8f5b73a]
23
+ - Updated dependencies [0a4307e]
24
+ - Updated dependencies [3c73c5b]
25
+ - Updated dependencies [2c476f2]
26
+ - Updated dependencies [5e7799d]
27
+ - @simplybusiness/mobius@6.4.0
28
+ - @simplybusiness/mobius-journey@10.16.0
29
+ - @simplybusiness/mobius-chatbot@2.0.13
30
+ - @simplybusiness/mobius-datepicker@7.1.9
31
+ - @simplybusiness/mobius-interventions@2.7.3
32
+ - @simplybusiness/theme-core@7.13.5
33
+
3
34
  ## 2.1.12
4
35
 
5
36
  ### Patch Changes
package/dist/index.css CHANGED
@@ -5819,6 +5819,14 @@ svg:not(:host).svg-inline--mobius-icon{
5819
5819
  color:var(--color-red-500);
5820
5820
  font-family:museosans, sans-serif;
5821
5821
  }
5822
+ .mobius-window-locks img{
5823
+ width:515px;
5824
+ }
5825
+ @media (max-width: 625px){
5826
+ .mobius-window-locks img{
5827
+ width:100%;
5828
+ }
5829
+ }
5822
5830
  .mobius-payment-summary__styled-div{
5823
5831
  display:grid;
5824
5832
  row-gap:var(--size-sm);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "2.1.12",
3
+ "version": "2.2.1",
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.3.3",
30
- "@simplybusiness/mobius-chatbot": "^2.0.12",
31
- "@simplybusiness/mobius-datepicker": "^7.1.8",
32
- "@simplybusiness/mobius-interventions": "^2.7.2",
33
- "@simplybusiness/mobius-journey": "^10.15.0",
34
- "@simplybusiness/theme-core": "^7.13.4"
29
+ "@simplybusiness/mobius": "^6.4.0",
30
+ "@simplybusiness/mobius-chatbot": "^2.0.13",
31
+ "@simplybusiness/mobius-datepicker": "^7.1.9",
32
+ "@simplybusiness/mobius-interventions": "^2.7.3",
33
+ "@simplybusiness/mobius-journey": "^10.16.1",
34
+ "@simplybusiness/theme-core": "^7.13.6"
35
35
  },
36
36
  "devDependencies": {
37
37
  "build-scripts": "^1.0.1",
package/src/index.css CHANGED
@@ -85,6 +85,7 @@
85
85
  @import "@simplybusiness/mobius-journey/src/pages/AgentReferralPage/AgentReferralContainer.css";
86
86
  @import "@simplybusiness/mobius-journey/src/pages/Main.css";
87
87
  @import "@simplybusiness/mobius-journey/src/components/shared/PaymentElementCardForm/PaymentElementCardForm.css";
88
+ @import "@simplybusiness/mobius-journey/src/components/Questionnaire/WindowLocks/WindowLocks.css";
88
89
 
89
90
  /* Journey Components (payment summary, etc.) */
90
91
  @import "@simplybusiness/mobius-journey/src/components/shared/PersistentSummary/styles.css";