@orderly.network/ui 2.5.1 → 2.5.2
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.
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +6 -6
- package/dist/index.d.ts +6 -6
- package/dist/index.js +29 -29
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -7428,13 +7428,13 @@ declare const Collapsible: React$1.ForwardRefExoticComponent<CollapsiblePrimitiv
|
|
|
7428
7428
|
declare const CollapsibleTrigger: React$1.ForwardRefExoticComponent<CollapsiblePrimitive.CollapsibleTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
7429
7429
|
declare const CollapsibleContent: FC<CollapsiblePrimitive.CollapsibleContentProps>;
|
|
7430
7430
|
|
|
7431
|
-
interface Props$
|
|
7431
|
+
interface Props$2 {
|
|
7432
7432
|
header: ReactNode;
|
|
7433
7433
|
headerClassName?: string;
|
|
7434
7434
|
itemKey: string;
|
|
7435
7435
|
disabled?: boolean;
|
|
7436
7436
|
}
|
|
7437
|
-
declare const Panel: FC<PropsWithChildren<Props$
|
|
7437
|
+
declare const Panel: FC<PropsWithChildren<Props$2>>;
|
|
7438
7438
|
|
|
7439
7439
|
declare const CollapseRoot: FC<PropsWithChildren<{
|
|
7440
7440
|
activeKey?: string;
|
|
@@ -8386,13 +8386,13 @@ declare const installExtension: <Props>(options: ExtensionOptions<Props>) => ((c
|
|
|
8386
8386
|
*/
|
|
8387
8387
|
declare const setExtensionBuilder: <Props extends unknown = {}>(position: ExtensionPosition, builder: () => Props) => void;
|
|
8388
8388
|
|
|
8389
|
-
interface
|
|
8389
|
+
interface SlotProps {
|
|
8390
8390
|
position: ExtensionPosition;
|
|
8391
|
-
defaultWidget?: FC;
|
|
8391
|
+
defaultWidget?: React__default.FC;
|
|
8392
8392
|
scope?: string[];
|
|
8393
8393
|
[key: string]: any;
|
|
8394
8394
|
}
|
|
8395
|
-
declare const ExtensionSlot: FC<
|
|
8395
|
+
declare const ExtensionSlot: React__default.FC<SlotProps>;
|
|
8396
8396
|
|
|
8397
8397
|
type ComponentOverrides = {
|
|
8398
8398
|
tabs: {
|
|
@@ -8421,7 +8421,7 @@ type OrderlyThemeProviderProps = {
|
|
|
8421
8421
|
overrides?: Partial<ComponentOverrides>;
|
|
8422
8422
|
};
|
|
8423
8423
|
declare const useOrderlyTheme: () => OrderlyThemeContextState;
|
|
8424
|
-
declare const OrderlyThemeProvider: FC<PropsWithChildren<OrderlyThemeProviderProps>>;
|
|
8424
|
+
declare const OrderlyThemeProvider: React__default.FC<PropsWithChildren<OrderlyThemeProviderProps>>;
|
|
8425
8425
|
|
|
8426
8426
|
type Props$1 = {
|
|
8427
8427
|
value: boolean | (() => boolean);
|
package/dist/index.d.ts
CHANGED
|
@@ -7428,13 +7428,13 @@ declare const Collapsible: React$1.ForwardRefExoticComponent<CollapsiblePrimitiv
|
|
|
7428
7428
|
declare const CollapsibleTrigger: React$1.ForwardRefExoticComponent<CollapsiblePrimitive.CollapsibleTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
7429
7429
|
declare const CollapsibleContent: FC<CollapsiblePrimitive.CollapsibleContentProps>;
|
|
7430
7430
|
|
|
7431
|
-
interface Props$
|
|
7431
|
+
interface Props$2 {
|
|
7432
7432
|
header: ReactNode;
|
|
7433
7433
|
headerClassName?: string;
|
|
7434
7434
|
itemKey: string;
|
|
7435
7435
|
disabled?: boolean;
|
|
7436
7436
|
}
|
|
7437
|
-
declare const Panel: FC<PropsWithChildren<Props$
|
|
7437
|
+
declare const Panel: FC<PropsWithChildren<Props$2>>;
|
|
7438
7438
|
|
|
7439
7439
|
declare const CollapseRoot: FC<PropsWithChildren<{
|
|
7440
7440
|
activeKey?: string;
|
|
@@ -8386,13 +8386,13 @@ declare const installExtension: <Props>(options: ExtensionOptions<Props>) => ((c
|
|
|
8386
8386
|
*/
|
|
8387
8387
|
declare const setExtensionBuilder: <Props extends unknown = {}>(position: ExtensionPosition, builder: () => Props) => void;
|
|
8388
8388
|
|
|
8389
|
-
interface
|
|
8389
|
+
interface SlotProps {
|
|
8390
8390
|
position: ExtensionPosition;
|
|
8391
|
-
defaultWidget?: FC;
|
|
8391
|
+
defaultWidget?: React__default.FC;
|
|
8392
8392
|
scope?: string[];
|
|
8393
8393
|
[key: string]: any;
|
|
8394
8394
|
}
|
|
8395
|
-
declare const ExtensionSlot: FC<
|
|
8395
|
+
declare const ExtensionSlot: React__default.FC<SlotProps>;
|
|
8396
8396
|
|
|
8397
8397
|
type ComponentOverrides = {
|
|
8398
8398
|
tabs: {
|
|
@@ -8421,7 +8421,7 @@ type OrderlyThemeProviderProps = {
|
|
|
8421
8421
|
overrides?: Partial<ComponentOverrides>;
|
|
8422
8422
|
};
|
|
8423
8423
|
declare const useOrderlyTheme: () => OrderlyThemeContextState;
|
|
8424
|
-
declare const OrderlyThemeProvider: FC<PropsWithChildren<OrderlyThemeProviderProps>>;
|
|
8424
|
+
declare const OrderlyThemeProvider: React__default.FC<PropsWithChildren<OrderlyThemeProviderProps>>;
|
|
8425
8425
|
|
|
8426
8426
|
type Props$1 = {
|
|
8427
8427
|
value: boolean | (() => boolean);
|