@balena/ui-shared-components 14.1.0-build-secure-boot-backup-d977b07654b87c7b7f571613ffeb7a290af6ca5f-1 → 14.1.0-build-secure-boot-backup-669ce6c9a457b9067a2a844d20decdbcd49c2d1d-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.
@@ -259,7 +259,7 @@ export const ImageForm = memo(function ImageForm({ compatibleDeviceTypes, osVers
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-669ce6c9a457b9067a2a844d20decdbcd49c2d1d-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-09-30T13:32:15.991Z"
137
137
  },
138
138
  "overrides": {
139
139
  "storybook": "$storybook"