@simplybusiness/theme-simplybusiness 2.2.5 → 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,35 @@
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
+
19
+ ## 2.2.6
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [d5c4d56]
24
+ - Updated dependencies [50471d9]
25
+ - Updated dependencies [15083c6]
26
+ - @simplybusiness/mobius-journey@10.20.0
27
+ - @simplybusiness/theme-core@7.13.9
28
+ - @simplybusiness/mobius@6.4.2
29
+ - @simplybusiness/mobius-chatbot@2.0.15
30
+ - @simplybusiness/mobius-datepicker@7.1.11
31
+ - @simplybusiness/mobius-interventions@2.7.5
32
+
3
33
  ## 2.2.5
4
34
 
5
35
  ### Patch Changes
package/dist/index.css CHANGED
@@ -1245,7 +1245,7 @@ a.mobius-button:focus-visible,
1245
1245
  padding:var(--size-xs);
1246
1246
  width:var(--radio-size);
1247
1247
  height:var(--radio-size);
1248
- border:var(--radio-border-width) solid var(--color-primary);
1248
+ border:var(--radio-border-width) solid var(--color-primary-light);
1249
1249
  border-radius:50%;
1250
1250
  -webkit-appearance:none;
1251
1251
  appearance:none;
@@ -2608,7 +2608,7 @@ svg:not(:host).svg-inline--mobius-icon{
2608
2608
  --radio-inner-size:10px;
2609
2609
  --radio-gap:var(--size-xs);
2610
2610
  --radio-label-gap:calc(var(--size-xs) + 2px);
2611
- --radio-label-border:var(--radio-border-width) solid var(--color-primary);
2611
+ --radio-label-border:var(--radio-border-width) solid var(--color-primary-light);
2612
2612
  --radio-label-align-items:center;
2613
2613
  --radio-label-background:var(--color-background-input);
2614
2614
  --radio-label-background-disabled:var(--color-background-light);
@@ -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.5",
3
+ "version": "2.3.0",
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.4.1",
30
- "@simplybusiness/mobius-chatbot": "^2.0.14",
31
- "@simplybusiness/mobius-datepicker": "^7.1.10",
32
- "@simplybusiness/mobius-interventions": "^2.7.4",
33
- "@simplybusiness/mobius-journey": "^10.19.0",
34
- "@simplybusiness/theme-core": "^7.13.8"
29
+ "@simplybusiness/mobius": "^6.4.2",
30
+ "@simplybusiness/mobius-chatbot": "^2.0.15",
31
+ "@simplybusiness/mobius-datepicker": "^7.1.11",
32
+ "@simplybusiness/mobius-interventions": "^2.7.5",
33
+ "@simplybusiness/mobius-journey": "^10.21.0",
34
+ "@simplybusiness/theme-core": "^7.13.9"
35
35
  },
36
36
  "devDependencies": {
37
37
  "build-scripts": "^1.0.1",
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";