@simplybusiness/theme-simplybusiness 2.3.9 → 2.3.11
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 +23 -0
- package/dist/index.css +17 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 2.3.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6673f13]
|
|
8
|
+
- Updated dependencies [bbd5491]
|
|
9
|
+
- Updated dependencies [cd64da7]
|
|
10
|
+
- Updated dependencies [6545157]
|
|
11
|
+
- @simplybusiness/mobius-journey@10.28.0
|
|
12
|
+
- @simplybusiness/mobius@6.5.0
|
|
13
|
+
- @simplybusiness/mobius-chatbot@2.0.19
|
|
14
|
+
- @simplybusiness/mobius-datepicker@7.1.15
|
|
15
|
+
- @simplybusiness/mobius-interventions@2.7.9
|
|
16
|
+
- @simplybusiness/theme-core@7.13.13
|
|
17
|
+
|
|
18
|
+
## 2.3.10
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [e3404de]
|
|
23
|
+
- Updated dependencies [c5cac94]
|
|
24
|
+
- @simplybusiness/mobius-journey@10.27.0
|
|
25
|
+
|
|
3
26
|
## 2.3.9
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -793,6 +793,22 @@ a.mobius-button:focus-visible,
|
|
|
793
793
|
grid-template-columns:min-content 1fr;
|
|
794
794
|
color:var(--color-error);
|
|
795
795
|
}
|
|
796
|
+
.mobius-error-message a{
|
|
797
|
+
color:var(--color-link);
|
|
798
|
+
outline:none;
|
|
799
|
+
border-radius:var(--radius-1);
|
|
800
|
+
}
|
|
801
|
+
:is(.mobius-error-message a):hover,:is(.mobius-error-message a):active{
|
|
802
|
+
-webkit-text-decoration:underline;
|
|
803
|
+
-webkit-text-decoration:underline;
|
|
804
|
+
text-decoration:underline;
|
|
805
|
+
cursor:pointer;
|
|
806
|
+
color:var(--color-link-hover);
|
|
807
|
+
}
|
|
808
|
+
:is(.mobius-error-message a):focus-visible{
|
|
809
|
+
box-shadow:var(--box-shadow-default);
|
|
810
|
+
padding:3px 0;
|
|
811
|
+
}
|
|
796
812
|
.mobius-error-message__icon{
|
|
797
813
|
width:var(--error-message-icon-width, auto);
|
|
798
814
|
height:var(--error-message-icon-height, auto);
|
|
@@ -6014,6 +6030,7 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
6014
6030
|
position:fixed;
|
|
6015
6031
|
width:100%;
|
|
6016
6032
|
left:0px;
|
|
6033
|
+
z-index:1000;
|
|
6017
6034
|
}
|
|
6018
6035
|
}
|
|
6019
6036
|
.mobius-payment-summary__payment-summary-box{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.11",
|
|
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.
|
|
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.5.0",
|
|
30
|
+
"@simplybusiness/mobius-chatbot": "^2.0.19",
|
|
31
|
+
"@simplybusiness/mobius-datepicker": "^7.1.15",
|
|
32
|
+
"@simplybusiness/mobius-interventions": "^2.7.9",
|
|
33
|
+
"@simplybusiness/mobius-journey": "^10.28.0",
|
|
34
|
+
"@simplybusiness/theme-core": "^7.13.13"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"build-scripts": "^1.0.1",
|