@spark-ui/components 10.17.5 → 10.17.7
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/{DialogTrigger-8oDlAJjU.d.mts → DialogTrigger-woU7vsJi.d.mts} +1 -1
- package/dist/{DialogTrigger-8oDlAJjU.d.ts → DialogTrigger-woU7vsJi.d.ts} +1 -1
- package/dist/alert-dialog/index.d.mts +1 -1
- package/dist/alert-dialog/index.d.ts +1 -1
- package/dist/alert-dialog/index.mjs +1 -1
- package/dist/avatar/index.mjs +2 -2
- package/dist/carousel/index.mjs +2 -2
- package/dist/combobox/index.mjs +3 -3
- package/dist/dialog/index.d.mts +2 -2
- package/dist/dialog/index.d.ts +2 -2
- package/dist/dialog/index.mjs +1 -1
- package/dist/docgen.json +436 -223
- package/dist/drawer/index.mjs +2 -2
- package/dist/dropdown/index.mjs +2 -2
- package/dist/pagination/index.mjs +3 -3
- package/dist/popover/index.mjs +1 -1
- package/dist/scrolling-list/index.mjs +3 -3
- package/dist/snackbar/index.mjs +3 -3
- package/dist/spinner/index.d.mts +2 -2
- package/dist/spinner/index.d.ts +2 -2
- package/dist/stepper/index.mjs +2 -2
- package/dist/tabs/index.mjs +3 -3
- package/package.json +11 -11
|
@@ -56,7 +56,7 @@ declare const Close: {
|
|
|
56
56
|
};
|
|
57
57
|
|
|
58
58
|
declare const dialogContentStyles: (props?: ({
|
|
59
|
-
size?: "
|
|
59
|
+
size?: "fullscreen" | "sm" | "md" | "lg" | null | undefined;
|
|
60
60
|
isNarrow?: boolean | null | undefined;
|
|
61
61
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
62
62
|
type DialogContentStylesProps = VariantProps<typeof dialogContentStyles>;
|
|
@@ -56,7 +56,7 @@ declare const Close: {
|
|
|
56
56
|
};
|
|
57
57
|
|
|
58
58
|
declare const dialogContentStyles: (props?: ({
|
|
59
|
-
size?: "
|
|
59
|
+
size?: "fullscreen" | "sm" | "md" | "lg" | null | undefined;
|
|
60
60
|
isNarrow?: boolean | null | undefined;
|
|
61
61
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
62
62
|
type DialogContentStylesProps = VariantProps<typeof dialogContentStyles>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { e as DialogProps, C as CloseProps, h as BodyProps, f as ContentProps, n as DescriptionProps, i as FooterProps, g as HeaderProps, k as OverlayProps, l as PortalProps, m as TitleProps, j as TriggerProps } from '../DialogTrigger-
|
|
2
|
+
import { e as DialogProps, C as CloseProps, h as BodyProps, f as ContentProps, n as DescriptionProps, i as FooterProps, g as HeaderProps, k as OverlayProps, l as PortalProps, m as TitleProps, j as TriggerProps } from '../DialogTrigger-woU7vsJi.mjs';
|
|
3
3
|
import { Ref, MutableRefObject } from 'react';
|
|
4
4
|
import 'radix-ui';
|
|
5
5
|
import 'class-variance-authority/types';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { e as DialogProps, C as CloseProps, h as BodyProps, f as ContentProps, n as DescriptionProps, i as FooterProps, g as HeaderProps, k as OverlayProps, l as PortalProps, m as TitleProps, j as TriggerProps } from '../DialogTrigger-
|
|
2
|
+
import { e as DialogProps, C as CloseProps, h as BodyProps, f as ContentProps, n as DescriptionProps, i as FooterProps, g as HeaderProps, k as OverlayProps, l as PortalProps, m as TitleProps, j as TriggerProps } from '../DialogTrigger-woU7vsJi.js';
|
|
3
3
|
import { Ref, MutableRefObject } from 'react';
|
|
4
4
|
import 'radix-ui';
|
|
5
5
|
import 'class-variance-authority/types';
|
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
Dialog
|
|
3
3
|
} from "../chunk-WA56YHV3.mjs";
|
|
4
4
|
import "../chunk-XYK6V3JF.mjs";
|
|
5
|
+
import "../chunk-UMUMFMFB.mjs";
|
|
5
6
|
import "../chunk-HEKSVWYW.mjs";
|
|
6
7
|
import "../chunk-GAK4SC2F.mjs";
|
|
7
|
-
import "../chunk-UMUMFMFB.mjs";
|
|
8
8
|
import "../chunk-KEGAAGJW.mjs";
|
|
9
9
|
import "../chunk-6QCEPQ3U.mjs";
|
|
10
10
|
|
package/dist/avatar/index.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
IconButton
|
|
3
3
|
} from "../chunk-XYK6V3JF.mjs";
|
|
4
|
-
import "../chunk-HEKSVWYW.mjs";
|
|
5
|
-
import "../chunk-GAK4SC2F.mjs";
|
|
6
4
|
import {
|
|
7
5
|
Icon
|
|
8
6
|
} from "../chunk-UMUMFMFB.mjs";
|
|
7
|
+
import "../chunk-HEKSVWYW.mjs";
|
|
8
|
+
import "../chunk-GAK4SC2F.mjs";
|
|
9
9
|
import "../chunk-KEGAAGJW.mjs";
|
|
10
10
|
import {
|
|
11
11
|
Slot
|
package/dist/carousel/index.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
IconButton
|
|
3
3
|
} from "../chunk-XYK6V3JF.mjs";
|
|
4
|
-
import "../chunk-HEKSVWYW.mjs";
|
|
5
|
-
import "../chunk-GAK4SC2F.mjs";
|
|
6
4
|
import {
|
|
7
5
|
Icon
|
|
8
6
|
} from "../chunk-UMUMFMFB.mjs";
|
|
7
|
+
import "../chunk-HEKSVWYW.mjs";
|
|
8
|
+
import "../chunk-GAK4SC2F.mjs";
|
|
9
9
|
import "../chunk-KEGAAGJW.mjs";
|
|
10
10
|
import "../chunk-6QCEPQ3U.mjs";
|
|
11
11
|
|
package/dist/combobox/index.mjs
CHANGED
|
@@ -4,13 +4,13 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
IconButton
|
|
6
6
|
} from "../chunk-XYK6V3JF.mjs";
|
|
7
|
+
import {
|
|
8
|
+
Icon
|
|
9
|
+
} from "../chunk-UMUMFMFB.mjs";
|
|
7
10
|
import "../chunk-HEKSVWYW.mjs";
|
|
8
11
|
import {
|
|
9
12
|
Spinner
|
|
10
13
|
} from "../chunk-GAK4SC2F.mjs";
|
|
11
|
-
import {
|
|
12
|
-
Icon
|
|
13
|
-
} from "../chunk-UMUMFMFB.mjs";
|
|
14
14
|
import {
|
|
15
15
|
VisuallyHidden
|
|
16
16
|
} from "../chunk-KEGAAGJW.mjs";
|
package/dist/dialog/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as CloseProps, D as Dialog$1, T as Trigger, P as Portal, O as Overlay, a as Content, H as Header, B as Body, F as Footer, b as Close, c as Title, d as Description } from '../DialogTrigger-
|
|
2
|
-
export { h as DialogBodyProps, f as DialogContentProps, n as DialogDescriptionProps, i as DialogFooterProps, g as DialogHeaderProps, k as DialogOverlayProps, l as DialogPortalProps, e as DialogProps, m as DialogTitleProps, j as DialogTriggerProps } from '../DialogTrigger-
|
|
1
|
+
import { C as CloseProps, D as Dialog$1, T as Trigger, P as Portal, O as Overlay, a as Content, H as Header, B as Body, F as Footer, b as Close, c as Title, d as Description } from '../DialogTrigger-woU7vsJi.mjs';
|
|
2
|
+
export { h as DialogBodyProps, f as DialogContentProps, n as DialogDescriptionProps, i as DialogFooterProps, g as DialogHeaderProps, k as DialogOverlayProps, l as DialogPortalProps, e as DialogProps, m as DialogTitleProps, j as DialogTriggerProps } from '../DialogTrigger-woU7vsJi.mjs';
|
|
3
3
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
4
|
import { IconButtonProps } from '../icon-button/index.mjs';
|
|
5
5
|
import 'radix-ui';
|
package/dist/dialog/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as CloseProps, D as Dialog$1, T as Trigger, P as Portal, O as Overlay, a as Content, H as Header, B as Body, F as Footer, b as Close, c as Title, d as Description } from '../DialogTrigger-
|
|
2
|
-
export { h as DialogBodyProps, f as DialogContentProps, n as DialogDescriptionProps, i as DialogFooterProps, g as DialogHeaderProps, k as DialogOverlayProps, l as DialogPortalProps, e as DialogProps, m as DialogTitleProps, j as DialogTriggerProps } from '../DialogTrigger-
|
|
1
|
+
import { C as CloseProps, D as Dialog$1, T as Trigger, P as Portal, O as Overlay, a as Content, H as Header, B as Body, F as Footer, b as Close, c as Title, d as Description } from '../DialogTrigger-woU7vsJi.js';
|
|
2
|
+
export { h as DialogBodyProps, f as DialogContentProps, n as DialogDescriptionProps, i as DialogFooterProps, g as DialogHeaderProps, k as DialogOverlayProps, l as DialogPortalProps, e as DialogProps, m as DialogTitleProps, j as DialogTriggerProps } from '../DialogTrigger-woU7vsJi.js';
|
|
3
3
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
4
|
import { IconButtonProps } from '../icon-button/index.js';
|
|
5
5
|
import 'radix-ui';
|
package/dist/dialog/index.mjs
CHANGED
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
Dialog
|
|
3
3
|
} from "../chunk-WA56YHV3.mjs";
|
|
4
4
|
import "../chunk-XYK6V3JF.mjs";
|
|
5
|
+
import "../chunk-UMUMFMFB.mjs";
|
|
5
6
|
import "../chunk-HEKSVWYW.mjs";
|
|
6
7
|
import "../chunk-GAK4SC2F.mjs";
|
|
7
|
-
import "../chunk-UMUMFMFB.mjs";
|
|
8
8
|
import "../chunk-KEGAAGJW.mjs";
|
|
9
9
|
import "../chunk-6QCEPQ3U.mjs";
|
|
10
10
|
export {
|