@simplybusiness/theme-simplybusiness 1.9.17 → 1.9.19

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,26 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 1.9.19
4
+
5
+ ### Patch Changes
6
+
7
+ - c91bed5: Export journey-component atoms
8
+ - Updated dependencies [c91bed5]
9
+ - Updated dependencies [f0b6a77]
10
+ - Updated dependencies [c91bed5]
11
+ - @simplybusiness/mobius-journey@6.54.0
12
+ - @simplybusiness/mobius@5.19.1
13
+ - @simplybusiness/mobius-datepicker@6.4.2
14
+ - @simplybusiness/theme-core@7.3.3
15
+
16
+ ## 1.9.18
17
+
18
+ ### Patch Changes
19
+
20
+ - d8f280f: Export journey-component atoms
21
+ - Updated dependencies [d8f280f]
22
+ - @simplybusiness/mobius-journey@6.53.1
23
+
3
24
  ## 1.9.17
4
25
 
5
26
  ### Patch Changes
package/dist/index.css CHANGED
@@ -308,8 +308,7 @@ h6.mobius-accordion__link-text,
308
308
  .mobius-button:where(.--variant-link){
309
309
  --button-content-color:var(--color-secondary);
310
310
  appearance:none;
311
- border:none;
312
- padding:0;
311
+ padding:var(--size-xxs);
313
312
  background-color:transparent;
314
313
  font-weight:normal;
315
314
  }
@@ -324,7 +323,6 @@ h6.mobius-accordion__link-text,
324
323
  }
325
324
  .mobius-button:where(.--variant-link):focus-visible{
326
325
  box-shadow:0 0 0 var(--size-focus-ring) var(--color-focus);
327
- padding:3px 0;
328
326
  }
329
327
  .mobius-button.--is-disabled:where(.--variant-link){
330
328
  --button-content-color:var(--color-text-light);
@@ -5197,6 +5195,171 @@ svg:not(:host).svg-inline--mobius-icon{
5197
5195
  padding-right:var(--size-sm);
5198
5196
  transition:height 1s;
5199
5197
  }
5198
+ .mobius-payment_summary__styled-div{
5199
+ display:grid;
5200
+ row-gap:var(--size-sm);
5201
+ margin-top:var(--size-sm);
5202
+ }
5203
+ .mobius-payment_summary__styled-div .incomplete-quote-actions{
5204
+ padding:14px;
5205
+ }
5206
+ @media (max-width: 640px){
5207
+ .mobius-payment_summary__styled-div .incomplete-quote-actions{
5208
+ padding:16px;
5209
+ }
5210
+ }
5211
+ .mobius-payment_summary__button-div{
5212
+ display:flex;
5213
+ justify-content:space-around;
5214
+ margin-top:25px;
5215
+ margin-bottom:0;
5216
+ gap:var(--size-sm);
5217
+ }
5218
+ .mobius-payment_summary__big-button-span{
5219
+ font-weight:700;
5220
+ margin-left:10px;
5221
+ margin-right:10px;
5222
+ }
5223
+ .mobius-payment_summary__styled-divider{
5224
+ height:var(--size-sm) !important;
5225
+ }
5226
+ .mobius-payment_summary__styled-flex{
5227
+ width:100%;
5228
+ flex-direction:row;
5229
+ justify-content:space-between;
5230
+ }
5231
+ .mobius-payment_summary__styled-flex .today-payment,.mobius-payment_summary__styled-flex .total-payment{
5232
+ font-weight:bold;
5233
+ }
5234
+ .mobius-payment_summary__styled-wrapper{
5235
+ width:100%;
5236
+ flex-direction:column;
5237
+ }
5238
+ .mobius-payment_summary__styled-wrapper.combined-styles .mobius-text.--is-small{
5239
+ line-height:18px;
5240
+ color:var(--color-text);
5241
+ }
5242
+ .mobius-payment_summary__styled-wrapper.combined-styles .today-payment,.mobius-payment_summary__styled-wrapper.combined-styles .total-payment{
5243
+ font-weight:normal;
5244
+ }
5245
+ .mobius-payment_summary__styled-wrapper.combined-styles .monthly-payment{
5246
+ margin-top:var(--size-xs);
5247
+ }
5248
+ .mobius-payment_summary__styled-wrapper.combined-styles .mobius-divider{
5249
+ height:var(--size-sm);
5250
+ }
5251
+ .mobius-payment_summary__styled-wrapper.combined-styles .mobius-divider__inner{
5252
+ background-color:var(--color-border-medium);
5253
+ }
5254
+ .mobius-payment_summary__summary-fragment-wrapper .arrow{
5255
+ display:inline-block;
5256
+ width:9px;
5257
+ height:9px;
5258
+ border-top:1px solid var(--color-primary);
5259
+ border-right:1px solid var(--color-primary);
5260
+ margin-right:8px;
5261
+ transform-origin:center;
5262
+ margin-bottom:3px;
5263
+ }
5264
+ .mobius-payment_summary__summary-fragment-wrapper .arrow-top{
5265
+ transform:rotate(-45deg);
5266
+ }
5267
+ .mobius-payment_summary__summary-fragment-wrapper .arrow-bottom{
5268
+ transform:rotate(135deg);
5269
+ }
5270
+ .mobius-payment_summary__summary-fragment-wrapper .additional_covers{
5271
+ border-top:1px solid #cccccc;
5272
+ padding-top:16px;
5273
+ }
5274
+ .mobius-payment_summary__summary-fragment-wrapper .additional_covers ~ .additional_covers{
5275
+ border:none;
5276
+ padding-top:0px;
5277
+ }
5278
+ .mobius-payment_summary__summary-fragment-wrapper .align-right{
5279
+ text-align:right;
5280
+ }
5281
+ .mobius-payment_summary__summary-fragment-wrapper.combined-styles .mobius-divider__inner{
5282
+ background-color:var(--color-border-medium);
5283
+ }
5284
+ .mobius-payment_summary__section-header-text{
5285
+ margin-top:0;
5286
+ margin-bottom:16px;
5287
+ font-size:16px;
5288
+ font-weight:bold;
5289
+ }
5290
+ .mobius-payment_summary__styled-grid{
5291
+ display:grid;
5292
+ grid-template-columns:65% 35%;
5293
+ width:100%;
5294
+ }
5295
+ .mobius-payment_summary__price-summary-group{
5296
+ padding:13px;
5297
+ box-sizing:border-box;
5298
+ }
5299
+ .mobius-payment_summary__border-bottom{
5300
+ border-bottom:1px solid #ccc;
5301
+ }
5302
+ .mobius-payment_summary__form-actions-box{
5303
+ grid-area:form-actions;
5304
+ }
5305
+ .mobius-payment_summary__payment-summary-box{
5306
+ grid-area:payment-summary;
5307
+ }
5308
+ .mobius-payment_summary__product-payment-options{
5309
+ grid-area:mobius-payment_summary__product-payment-options;
5310
+ display:flex;
5311
+ flex-direction:column;
5312
+ border-radius:8px;
5313
+ }
5314
+ .mobius-payment_summary__product-payment-options .mobius-segment-group{
5315
+ margin-bottom:0;
5316
+ }
5317
+ .mobius-payment_summary__product-payment-options .mobius-segment-group + .mobius-segment-group{
5318
+ margin-top:32px;
5319
+ }
5320
+ .mobius-payment_summary__product-payment-options .non-purchasable-product{
5321
+ border:3px solid var(--color-primary);
5322
+ }
5323
+ .mobius-payment_summary__product-payment-options .exclude-for-purchase{
5324
+ opacity:0.5;
5325
+ cursor:not-allowed;
5326
+ }
5327
+ .mobius-payment_summary__product-payment-options .non-eligible-item{
5328
+ flex-flow:wrap;
5329
+ }
5330
+ .mobius-payment_summary__product-payment-options.combined-styles .mobius-segment-group:not(.non-purchasable-product){
5331
+ border:1px solid var(--color-border-medium);
5332
+ }
5333
+ .mobius-payment_summary__outer-grid{
5334
+ display:grid;
5335
+ gap:var(--font-size-6);
5336
+ grid-template-columns:2fr 1fr;
5337
+ grid-template-areas:"mobius-payment_summary__product-payment-options payment-summary" "continuation-notice payment-summary" "form-actions payment-summary";
5338
+ }
5339
+ .mobius-payment_summary__outer-grid.combined-payment-page{
5340
+ gap:var(--font-size-3);
5341
+ grid-template-columns:1fr;
5342
+ grid-template-areas:"mobius-payment_summary__product-payment-options" "continuation-notice" "payment-summary" "form-actions";
5343
+ }
5344
+ @media (max-width: 640px){
5345
+ .mobius-payment_summary__outer-grid{
5346
+ grid-template-columns:1fr;
5347
+ grid-template-areas:"mobius-payment_summary__product-payment-options" "continuation-notice" "payment-summary" "form-actions";
5348
+ }
5349
+ }
5350
+ .mobius-payment_summary__outer-grid.show-payment-summary-only{
5351
+ grid-template-columns:1fr;
5352
+ grid-template-areas:"payment-summary";
5353
+ }
5354
+ .mobius-payment_summary__styled-image{
5355
+ margin-bottom:12px;
5356
+ max-height:45px;
5357
+ max-width:100%;
5358
+ }
5359
+ .mobius-payment_summary__persistent-price-summary{
5360
+ background-color:white;
5361
+ width:fit-content;
5362
+ }
5200
5363
  :root,
5201
5364
  :host{
5202
5365
  --date-picker-day-size:38px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "1.9.17",
3
+ "version": "1.9.19",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -26,10 +26,10 @@
26
26
  "./fonts": "./dist/fonts.css"
27
27
  },
28
28
  "dependencies": {
29
- "@simplybusiness/mobius": "^5.19.0",
30
- "@simplybusiness/mobius-datepicker": "^6.4.1",
31
- "@simplybusiness/mobius-journey": "^6.53.0",
32
- "@simplybusiness/theme-core": "^7.3.2"
29
+ "@simplybusiness/mobius": "^5.19.1",
30
+ "@simplybusiness/mobius-datepicker": "^6.4.2",
31
+ "@simplybusiness/mobius-journey": "^6.54.0",
32
+ "@simplybusiness/theme-core": "^7.3.3"
33
33
  },
34
34
  "devDependencies": {
35
35
  "css-loader": "^7.1.2",
package/src/index.css CHANGED
@@ -70,6 +70,9 @@
70
70
  @import "@simplybusiness/mobius-journey/src/pages/AgentReferralPage/AgentReferralContainer.css";
71
71
  @import "@simplybusiness/mobius-journey/src/pages/Main.css";
72
72
 
73
+ /* Journey Components (payment summary, etc.) */
74
+ @import "@simplybusiness/mobius-journey/src/components/shared/PersistentSummary/styles.css";
75
+
73
76
  /* @simplybusiness/mobius-datepicker */
74
77
  @import "@simplybusiness/mobius-datepicker/src/components/DatePicker/DatePicker.css";
75
78