@simplybusiness/theme-core 7.10.2 → 7.10.3

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,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 7.10.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [07312b5]
8
+ - @simplybusiness/mobius@5.32.2
9
+
3
10
  ## 7.10.2
4
11
 
5
12
  ### Patch Changes
package/dist/index.css CHANGED
@@ -1281,6 +1281,16 @@ a.mobius-button:focus-visible,
1281
1281
  content:" (optional)";
1282
1282
  }
1283
1283
 
1284
+ .mobius-number-field.--hide-spin-buttons::-webkit-outer-spin-button,.mobius-number-field.--hide-spin-buttons::-webkit-inner-spin-button{
1285
+ -webkit-appearance:none;
1286
+ margin:0;
1287
+ }
1288
+
1289
+ .mobius-number-field.--hide-spin-buttons{
1290
+ appearance:textfield;
1291
+ -moz-appearance:textfield;
1292
+ }
1293
+
1284
1294
  .mobius-number-field__input-wrapper{
1285
1295
  width:100%;
1286
1296
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-core",
3
- "version": "7.10.2",
3
+ "version": "7.10.3",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -26,7 +26,7 @@
26
26
  "./fonts": "./dist/fonts.css"
27
27
  },
28
28
  "dependencies": {
29
- "@simplybusiness/mobius": "^5.32.1"
29
+ "@simplybusiness/mobius": "^5.32.2"
30
30
  },
31
31
  "devDependencies": {
32
32
  "build-scripts": "^1.0.1"