backend.ai-ui 25.16.0-canary-53cfb5654-20251110 → 25.16.0-canary-a1d686682-20251111

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.
@@ -0,0 +1,5 @@
1
+ import { CustomIconComponentProps } from '@ant-design/icons/lib/components/Icon';
2
+ interface BAIFileBrowserIconProps extends Omit<CustomIconComponentProps, 'width' | 'height' | 'fill'> {
3
+ }
4
+ declare const BAIFileBrowserIcon: React.FC<BAIFileBrowserIconProps>;
5
+ export default BAIFileBrowserIcon;
@@ -41,3 +41,4 @@ export { default as BAIUserUnionIcon } from './BAIUserUnionIcon';
41
41
  export { default as BAIHuggingFaceIcon } from './BAIHuggingFaceIcon';
42
42
  export { default as BAISftpIcon } from './BAISftpIcon';
43
43
  export { default as BAIJupyterIcon } from './BAIJupyterIcon';
44
+ export { default as BAIFileBrowserIcon } from './BAIFileBrowserIcon';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backend.ai-ui",
3
- "version": "25.16.0-canary-53cfb5654-20251110",
3
+ "version": "25.16.0-canary-a1d686682-20251111",
4
4
  "description": "React components for Backend.AI",
5
5
  "repository": {
6
6
  "type": "git",