@pimcore/studio-ui-bundle 1.0.0-canary.20260108-180939-a9bb3ff → 1.0.0-canary.20260109-100143-4ee1b14

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.
@@ -9,6 +9,6 @@
9
9
  */
10
10
  import React, { type ReactNode } from 'react';
11
11
  export interface CalculatedValueLabelProps {
12
- label: ReactNode;
12
+ label: ReactNode | string;
13
13
  }
14
14
  export declare const CalculatedValueLabel: (props: CalculatedValueLabelProps) => React.JSX.Element;
@@ -10,7 +10,7 @@
10
10
  import React, { type ReactNode } from 'react';
11
11
  import type { FormItemProps } from 'antd';
12
12
  export interface ManyToManyRelationLabelProps {
13
- label: ReactNode;
13
+ label: ReactNode | string;
14
14
  name: FormItemProps['name'];
15
15
  disabled?: boolean;
16
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pimcore/studio-ui-bundle",
3
- "version": "1.0.0-canary.20260108-180939-a9bb3ff",
3
+ "version": "1.0.0-canary.20260109-100143-4ee1b14",
4
4
  "keywords": [
5
5
  "pimcore",
6
6
  "pimcore-studio-ui"