@hmlr/govuk-react-components-library 1.0.2 → 1.0.3
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/bundle-analysis-main.html +1 -3
- package/bundle-analysis-pdfvc.html +1 -1
- package/dist/PDFViewerCanvas.cjs.js +91 -7
- package/dist/PDFViewerCanvas.cjs.js.map +1 -1
- package/dist/PDFViewerCanvas.esm.js +91 -7
- package/dist/PDFViewerCanvas.esm.js.map +1 -1
- package/dist/index.cjs.css +6 -1
- package/dist/index.cjs.js +270 -36
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.css +6 -1
- package/dist/index.esm.js +271 -37
- package/dist/index.esm.js.map +1 -1
- package/dist/types/components/PDFViewer/ResolvePDFSource.d.ts +24 -1
- package/package.json +44 -44
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hmlr/govuk-react-components-library",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "These are common component use for React applications based on GDS and govuk-frontend",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -51,86 +51,86 @@
|
|
|
51
51
|
"author": "Cyril Adelekan",
|
|
52
52
|
"license": "MIT",
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@babel/core": "^7.28.
|
|
55
|
-
"@babel/preset-env": "^7.28.
|
|
54
|
+
"@babel/core": "^7.28.4",
|
|
55
|
+
"@babel/preset-env": "^7.28.3",
|
|
56
56
|
"@babel/preset-react": "^7.27.1",
|
|
57
57
|
"@babel/preset-typescript": "^7.27.1",
|
|
58
|
-
"@chromatic-com/storybook": "^4.
|
|
59
|
-
"@commitlint/cli": "^
|
|
60
|
-
"@commitlint/config-conventional": "^
|
|
61
|
-
"@eslint/js": "^9.
|
|
62
|
-
"@jest/globals": "^30.0
|
|
58
|
+
"@chromatic-com/storybook": "^4.1.1",
|
|
59
|
+
"@commitlint/cli": "^20.1.0",
|
|
60
|
+
"@commitlint/config-conventional": "^20.0.0",
|
|
61
|
+
"@eslint/js": "^9.37.0",
|
|
62
|
+
"@jest/globals": "^30.2.0",
|
|
63
63
|
"@rollup/plugin-commonjs": "^28.0.6",
|
|
64
64
|
"@rollup/plugin-json": "^6.1.0",
|
|
65
|
-
"@rollup/plugin-node-resolve": "^16.0.
|
|
65
|
+
"@rollup/plugin-node-resolve": "^16.0.2",
|
|
66
66
|
"@rollup/plugin-terser": "^0.4.4",
|
|
67
67
|
"@rollup/plugin-typescript": "^12.1.4",
|
|
68
|
-
"@storybook/addon-a11y": "^9.
|
|
69
|
-
"@storybook/addon-links": "^9.
|
|
68
|
+
"@storybook/addon-a11y": "^9.1.10",
|
|
69
|
+
"@storybook/addon-links": "^9.1.10",
|
|
70
70
|
"@storybook/addon-styling-webpack": "^2.0.0",
|
|
71
|
-
"@storybook/addon-webpack5-compiler-swc": "^
|
|
72
|
-
"@storybook/react-vite": "^9.
|
|
73
|
-
"@storybook/react-webpack5": "^9.
|
|
71
|
+
"@storybook/addon-webpack5-compiler-swc": "^4.0.1",
|
|
72
|
+
"@storybook/react-vite": "^9.1.10",
|
|
73
|
+
"@storybook/react-webpack5": "^9.1.10",
|
|
74
74
|
"@storybook/test-runner": "^0.23.0",
|
|
75
|
-
"@testing-library/jest-dom": "^6.
|
|
75
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
76
76
|
"@testing-library/react": "^16.3.0",
|
|
77
|
-
"@types/govuk-frontend": "^5.
|
|
77
|
+
"@types/govuk-frontend": "^5.11.0",
|
|
78
78
|
"@types/jest": "^30.0.0",
|
|
79
|
-
"@types/react": "^19.
|
|
80
|
-
"@types/react-dom": "^19.1
|
|
79
|
+
"@types/react": "^19.2.2",
|
|
80
|
+
"@types/react-dom": "^19.2.1",
|
|
81
81
|
"@typescript-eslint/eslint-plugin": "^8.36.0",
|
|
82
82
|
"@typescript-eslint/parser": "^8.36.0",
|
|
83
83
|
"assert": "^2.1.0",
|
|
84
84
|
"autoprefixer": "^10.4.21",
|
|
85
|
-
"babel-jest": "^30.0
|
|
86
|
-
"bootstrap": "^5.3.
|
|
87
|
-
"chromatic": "^13.
|
|
85
|
+
"babel-jest": "^30.2.0",
|
|
86
|
+
"bootstrap": "^5.3.8",
|
|
87
|
+
"chromatic": "^13.3.0",
|
|
88
88
|
"css-loader": "^7.1.2",
|
|
89
89
|
"deep-iterator": "^1.1.0",
|
|
90
|
-
"eslint": "^9.
|
|
90
|
+
"eslint": "^9.37.0",
|
|
91
91
|
"eslint-plugin-react": "^7.37.5",
|
|
92
|
-
"eslint-plugin-storybook": "^9.
|
|
93
|
-
"globals": "^16.
|
|
94
|
-
"govuk-frontend": "^5.
|
|
92
|
+
"eslint-plugin-storybook": "^9.1.10",
|
|
93
|
+
"globals": "^16.4.0",
|
|
94
|
+
"govuk-frontend": "^5.12.0",
|
|
95
95
|
"html-react-parser": "^5.2.6",
|
|
96
96
|
"husky": "^9.1.7",
|
|
97
97
|
"identity-obj-proxy": "^3.0.0",
|
|
98
|
-
"jest": "^30.0
|
|
99
|
-
"jest-environment-jsdom": "^30.0
|
|
98
|
+
"jest": "^30.2.0",
|
|
99
|
+
"jest-environment-jsdom": "^30.2.0",
|
|
100
100
|
"magicast": "^0.3.5",
|
|
101
101
|
"pdfjs-dist": "^4.10.38",
|
|
102
102
|
"postcss": "^8.5.6",
|
|
103
103
|
"prettier": "^3.6.2",
|
|
104
|
-
"react": "^19.
|
|
104
|
+
"react": "^19.2.0",
|
|
105
105
|
"react-bootstrap": "^2.10.10",
|
|
106
|
-
"react-dom": "^19.
|
|
106
|
+
"react-dom": "^19.2.0",
|
|
107
107
|
"react-element-to-jsx-string": "^17.0.1",
|
|
108
|
-
"react-router": "^7.
|
|
109
|
-
"react-router-dom": "^7.
|
|
108
|
+
"react-router": "^7.9.4",
|
|
109
|
+
"react-router-dom": "^7.9.4",
|
|
110
110
|
"rimraf": "^6.0.1",
|
|
111
|
-
"rollup": "^4.
|
|
111
|
+
"rollup": "^4.52.4",
|
|
112
112
|
"rollup-plugin-analyzer": "^4.0.0",
|
|
113
|
-
"rollup-plugin-dts": "^6.2.
|
|
113
|
+
"rollup-plugin-dts": "^6.2.3",
|
|
114
114
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
115
115
|
"rollup-plugin-postcss": "^4.0.2",
|
|
116
|
-
"rollup-plugin-visualizer": "^6.0.
|
|
117
|
-
"sass": "^1.
|
|
116
|
+
"rollup-plugin-visualizer": "^6.0.4",
|
|
117
|
+
"sass": "^1.93.2",
|
|
118
118
|
"sass-loader": "^16.0.5",
|
|
119
119
|
"standard-version": "^9.5.0",
|
|
120
|
-
"storybook": "^9.
|
|
120
|
+
"storybook": "^9.1.10",
|
|
121
121
|
"style-loader": "^4.0.0",
|
|
122
|
-
"stylelint": "^16.
|
|
122
|
+
"stylelint": "^16.25.0",
|
|
123
123
|
"stylelint-config-idiomatic-order": "^10.0.0",
|
|
124
|
-
"stylelint-config-standard": "^39.0.
|
|
125
|
-
"stylelint-config-standard-scss": "^
|
|
124
|
+
"stylelint-config-standard": "^39.0.1",
|
|
125
|
+
"stylelint-config-standard-scss": "^16.0.0",
|
|
126
126
|
"stylelint-order": "^7.0.0",
|
|
127
127
|
"tslib": "^2.8.1",
|
|
128
128
|
"tsuml2": "^0.17.1",
|
|
129
|
-
"typescript": "^5.
|
|
130
|
-
"typescript-eslint": "^8.
|
|
131
|
-
"unplugin": "^2.3.
|
|
132
|
-
"webpack": "^5.
|
|
133
|
-
"@storybook/addon-docs": "^9.
|
|
129
|
+
"typescript": "^5.9.3",
|
|
130
|
+
"typescript-eslint": "^8.46.0",
|
|
131
|
+
"unplugin": "^2.3.10",
|
|
132
|
+
"webpack": "^5.102.1",
|
|
133
|
+
"@storybook/addon-docs": "^9.1.10"
|
|
134
134
|
},
|
|
135
135
|
"peerDependencies": {
|
|
136
136
|
"govuk-frontend": ">=5.8.0",
|