@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
|
@@ -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
|
|
43
|
+
viewBox="0 0 512 512"
|
|
44
44
|
xmlns="http://www.w3.org/2000/svg"
|
|
45
45
|
>
|
|
46
46
|
<path
|
|
47
|
-
d="
|
|
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
|
|
64
|
+
viewBox="0 0 512 512"
|
|
65
65
|
xmlns="http://www.w3.org/2000/svg"
|
|
66
66
|
>
|
|
67
|
-
<
|
|
68
|
-
|
|
69
|
-
fill
|
|
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>
|