@simplybusiness/theme-simplybusiness 2.2.6 → 2.3.0

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,21 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 2.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 04962a5: See more covers button component created
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [a1cd55e]
12
+ - Updated dependencies [5dd1dfe]
13
+ - Updated dependencies [932fa2e]
14
+ - Updated dependencies [4dedd91]
15
+ - Updated dependencies [e113df0]
16
+ - Updated dependencies [04962a5]
17
+ - @simplybusiness/mobius-journey@10.21.0
18
+
3
19
  ## 2.2.6
4
20
 
5
21
  ### Patch Changes
package/dist/index.css CHANGED
@@ -5828,6 +5828,13 @@ svg:not(:host).svg-inline--mobius-icon{
5828
5828
  width:100%;
5829
5829
  }
5830
5830
  }
5831
+ .see_more_covers-button{
5832
+ width:100%;
5833
+ margin-bottom:var(--size-sm)
5834
+ }
5835
+ .see_more_covers-container{
5836
+ justify-content:center;
5837
+ }
5831
5838
  .mobius-payment-summary__styled-div{
5832
5839
  display:grid;
5833
5840
  row-gap:var(--size-sm);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "2.2.6",
3
+ "version": "2.3.0",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -30,7 +30,7 @@
30
30
  "@simplybusiness/mobius-chatbot": "^2.0.15",
31
31
  "@simplybusiness/mobius-datepicker": "^7.1.11",
32
32
  "@simplybusiness/mobius-interventions": "^2.7.5",
33
- "@simplybusiness/mobius-journey": "^10.20.0",
33
+ "@simplybusiness/mobius-journey": "^10.21.0",
34
34
  "@simplybusiness/theme-core": "^7.13.9"
35
35
  },
36
36
  "devDependencies": {
package/src/index.css CHANGED
@@ -86,7 +86,7 @@
86
86
  @import "@simplybusiness/mobius-journey/src/pages/Main.css";
87
87
  @import "@simplybusiness/mobius-journey/src/components/shared/PaymentElementCardForm/PaymentElementCardForm.css";
88
88
  @import "@simplybusiness/mobius-journey/src/components/Questionnaire/WindowLocks/WindowLocks.css";
89
-
89
+ @import "@simplybusiness/mobius-journey/src/components/Questionnaire/Actions/CoverGeniusActions/SeeMoreCovers/SeeMoreCoversButton.css";
90
90
  /* Journey Components (payment summary, etc.) */
91
91
  @import "@simplybusiness/mobius-journey/src/components/shared/PersistentSummary/styles.css";
92
92
  @import "@simplybusiness/mobius-journey/src/components/shared/DialogueModal/DialogueModal.css";