@apify/ui-library 1.109.3-featurereact19upgrade-8b5553.118 → 1.109.3-featurereact19upgrade-8b5553.123
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.109.3-featurereact19upgrade-8b5553.
|
|
3
|
+
"version": "1.109.3-featurereact19upgrade-8b5553.123+194fe57f060",
|
|
4
4
|
"description": "React UI library used by apify.com",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"It's not nice, but helps us to get around the problem of multiple react instances."
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@apify/ui-icons": "^1.23.1-featurereact19upgrade-8b5553.
|
|
29
|
+
"@apify/ui-icons": "^1.23.1-featurereact19upgrade-8b5553.157+194fe57f060",
|
|
30
30
|
"@floating-ui/react": "^0.26.2",
|
|
31
31
|
"@react-hook/resize-observer": "^2.0.2",
|
|
32
32
|
"clsx": "^2.0.0",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"src",
|
|
65
65
|
"style"
|
|
66
66
|
],
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "194fe57f060ec4de56e35d116b5161b0e828b628"
|
|
68
68
|
}
|
|
@@ -623,7 +623,7 @@ const Markdown = ({
|
|
|
623
623
|
/> // node is injected by rehype-raw plugin and causing invalid prop
|
|
624
624
|
),
|
|
625
625
|
} as unknown as Components}
|
|
626
|
-
urlTransform={(href,
|
|
626
|
+
urlTransform={(href, _children, node) => {
|
|
627
627
|
if (node.tagName === 'img') {
|
|
628
628
|
return transformImageUri ? transformImageUri(href) : href;
|
|
629
629
|
}
|