@balena/ui-shared-components 14.1.0-build-secure-boot-backup-5e27df701c172cf32663ca5f380fb6648cfea056-1 → 14.1.0-build-secure-boot-backup-d977b07654b87c7b7f571613ffeb7a290af6ca5f-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.
@@ -139,7 +139,7 @@ export const ImageForm = memo(function ImageForm({ compatibleDeviceTypes, osVers
139
139
  }, renderInput: (_a) => {
140
140
  var _b;
141
141
  var { InputProps } = _a, params = __rest(_a, ["InputProps"]);
142
- return (_jsx(TextField, Object.assign({}, params, { label: _jsxs(Stack, { direction: "row", alignItems: "center", gap: 1, children: ["Device type", _jsx(Tooltip, { title: "Applications can support any devices that share the same architecture as their default device type.", children: _jsx(FontAwesomeIcon, { icon: faQuestionCircle, color: "info", fontSize: "1rem" }) })] }), slotProps: {
142
+ return (_jsx(TextField, Object.assign({}, params, { label: _jsxs(Stack, { direction: "row", alignItems: "center", gap: 1, children: ["Device type", _jsx(Tooltip, { title: "Applications can support any devices that share the same architecture as their default device type.", children: _jsx(FontAwesomeIcon, { icon: faQuestionCircle, color: token('color.icon.info'), fontSize: "1rem" }) })] }), slotProps: {
143
143
  input: Object.assign(Object.assign({}, InputProps), { startAdornment: (_jsx(Avatar, { variant: "square", src: (_b = model.deviceType.logo) !== null && _b !== void 0 ? _b : FALLBACK_LOGO_UNKNOWN_DEVICE, sx: { mr: 3, width: '20px', height: '20px' } })) }),
144
144
  } })));
145
145
  }, onChange: (_event, value) => {
@@ -201,7 +201,7 @@ export const ImageForm = memo(function ImageForm({ compatibleDeviceTypes, osVers
201
201
  }
202
202
  }, onChange: (event) => {
203
203
  onChange({ secureboot: event.target.checked });
204
- }, checked: model.secureboot }), label: _jsxs(Stack, { direction: "row", children: [_jsx(Typography, { children: "Enable Secure Boot and Full Disk Encryption" }), _jsx(MUILinkWithTracking, { eventProperties: {
204
+ }, checked: model.secureboot }), label: _jsxs(Stack, { direction: "row", gap: 1, children: [_jsx(Typography, { children: "Enable Secure Boot and Full Disk Encryption" }), _jsx(MUILinkWithTracking, { eventProperties: {
205
205
  source: 'Application Add Device Modal Secure Boot Doc Icon',
206
206
  }, href: SECURE_BOOT_AND_FULL_DISK_ENCRYPTION_DOCS, sx: {
207
207
  display: 'flex',
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-5e27df701c172cf32663ca5f380fb6648cfea056-1",
3
+ "version": "14.1.0-build-secure-boot-backup-d977b07654b87c7b7f571613ffeb7a290af6ca5f-1",
4
4
  "main": "./dist/index.js",
5
5
  "sideEffects": false,
6
6
  "files": [
@@ -55,7 +55,7 @@
55
55
  "zxcvbn": "^4.4.2"
56
56
  },
57
57
  "devDependencies": {
58
- "@balena/lint": "^9.3.0",
58
+ "@balena/lint": "^9.3.8",
59
59
  "@storybook/addon-docs": "^9.0.0",
60
60
  "@storybook/addon-links": "^9.0.0",
61
61
  "@storybook/addon-onboarding": "^9.0.0",
@@ -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-29T21:57:31.369Z"
136
+ "publishedAt": "2025-09-30T12:37:41.992Z"
137
137
  },
138
138
  "overrides": {
139
139
  "storybook": "$storybook"