@apify/ui-library 1.154.7 → 1.155.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.154.7",
3
+ "version": "1.155.0",
4
4
  "description": "React UI library used by apify.com",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -75,7 +75,7 @@
75
75
  "styled-components": "^6.1.19"
76
76
  },
77
77
  "devDependencies": {
78
- "@apify-packages/types": "^3.398.0",
78
+ "@apify-packages/types": "^3.399.0",
79
79
  "@storybook/react-vite": "^10.3.5",
80
80
  "@testing-library/react": "^16.3.2",
81
81
  "@types/hast": "^3.0.4",
@@ -95,5 +95,5 @@
95
95
  "src",
96
96
  "style"
97
97
  ],
98
- "gitHead": "6d467ed9ed1c4ec3ff91449e9000a9da1d8a5999"
98
+ "gitHead": "2c62149f8db64f26761badb7307e94cda9bb155b"
99
99
  }
@@ -36,6 +36,7 @@ type SharedBoxProps = {
36
36
  onClick?: (e: React.MouseEvent) => void;
37
37
  id?: string;
38
38
  title?: string;
39
+ role?: React.AriaRole;
39
40
  };
40
41
 
41
42
  // This should be renamed - these props are global for any element not just Boxes