@balena/ui-shared-components 14.1.0-build-secure-boot-backup-e7a2ae3ae27da0dd2adfb143b8f73aced69adf58-1 → 14.1.0-build-secure-boot-backup-ebc74b96f162eed0ff96fd96c3b8aadeef9e4a48-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.
@@ -17,6 +17,6 @@ interface ImageFormProps {
17
17
  onChange: (obj: Partial<DownloadImageFormModel>) => void;
18
18
  }
19
19
  export declare const GENERIC_X86_SLUG = "generic-amd64";
20
- export declare const GENERIC_X86_MINIMUM_SUPPORTED_SECUREBOOT_VERSION = "5.3.15";
20
+ export declare const GENERIC_X86_MINIMUM_SUPPORTED_SECUREBOOT_VERSION = "6.6.10";
21
21
  export declare const ImageForm: import("react").NamedExoticComponent<ImageFormProps>;
22
22
  export {};
@@ -38,7 +38,7 @@ const lineMap = {
38
38
  outdated: 'red',
39
39
  };
40
40
  export const GENERIC_X86_SLUG = 'generic-amd64';
41
- export const GENERIC_X86_MINIMUM_SUPPORTED_SECUREBOOT_VERSION = '5.3.15';
41
+ export const GENERIC_X86_MINIMUM_SUPPORTED_SECUREBOOT_VERSION = '6.6.10';
42
42
  export const ImageForm = memo(function ImageForm({ compatibleDeviceTypes, osVersions, isInitialDefault, osType, osTypes, hasEsrVersions, model, formElement, downloadUrl, applicationId, authToken, onSelectedOsTypeChange, onChange, }) {
43
43
  var _a, _b;
44
44
  const { state } = useAnalyticsContext();
@@ -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: { my: 3, 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: "2025-06-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: "2025-06-01" })] }) }), _jsx(FormControlLabel, { control: _jsx(Switch, { 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": "14.1.0-build-secure-boot-backup-e7a2ae3ae27da0dd2adfb143b8f73aced69adf58-1",
3
+ "version": "14.1.0-build-secure-boot-backup-ebc74b96f162eed0ff96fd96c3b8aadeef9e4a48-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-10-06T15:03:01.816Z"
136
+ "publishedAt": "2025-10-09T12:23:23.711Z"
137
137
  },
138
138
  "overrides": {
139
139
  "storybook": "$storybook"