@balena/ui-shared-components 14.1.0-build-secure-boot-backup-d977b07654b87c7b7f571613ffeb7a290af6ca5f-1 → 14.1.0-build-secure-boot-backup-d2d812bb2ed113d3a916cd9b05a3177eaa736d7d-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.
@@ -246,20 +246,20 @@ export const ImageForm = memo(function ImageForm({ compatibleDeviceTypes, osVers
246
246
  onChange({ provisioningKeyExpiryDate: event.target.value });
247
247
  }, label: "Provisioning Key expiring on" })] })] })] }), _jsxs(Dialog, { open: showSecureBootConfirmationDialog, onClose: () => {
248
248
  dismissSecureBootWarning(false, dontShowSecureBootWarningAgain);
249
- }, children: [_jsx(DialogTitle, { children: "Enabling Secure Boot and Full Disk Encryption" }), _jsx(DialogContent, { children: _jsxs(Stack, { children: ["Enabling Secure Boot and Full Disk Encryption has important implications:", _jsxs("ul", { children: [_jsxs("li", { children: ["The image you are about to download is", ' ', _jsx(MUILinkWithTracking, { eventProperties: {
250
- source: "Application Add Device Modal Secure Boot Warning signed with balena's main platform key Link",
251
- }, href: "https://docs.balena.io/reference/OS/secure-boot-and-full-disk-encryption/overview/#keys-and-certificates-in-secure-boot", children: "signed with balena's main platform key" })] }), _jsx("li", { children: "Full Disk Encryption (FDE): All data on the disk will be encrypted with a unique key per device, ensuring that data extraction or retrieval from a powered-off device is impossible." }), _jsxs("li", { children: ["Secure Boot: Ensures only OS images signed by balena can unlock the disks and access data stored on the device. Hardened Mode Limitations:", _jsxs("ul", { children: [_jsx("li", { children: "Unsigned kernel modules cannot be loaded." }), _jsx("li", { children: "Boot parameters cannot be modified." }), _jsx("li", { children: "Debugging early boot processes is practically impossible." })] })] })] }), _jsxs(Typography, { children: ["If you need to load out-of-tree kernel drivers or require a unique signing key,", ' ', _jsx(MUILinkWithTracking, { eventProperties: {
252
- source: 'Application Add Device Modal Secure Boot Warning Contact Us Link',
253
- }, href: "mailto:sales@balena.io", target: "_self", children: "contact us" }), ' ', "to discuss your specific requirements."] }), _jsx(MUILinkWithTracking, { eventProperties: {
249
+ }, children: [_jsx(DialogTitle, { children: "Enabling Secure Boot and Full Disk Encryption" }), _jsxs(DialogContent, { children: ["Enabling Secure Boot and Full Disk Encryption has important implications:", _jsxs("ul", { children: [_jsxs("li", { children: ["The image you are about to download is", ' ', _jsx(MUILinkWithTracking, { eventProperties: {
250
+ source: "Application Add Device Modal Secure Boot Warning signed with balena's main platform key Link",
251
+ }, href: "https://docs.balena.io/reference/OS/secure-boot-and-full-disk-encryption/overview/#keys-and-certificates-in-secure-boot", children: "signed with balena's main platform key" })] }), _jsx("li", { children: "Full Disk Encryption (FDE): All data on the disk will be encrypted with a unique key per device, ensuring that data extraction or retrieval from a powered-off device is impossible." }), _jsxs("li", { children: ["Secure Boot: Ensures only OS images signed by balena can unlock the disks and access data stored on the device. Hardened Mode Limitations:", _jsxs("ul", { children: [_jsx("li", { children: "Unsigned kernel modules cannot be loaded." }), _jsx("li", { children: "Boot parameters cannot be modified." }), _jsx("li", { children: "Debugging early boot processes is practically impossible." })] })] })] }), _jsxs(Typography, { children: ["If you need to load out-of-tree kernel drivers or require a unique signing key,", ' ', _jsx(MUILinkWithTracking, { eventProperties: {
252
+ source: 'Application Add Device Modal Secure Boot Warning Contact Us Link',
253
+ }, href: "mailto:sales@balena.io", target: "_self", children: "contact us" }), ' ', "to discuss your specific requirements."] }), _jsx(Typography, { component: "p", children: _jsx(MUILinkWithTracking, { eventProperties: {
254
254
  source: 'Application Add Device Modal Secure Boot Warning Learn More Link',
255
- }, href: "https://docs.balena.io/reference/OS/secure-boot-and-full-disk-encryption/overview/", children: "Learn more about Secure Boot and Full Disk Encryption." }), _jsx(FormControlLabel, { control: _jsx(Checkbox, { onChange: (event) => {
256
- setDontShowSecureBootWarningAgain(event.target.checked);
257
- } }), label: "Don't show me this warning again for this device type", sx: { mt: 2 } })] }) }), _jsxs(DialogActions, { children: [_jsx(Button, { "aria-label": "Go back and do not acknowledge Secure Boot and Full Disk Encryption warning", onClick: () => {
255
+ }, href: "https://docs.balena.io/reference/OS/secure-boot-and-full-disk-encryption/overview/", children: "Learn more about Secure Boot and Full Disk Encryption." }) }), _jsx(FormControlLabel, { control: _jsx(Checkbox, { onChange: (event) => {
256
+ setDontShowSecureBootWarningAgain(event.target.checked);
257
+ } }), label: "Don't show me this warning again for this device type", sx: { mt: 2 } })] }), _jsxs(DialogActions, { children: [_jsx(Button, { "aria-label": "Go back and do not acknowledge Secure Boot and Full Disk Encryption warning", onClick: () => {
258
258
  dismissSecureBootWarning(false, dontShowSecureBootWarningAgain);
259
259
  }, variant: "outlined", color: "secondary", children: "Cancel" }), _jsx(Button, { "aria-label": "Acknowledge Secure Boot and Full Disk Encryption warning", onClick: () => {
260
260
  onChange({ secureboot: true });
261
261
  if (dontShowSecureBootWarningAgain) {
262
- setToLocalStorage(secureBootDontShowAgainKey, 'true');
262
+ setToLocalStorage(secureBootDontShowAgainKey, true);
263
263
  }
264
264
  dismissSecureBootWarning(true, dontShowSecureBootWarningAgain);
265
265
  }, children: "I understand and acknowledge" })] })] })] }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/ui-shared-components",
3
- "version": "14.1.0-build-secure-boot-backup-d977b07654b87c7b7f571613ffeb7a290af6ca5f-1",
3
+ "version": "14.1.0-build-secure-boot-backup-d2d812bb2ed113d3a916cd9b05a3177eaa736d7d-1",
4
4
  "main": "./dist/index.js",
5
5
  "sideEffects": false,
6
6
  "files": [
@@ -133,7 +133,7 @@
133
133
  },
134
134
  "homepage": "https://github.com/balena-io/ui-shared-components#readme",
135
135
  "versionist": {
136
- "publishedAt": "2025-09-30T12:37:41.992Z"
136
+ "publishedAt": "2025-10-03T14:14:16.545Z"
137
137
  },
138
138
  "overrides": {
139
139
  "storybook": "$storybook"