@simplybusiness/theme-simplybusiness 2.11.0 → 2.11.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 +16 -0
- package/dist/index.css +24 -39
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 2.11.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [e160de4]
|
|
8
|
+
- Updated dependencies [754a161]
|
|
9
|
+
- Updated dependencies [fa3183a]
|
|
10
|
+
- Updated dependencies [d0940fa]
|
|
11
|
+
- Updated dependencies [bf809eb]
|
|
12
|
+
- @simplybusiness/theme-core@7.14.8
|
|
13
|
+
- @simplybusiness/mobius-journey@11.22.0
|
|
14
|
+
- @simplybusiness/mobius-interventions@3.4.0
|
|
15
|
+
- @simplybusiness/mobius@6.9.5
|
|
16
|
+
- @simplybusiness/mobius-chatbot@2.2.6
|
|
17
|
+
- @simplybusiness/mobius-datepicker@7.3.6
|
|
18
|
+
|
|
3
19
|
## 2.11.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
package/dist/index.css
CHANGED
|
@@ -2170,6 +2170,7 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
2170
2170
|
position:absolute;
|
|
2171
2171
|
right:0;
|
|
2172
2172
|
top:0;
|
|
2173
|
+
transform-origin:center center;
|
|
2173
2174
|
}
|
|
2174
2175
|
.mobius-icon-layers-counter,
|
|
2175
2176
|
.mobius-icon-layers-text{
|
|
@@ -2185,9 +2186,6 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
2185
2186
|
vertical-align:-0.125em;
|
|
2186
2187
|
width:1em;
|
|
2187
2188
|
}
|
|
2188
|
-
.mobius-icon-layers svg.svg-inline--mobius-icon{
|
|
2189
|
-
transform-origin:center center;
|
|
2190
|
-
}
|
|
2191
2189
|
.mobius-icon-layers-text{
|
|
2192
2190
|
left:50%;
|
|
2193
2191
|
top:50%;
|
|
@@ -2445,16 +2443,16 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
2445
2443
|
fill:var(--mobius-icon-secondary-color, currentColor);
|
|
2446
2444
|
opacity:var(--mobius-icon-secondary-opacity, 0.4);
|
|
2447
2445
|
}
|
|
2446
|
+
.svg-inline--mobius-icon mask .mobius-icon-primary,
|
|
2447
|
+
.svg-inline--mobius-icon mask .mobius-icon-secondary{
|
|
2448
|
+
fill:black;
|
|
2449
|
+
}
|
|
2448
2450
|
.svg-inline--mobius-icon.mobius-icon-swap-opacity .mobius-icon-primary{
|
|
2449
2451
|
opacity:var(--mobius-icon-secondary-opacity, 0.4);
|
|
2450
2452
|
}
|
|
2451
2453
|
.svg-inline--mobius-icon.mobius-icon-swap-opacity .mobius-icon-secondary{
|
|
2452
2454
|
opacity:var(--mobius-icon-primary-opacity, 1);
|
|
2453
2455
|
}
|
|
2454
|
-
.svg-inline--mobius-icon mask .mobius-icon-primary,
|
|
2455
|
-
.svg-inline--mobius-icon mask .mobius-icon-secondary{
|
|
2456
|
-
fill:black;
|
|
2457
|
-
}
|
|
2458
2456
|
.fad.mobius-icon-inverse,
|
|
2459
2457
|
.mobius-icon-duotone.mobius-icon-inverse{
|
|
2460
2458
|
color:var(--mobius-icon-inverse, #fff);
|
|
@@ -6016,6 +6014,24 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
6016
6014
|
.mobius-coverage-summary{
|
|
6017
6015
|
grid-area:1 / 2;
|
|
6018
6016
|
}
|
|
6017
|
+
.mobius-underwriter-legal-agreements__sms-button{
|
|
6018
|
+
display:flex;
|
|
6019
|
+
justify-content:center;
|
|
6020
|
+
margin:0 auto;
|
|
6021
|
+
margin-bottom:var(--size-md);
|
|
6022
|
+
}
|
|
6023
|
+
.mobius-underwriter-legal-agreements__sms-message{
|
|
6024
|
+
display:flex;
|
|
6025
|
+
justify-content:center;
|
|
6026
|
+
flex-direction:row;
|
|
6027
|
+
padding:var(--size-md);
|
|
6028
|
+
margin:var(--size-md) 0;
|
|
6029
|
+
font-size:var(--font-size-regular);
|
|
6030
|
+
background-color:var(--color-valid-background);
|
|
6031
|
+
}
|
|
6032
|
+
.mobius-underwriter-legal-agreements__sms-message.--is-invalid{
|
|
6033
|
+
background-color:var(--color-error-background);
|
|
6034
|
+
}
|
|
6019
6035
|
.mobius-checkout-buttons{
|
|
6020
6036
|
margin-top:var(--size-md);
|
|
6021
6037
|
display:flex;
|
|
@@ -6058,7 +6074,7 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
6058
6074
|
.mobius-underwriter-legal-agreements__agreement-content .signature{
|
|
6059
6075
|
width:200px;
|
|
6060
6076
|
height:auto;
|
|
6061
|
-
font-size:
|
|
6077
|
+
font-size:var(--font-size-regular);
|
|
6062
6078
|
}
|
|
6063
6079
|
.mobius-underwriter-legal-agreements__bullet-list{
|
|
6064
6080
|
margin:0;
|
|
@@ -7801,37 +7817,6 @@ input[type="date"]::-webkit-datetime-edit-year-field{
|
|
|
7801
7817
|
display:block;
|
|
7802
7818
|
}
|
|
7803
7819
|
}
|
|
7804
|
-
.voucher-intervention{
|
|
7805
|
-
display:grid;
|
|
7806
|
-
grid-template:"icon . close" auto "text text text" auto "button button button" auto / auto 1fr auto;
|
|
7807
|
-
gap:var(--size-xs);
|
|
7808
|
-
align-items:start;
|
|
7809
|
-
width:100%;
|
|
7810
|
-
}
|
|
7811
|
-
.voucher-intervention__icon{
|
|
7812
|
-
grid-area:icon;
|
|
7813
|
-
color:var(--color-accent);
|
|
7814
|
-
margin-top:var(--size-xs);
|
|
7815
|
-
}
|
|
7816
|
-
.voucher-intervention__button{
|
|
7817
|
-
grid-area:button;
|
|
7818
|
-
}
|
|
7819
|
-
@media (min-width: 768px){
|
|
7820
|
-
.voucher-intervention{
|
|
7821
|
-
grid-template:"icon text button close" auto / auto 1fr auto auto;
|
|
7822
|
-
align-items:center;
|
|
7823
|
-
gap:var(--size-sm);
|
|
7824
|
-
}
|
|
7825
|
-
|
|
7826
|
-
.voucher-intervention__icon{
|
|
7827
|
-
align-self:center;
|
|
7828
|
-
margin-top:0;
|
|
7829
|
-
}
|
|
7830
|
-
|
|
7831
|
-
.voucher-intervention__button{
|
|
7832
|
-
min-width:238px;
|
|
7833
|
-
}
|
|
7834
|
-
}
|
|
7835
7820
|
.live-chat__text{
|
|
7836
7821
|
display:grid;
|
|
7837
7822
|
grid-template-columns:auto 1fr;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.1",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@simplybusiness/mobius": "^6.9.5",
|
|
30
|
-
"@simplybusiness/mobius-chatbot": "^2.2.
|
|
30
|
+
"@simplybusiness/mobius-chatbot": "^2.2.6",
|
|
31
31
|
"@simplybusiness/mobius-datepicker": "^7.3.6",
|
|
32
|
-
"@simplybusiness/mobius-interventions": "^3.
|
|
33
|
-
"@simplybusiness/mobius-journey": "^11.
|
|
34
|
-
"@simplybusiness/theme-core": "^7.14.
|
|
32
|
+
"@simplybusiness/mobius-interventions": "^3.4.0",
|
|
33
|
+
"@simplybusiness/mobius-journey": "^11.22.0",
|
|
34
|
+
"@simplybusiness/theme-core": "^7.14.8"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"build-scripts": "^1.0
|
|
37
|
+
"build-scripts": "^1.1.0",
|
|
38
38
|
"react": "^19.2.1",
|
|
39
39
|
"react-dom": "^19.2.1"
|
|
40
40
|
}
|