@simplybusiness/theme-simplybusiness 1.14.2 → 1.15.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 +14 -0
- package/dist/index.css +29 -0
- package/package.json +2 -2
- package/src/index.css +3 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.15.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 6f2b3db: Add upsell data to QCP
|
|
8
|
+
- 89f2cbd: Rename PersonalisedCoverContainer component to PersonalisedCover
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies [6f2b3db]
|
|
13
|
+
- Updated dependencies [89f2cbd]
|
|
14
|
+
- Updated dependencies [7be9706]
|
|
15
|
+
- @simplybusiness/mobius-journey@6.69.0
|
|
16
|
+
|
|
3
17
|
## 1.14.2
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -4975,6 +4975,35 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
4975
4975
|
.mobius-quote-card__tag svg{
|
|
4976
4976
|
margin-right:var(--size-xxs);
|
|
4977
4977
|
}
|
|
4978
|
+
.mobius-quote-card__file-circle-plus{
|
|
4979
|
+
font-size:var(--font-size-small-print);
|
|
4980
|
+
padding-top:var(--size-sm);
|
|
4981
|
+
border-top:1px solid var(--color-border-light);
|
|
4982
|
+
margin:0px;
|
|
4983
|
+
align-items:flex-start;
|
|
4984
|
+
}
|
|
4985
|
+
.mobius-quote-card__file-circle-plus .--is-small{
|
|
4986
|
+
margin:0;
|
|
4987
|
+
color:var(--color-text);
|
|
4988
|
+
font-size:var(--font-size-small-print);
|
|
4989
|
+
}
|
|
4990
|
+
.mobius-quote-card__file-circle-plus svg{
|
|
4991
|
+
margin-right:var(--size-xxs);
|
|
4992
|
+
}
|
|
4993
|
+
.mobius-quote-card__upsell-item{
|
|
4994
|
+
padding-left:var(--size-lg);
|
|
4995
|
+
font-family:var(--font-family);
|
|
4996
|
+
}
|
|
4997
|
+
.mobius-quote-card__upsell-item-title{
|
|
4998
|
+
color:var(--color-text-medium);
|
|
4999
|
+
margin-bottom:var(--size-xxs);
|
|
5000
|
+
font-size:var(--font-size-small-paragraph);
|
|
5001
|
+
}
|
|
5002
|
+
.mobius-quote-card__upsell-price{
|
|
5003
|
+
margin-top:var(--size-xxs);
|
|
5004
|
+
font-weight:var(--font-weight-bold);
|
|
5005
|
+
font-size:var(--font-size-small-paragraph);
|
|
5006
|
+
}
|
|
4978
5007
|
.mobius-quote-cards__grid{
|
|
4979
5008
|
--column-count:1;
|
|
4980
5009
|
display:grid;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.15.0",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@simplybusiness/mobius": "^5.23.0",
|
|
30
30
|
"@simplybusiness/mobius-datepicker": "^6.5.0",
|
|
31
|
-
"@simplybusiness/mobius-journey": "^6.
|
|
31
|
+
"@simplybusiness/mobius-journey": "^6.69.0",
|
|
32
32
|
"@simplybusiness/theme-core": "^7.5.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
package/src/index.css
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
@import "@simplybusiness/mobius-journey/src/components/Headline/ExperimentIteratedQCP/QuoteHeadlineExperimentIteratedQCP.css";
|
|
24
24
|
@import "@simplybusiness/mobius-journey/src/components/Headline/QuoteHeadline.css";
|
|
25
25
|
@import "@simplybusiness/mobius-journey/src/components/NextCoverage/NextCoverage.css";
|
|
26
|
-
@import "@simplybusiness/mobius-journey/src/components/
|
|
26
|
+
@import "@simplybusiness/mobius-journey/src/components/PersonalisedCover/PersonalisedCover.css";
|
|
27
27
|
@import "@simplybusiness/mobius-journey/src/components/PreFooter/InsuranceBenefits.css";
|
|
28
28
|
@import "@simplybusiness/mobius-journey/src/components/PreFooter/PreFooter.css";
|
|
29
29
|
@import "@simplybusiness/mobius-journey/src/components/ProgressSteps/ProgressSteps.css";
|
|
@@ -61,6 +61,8 @@
|
|
|
61
61
|
@import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/QuoteCardBadges/QuoteCardBadges.css";
|
|
62
62
|
@import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/Ratings/ExperimentIteratedQcp/Ratings.css";
|
|
63
63
|
@import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/Tag/Tag.css";
|
|
64
|
+
@import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/FileCirclePlus/FileCirclePlus.css";
|
|
65
|
+
@import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/Upsells/Upsells.css";
|
|
64
66
|
@import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCards.css";
|
|
65
67
|
@import "@simplybusiness/mobius-journey/src/components/QuoteCards/Section/Section.css";
|
|
66
68
|
@import "@simplybusiness/mobius-journey/src/components/QuoteCards/Unquotable/Unquotable.css";
|