@pimcore/studio-ui-bundle 2026.1.6 → 2026.2.0-RC1

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,14 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import React from 'react';
11
+ import { type AvatarProps as AntAvatarProps } from 'antd';
12
+ export interface AvatarProps extends AntAvatarProps {
13
+ }
14
+ export declare const Avatar: ({ icon, size, ...props }: AvatarProps) => React.JSX.Element;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import { type Meta } from '@storybook/react';
11
+ declare const config: Meta;
12
+ export default config;
13
+ export declare const _default: {};
14
+ export declare const Small: {
15
+ args: {
16
+ size: string;
17
+ };
18
+ };
19
+ export declare const Large: {
20
+ args: {
21
+ size: string;
22
+ };
23
+ };
24
+ export declare const Square: {
25
+ args: {
26
+ shape: string;
27
+ };
28
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pimcore/studio-ui-bundle",
3
- "version": "2026.1.6",
3
+ "version": "2026.2.0-RC1",
4
4
  "keywords": [
5
5
  "pimcore",
6
6
  "pimcore-studio-ui"