@hmlr/govuk-react-components-library 1.3.0 → 1.3.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +12 -4
package/README.md CHANGED
@@ -22,7 +22,7 @@ npm install @hmlr/govuk-react-components-library
22
22
 
23
23
  ## Components
24
24
 
25
- You can explore the [components in chromatic](https://67da9f53fd479dc895c4293f-mmwzhxarqu.chromatic.com/).
25
+ You can explore the [components in chromatic](https://67da9f53fd479dc895c4293f-yzkolmmquq.chromatic.com/).
26
26
 
27
27
  Note that any component with a `👈🏽` below means that - This component will need javascript to be enabled because of the transitions present in the components using `createAll` or `initAll` recommended by [`govuk-frontend` documentation](https://frontend.design-system.service.gov.uk/configure-components/)
28
28
 
package/package.json CHANGED
@@ -1,11 +1,14 @@
1
1
  {
2
2
  "name": "@hmlr/govuk-react-components-library",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
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",
7
7
  "types": "dist/index.d.ts",
8
- "sideEffects": false,
8
+ "sideEffects": [
9
+ "**/*.scss",
10
+ "**/*.css"
11
+ ],
9
12
  "files": [
10
13
  "dist"
11
14
  ],
@@ -92,7 +95,7 @@
92
95
  "autoprefixer": "^10.6.1",
93
96
  "babel-jest": "^30.5.2",
94
97
  "bootstrap": "^5.3.8",
95
- "chromatic": "^18.9.4",
98
+ "chromatic": "^18.9.5",
96
99
  "concurrently": "^10.0.5",
97
100
  "css-loader": "^7.1.5",
98
101
  "deep-iterator": "^1.1.0",
@@ -110,7 +113,7 @@
110
113
  "magicast": "^0.5.5",
111
114
  "pdfjs-dist": "^6.3.289",
112
115
  "postcss": "^8.5.28",
113
- "prettier": "^3.9.8",
116
+ "prettier": "^3.9.9",
114
117
  "react": "^19.3.0",
115
118
  "react-bootstrap": "^2.10.10",
116
119
  "react-dom": "^19.3.0",
@@ -200,5 +203,10 @@
200
203
  "unrs-resolver@1.12.2": true,
201
204
  "esbuild@0.28.2": true,
202
205
  "@swc/core@1.16.2": true
206
+ },
207
+ "standard-version": {
208
+ "scripts": {
209
+ "postchangelog": "prettier --write CHANGELOG.md"
210
+ }
203
211
  }
204
212
  }