@transferwise/components 0.0.0-experimental-9a945da → 0.0.0-experimental-28800ab

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transferwise/components",
3
- "version": "0.0.0-experimental-9a945da",
3
+ "version": "0.0.0-experimental-28800ab",
4
4
  "description": "Neptune React components",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/umd/polyfill/main.js",
@@ -49,7 +49,7 @@
49
49
  "@testing-library/react": "^12.0.0",
50
50
  "@testing-library/react-hooks": "^8.0.0",
51
51
  "@testing-library/user-event": "^13.2.1",
52
- "@transferwise/icons": "^3.2.3",
52
+ "@transferwise/icons": "^3.3",
53
53
  "@transferwise/neptune-tokens": "^8.4.0",
54
54
  "@types/jest": "^26.0.20",
55
55
  "@types/jscodeshift": "^0.11.0",
@@ -71,12 +71,12 @@
71
71
  "rollup-plugin-uglify": "^6.0.4",
72
72
  "storybook": "^7.0.6",
73
73
  "@transferwise/less-config": "3.0.6",
74
- "@transferwise/neptune-css": "0.0.0-experimental-9a945da",
74
+ "@transferwise/neptune-css": "14.3.48",
75
75
  "@wise/components-theming": "0.7.5"
76
76
  },
77
77
  "peerDependencies": {
78
- "@transferwise/icons": "^3.2.3",
79
- "@transferwise/neptune-css": "0.0.0-experimental-9a945da",
78
+ "@transferwise/icons": "^3.3",
79
+ "@transferwise/neptune-css": "^14.3.48",
80
80
  "@wise/art": "^2",
81
81
  "@wise/components-theming": "0.5 - 0.7",
82
82
  "currency-flags": "^4.0.2",
@@ -128,11 +128,11 @@
128
128
  "access": "public"
129
129
  },
130
130
  "scripts": {
131
- "dev": "npm-run-all --parallel dev:*",
132
- "dev:watch-less": "gulp watchLess --dest=src",
133
- "dev:translations": "npx npm-watch",
131
+ "dev": "npm-run-all --parallel sb:*",
134
132
  "sb:dev": "storybook dev -p 3001",
135
- "sb:build": "storybook build",
133
+ "sb:watch-less": "gulp watchLess --dest=src",
134
+ "dev:translations": "npx npm-watch",
135
+ "build-storybook": "storybook build",
136
136
  "build-css": "gulp compileLess --dest=src",
137
137
  "build": "npm-run-all build:*",
138
138
  "build:clean": "rm -rf lib build",
@@ -31,7 +31,6 @@ const jsFiles = [
31
31
  { filename: 'Upload', folder: 'upload' },
32
32
  { filename: 'DefinitionList', folder: 'definitionList' },
33
33
  { filename: 'DynamicFieldDefinitionList', folder: 'dynamicFieldDefinitionList' },
34
- { filename: 'Avatar', folder: 'avatar' },
35
34
  { filename: 'CircularButton', folder: 'circularButton' },
36
35
  { filename: 'Info', folder: 'info' },
37
36
  { filename: 'RadioGroup', folder: 'radioGroup' },