@transferwise/components 43.0.4-beta-11c4bbff64.0 → 43.0.4
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 +19 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [43.0.4](https://github.com/transferwise/neptune-web/compare/@transferwise/components@43.0.3...@transferwise/components@43.0.4) (2022-11-25)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* adding fixes to date lookup and money input spec ([e999b9b](https://github.com/transferwise/neptune-web/commit/e999b9b6a7928f3fc7d097b603571f98b14c21f7))
|
|
12
|
+
* amending padding values with CSS vars ([0ecfebb](https://github.com/transferwise/neptune-web/commit/0ecfebbacf825ec6e48e151e2b1fd54379debf70))
|
|
13
|
+
* chip typography ([f2e2d18](https://github.com/transferwise/neptune-web/commit/f2e2d18a8f2c96fcf61b8aa8f723b6d023732ec5))
|
|
14
|
+
* fixing date trigger padding ([a658c52](https://github.com/transferwise/neptune-web/commit/a658c52dcb0f1e9d6ee997bda4e3a64718ae0dbc))
|
|
15
|
+
* resolving tests ([076474b](https://github.com/transferwise/neptune-web/commit/076474b6fb6754ea5181084ac1e72ae878b482e1))
|
|
16
|
+
* resolving tile description ([b8aa9fd](https://github.com/transferwise/neptune-web/commit/b8aa9fdb6409b4326966736fd0518eae1558a56f))
|
|
17
|
+
* reverting components to averta ([6f0bde0](https://github.com/transferwise/neptune-web/commit/6f0bde04d2b68829270c30b32de145c786c4e3d8))
|
|
18
|
+
* setting chip font size to 14 ([c9f3767](https://github.com/transferwise/neptune-web/commit/c9f376713049f282bf586b88e563de1272974010))
|
|
19
|
+
* spacing and font weight issues ([62134ca](https://github.com/transferwise/neptune-web/commit/62134ca9d1c9aa35da31e3ea381fcf9e650b718b))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
## [43.0.3](https://github.com/transferwise/neptune-web/compare/@transferwise/components@43.0.2...@transferwise/components@43.0.3) (2022-11-23)
|
|
7
26
|
|
|
8
27
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/components",
|
|
3
|
-
"version": "43.0.4
|
|
3
|
+
"version": "43.0.4",
|
|
4
4
|
"description": "Neptune React components",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/umd/polyfill/main.js",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"@storybook/addon-links": "^6.4.19",
|
|
66
66
|
"@transferwise/icons": "^3.2.1",
|
|
67
67
|
"@transferwise/less-config": "^3.0.6",
|
|
68
|
-
"@transferwise/neptune-css": "^14.0.2
|
|
68
|
+
"@transferwise/neptune-css": "^14.0.2",
|
|
69
69
|
"@transferwise/neptune-tokens": "8.0.0-next.20",
|
|
70
70
|
"@transferwise/test-config": "^5.0.0",
|
|
71
71
|
"@types/jest": "^26.0.20",
|
|
@@ -132,5 +132,5 @@
|
|
|
132
132
|
"**/chokidar/glob-parent": "5.1.2",
|
|
133
133
|
"**/fast-glob/glob-parent": "5.1.2"
|
|
134
134
|
},
|
|
135
|
-
"gitHead": "
|
|
135
|
+
"gitHead": "39ce46f69a4fbc86f5b34a74d3e1230d68ef4954"
|
|
136
136
|
}
|