@apify/ui-library 1.145.17 → 1.145.18

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.145.17",
3
+ "version": "1.145.18",
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.368.0",
64
+ "@apify-packages/types": "^3.369.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": "d329d5ca86ef9f2fee8b23d7b4a2cf4938df0069"
81
+ "gitHead": "06199d0dd17525a0592cd1fd2d8de5628c1e7ba1"
82
82
  }
@@ -208,6 +208,7 @@ export const PrismSyntaxHighlighter = forwardRef<HTMLPreElement, SyntaxHighlight
208
208
  className={clsx(className, prismClassName)}
209
209
  $hasLinePrefixes={hasLinePrefixes}
210
210
  $isSingleLine={isSingleLine}
211
+ data-test="code-block-code"
211
212
  ref={ref}
212
213
  >
213
214
  <Text size={size} type="code" as="code">