@simplybusiness/theme-simplybusiness 2.2.6 → 2.3.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 +32 -0
- package/dist/index.css +10 -3
- package/package.json +7 -7
- package/src/index.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 2.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [0d9dfaa]
|
|
8
|
+
- Updated dependencies [c0ade08]
|
|
9
|
+
- Updated dependencies [6b030e2]
|
|
10
|
+
- Updated dependencies [2a09422]
|
|
11
|
+
- Updated dependencies [ef70a74]
|
|
12
|
+
- @simplybusiness/mobius-journey@10.21.1
|
|
13
|
+
- @simplybusiness/mobius-datepicker@7.1.12
|
|
14
|
+
- @simplybusiness/mobius@6.4.3
|
|
15
|
+
- @simplybusiness/mobius-chatbot@2.0.16
|
|
16
|
+
- @simplybusiness/mobius-interventions@2.7.6
|
|
17
|
+
- @simplybusiness/theme-core@7.13.10
|
|
18
|
+
|
|
19
|
+
## 2.3.0
|
|
20
|
+
|
|
21
|
+
### Minor Changes
|
|
22
|
+
|
|
23
|
+
- 04962a5: See more covers button component created
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- Updated dependencies [a1cd55e]
|
|
28
|
+
- Updated dependencies [5dd1dfe]
|
|
29
|
+
- Updated dependencies [932fa2e]
|
|
30
|
+
- Updated dependencies [4dedd91]
|
|
31
|
+
- Updated dependencies [e113df0]
|
|
32
|
+
- Updated dependencies [04962a5]
|
|
33
|
+
- @simplybusiness/mobius-journey@10.21.0
|
|
34
|
+
|
|
3
35
|
## 2.2.6
|
|
4
36
|
|
|
5
37
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -1533,7 +1533,7 @@ a.mobius-button:focus-visible,
|
|
|
1533
1533
|
border:var(--border-default);
|
|
1534
1534
|
border-radius:var(--input-border-radius);
|
|
1535
1535
|
background-color:var(--color-background-input);
|
|
1536
|
-
color:var(--color-text
|
|
1536
|
+
color:var(--color-text);
|
|
1537
1537
|
outline:0;
|
|
1538
1538
|
appearance:none;
|
|
1539
1539
|
white-space:nowrap;
|
|
@@ -1994,7 +1994,7 @@ a.mobius-button:focus-visible,
|
|
|
1994
1994
|
flex:1 1 0;
|
|
1995
1995
|
align-items:center;
|
|
1996
1996
|
border-radius:var(--input-border-radius);
|
|
1997
|
-
color:var(--color-text
|
|
1997
|
+
color:var(--color-text);
|
|
1998
1998
|
overflow:hidden;
|
|
1999
1999
|
background-color:var(--color-background-input);
|
|
2000
2000
|
}
|
|
@@ -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);
|
|
@@ -6466,7 +6473,7 @@ input[type="date"]::-webkit-datetime-edit-text,
|
|
|
6466
6473
|
input[type="date"]::-webkit-datetime-edit-month-field,
|
|
6467
6474
|
input[type="date"]::-webkit-datetime-edit-day-field,
|
|
6468
6475
|
input[type="date"]::-webkit-datetime-edit-year-field{
|
|
6469
|
-
color:var(--color-text
|
|
6476
|
+
color:var(--color-text);
|
|
6470
6477
|
}
|
|
6471
6478
|
#priceNudgeIntervention .mobius-modal{
|
|
6472
6479
|
padding:12px 18px 32px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.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.4.
|
|
30
|
-
"@simplybusiness/mobius-chatbot": "^2.0.
|
|
31
|
-
"@simplybusiness/mobius-datepicker": "^7.1.
|
|
32
|
-
"@simplybusiness/mobius-interventions": "^2.7.
|
|
33
|
-
"@simplybusiness/mobius-journey": "^10.
|
|
34
|
-
"@simplybusiness/theme-core": "^7.13.
|
|
29
|
+
"@simplybusiness/mobius": "^6.4.3",
|
|
30
|
+
"@simplybusiness/mobius-chatbot": "^2.0.16",
|
|
31
|
+
"@simplybusiness/mobius-datepicker": "^7.1.12",
|
|
32
|
+
"@simplybusiness/mobius-interventions": "^2.7.6",
|
|
33
|
+
"@simplybusiness/mobius-journey": "^10.21.1",
|
|
34
|
+
"@simplybusiness/theme-core": "^7.13.10"
|
|
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";
|