@simplybusiness/theme-simplybusiness 0.5.5 → 0.7.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "0.5.5",
3
+ "version": "0.7.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.3.0",
30
30
  "@simplybusiness/mobius-datepicker": "^6.0.6",
31
- "@simplybusiness/mobius-journey": "^6.8.1",
31
+ "@simplybusiness/mobius-journey": "^6.9.0",
32
32
  "@simplybusiness/theme-core": "^7.1.4"
33
33
  },
34
34
  "devDependencies": {
@@ -39,11 +39,11 @@
39
39
  "postcss-import": "^16.1.0",
40
40
  "postcss-loader": "^8.1.1",
41
41
  "postcss-nested": "^6.2.0",
42
- "postcss-preset-env": "^10.0.5",
42
+ "postcss-preset-env": "^10.0.6",
43
43
  "postcss-url": "^10.1.3",
44
44
  "resolve-url-loader": "^5.0.0",
45
45
  "ts-loader": "^9.5.1",
46
- "typescript": "^5.6.2",
46
+ "typescript": "^5.6.3",
47
47
  "webpack": "^5.95.0",
48
48
  "webpack-cli": "^5.1.4"
49
49
  }
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/src/index.css CHANGED
@@ -10,30 +10,50 @@
10
10
  @import "@simplybusiness/mobius-journey/src/archived/QuestionHelp/QuestionHelp.css";
11
11
  @import "@simplybusiness/mobius-journey/src/archived/Section/Section.css";
12
12
  @import "@simplybusiness/mobius-journey/src/archived/Testimonial/Testimonial.css";
13
+ @import "@simplybusiness/mobius-journey/src/components/AgentReferral/InfoCard/InfoCard.css";
13
14
  @import "@simplybusiness/mobius-journey/src/components/AgentResources/AgentResources.css";
15
+ @import "@simplybusiness/mobius-journey/src/components/CoverTogglesContainer/CoverTogglesContainer.css";
14
16
  @import "@simplybusiness/mobius-journey/src/components/CoverageSummary/CoverageSummary.css";
15
17
  @import "@simplybusiness/mobius-journey/src/components/CoverageSummary/PaymentSummary/PaymentSummary.css";
16
18
  @import "@simplybusiness/mobius-journey/src/components/CoverageSummary/QuoteSummary/QuoteSummary.css";
17
- @import "@simplybusiness/mobius-journey/src/components/Footer/Footer.css";
18
19
  @import "@simplybusiness/mobius-journey/src/components/ErrorBoundary/ErrorBoundary.css";
20
+ @import "@simplybusiness/mobius-journey/src/components/Footer/Footer.css";
19
21
  @import "@simplybusiness/mobius-journey/src/components/Header/Header.css";
20
- @import "@simplybusiness/mobius-journey/src/components/InfoCard/InfoCard.css";
22
+ @import "@simplybusiness/mobius-journey/src/components/Headline/ExperimentIteratedQCP/EditLimitsExperimentIteratedQCP.css";
23
+ @import "@simplybusiness/mobius-journey/src/components/Headline/ExperimentIteratedQCP/QuoteHeadlineExperimentIteratedQCP.css";
24
+ @import "@simplybusiness/mobius-journey/src/components/Headline/QuoteHeadline.css";
21
25
  @import "@simplybusiness/mobius-journey/src/components/NextCoverage/NextCoverage.css";
22
26
  @import "@simplybusiness/mobius-journey/src/components/PreFooter/InsuranceBenefits.css";
23
27
  @import "@simplybusiness/mobius-journey/src/components/PreFooter/PreFooter.css";
24
28
  @import "@simplybusiness/mobius-journey/src/components/ProgressSteps/ProgressSteps.css";
25
- @import "@simplybusiness/mobius-journey/src/components/QuoteComparison/CoverSummary/CoverSummary.css";
26
- @import "@simplybusiness/mobius-journey/src/components/QuoteComparison/CoverTogglesContainer/CoverTogglesContainer.css";
27
- @import "@simplybusiness/mobius-journey/src/components/QuoteComparison/Headline/ExperimentIteratedQCP/EditLimitsExperimentIteratedQCP.css";
28
- @import "@simplybusiness/mobius-journey/src/components/QuoteComparison/Headline/ExperimentIteratedQCP/QuoteHeadlineExperimentIteratedQCP.css";
29
- @import "@simplybusiness/mobius-journey/src/components/QuoteComparison/Headline/QuoteHeadline.css";
30
- @import "@simplybusiness/mobius-journey/src/components/QuoteComparison/PaymentToggle/PaymentToggle.css";
31
- @import "@simplybusiness/mobius-journey/src/components/QuoteComparison/QuoteCards/QuoteCards.css";
32
- @import "@simplybusiness/mobius-journey/src/components/QuoteComparison/QuoteCards/NoQuotesReferral/NoQuotesReferral.css";
29
+ @import "@simplybusiness/mobius-journey/src/components/QuoteCards/NoQuotesCard/NoQuotesCard.css";
30
+ @import "@simplybusiness/mobius-journey/src/components/QuoteCards/NoQuotesReferral/NoQuotesReferral.css";
31
+ @import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/Cover/Cover.css";
32
+ @import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/Coverage/Coverage.css";
33
+ @import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/Coverage/Deductibles/Deductibles.css";
34
+ @import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/Coverage/ExtraCoverage/ExtraCoverage.css";
35
+ @import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/Header/Header.css";
36
+ @import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/InfoModal/CardModal.css";
37
+ @import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/PriceDetails/PriceDetails.css";
38
+ @import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/Pricing/Pricing.css";
39
+ @import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/QuoteActions/ActionsWithoutQdpDrawer.css";
40
+ @import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/QuoteActions/QuoteActions.css";
41
+ @import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/QuoteActions/QuoteDetails/AdditionalCoverageInformation/AdditionalCoverageInformation.css";
42
+ @import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/QuoteActions/QuoteDetails/CertificateOfInsurance/CertificateOfInsurance.css";
43
+ @import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/QuoteActions/QuoteDetails/Footer.css";
44
+ @import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/QuoteActions/QuoteDetails/PaymentInformation/ExperimentIteratedQCP/PaymentInformationIterated.css";
45
+ @import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/QuoteActions/QuoteDetails/PaymentInformation/PaymentInformation.css";
46
+ @import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/QuoteCard.css";
47
+ @import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/QuoteCardBadges/QuoteCardBadges.css";
48
+ @import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/Ratings/ExperimentIteratedQcp/Ratings.css";
49
+ @import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/Tag/Tag.css";
50
+ @import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCards.css";
51
+ @import "@simplybusiness/mobius-journey/src/components/QuoteCards/Section/Section.css";
33
52
  @import "@simplybusiness/mobius-journey/src/components/QuoteHelp/QuoteHelp.css";
34
53
  @import "@simplybusiness/mobius-journey/src/components/Referral/Referral.css";
54
+ @import "@simplybusiness/mobius-journey/src/components/Referral/TrustSection/TrustSection.css";
55
+ @import "@simplybusiness/mobius-journey/src/components/shared/PaymentToggle/PaymentToggle.css";
35
56
  @import "@simplybusiness/mobius-journey/src/components/TradeSelector/TradeSelector.css";
36
- @import "@simplybusiness/mobius-journey/src/components/TrustSection/TrustSection.css";
37
57
  @import "@simplybusiness/mobius-journey/src/pages/AgentReferralPage/AgentReferralContainer.css";
38
58
  @import "@simplybusiness/mobius-journey/src/pages/Main.css";
39
59
 
@@ -53,3 +73,36 @@ body {
53
73
  body {
54
74
  background-color: var(--color-background-body);
55
75
  }
76
+
77
+ /* Sub-Header partners logo */
78
+ .faire {
79
+ background-image: url("./images/faire.webp");
80
+ }
81
+
82
+ .grasshopper {
83
+ background-image: url("./images/grasshopper.webp");
84
+ }
85
+
86
+ .hrblock {
87
+ background-image: url("./images/hrblock.webp");
88
+ }
89
+
90
+ .openwfaire {
91
+ background-image: url("./images/openwfaire.webp");
92
+ }
93
+
94
+ .pioneeringclean {
95
+ background-image: url("./images/pioneeringclean.webp");
96
+ }
97
+
98
+ .tivly-nw {
99
+ background-image: url("./images/tivly-nw.webp");
100
+ }
101
+
102
+ .usatoday {
103
+ background-image: url("./images/usatoday.webp");
104
+ }
105
+
106
+ .wolfpackhr {
107
+ background-image: url("./images/wolfpackhr.webp");
108
+ }