@simplybusiness/mobius 3.9.4 → 3.10.0

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
@@ -309,6 +309,7 @@ Additionally, mobius and themes are available on the public NPM registry and can
309
309
 
310
310
  ## Github Links
311
311
 
312
+ [3.10.0]: https://github.com/simplybusiness/mobius/releases/tag/v3.10.0
312
313
  [3.9.4]: https://github.com/simplybusiness/mobius/releases/tag/v3.9.4
313
314
  [3.9.3]: https://github.com/simplybusiness/mobius/releases/tag/v3.9.3
314
315
  [3.9.2]: https://github.com/simplybusiness/mobius/releases/tag/v3.9.2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@simplybusiness/mobius",
3
3
  "license": "UNLICENSED",
4
- "version": "3.9.4",
4
+ "version": "3.10.0",
5
5
  "description": "Core library of Mobius react components",
6
6
  "repository": {
7
7
  "type": "git",
@@ -40,11 +40,11 @@ exports[`NumberField should match snapshot 1`] = `
40
40
  class="mobius mobius/Icon"
41
41
  focusable="false"
42
42
  role="img"
43
- viewBox="0 0 24 24"
43
+ viewBox="0 0 512 512"
44
44
  xmlns="http://www.w3.org/2000/svg"
45
45
  >
46
46
  <path
47
- d="M12 6.75a.788.788 0 0 0-.607.26l-9.545 8.678c-.347.347-.347.868 0 1.215s.955.347 1.302 0l8.851-8.07 8.851 8.07c.347.347.955.347 1.302 0s.347-.868 0-1.215L12.609 7.01a.786.786 0 0 0-.607-.26z"
47
+ d="M256 94.1l17 17L465 303l17 17L448 353.9l-17-17-175-175L81 337l-17 17L30.1 320l17-17L239 111l17-17z"
48
48
  fill="currentColor"
49
49
  />
50
50
  </svg>
@@ -61,20 +61,13 @@ exports[`NumberField should match snapshot 1`] = `
61
61
  class="mobius mobius/Icon"
62
62
  focusable="false"
63
63
  role="img"
64
- viewBox="0 0 16 16"
64
+ viewBox="0 0 512 512"
65
65
  xmlns="http://www.w3.org/2000/svg"
66
66
  >
67
- <g
68
- fill="none"
69
- fill-rule="evenodd"
70
- >
71
- <path
72
- d="M2 6l5.978 5L14 6"
73
- stroke="currentColor"
74
- stroke-linecap="square"
75
- stroke-width="1.5"
76
- />
77
- </g>
67
+ <path
68
+ d="M256 417.9l17-17L465 209l17-17L448 158.1l-17 17-175 175L81 175l-17-17L30.1 192l17 17L239 401l17 17z"
69
+ fill="currentColor"
70
+ />
78
71
  </svg>
79
72
  </button>
80
73
  </div>