@pimcore/studio-ui-bundle 1.0.0-canary.20251202-091725-66fbd1a → 1.0.0-canary.20251202-133126-938170f

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.
@@ -44,3 +44,4 @@ import './modules/reports';
44
44
  import './modules/application-logger';
45
45
  import './modules/user';
46
46
  import './components/icon-selector';
47
+ import './modules/about';
@@ -0,0 +1,11 @@
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
+ export declare const AboutDialogContainer: () => React.JSX.Element;
@@ -0,0 +1,15 @@
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 IWindowModalProps } from '../../../../../sdk/components';
11
+ import React from 'react';
12
+ interface AboutDialogProps extends Omit<IWindowModalProps, 'children'> {
13
+ }
14
+ export declare const AboutDialog: (props: AboutDialogProps) => React.JSX.Element;
15
+ export {};
@@ -0,0 +1,13 @@
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
+ export declare const useStyle: (props?: unknown) => import("antd-style").ReturnStyles<{
11
+ modal: import("antd-style").SerializedStyles;
12
+ pimcoreBtn: import("antd-style").SerializedStyles;
13
+ }>;
@@ -0,0 +1,10 @@
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
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pimcore/studio-ui-bundle",
3
- "version": "1.0.0-canary.20251202-091725-66fbd1a",
3
+ "version": "1.0.0-canary.20251202-133126-938170f",
4
4
  "keywords": [
5
5
  "pimcore",
6
6
  "pimcore-studio-ui"