@balena/ui-shared-components 13.0.0-build-rename-and-require-widget-extracontext-62d6585ba8e1eaae767e67c4d2f880afcd80d6fd-1 → 13.0.0-build-rename-and-require-widget-extracontext-f5f43f330fdd0a74e4e59dfb3cc4fc251bb0ee98-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.
@@ -34,29 +34,6 @@ export interface DeviceTypeDownloadAlert {
34
34
  type: string;
35
35
  message: string;
36
36
  }
37
- /** @deprecated */
38
- export interface DeviceTypeOptions {
39
- options: DeviceTypeOptionsGroup[];
40
- collapsed: boolean;
41
- isCollapsible: boolean;
42
- isGroup: boolean;
43
- message: string;
44
- name: string;
45
- }
46
- /** @deprecated */
47
- export interface DeviceTypeOptionsGroup {
48
- default: number | string;
49
- message: string;
50
- name: string;
51
- type: string;
52
- min?: number;
53
- max?: number;
54
- docs?: string;
55
- hidden?: boolean;
56
- when?: Dictionary<number | string | boolean>;
57
- choices?: string[] | number[];
58
- choicesLabels?: Dictionary<string>;
59
- }
60
37
  export interface DeviceType {
61
38
  slug: string;
62
39
  name: string;
@@ -65,6 +42,4 @@ export interface DeviceType {
65
42
  /** @deprecated */
66
43
  imageDownloadAlerts?: DeviceTypeDownloadAlert[];
67
44
  instructions?: string[] | OsSpecificContractInstructions;
68
- /** @deprecated */
69
- options?: DeviceTypeOptions[];
70
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/ui-shared-components",
3
- "version": "13.0.0-build-rename-and-require-widget-extracontext-62d6585ba8e1eaae767e67c4d2f880afcd80d6fd-1",
3
+ "version": "13.0.0-build-rename-and-require-widget-extracontext-f5f43f330fdd0a74e4e59dfb3cc4fc251bb0ee98-1",
4
4
  "main": "./dist/index.js",
5
5
  "sideEffects": false,
6
6
  "files": [
@@ -138,6 +138,6 @@
138
138
  },
139
139
  "homepage": "https://github.com/balena-io/ui-shared-components#readme",
140
140
  "versionist": {
141
- "publishedAt": "2025-05-16T14:04:18.690Z"
141
+ "publishedAt": "2025-05-16T14:08:37.697Z"
142
142
  }
143
143
  }