@ons/design-system 62.2.0 → 62.2.2

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@ons/design-system",
3
3
  "description": "ONS Design System built CSS, JS, and Nunjucks templates",
4
- "version": "62.2.0",
4
+ "version": "62.2.2",
5
5
  "main": "index.js",
6
6
  "license": "MIT",
7
7
  "author": {
@@ -15,8 +15,12 @@
15
15
  "test:with-log": "yarn test --no-color 2>test.log",
16
16
  "test:start-server": "TEST_PORT=3020 gulp start-dev-server",
17
17
  "build": "yarn && yarn tidy-clean && NODE_ENV=production gulp build",
18
+ "build-serve": "yarn build && gulp start-dev-server",
18
19
  "npm-bundle": "NODE_ENV=production yarn tidy-clean && NODE_ENV=production gulp build-package && babel-node ci/generate-npm-package.js",
19
20
  "cdn-bundle": "NODE_ENV=production yarn tidy-clean && NODE_ENV=production gulp build-package && babel-node ci/prepare-templates-for-zip.js",
21
+ "test-visual": "yarn build && gulp run-backstop-tests",
22
+ "test-visual:reference": "yarn build && gulp run-backstop-reference",
23
+ "test-visual:approve": "gulp run-backstop-approve",
20
24
  "tidy-clean": "rm -rf build css favicons fonts img components layout scripts coverage scss js",
21
25
  "check-unused": "npx npm-check-unused",
22
26
  "dedupe-deps": "npx yarn-deduplicate yarn.lock",
@@ -64,15 +68,12 @@
64
68
  "@babel/preset-env": "^7.14.7",
65
69
  "@babel/register": "^7.14.5",
66
70
  "@babel/runtime": "^7.14.6",
67
- "@percy/cli": "^1.0.0-beta.71",
68
- "@percy/puppeteer": "^2.0.0",
69
- "@percy/script": "^1.1.0",
70
71
  "abortcontroller-polyfill": "^1.2.3",
71
72
  "autoprefixer": "^9.3.1",
72
- "autosize": "^4.0.2",
73
73
  "babel-eslint": "^10.0.1",
74
74
  "babel-plugin-istanbul": "^6.0.0",
75
75
  "babelify": "^10.0.0",
76
+ "backstopjs": "^6.1.4",
76
77
  "browser-sync": "^2.27.3",
77
78
  "browserify": "^17.0.0",
78
79
  "chalk": "^4.1.2",
@@ -141,5 +142,6 @@
141
142
  "resolutions": {
142
143
  "minimist": "^1.2.5",
143
144
  "**/@percy/agent": "^0.28.6"
144
- }
145
+ },
146
+ "dependencies": {}
145
147
  }