@apify/ui-library 1.146.10-featdeveloperhostedstandbych-4d6057.7 → 1.147.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/ui-library",
3
- "version": "1.146.10-featdeveloperhostedstandbych-4d6057.7+c32c84e71a1",
3
+ "version": "1.147.0",
4
4
  "description": "React UI library used by apify.com",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -61,7 +61,7 @@
61
61
  "styled-components": "^6.1.19"
62
62
  },
63
63
  "devDependencies": {
64
- "@apify-packages/types": "^3.375.2-featdeveloperhostedstandbych-4d6057.7+c32c84e71a1",
64
+ "@apify-packages/types": "^3.376.0",
65
65
  "@storybook/react-vite": "^10.3.5",
66
66
  "@testing-library/react": "^16.3.2",
67
67
  "@types/hast": "^3.0.4",
@@ -78,5 +78,5 @@
78
78
  "src",
79
79
  "style"
80
80
  ],
81
- "gitHead": "c32c84e71a1e25e8bf39a8afba97c05e722872e0"
81
+ "gitHead": "7be01f69deecdce655964b5807a5aba74c26abb4"
82
82
  }
@@ -138,7 +138,7 @@ export type TrackingBundleDataObject = {
138
138
  trackingData?: Record<string, unknown>;
139
139
  };
140
140
 
141
- export type OneLineCodeTrackingBundle = Record<'secret' | 'copy' | 'action', TrackingBundleDataObject>;
141
+ export type OneLineCodeTrackingBundle = Partial<Record<'secret' | 'copy' | 'action', TrackingBundleDataObject>>;
142
142
 
143
143
  export type OneLineCodeProps = Omit<BoxProps, 'children'> & {
144
144
  children: string;