@balena/ui-shared-components 12.4.3-build-remove-unused-icon-0c7a4fdc638b14b9a2ed9f241b4bb710ea768ad6-1 → 12.4.3-build-remove-unused-icon-a0c9aa24b376106a9bb492a3c9d86b417d2ce97e-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.
@@ -5,6 +5,7 @@ import { MUILinkWithTracking } from '../MUILinkWithTracking';
5
5
  import { OsTypesEnum } from './models';
6
6
  import { Chip } from '../Chip';
7
7
  import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
8
+ // TODO: replace with PRO version if we will have access to it
8
9
  import { faFileLines } from '@fortawesome/free-solid-svg-icons';
9
10
  const OsTypeOption = ({ osType }) => {
10
11
  if (!osType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/ui-shared-components",
3
- "version": "12.4.3-build-remove-unused-icon-0c7a4fdc638b14b9a2ed9f241b4bb710ea768ad6-1",
3
+ "version": "12.4.3-build-remove-unused-icon-a0c9aa24b376106a9bb492a3c9d86b417d2ce97e-1",
4
4
  "main": "./dist/index.js",
5
5
  "sideEffects": false,
6
6
  "files": [
@@ -132,7 +132,7 @@
132
132
  },
133
133
  "homepage": "https://github.com/balena-io/ui-shared-components#readme",
134
134
  "versionist": {
135
- "publishedAt": "2025-06-02T13:20:28.789Z"
135
+ "publishedAt": "2025-06-02T14:25:10.651Z"
136
136
  },
137
137
  "overrides": {
138
138
  "storybook": "$storybook"