@ynput/ayon-react-components 1.3.0 → 1.3.1
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.
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { HTMLAttributes } from 'react';
|
|
2
|
+
export type SectionProps = HTMLAttributes<HTMLElement> & {
|
|
3
|
+
direction?: 'row' | 'column';
|
|
4
|
+
wrap?: boolean;
|
|
5
|
+
};
|
|
2
6
|
export declare const Section: import("react").ForwardRefExoticComponent<HTMLAttributes<HTMLElement> & {
|
|
3
7
|
direction?: "row" | "column" | undefined;
|
|
4
8
|
wrap?: boolean | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HTMLAttributes } from 'react';
|
|
2
|
-
type PanelProps = HTMLAttributes<HTMLDivElement> & {
|
|
2
|
+
export type PanelProps = HTMLAttributes<HTMLDivElement> & {
|
|
3
3
|
direction?: 'row' | 'column';
|
|
4
4
|
};
|
|
5
5
|
export declare const PanelStyled: import("styled-components").StyledComponent<"div", any, {
|
|
@@ -8,4 +8,3 @@ export declare const PanelStyled: import("styled-components").StyledComponent<"d
|
|
|
8
8
|
export declare const Panel: import("react").ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & {
|
|
9
9
|
direction?: "row" | "column" | undefined;
|
|
10
10
|
} & import("react").RefAttributes<HTMLDivElement>>;
|
|
11
|
-
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ShortcutTag';
|
|
@@ -12004,13 +12004,13 @@ const jf = jo`
|
|
|
12004
12004
|
disabled: c || u || p,
|
|
12005
12005
|
variant: "text",
|
|
12006
12006
|
$variant: "text",
|
|
12007
|
-
|
|
12007
|
+
selected: !1,
|
|
12008
12008
|
className: "sequence-split-button"
|
|
12009
12009
|
}), !d && /* @__PURE__ */ x(Kf, {
|
|
12010
12010
|
icon: "close",
|
|
12011
12011
|
variant: "text",
|
|
12012
12012
|
$variant: "text",
|
|
12013
|
-
|
|
12013
|
+
selected: !1,
|
|
12014
12014
|
onClick: o,
|
|
12015
12015
|
disabled: u || p,
|
|
12016
12016
|
className: "sequence-remove-button"
|
|
@@ -22015,6 +22015,7 @@ export {
|
|
|
22015
22015
|
zbe as SaveButton,
|
|
22016
22016
|
oDe as ScrollPanel,
|
|
22017
22017
|
eDe as Section,
|
|
22018
|
+
Ube as ShortcutTag,
|
|
22018
22019
|
jxe as SortingDropdown,
|
|
22019
22020
|
Bh as Spacer,
|
|
22020
22021
|
aDe as TablePanel,
|