@balena/ui-shared-components 15.2.2-build-renovate-major-7-react-router-dom-4c4245f9091ac3f55e64aeb5921c09ac0dd50ebb-1 → 15.2.2-build-download-image-modal-fix-secure-boo-download-0571c2128780bb35607aee163b7e08a4d244f90b-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.
@@ -190,7 +190,7 @@ export const ImageForm = memo(function ImageForm({ compatibleDeviceTypes, osVers
190
190
  },
191
191
  }, onChange: (event) => {
192
192
  onChange({ wifiKey: event.target.value });
193
- }, label: "Wifi Passphrase" })] }))] }), supportsSecureBoot && (_jsxs(_Fragment, { children: [_jsx(Divider, { variant: "fullWidth", sx: { borderStyle: 'dashed' } }), _jsxs(FormControl, { children: [_jsx(FormLabel, { id: "secure-boot-and-full-disk-encryption-label", children: _jsxs(Stack, { direction: "row", alignItems: "center", gap: 1, children: [_jsx(Typography, { variant: "titleSm", children: "Secure Boot and Full Disk Encryption" }), _jsx(NewChip, { expiryTimestamp: "2026-02-01" })] }) }), _jsx(FormControlLabel, { control: _jsx(Switch, { onClick: (event) => {
193
+ }, label: "Wifi Passphrase" })] }))] }), supportsSecureBoot && (_jsxs(_Fragment, { children: [_jsx(Divider, { variant: "fullWidth", sx: { borderStyle: 'dashed' } }), _jsxs(FormControl, { children: [_jsx(FormLabel, { id: "secure-boot-and-full-disk-encryption-label", children: _jsxs(Stack, { direction: "row", alignItems: "center", gap: 1, children: [_jsx(Typography, { variant: "titleSm", children: "Secure Boot and Full Disk Encryption" }), _jsx(NewChip, { expiryTimestamp: "2026-02-01" })] }) }), _jsx(FormControlLabel, { control: _jsx(Switch, { name: "secureboot", onClick: (event) => {
194
194
  if (!model.secureboot &&
195
195
  !getFromLocalStorage(secureBootDontShowAgainKey)) {
196
196
  event.preventDefault();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/ui-shared-components",
3
- "version": "15.2.2-build-renovate-major-7-react-router-dom-4c4245f9091ac3f55e64aeb5921c09ac0dd50ebb-1",
3
+ "version": "15.2.2-build-download-image-modal-fix-secure-boo-download-0571c2128780bb35607aee163b7e08a4d244f90b-1",
4
4
  "main": "./dist/index.js",
5
5
  "sideEffects": false,
6
6
  "files": [
@@ -46,7 +46,7 @@
46
46
  "react-dropzone": "^14.2.3",
47
47
  "react-helmet": "^6.1.0",
48
48
  "react-markdown": "^10.0.0",
49
- "react-router-dom": "^7.0.0",
49
+ "react-router-dom": "^6.28.0",
50
50
  "remark-breaks": "^4.0.0",
51
51
  "remark-gfm": "^4.0.0",
52
52
  "rimraf": "^6.0.0",
@@ -134,7 +134,7 @@
134
134
  },
135
135
  "homepage": "https://github.com/balena-io/ui-shared-components#readme",
136
136
  "versionist": {
137
- "publishedAt": "2025-11-04T17:00:47.211Z"
137
+ "publishedAt": "2025-11-04T22:52:23.148Z"
138
138
  },
139
139
  "overrides": {
140
140
  "storybook": "$storybook"