es-components 21.6.95 → 21.6.96
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 +44 -159
- package/bundle/main.min.js +2 -2
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "es-components",
|
|
3
|
-
"version": "21.6.
|
|
3
|
+
"version": "21.6.96",
|
|
4
4
|
"description": "React components built for Exchange Solutions products",
|
|
5
5
|
"author": "Willis Towers Watson - Individual Marketplace",
|
|
6
6
|
"license": "MIT",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"styleguide-preprod": "styleguidist build --config ./pre-prod-styleguide.config.js && rollup -c docs-rollup.config.js",
|
|
18
18
|
"pre-prod-sg-build": "npm run styleguide-preprod && npm run pre-prod-fc-icons",
|
|
19
19
|
"pre-prod-fc-icons": "cp docs/full-color-icons.html docs/pre-prod && cp docs/full-color-icons.js docs/pre-prod",
|
|
20
|
-
"start": "concurrently --kill-others \"
|
|
20
|
+
"start": "concurrently --kill-others \"rollup -c docs-rollup.config.js -w\" \"styleguidist server\"",
|
|
21
21
|
"test": "npm run reinstall-via-theme && jest",
|
|
22
22
|
"reinstall-via-theme": "npm uninstall es-components-via-theme && npm install ../es-components-via-theme",
|
|
23
23
|
"test:watch": "jest --watch",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"@popperjs/core": "^2.9.2",
|
|
116
116
|
"core-js": "^3.10.2",
|
|
117
117
|
"date-fns": "^2.21.1",
|
|
118
|
-
"es-components-via-theme": "
|
|
118
|
+
"es-components-via-theme": "21.6.95-pre-prod.6",
|
|
119
119
|
"format-message": "^6.2.3",
|
|
120
120
|
"get-root-node-polyfill": "^1.0.0",
|
|
121
121
|
"lodash": "^4.17.21",
|
|
@@ -131,5 +131,5 @@
|
|
|
131
131
|
"text-mask-addons": "3.8.0",
|
|
132
132
|
"tinycolor2": "^1.4.2"
|
|
133
133
|
},
|
|
134
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "08e49013793da4d806cb591a5d505cbef71d59a4"
|
|
135
135
|
}
|