@simplybusiness/theme-simplybusiness 1.28.4 → 1.28.5
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 +8 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.28.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [3e0109c]
|
|
8
|
+
- Updated dependencies [7b6958f]
|
|
9
|
+
- Updated dependencies [07312b5]
|
|
10
|
+
- @simplybusiness/mobius-journey@8.72.0
|
|
11
|
+
- @simplybusiness/mobius@5.32.2
|
|
12
|
+
- @simplybusiness/mobius-chatbot@1.4.32
|
|
13
|
+
- @simplybusiness/mobius-datepicker@6.7.15
|
|
14
|
+
- @simplybusiness/mobius-interventions@1.79.2
|
|
15
|
+
- @simplybusiness/theme-core@7.10.3
|
|
16
|
+
|
|
3
17
|
## 1.28.4
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -1071,6 +1071,14 @@ a.mobius-button:focus-visible,
|
|
|
1071
1071
|
.mobius-number-field:where(.--is-optional) > :where(.mobius-label)::after{
|
|
1072
1072
|
content:" (optional)";
|
|
1073
1073
|
}
|
|
1074
|
+
.mobius-number-field.--hide-spin-buttons::-webkit-outer-spin-button,.mobius-number-field.--hide-spin-buttons::-webkit-inner-spin-button{
|
|
1075
|
+
-webkit-appearance:none;
|
|
1076
|
+
margin:0;
|
|
1077
|
+
}
|
|
1078
|
+
.mobius-number-field.--hide-spin-buttons{
|
|
1079
|
+
appearance:textfield;
|
|
1080
|
+
-moz-appearance:textfield;
|
|
1081
|
+
}
|
|
1074
1082
|
.mobius-number-field__input-wrapper{
|
|
1075
1083
|
width:100%;
|
|
1076
1084
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.28.
|
|
3
|
+
"version": "1.28.5",
|
|
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": "^5.32.
|
|
30
|
-
"@simplybusiness/mobius-chatbot": "^1.4.
|
|
31
|
-
"@simplybusiness/mobius-datepicker": "^6.7.
|
|
32
|
-
"@simplybusiness/mobius-interventions": "^1.79.
|
|
33
|
-
"@simplybusiness/mobius-journey": "^8.
|
|
34
|
-
"@simplybusiness/theme-core": "^7.10.
|
|
29
|
+
"@simplybusiness/mobius": "^5.32.2",
|
|
30
|
+
"@simplybusiness/mobius-chatbot": "^1.4.32",
|
|
31
|
+
"@simplybusiness/mobius-datepicker": "^6.7.15",
|
|
32
|
+
"@simplybusiness/mobius-interventions": "^1.79.2",
|
|
33
|
+
"@simplybusiness/mobius-journey": "^8.72.0",
|
|
34
|
+
"@simplybusiness/theme-core": "^7.10.3"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"build-scripts": "^1.0.1",
|