@tosui/react 0.0.1 → 0.1.0
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/components/Accordion/Accordion.d.ts +37 -0
- package/dist/components/Accordion/Accordion.d.ts.map +1 -0
- package/dist/components/Accordion/index.d.ts +3 -0
- package/dist/components/Accordion/index.d.ts.map +1 -0
- package/dist/components/Alert/Alert.d.ts +28 -0
- package/dist/components/Alert/Alert.d.ts.map +1 -0
- package/dist/components/Alert/index.d.ts +3 -0
- package/dist/components/Alert/index.d.ts.map +1 -0
- package/dist/components/Avatar/Avatar.d.ts +30 -0
- package/dist/components/Avatar/Avatar.d.ts.map +1 -0
- package/dist/components/Avatar/index.d.ts +3 -0
- package/dist/components/Avatar/index.d.ts.map +1 -0
- package/dist/components/Badge/Badge.d.ts +32 -0
- package/dist/components/Badge/Badge.d.ts.map +1 -0
- package/dist/components/Badge/index.d.ts +3 -0
- package/dist/components/Badge/index.d.ts.map +1 -0
- package/dist/components/Box/Box.d.ts +28 -28
- package/dist/components/Box/Box.d.ts.map +1 -1
- package/dist/components/Box/borders/borders.d.ts +18 -0
- package/dist/components/Box/borders/borders.d.ts.map +1 -0
- package/dist/components/Box/colors/colors.d.ts +14 -0
- package/dist/components/Box/colors/colors.d.ts.map +1 -0
- package/dist/components/Box/display/display.d.ts +14 -0
- package/dist/components/Box/display/display.d.ts.map +1 -0
- package/dist/components/Box/flexbox/flexbox.d.ts +26 -0
- package/dist/components/Box/flexbox/flexbox.d.ts.map +1 -0
- package/dist/components/Box/grid/grid.d.ts +12 -0
- package/dist/components/Box/grid/grid.d.ts.map +1 -0
- package/dist/components/Box/inset/inset.d.ts +21 -0
- package/dist/components/Box/inset/inset.d.ts.map +1 -0
- package/dist/components/Box/interactions/interactions.d.ts +14 -0
- package/dist/components/Box/interactions/interactions.d.ts.map +1 -0
- package/dist/components/Box/margin/margin.d.ts +21 -0
- package/dist/components/Box/margin/margin.d.ts.map +1 -0
- package/dist/components/Box/opacity/opacity.d.ts +14 -0
- package/dist/components/Box/opacity/opacity.d.ts.map +1 -0
- package/dist/components/Box/overflow/overflow.d.ts +16 -0
- package/dist/components/Box/overflow/overflow.d.ts.map +1 -0
- package/dist/components/Box/padding/padding.d.ts +21 -0
- package/dist/components/Box/padding/padding.d.ts.map +1 -0
- package/dist/components/Box/position/position.d.ts +14 -0
- package/dist/components/Box/position/position.d.ts.map +1 -0
- package/dist/components/Box/reset/reset.d.ts +2 -0
- package/dist/components/Box/reset/reset.d.ts.map +1 -0
- package/dist/components/Box/roundness/roundness.d.ts +18 -0
- package/dist/components/Box/roundness/roundness.d.ts.map +1 -0
- package/dist/components/Box/shadows/shadows.d.ts +14 -0
- package/dist/components/Box/shadows/shadows.d.ts.map +1 -0
- package/dist/components/Box/shared/constants.d.ts +16 -0
- package/dist/components/Box/shared/constants.d.ts.map +1 -0
- package/dist/components/Box/shared/index.d.ts +4 -0
- package/dist/components/Box/shared/index.d.ts.map +1 -0
- package/dist/components/Box/shared/spacing.d.ts +10 -0
- package/dist/components/Box/shared/spacing.d.ts.map +1 -0
- package/dist/components/Box/shared/types.d.ts +7 -0
- package/dist/components/Box/shared/types.d.ts.map +1 -0
- package/dist/components/Box/sizing/sizing.d.ts +20 -0
- package/dist/components/Box/sizing/sizing.d.ts.map +1 -0
- package/dist/components/Box/text/text.d.ts +14 -0
- package/dist/components/Box/text/text.d.ts.map +1 -0
- package/dist/components/Box/typography/typography.d.ts +16 -0
- package/dist/components/Box/typography/typography.d.ts.map +1 -0
- package/dist/components/Box/zIndex/zIndex.d.ts +14 -0
- package/dist/components/Box/zIndex/zIndex.d.ts.map +1 -0
- package/dist/components/Breadcrumb/Breadcrumb.d.ts +34 -0
- package/dist/components/Breadcrumb/Breadcrumb.d.ts.map +1 -0
- package/dist/components/Breadcrumb/index.d.ts +3 -0
- package/dist/components/Breadcrumb/index.d.ts.map +1 -0
- package/dist/components/Button/Button.d.ts +30 -0
- package/dist/components/Button/Button.d.ts.map +1 -0
- package/dist/components/Button/index.d.ts +2 -0
- package/dist/components/Button/index.d.ts.map +1 -0
- package/dist/components/Card/Card.d.ts +56 -0
- package/dist/components/Card/Card.d.ts.map +1 -0
- package/dist/components/Card/index.d.ts +3 -0
- package/dist/components/Card/index.d.ts.map +1 -0
- package/dist/components/Checkbox/Checkbox.d.ts +37 -0
- package/dist/components/Checkbox/Checkbox.d.ts.map +1 -0
- package/dist/components/Checkbox/index.d.ts +3 -0
- package/dist/components/Checkbox/index.d.ts.map +1 -0
- package/dist/components/Code/Code.d.ts +27 -0
- package/dist/components/Code/Code.d.ts.map +1 -0
- package/dist/components/Code/index.d.ts +2 -0
- package/dist/components/Code/index.d.ts.map +1 -0
- package/dist/components/Container/Container.d.ts +26 -0
- package/dist/components/Container/Container.d.ts.map +1 -0
- package/dist/components/Container/index.d.ts +2 -0
- package/dist/components/Container/index.d.ts.map +1 -0
- package/dist/components/Divider/Divider.d.ts +25 -0
- package/dist/components/Divider/Divider.d.ts.map +1 -0
- package/dist/components/Divider/index.d.ts +2 -0
- package/dist/components/Divider/index.d.ts.map +1 -0
- package/dist/components/Flex/Flex.d.ts +46 -0
- package/dist/components/Flex/Flex.d.ts.map +1 -0
- package/dist/components/Flex/index.d.ts +2 -0
- package/dist/components/Flex/index.d.ts.map +1 -0
- package/dist/components/FormField/FormField.d.ts +31 -0
- package/dist/components/FormField/FormField.d.ts.map +1 -0
- package/dist/components/FormField/index.d.ts +3 -0
- package/dist/components/FormField/index.d.ts.map +1 -0
- package/dist/components/Grid/Grid.d.ts +40 -0
- package/dist/components/Grid/Grid.d.ts.map +1 -0
- package/dist/components/Grid/index.d.ts +2 -0
- package/dist/components/Grid/index.d.ts.map +1 -0
- package/dist/components/HStack/HStack.d.ts +18 -0
- package/dist/components/HStack/HStack.d.ts.map +1 -0
- package/dist/components/HStack/index.d.ts +2 -0
- package/dist/components/HStack/index.d.ts.map +1 -0
- package/dist/components/IconButton/IconButton.d.ts +36 -0
- package/dist/components/IconButton/IconButton.d.ts.map +1 -0
- package/dist/components/IconButton/index.d.ts +3 -0
- package/dist/components/IconButton/index.d.ts.map +1 -0
- package/dist/components/Image/Image.d.ts +31 -0
- package/dist/components/Image/Image.d.ts.map +1 -0
- package/dist/components/Image/index.d.ts +3 -0
- package/dist/components/Image/index.d.ts.map +1 -0
- package/dist/components/Input/Input.d.ts +28 -0
- package/dist/components/Input/Input.d.ts.map +1 -0
- package/dist/components/Input/index.d.ts +2 -0
- package/dist/components/Input/index.d.ts.map +1 -0
- package/dist/components/Label/Label.d.ts +26 -0
- package/dist/components/Label/Label.d.ts.map +1 -0
- package/dist/components/Label/index.d.ts +2 -0
- package/dist/components/Label/index.d.ts.map +1 -0
- package/dist/components/Link/Link.d.ts +24 -0
- package/dist/components/Link/Link.d.ts.map +1 -0
- package/dist/components/Link/index.d.ts +3 -0
- package/dist/components/Link/index.d.ts.map +1 -0
- package/dist/components/List/List.d.ts +48 -0
- package/dist/components/List/List.d.ts.map +1 -0
- package/dist/components/List/index.d.ts +3 -0
- package/dist/components/List/index.d.ts.map +1 -0
- package/dist/components/Menu/Menu.d.ts +61 -0
- package/dist/components/Menu/Menu.d.ts.map +1 -0
- package/dist/components/Menu/index.d.ts +3 -0
- package/dist/components/Menu/index.d.ts.map +1 -0
- package/dist/components/Modal/Modal.d.ts +60 -0
- package/dist/components/Modal/Modal.d.ts.map +1 -0
- package/dist/components/Modal/index.d.ts +3 -0
- package/dist/components/Modal/index.d.ts.map +1 -0
- package/dist/components/Pagination/Pagination.d.ts +26 -0
- package/dist/components/Pagination/Pagination.d.ts.map +1 -0
- package/dist/components/Pagination/index.d.ts +3 -0
- package/dist/components/Pagination/index.d.ts.map +1 -0
- package/dist/components/Popover/Popover.d.ts +52 -0
- package/dist/components/Popover/Popover.d.ts.map +1 -0
- package/dist/components/Popover/index.d.ts +3 -0
- package/dist/components/Popover/index.d.ts.map +1 -0
- package/dist/components/Progress/Progress.d.ts +30 -0
- package/dist/components/Progress/Progress.d.ts.map +1 -0
- package/dist/components/Progress/index.d.ts +3 -0
- package/dist/components/Progress/index.d.ts.map +1 -0
- package/dist/components/Radio/Radio.d.ts +34 -0
- package/dist/components/Radio/Radio.d.ts.map +1 -0
- package/dist/components/Radio/index.d.ts +3 -0
- package/dist/components/Radio/index.d.ts.map +1 -0
- package/dist/components/Select/Select.d.ts +29 -0
- package/dist/components/Select/Select.d.ts.map +1 -0
- package/dist/components/Select/index.d.ts +3 -0
- package/dist/components/Select/index.d.ts.map +1 -0
- package/dist/components/Skeleton/Skeleton.d.ts +30 -0
- package/dist/components/Skeleton/Skeleton.d.ts.map +1 -0
- package/dist/components/Skeleton/index.d.ts +3 -0
- package/dist/components/Skeleton/index.d.ts.map +1 -0
- package/dist/components/Spacer/Spacer.d.ts +15 -0
- package/dist/components/Spacer/Spacer.d.ts.map +1 -0
- package/dist/components/Spacer/index.d.ts +2 -0
- package/dist/components/Spacer/index.d.ts.map +1 -0
- package/dist/components/Spinner/Spinner.d.ts +16 -0
- package/dist/components/Spinner/Spinner.d.ts.map +1 -0
- package/dist/components/Spinner/index.d.ts +2 -0
- package/dist/components/Spinner/index.d.ts.map +1 -0
- package/dist/components/Stack/Stack.d.ts +30 -0
- package/dist/components/Stack/Stack.d.ts.map +1 -0
- package/dist/components/Stack/index.d.ts +2 -0
- package/dist/components/Stack/index.d.ts.map +1 -0
- package/dist/components/Switch/Switch.d.ts +33 -0
- package/dist/components/Switch/Switch.d.ts.map +1 -0
- package/dist/components/Switch/index.d.ts +3 -0
- package/dist/components/Switch/index.d.ts.map +1 -0
- package/dist/components/Tabs/Tabs.d.ts +62 -0
- package/dist/components/Tabs/Tabs.d.ts.map +1 -0
- package/dist/components/Tabs/index.d.ts +3 -0
- package/dist/components/Tabs/index.d.ts.map +1 -0
- package/dist/components/Text/Text.d.ts +1 -1
- package/dist/components/Text/Text.d.ts.map +1 -1
- package/dist/components/Textarea/Textarea.d.ts +33 -0
- package/dist/components/Textarea/Textarea.d.ts.map +1 -0
- package/dist/components/Textarea/index.d.ts +2 -0
- package/dist/components/Textarea/index.d.ts.map +1 -0
- package/dist/components/Tooltip/Tooltip.d.ts +36 -0
- package/dist/components/Tooltip/Tooltip.d.ts.map +1 -0
- package/dist/components/Tooltip/index.d.ts +3 -0
- package/dist/components/Tooltip/index.d.ts.map +1 -0
- package/dist/components/VStack/VStack.d.ts +18 -0
- package/dist/components/VStack/VStack.d.ts.map +1 -0
- package/dist/components/VStack/index.d.ts +2 -0
- package/dist/components/VStack/index.d.ts.map +1 -0
- package/dist/index.css +1 -4721
- package/dist/index.d.ts +40 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5431 -2326
- package/dist/index.js.map +1 -1
- package/dist/utils/{breakpoints.stylex.d.ts → breakpoints.d.ts} +1 -13
- package/dist/utils/breakpoints.d.ts.map +1 -0
- package/package.json +10 -16
- package/dist/components/Box/styleParts/borders.d.ts +0 -97
- package/dist/components/Box/styleParts/borders.d.ts.map +0 -1
- package/dist/components/Box/styleParts/colors.d.ts +0 -288
- package/dist/components/Box/styleParts/colors.d.ts.map +0 -1
- package/dist/components/Box/styleParts/display.d.ts +0 -54
- package/dist/components/Box/styleParts/display.d.ts.map +0 -1
- package/dist/components/Box/styleParts/flexbox.d.ts +0 -174
- package/dist/components/Box/styleParts/flexbox.d.ts.map +0 -1
- package/dist/components/Box/styleParts/grid.d.ts +0 -45
- package/dist/components/Box/styleParts/grid.d.ts.map +0 -1
- package/dist/components/Box/styleParts/inset.d.ts +0 -22
- package/dist/components/Box/styleParts/inset.d.ts.map +0 -1
- package/dist/components/Box/styleParts/interactions.d.ts +0 -128
- package/dist/components/Box/styleParts/interactions.d.ts.map +0 -1
- package/dist/components/Box/styleParts/margin.d.ts +0 -22
- package/dist/components/Box/styleParts/margin.d.ts.map +0 -1
- package/dist/components/Box/styleParts/opacity.d.ts +0 -34
- package/dist/components/Box/styleParts/opacity.d.ts.map +0 -1
- package/dist/components/Box/styleParts/overflow.d.ts +0 -55
- package/dist/components/Box/styleParts/overflow.d.ts.map +0 -1
- package/dist/components/Box/styleParts/padding.d.ts +0 -22
- package/dist/components/Box/styleParts/padding.d.ts.map +0 -1
- package/dist/components/Box/styleParts/position.d.ts +0 -39
- package/dist/components/Box/styleParts/position.d.ts.map +0 -1
- package/dist/components/Box/styleParts/reset.d.ts +0 -28
- package/dist/components/Box/styleParts/reset.d.ts.map +0 -1
- package/dist/components/Box/styleParts/roundness.d.ts +0 -83
- package/dist/components/Box/styleParts/roundness.d.ts.map +0 -1
- package/dist/components/Box/styleParts/shadows.d.ts +0 -34
- package/dist/components/Box/styleParts/shadows.d.ts.map +0 -1
- package/dist/components/Box/styleParts/sizing.d.ts +0 -25
- package/dist/components/Box/styleParts/sizing.d.ts.map +0 -1
- package/dist/components/Box/styleParts/text.d.ts +0 -66
- package/dist/components/Box/styleParts/text.d.ts.map +0 -1
- package/dist/components/Box/styleParts/types.d.ts +0 -2
- package/dist/components/Box/styleParts/types.d.ts.map +0 -1
- package/dist/components/Box/styleParts/typography.d.ts +0 -130
- package/dist/components/Box/styleParts/typography.d.ts.map +0 -1
- package/dist/components/Box/styleParts/zIndex.d.ts +0 -49
- package/dist/components/Box/styleParts/zIndex.d.ts.map +0 -1
- package/dist/utils/breakpoints.stylex.d.ts.map +0 -1
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { ElementType } from 'react';
|
|
2
|
+
import { Polymorphic } from '../../types/Polymorphic';
|
|
3
|
+
import { BoxOwnProps } from '../Box/Box';
|
|
4
|
+
import { JustifyContentValue, AlignItemsValue, SpacingValue } from '../Box/flexbox/flexbox';
|
|
5
|
+
export type GridOwnProps = Omit<BoxOwnProps, "display" | "gridTemplateColumns" | "gridTemplateRows" | "gap" | "gapRow" | "gapColumn" | "justifyContent" | "alignItems"> & {
|
|
6
|
+
/** Grid template columns (CSS value) */
|
|
7
|
+
columns?: string;
|
|
8
|
+
/** Grid template rows (CSS value) */
|
|
9
|
+
rows?: string;
|
|
10
|
+
/** Gap between grid items (0-32 spacing multiplier or string) */
|
|
11
|
+
gap?: SpacingValue;
|
|
12
|
+
/** Row gap between grid items (0-32 spacing multiplier or string) */
|
|
13
|
+
gapRow?: SpacingValue;
|
|
14
|
+
/** Column gap between grid items (0-32 spacing multiplier or string) */
|
|
15
|
+
gapColumn?: SpacingValue;
|
|
16
|
+
/** Justify items along the inline (row) axis */
|
|
17
|
+
justify?: JustifyContentValue;
|
|
18
|
+
/** Align items along the block (column) axis */
|
|
19
|
+
align?: AlignItemsValue;
|
|
20
|
+
/** Justify content (distribute rows) */
|
|
21
|
+
justifyContent?: JustifyContentValue;
|
|
22
|
+
/** Align content (distribute columns) */
|
|
23
|
+
alignContent?: JustifyContentValue;
|
|
24
|
+
};
|
|
25
|
+
export type GridProps<T extends ElementType = "div"> = Polymorphic<T, GridOwnProps>;
|
|
26
|
+
/**
|
|
27
|
+
* Grid - Explicit CSS Grid layout component
|
|
28
|
+
*
|
|
29
|
+
* A polymorphic grid container with shorthand props:
|
|
30
|
+
* - Default element: <div>
|
|
31
|
+
* - Always renders with display="grid"
|
|
32
|
+
* - columns -> gridTemplateColumns
|
|
33
|
+
* - rows -> gridTemplateRows
|
|
34
|
+
* - gap, gapRow, gapColumn
|
|
35
|
+
* - justify -> justifyItems (alignment within cells)
|
|
36
|
+
* - align -> alignItems (alignment within cells)
|
|
37
|
+
* - justifyContent, alignContent (distribution of grid tracks)
|
|
38
|
+
*/
|
|
39
|
+
export declare function Grid<T extends ElementType = "div">({ as, columns, rows, gap, gapRow, gapColumn, justify, align, justifyContent, alignContent, children, ...rest }: GridProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
40
|
+
//# sourceMappingURL=Grid.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Grid.d.ts","sourceRoot":"","sources":["../../../src/components/Grid/Grid.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,OAAO,CAAC;AACzC,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAO,KAAK,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,KAAK,EACV,mBAAmB,EACnB,eAAe,EACf,YAAY,EACb,MAAM,kCAAkC,CAAC;AAM1C,MAAM,MAAM,YAAY,GAAG,IAAI,CAC7B,WAAW,EACT,SAAS,GACT,qBAAqB,GACrB,kBAAkB,GAClB,KAAK,GACL,QAAQ,GACR,WAAW,GACX,gBAAgB,GAChB,YAAY,CACf,GAAG;IACF,wCAAwC;IACxC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,qCAAqC;IACrC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,iEAAiE;IACjE,GAAG,CAAC,EAAE,YAAY,CAAC;IACnB,qEAAqE;IACrE,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,wEAAwE;IACxE,SAAS,CAAC,EAAE,YAAY,CAAC;IACzB,gDAAgD;IAChD,OAAO,CAAC,EAAE,mBAAmB,CAAC;IAC9B,gDAAgD;IAChD,KAAK,CAAC,EAAE,eAAe,CAAC;IACxB,wCAAwC;IACxC,cAAc,CAAC,EAAE,mBAAmB,CAAC;IACrC,yCAAyC;IACzC,YAAY,CAAC,EAAE,mBAAmB,CAAC;CACpC,CAAC;AAEF,MAAM,MAAM,SAAS,CAAC,CAAC,SAAS,WAAW,GAAG,KAAK,IAAI,WAAW,CAChE,CAAC,EACD,YAAY,CACb,CAAC;AAMF;;;;;;;;;;;;GAYG;AACH,wBAAgB,IAAI,CAAC,CAAC,SAAS,WAAW,GAAG,KAAK,EAAE,EAClD,EAAE,EACF,OAAO,EACP,IAAI,EACJ,GAAG,EACH,MAAM,EACN,SAAS,EACT,OAAO,EACP,KAAK,EACL,cAAc,EACd,YAAY,EACZ,QAAQ,EACR,GAAG,IAAI,EACR,EAAE,SAAS,CAAC,CAAC,CAAC,2CAkBd"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Grid/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,KAAK,YAAY,EAAE,KAAK,SAAS,EAAE,MAAM,QAAQ,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ElementType } from 'react';
|
|
2
|
+
import { Polymorphic } from '../../types/Polymorphic';
|
|
3
|
+
import { StackOwnProps } from '../Stack/Stack';
|
|
4
|
+
export type HStackOwnProps = Omit<StackOwnProps, "direction">;
|
|
5
|
+
export type HStackProps<T extends ElementType = "div"> = Polymorphic<T, HStackOwnProps>;
|
|
6
|
+
/**
|
|
7
|
+
* HStack - Horizontal stack component
|
|
8
|
+
*
|
|
9
|
+
* A convenience wrapper around Stack with direction="row".
|
|
10
|
+
* - Default element: <div>
|
|
11
|
+
* - Direction: row (fixed)
|
|
12
|
+
* - Gap: spacing multiplier (0-32)
|
|
13
|
+
* - Align: cross-axis alignment
|
|
14
|
+
* - Justify: main-axis alignment
|
|
15
|
+
* - Wrap: enable flex wrapping
|
|
16
|
+
*/
|
|
17
|
+
export declare function HStack<T extends ElementType = "div">({ as, children, ...rest }: HStackProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
//# sourceMappingURL=HStack.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HStack.d.ts","sourceRoot":"","sources":["../../../src/components/HStack/HStack.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,OAAO,CAAC;AACzC,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAS,KAAK,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAMrE,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,aAAa,EAAE,WAAW,CAAC,CAAC;AAE9D,MAAM,MAAM,WAAW,CAAC,CAAC,SAAS,WAAW,GAAG,KAAK,IAAI,WAAW,CAClE,CAAC,EACD,cAAc,CACf,CAAC;AAMF;;;;;;;;;;GAUG;AACH,wBAAgB,MAAM,CAAC,CAAC,SAAS,WAAW,GAAG,KAAK,EAAE,EACpD,EAAE,EACF,QAAQ,EACR,GAAG,IAAI,EACR,EAAE,WAAW,CAAC,CAAC,CAAC,2CAOhB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/HStack/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,KAAK,cAAc,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export type IconButtonVariant = "solid" | "outline" | "ghost";
|
|
3
|
+
export type IconButtonSize = "sm" | "md" | "lg";
|
|
4
|
+
export type IconButtonColorScheme = "primary" | "accent" | "success" | "warning" | "error" | "info";
|
|
5
|
+
export type IconButtonProps = {
|
|
6
|
+
/** The icon to display */
|
|
7
|
+
icon: ReactNode;
|
|
8
|
+
/** Accessible label (required for screen readers) */
|
|
9
|
+
"aria-label": string;
|
|
10
|
+
/** Visual variant */
|
|
11
|
+
variant?: IconButtonVariant;
|
|
12
|
+
/** Size of the button */
|
|
13
|
+
size?: IconButtonSize;
|
|
14
|
+
/** Color scheme */
|
|
15
|
+
colorScheme?: IconButtonColorScheme;
|
|
16
|
+
/** Whether the button is disabled */
|
|
17
|
+
disabled?: boolean;
|
|
18
|
+
/** Whether to show loading spinner */
|
|
19
|
+
loading?: boolean;
|
|
20
|
+
/** Additional class name */
|
|
21
|
+
className?: string;
|
|
22
|
+
/** Click handler */
|
|
23
|
+
onClick?: () => void;
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* IconButton - Icon-only button component
|
|
27
|
+
*
|
|
28
|
+
* A compact button for icons that provides:
|
|
29
|
+
* - Square sizing for icon-only use
|
|
30
|
+
* - All Button variants (solid, outline, ghost)
|
|
31
|
+
* - All color schemes
|
|
32
|
+
* - Loading state with spinner
|
|
33
|
+
* - Required aria-label for accessibility
|
|
34
|
+
*/
|
|
35
|
+
export declare const IconButton: import('react').ForwardRefExoticComponent<IconButtonProps & import('react').RefAttributes<HTMLButtonElement>>;
|
|
36
|
+
//# sourceMappingURL=IconButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../src/components/IconButton/IconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAkC,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAUvE,MAAM,MAAM,iBAAiB,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,CAAC;AAC9D,MAAM,MAAM,cAAc,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAChD,MAAM,MAAM,qBAAqB,GAC7B,SAAS,GACT,QAAQ,GACR,SAAS,GACT,SAAS,GACT,OAAO,GACP,MAAM,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG;IAC5B,0BAA0B;IAC1B,IAAI,EAAE,SAAS,CAAC;IAChB,qDAAqD;IACrD,YAAY,EAAE,MAAM,CAAC;IACrB,qBAAqB;IACrB,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B,yBAAyB;IACzB,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,mBAAmB;IACnB,WAAW,CAAC,EAAE,qBAAqB,CAAC;IACpC,qCAAqC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,sCAAsC;IACtC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,4BAA4B;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,oBAAoB;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAkEF;;;;;;;;;GASG;AACH,eAAO,MAAM,UAAU,+GAgEtB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/IconButton/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EACV,eAAe,EACf,iBAAiB,EACjB,cAAc,EACd,qBAAqB,GACtB,MAAM,cAAc,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { RoundedValue } from '../Box/roundness/roundness';
|
|
2
|
+
export type ImageObjectFit = "cover" | "contain" | "fill" | "none";
|
|
3
|
+
export type ImageProps = {
|
|
4
|
+
/** Image source URL */
|
|
5
|
+
src: string;
|
|
6
|
+
/** Alt text (required for accessibility) */
|
|
7
|
+
alt: string;
|
|
8
|
+
/** Width (CSS value) */
|
|
9
|
+
w?: string;
|
|
10
|
+
/** Height (CSS value) */
|
|
11
|
+
h?: string;
|
|
12
|
+
/** Object fit behavior */
|
|
13
|
+
objectFit?: ImageObjectFit;
|
|
14
|
+
/** Fallback source if main image fails */
|
|
15
|
+
fallbackSrc?: string;
|
|
16
|
+
/** Border radius */
|
|
17
|
+
rounded?: RoundedValue;
|
|
18
|
+
/** Additional class name */
|
|
19
|
+
className?: string;
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Image - Enhanced img element
|
|
23
|
+
*
|
|
24
|
+
* An image component with:
|
|
25
|
+
* - Loading state with Skeleton placeholder
|
|
26
|
+
* - Error fallback support
|
|
27
|
+
* - Object-fit options
|
|
28
|
+
* - Rounded corner variants
|
|
29
|
+
*/
|
|
30
|
+
export declare function Image({ src, alt, w, h, objectFit, fallbackSrc, rounded, className, }: ImageProps): import("react/jsx-runtime").JSX.Element;
|
|
31
|
+
//# sourceMappingURL=Image.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Image.d.ts","sourceRoot":"","sources":["../../../src/components/Image/Image.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sCAAsC,CAAC;AAOzE,MAAM,MAAM,cAAc,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC;AAEnE,MAAM,MAAM,UAAU,GAAG;IACvB,uBAAuB;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,4CAA4C;IAC5C,GAAG,EAAE,MAAM,CAAC;IACZ,wBAAwB;IACxB,CAAC,CAAC,EAAE,MAAM,CAAC;IACX,yBAAyB;IACzB,CAAC,CAAC,EAAE,MAAM,CAAC;IACX,0BAA0B;IAC1B,SAAS,CAAC,EAAE,cAAc,CAAC;IAC3B,0CAA0C;IAC1C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,oBAAoB;IACpB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,4BAA4B;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAMF;;;;;;;;GAQG;AACH,wBAAgB,KAAK,CAAC,EACpB,GAAG,EACH,GAAG,EACH,CAAC,EACD,CAAC,EACD,SAAmB,EACnB,WAAW,EACX,OAAgB,EAChB,SAAS,GACV,EAAE,UAAU,2CA6EZ"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Image/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,YAAY,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ElementType } from 'react';
|
|
2
|
+
import { Polymorphic } from '../../types/Polymorphic';
|
|
3
|
+
import { BoxOwnProps } from '../Box/Box';
|
|
4
|
+
export type InputSize = "sm" | "md" | "lg";
|
|
5
|
+
export type InputVariant = "outline" | "filled";
|
|
6
|
+
export type InputOwnProps = Omit<BoxOwnProps, "as" | "h" | "fontSize" | "rounded" | "border" | "borderColor" | "bg"> & {
|
|
7
|
+
/** Input size affecting height and font size */
|
|
8
|
+
size?: InputSize;
|
|
9
|
+
/** Visual variant: outline (border) or filled (surface background) */
|
|
10
|
+
variant?: InputVariant;
|
|
11
|
+
/** Whether the input is disabled */
|
|
12
|
+
disabled?: boolean;
|
|
13
|
+
/** Whether the input is in an invalid state */
|
|
14
|
+
isInvalid?: boolean;
|
|
15
|
+
};
|
|
16
|
+
export type InputProps<T extends ElementType = "input"> = Polymorphic<T, InputOwnProps>;
|
|
17
|
+
/**
|
|
18
|
+
* Input - Text input field component
|
|
19
|
+
*
|
|
20
|
+
* A polymorphic input component that provides:
|
|
21
|
+
* - Default element: <input>
|
|
22
|
+
* - Sizes: sm, md (default), lg
|
|
23
|
+
* - Variants: outline (default), filled
|
|
24
|
+
* - Disabled and invalid states
|
|
25
|
+
* - Focus ring styling
|
|
26
|
+
*/
|
|
27
|
+
export declare function Input<T extends ElementType = "input">({ as, size, variant, disabled, isInvalid, className, ...rest }: InputProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
28
|
+
//# sourceMappingURL=Input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../src/components/Input/Input.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,OAAO,CAAC;AAEzC,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAO,KAAK,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAO7D,MAAM,MAAM,SAAS,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAC3C,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,QAAQ,CAAC;AAEhD,MAAM,MAAM,aAAa,GAAG,IAAI,CAC9B,WAAW,EACX,IAAI,GAAG,GAAG,GAAG,UAAU,GAAG,SAAS,GAAG,QAAQ,GAAG,aAAa,GAAG,IAAI,CACtE,GAAG;IACF,gDAAgD;IAChD,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,sEAAsE;IACtE,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,oCAAoC;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,+CAA+C;IAC/C,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,UAAU,CAAC,CAAC,SAAS,WAAW,GAAG,OAAO,IAAI,WAAW,CACnE,CAAC,EACD,aAAa,CACd,CAAC;AAgBF;;;;;;;;;GASG;AACH,wBAAgB,KAAK,CAAC,CAAC,SAAS,WAAW,GAAG,OAAO,EAAE,EACrD,EAAE,EACF,IAAW,EACX,OAAmB,EACnB,QAAgB,EAChB,SAAiB,EACjB,SAAS,EACT,GAAG,IAAI,EACR,EAAE,UAAU,CAAC,CAAC,CAAC,2CA2Cf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Input/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,EACL,KAAK,SAAS,EACd,KAAK,YAAY,EACjB,KAAK,UAAU,EACf,KAAK,aAAa,GACnB,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { ElementType } from 'react';
|
|
2
|
+
import { Polymorphic } from '../../types/Polymorphic';
|
|
3
|
+
import { BoxOwnProps } from '../Box/Box';
|
|
4
|
+
type FontSize = "xs" | "sm" | "md" | "lg";
|
|
5
|
+
type FontWeight = "normal" | "medium" | "semibold" | "bold";
|
|
6
|
+
export type LabelOwnProps = Omit<BoxOwnProps, "as" | "fontSize" | "fontWeight"> & {
|
|
7
|
+
/** Label text size */
|
|
8
|
+
size?: FontSize;
|
|
9
|
+
/** Label font weight */
|
|
10
|
+
weight?: FontWeight;
|
|
11
|
+
/** Show required asterisk */
|
|
12
|
+
required?: boolean;
|
|
13
|
+
};
|
|
14
|
+
export type LabelProps<T extends ElementType = "label"> = Polymorphic<T, LabelOwnProps>;
|
|
15
|
+
/**
|
|
16
|
+
* Label - Form label component
|
|
17
|
+
*
|
|
18
|
+
* A polymorphic label component that provides:
|
|
19
|
+
* - Default element: <label>
|
|
20
|
+
* - Size and weight props for typography
|
|
21
|
+
* - Required indicator (red asterisk)
|
|
22
|
+
* - Passes through htmlFor for accessibility
|
|
23
|
+
*/
|
|
24
|
+
export declare function Label<T extends ElementType = "label">({ as, size, weight, required, children, ...rest }: LabelProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
export {};
|
|
26
|
+
//# sourceMappingURL=Label.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Label.d.ts","sourceRoot":"","sources":["../../../src/components/Label/Label.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,OAAO,CAAC;AACzC,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAO,KAAK,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAM7D,KAAK,QAAQ,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAC1C,KAAK,UAAU,GAAG,QAAQ,GAAG,QAAQ,GAAG,UAAU,GAAG,MAAM,CAAC;AAE5D,MAAM,MAAM,aAAa,GAAG,IAAI,CAC9B,WAAW,EACX,IAAI,GAAG,UAAU,GAAG,YAAY,CACjC,GAAG;IACF,sBAAsB;IACtB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,wBAAwB;IACxB,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB,6BAA6B;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,UAAU,CAAC,CAAC,SAAS,WAAW,GAAG,OAAO,IAAI,WAAW,CACnE,CAAC,EACD,aAAa,CACd,CAAC;AAMF;;;;;;;;GAQG;AACH,wBAAgB,KAAK,CAAC,CAAC,SAAS,WAAW,GAAG,OAAO,EAAE,EACrD,EAAE,EACF,IAAW,EACX,MAAiB,EACjB,QAAgB,EAChB,QAAQ,EACR,GAAG,IAAI,EACR,EAAE,UAAU,CAAC,CAAC,CAAC,2CAsBf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Label/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,KAAK,aAAa,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ElementType, ReactNode } from 'react';
|
|
2
|
+
import { Polymorphic } from '../../types/Polymorphic';
|
|
3
|
+
import { BoxOwnProps } from '../Box/Box';
|
|
4
|
+
export type LinkVariant = "default" | "underline" | "subtle";
|
|
5
|
+
export type LinkOwnProps = Omit<BoxOwnProps, "as"> & {
|
|
6
|
+
/** Visual variant */
|
|
7
|
+
variant?: LinkVariant;
|
|
8
|
+
/** External link (opens in new tab) */
|
|
9
|
+
external?: boolean;
|
|
10
|
+
/** Link content */
|
|
11
|
+
children?: ReactNode;
|
|
12
|
+
};
|
|
13
|
+
export type LinkProps<T extends ElementType = "a"> = Polymorphic<T, LinkOwnProps>;
|
|
14
|
+
/**
|
|
15
|
+
* Link - Styled anchor element
|
|
16
|
+
*
|
|
17
|
+
* A polymorphic link component that provides:
|
|
18
|
+
* - Default element: <a>
|
|
19
|
+
* - Variants: default (underline on hover), underline (always), subtle (inherits color)
|
|
20
|
+
* - External link support with target="_blank"
|
|
21
|
+
* - Router support via as prop
|
|
22
|
+
*/
|
|
23
|
+
export declare function Link<T extends ElementType = "a">({ as, variant, external, children, className, ...rest }: LinkProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
24
|
+
//# sourceMappingURL=Link.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../../src/components/Link/Link.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEzD,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAO,KAAK,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAO7D,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,WAAW,GAAG,QAAQ,CAAC;AAE7D,MAAM,MAAM,YAAY,GAAG,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,GAAG;IACnD,qBAAqB;IACrB,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,uCAAuC;IACvC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,mBAAmB;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,SAAS,CAAC,CAAC,SAAS,WAAW,GAAG,GAAG,IAAI,WAAW,CAAC,CAAC,EAAE,YAAY,CAAC,CAAC;AAMlF;;;;;;;;GAQG;AACH,wBAAgB,IAAI,CAAC,CAAC,SAAS,WAAW,GAAG,GAAG,EAAE,EAChD,EAAE,EACF,OAAmB,EACnB,QAAgB,EAChB,QAAQ,EACR,SAAS,EACT,GAAG,IAAI,EACR,EAAE,SAAS,CAAC,CAAC,CAAC,2CAuBd"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Link/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,YAAY,EAAE,WAAW,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export type ListStyleType = "none" | "disc" | "decimal";
|
|
3
|
+
export type ListProps = {
|
|
4
|
+
/** List element type */
|
|
5
|
+
as?: "ul" | "ol";
|
|
6
|
+
/** List style type */
|
|
7
|
+
styleType?: ListStyleType;
|
|
8
|
+
/** Spacing between items (gap multiplier) */
|
|
9
|
+
spacing?: number;
|
|
10
|
+
/** Additional class name */
|
|
11
|
+
className?: string;
|
|
12
|
+
/** List items */
|
|
13
|
+
children?: ReactNode;
|
|
14
|
+
};
|
|
15
|
+
export type ListItemProps = {
|
|
16
|
+
/** Additional class name */
|
|
17
|
+
className?: string;
|
|
18
|
+
/** Item content */
|
|
19
|
+
children?: ReactNode;
|
|
20
|
+
};
|
|
21
|
+
export type ListIconProps = {
|
|
22
|
+
/** Additional class name */
|
|
23
|
+
className?: string;
|
|
24
|
+
/** Icon content */
|
|
25
|
+
children?: ReactNode;
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* List - Semantic list container
|
|
29
|
+
*
|
|
30
|
+
* A list component supporting:
|
|
31
|
+
* - Unordered (ul) or ordered (ol) lists
|
|
32
|
+
* - Various list style types
|
|
33
|
+
* - Configurable spacing between items
|
|
34
|
+
*/
|
|
35
|
+
export declare function List({ as, styleType, spacing, className, children, }: ListProps): import("react/jsx-runtime").JSX.Element;
|
|
36
|
+
/**
|
|
37
|
+
* ListItem - Individual list item
|
|
38
|
+
*
|
|
39
|
+
* Use inside List for semantic list items.
|
|
40
|
+
*/
|
|
41
|
+
export declare function ListItem({ className, children }: ListItemProps): import("react/jsx-runtime").JSX.Element;
|
|
42
|
+
/**
|
|
43
|
+
* ListIcon - Icon prefix for list items
|
|
44
|
+
*
|
|
45
|
+
* Use inside ListItem to add an icon before content.
|
|
46
|
+
*/
|
|
47
|
+
export declare function ListIcon({ className, children }: ListIconProps): import("react/jsx-runtime").JSX.Element;
|
|
48
|
+
//# sourceMappingURL=List.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"List.d.ts","sourceRoot":"","sources":["../../../src/components/List/List.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AASvC,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;AAExD,MAAM,MAAM,SAAS,GAAG;IACtB,wBAAwB;IACxB,EAAE,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACjB,sBAAsB;IACtB,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B,6CAA6C;IAC7C,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,4BAA4B;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,iBAAiB;IACjB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,4BAA4B;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,mBAAmB;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,4BAA4B;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,mBAAmB;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAMF;;;;;;;GAOG;AACH,wBAAgB,IAAI,CAAC,EACnB,EAAS,EACT,SAAS,EACT,OAAW,EACX,SAAS,EACT,QAAQ,GACT,EAAE,SAAS,2CAeX;AAED;;;;GAIG;AACH,wBAAgB,QAAQ,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,aAAa,2CAM9D;AAED;;;;GAIG;AACH,wBAAgB,QAAQ,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,aAAa,2CAe9D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/List/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAClD,YAAY,EACV,aAAa,EACb,SAAS,EACT,aAAa,EACb,aAAa,GACd,MAAM,QAAQ,CAAC"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { ButtonProps } from '../Button';
|
|
3
|
+
export type MenuProps = {
|
|
4
|
+
/** Controlled open state */
|
|
5
|
+
isOpen?: boolean;
|
|
6
|
+
/** Callback when menu opens */
|
|
7
|
+
onOpen?: () => void;
|
|
8
|
+
/** Callback when menu closes */
|
|
9
|
+
onClose?: () => void;
|
|
10
|
+
/** Additional class name */
|
|
11
|
+
className?: string;
|
|
12
|
+
/** Menu components */
|
|
13
|
+
children?: ReactNode;
|
|
14
|
+
};
|
|
15
|
+
export type MenuButtonProps = Omit<ButtonProps<"button">, "as"> & {
|
|
16
|
+
/** Button content */
|
|
17
|
+
children?: ReactNode;
|
|
18
|
+
};
|
|
19
|
+
export type MenuListProps = {
|
|
20
|
+
/** Additional class name */
|
|
21
|
+
className?: string;
|
|
22
|
+
/** Menu items */
|
|
23
|
+
children?: ReactNode;
|
|
24
|
+
};
|
|
25
|
+
export type MenuItemProps = {
|
|
26
|
+
/** Click handler */
|
|
27
|
+
onClick?: () => void;
|
|
28
|
+
/** Disabled state */
|
|
29
|
+
disabled?: boolean;
|
|
30
|
+
/** Additional class name */
|
|
31
|
+
className?: string;
|
|
32
|
+
/** Item content */
|
|
33
|
+
children?: ReactNode;
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* Menu - Dropdown menu container
|
|
37
|
+
*
|
|
38
|
+
* Provides context for MenuButton, MenuList, and MenuItem.
|
|
39
|
+
* Handles open/close state and click-outside behavior.
|
|
40
|
+
* Supports controlled mode via isOpen/onOpen/onClose.
|
|
41
|
+
*/
|
|
42
|
+
export declare function Menu({ isOpen: controlledIsOpen, onOpen, onClose, className, children, }: MenuProps): import("react/jsx-runtime").JSX.Element;
|
|
43
|
+
/**
|
|
44
|
+
* MenuButton - Trigger button for the menu
|
|
45
|
+
*
|
|
46
|
+
* Renders as a Button component with dropdown indicators.
|
|
47
|
+
*/
|
|
48
|
+
export declare function MenuButton({ children, className, ...rest }: MenuButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
49
|
+
/**
|
|
50
|
+
* MenuList - Dropdown container for menu items
|
|
51
|
+
*
|
|
52
|
+
* Only renders when menu is open.
|
|
53
|
+
*/
|
|
54
|
+
export declare function MenuList({ className, children }: MenuListProps): import("react/jsx-runtime").JSX.Element | null;
|
|
55
|
+
/**
|
|
56
|
+
* MenuItem - Individual menu item
|
|
57
|
+
*
|
|
58
|
+
* Closes the menu when clicked (unless disabled).
|
|
59
|
+
*/
|
|
60
|
+
export declare function MenuItem({ onClick, disabled, className, children, }: MenuItemProps): import("react/jsx-runtime").JSX.Element;
|
|
61
|
+
//# sourceMappingURL=Menu.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Menu.d.ts","sourceRoot":"","sources":["../../../src/components/Menu/Menu.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,SAAS,EAMf,MAAM,OAAO,CAAC;AAGf,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAyB/D,MAAM,MAAM,SAAS,GAAG;IACtB,4BAA4B;IAC5B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,+BAA+B;IAC/B,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,gCAAgC;IAChC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,4BAA4B;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sBAAsB;IACtB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,IAAI,CAAC,WAAW,CAAC,QAAQ,CAAC,EAAE,IAAI,CAAC,GAAG;IAChE,qBAAqB;IACrB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,4BAA4B;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,iBAAiB;IACjB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,oBAAoB;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,qBAAqB;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,4BAA4B;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,mBAAmB;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAMF;;;;;;GAMG;AACH,wBAAgB,IAAI,CAAC,EACnB,MAAM,EAAE,gBAAgB,EACxB,MAAM,EACN,OAAO,EACP,SAAS,EACT,QAAQ,GACT,EAAE,SAAS,2CAsDX;AAED;;;;GAIG;AACH,wBAAgB,UAAU,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,EAAE,eAAe,2CAe3E;AAED;;;;GAIG;AACH,wBAAgB,QAAQ,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,aAAa,kDAyB9D;AAED;;;;GAIG;AACH,wBAAgB,QAAQ,CAAC,EACvB,OAAO,EACP,QAAgB,EAChB,SAAS,EACT,QAAQ,GACT,EAAE,aAAa,2CAgCf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Menu/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAC9D,YAAY,EACV,SAAS,EACT,eAAe,EACf,aAAa,EACb,aAAa,GACd,MAAM,QAAQ,CAAC"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export type ModalSize = "sm" | "md" | "lg" | "xl" | "full";
|
|
3
|
+
export type ModalProps = {
|
|
4
|
+
/** Whether modal is open */
|
|
5
|
+
isOpen: boolean;
|
|
6
|
+
/** Callback when modal should close */
|
|
7
|
+
onClose: () => void;
|
|
8
|
+
/** Modal size */
|
|
9
|
+
size?: ModalSize;
|
|
10
|
+
/** Close on backdrop click */
|
|
11
|
+
closeOnOverlayClick?: boolean;
|
|
12
|
+
/** Close on Escape key */
|
|
13
|
+
closeOnEsc?: boolean;
|
|
14
|
+
/** Additional class name */
|
|
15
|
+
className?: string;
|
|
16
|
+
/** Modal content */
|
|
17
|
+
children?: ReactNode;
|
|
18
|
+
};
|
|
19
|
+
export type ModalHeaderProps = {
|
|
20
|
+
/** Additional class name */
|
|
21
|
+
className?: string;
|
|
22
|
+
/** Header content */
|
|
23
|
+
children?: ReactNode;
|
|
24
|
+
};
|
|
25
|
+
export type ModalBodyProps = {
|
|
26
|
+
/** Additional class name */
|
|
27
|
+
className?: string;
|
|
28
|
+
/** Body content */
|
|
29
|
+
children?: ReactNode;
|
|
30
|
+
};
|
|
31
|
+
export type ModalFooterProps = {
|
|
32
|
+
/** Additional class name */
|
|
33
|
+
className?: string;
|
|
34
|
+
/** Footer content */
|
|
35
|
+
children?: ReactNode;
|
|
36
|
+
};
|
|
37
|
+
/**
|
|
38
|
+
* Modal - Dialog overlay component
|
|
39
|
+
*
|
|
40
|
+
* A modal dialog that:
|
|
41
|
+
* - Renders via portal to document.body
|
|
42
|
+
* - Traps focus when open
|
|
43
|
+
* - Prevents body scroll when open
|
|
44
|
+
* - Closes on backdrop click and Escape key
|
|
45
|
+
* - Returns focus after closing
|
|
46
|
+
*/
|
|
47
|
+
export declare function Modal({ isOpen, onClose, size, closeOnOverlayClick, closeOnEsc, className, children, }: ModalProps): import('react').ReactPortal | null;
|
|
48
|
+
/**
|
|
49
|
+
* ModalHeader - Header section for modal
|
|
50
|
+
*/
|
|
51
|
+
export declare function ModalHeader({ className, children }: ModalHeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
52
|
+
/**
|
|
53
|
+
* ModalBody - Body section for modal
|
|
54
|
+
*/
|
|
55
|
+
export declare function ModalBody({ className, children }: ModalBodyProps): import("react/jsx-runtime").JSX.Element;
|
|
56
|
+
/**
|
|
57
|
+
* ModalFooter - Footer section for modal
|
|
58
|
+
*/
|
|
59
|
+
export declare function ModalFooter({ className, children }: ModalFooterProps): import("react/jsx-runtime").JSX.Element;
|
|
60
|
+
//# sourceMappingURL=Modal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../../src/components/Modal/Modal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAkC,MAAM,OAAO,CAAC;AAUvE,MAAM,MAAM,SAAS,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;AAE3D,MAAM,MAAM,UAAU,GAAG;IACvB,4BAA4B;IAC5B,MAAM,EAAE,OAAO,CAAC;IAChB,uCAAuC;IACvC,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,iBAAiB;IACjB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,8BAA8B;IAC9B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,0BAA0B;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,4BAA4B;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,oBAAoB;IACpB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,4BAA4B;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qBAAqB;IACrB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,4BAA4B;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,mBAAmB;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,4BAA4B;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qBAAqB;IACrB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAkBF;;;;;;;;;GASG;AACH,wBAAgB,KAAK,CAAC,EACpB,MAAM,EACN,OAAO,EACP,IAAW,EACX,mBAA0B,EAC1B,UAAiB,EACjB,SAAS,EACT,QAAQ,GACT,EAAE,UAAU,sCA2EZ;AAED;;GAEG;AACH,wBAAgB,WAAW,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,gBAAgB,2CAYpE;AAED;;GAEG;AACH,wBAAgB,SAAS,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,cAAc,2CAMhE;AAED;;GAEG;AACH,wBAAgB,WAAW,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,gBAAgB,2CAepE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Modal/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AACrE,YAAY,EACV,SAAS,EACT,UAAU,EACV,gBAAgB,EAChB,cAAc,EACd,gBAAgB,GACjB,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export type PaginationProps = {
|
|
2
|
+
/** Current page (1-indexed) */
|
|
3
|
+
page: number;
|
|
4
|
+
/** Total number of pages */
|
|
5
|
+
totalPages: number;
|
|
6
|
+
/** Callback when page changes */
|
|
7
|
+
onPageChange: (page: number) => void;
|
|
8
|
+
/** Number of sibling pages to show */
|
|
9
|
+
siblings?: number;
|
|
10
|
+
/** Show first/last page buttons */
|
|
11
|
+
showEdges?: boolean;
|
|
12
|
+
/** Additional class name */
|
|
13
|
+
className?: string;
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* Pagination - Page navigation component
|
|
17
|
+
*
|
|
18
|
+
* A pagination component that provides:
|
|
19
|
+
* - Current page indicator
|
|
20
|
+
* - Previous/next buttons
|
|
21
|
+
* - Optional first/last page buttons
|
|
22
|
+
* - Ellipsis for large page ranges
|
|
23
|
+
* - Sibling page configuration
|
|
24
|
+
*/
|
|
25
|
+
export declare function Pagination({ page, totalPages, onPageChange, siblings, showEdges, className, }: PaginationProps): import("react/jsx-runtime").JSX.Element;
|
|
26
|
+
//# sourceMappingURL=Pagination.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../src/components/Pagination/Pagination.tsx"],"names":[],"mappings":"AAUA,MAAM,MAAM,eAAe,GAAG;IAC5B,+BAA+B;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,4BAA4B;IAC5B,UAAU,EAAE,MAAM,CAAC;IACnB,iCAAiC;IACjC,YAAY,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,sCAAsC;IACtC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,mCAAmC;IACnC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,4BAA4B;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AA6CF;;;;;;;;;GASG;AACH,wBAAgB,UAAU,CAAC,EACzB,IAAI,EACJ,UAAU,EACV,YAAY,EACZ,QAAY,EACZ,SAAgB,EAChB,SAAS,GACV,EAAE,eAAe,2CAsFjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Pagination/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export type PopoverPlacement = "top" | "bottom" | "left" | "right";
|
|
3
|
+
export type PopoverProps = {
|
|
4
|
+
/** Popover content */
|
|
5
|
+
content: ReactNode;
|
|
6
|
+
/** Placement of popover */
|
|
7
|
+
placement?: PopoverPlacement;
|
|
8
|
+
/** Close on outside click */
|
|
9
|
+
closeOnBlur?: boolean;
|
|
10
|
+
/** Controlled open state */
|
|
11
|
+
isOpen?: boolean;
|
|
12
|
+
/** Callback when popover opens */
|
|
13
|
+
onOpen?: () => void;
|
|
14
|
+
/** Callback when popover closes */
|
|
15
|
+
onClose?: () => void;
|
|
16
|
+
/** Additional class name */
|
|
17
|
+
className?: string;
|
|
18
|
+
/** Trigger element */
|
|
19
|
+
children: ReactNode;
|
|
20
|
+
};
|
|
21
|
+
export type PopoverHeaderProps = {
|
|
22
|
+
/** Additional class name */
|
|
23
|
+
className?: string;
|
|
24
|
+
/** Header content */
|
|
25
|
+
children?: ReactNode;
|
|
26
|
+
};
|
|
27
|
+
export type PopoverBodyProps = {
|
|
28
|
+
/** Additional class name */
|
|
29
|
+
className?: string;
|
|
30
|
+
/** Body content */
|
|
31
|
+
children?: ReactNode;
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* Popover - Click-triggered overlay with positioning
|
|
35
|
+
*
|
|
36
|
+
* A popover component that:
|
|
37
|
+
* - Toggles on click
|
|
38
|
+
* - Positions relative to trigger
|
|
39
|
+
* - Closes on outside click and Escape
|
|
40
|
+
* - Supports controlled mode via isOpen/onOpen/onClose
|
|
41
|
+
* - Renders via portal
|
|
42
|
+
*/
|
|
43
|
+
export declare function Popover({ content, placement, closeOnBlur, isOpen: controlledIsOpen, onOpen, onClose, className, children, }: PopoverProps): import("react/jsx-runtime").JSX.Element;
|
|
44
|
+
/**
|
|
45
|
+
* PopoverHeader - Header section for popover
|
|
46
|
+
*/
|
|
47
|
+
export declare function PopoverHeader({ className, children }: PopoverHeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
48
|
+
/**
|
|
49
|
+
* PopoverBody - Body section for popover
|
|
50
|
+
*/
|
|
51
|
+
export declare function PopoverBody({ className, children }: PopoverBodyProps): import("react/jsx-runtime").JSX.Element;
|
|
52
|
+
//# sourceMappingURL=Popover.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../../../src/components/Popover/Popover.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAA+B,MAAM,OAAO,CAAC;AAUpE,MAAM,MAAM,gBAAgB,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;AAEnE,MAAM,MAAM,YAAY,GAAG;IACzB,sBAAsB;IACtB,OAAO,EAAE,SAAS,CAAC;IACnB,2BAA2B;IAC3B,SAAS,CAAC,EAAE,gBAAgB,CAAC;IAC7B,6BAA6B;IAC7B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,4BAA4B;IAC5B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,kCAAkC;IAClC,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,mCAAmC;IACnC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,4BAA4B;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sBAAsB;IACtB,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,4BAA4B;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qBAAqB;IACrB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,4BAA4B;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,mBAAmB;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAMF;;;;;;;;;GASG;AACH,wBAAgB,OAAO,CAAC,EACtB,OAAO,EACP,SAAoB,EACpB,WAAkB,EAClB,MAAM,EAAE,gBAAgB,EACxB,MAAM,EACN,OAAO,EACP,SAAS,EACT,QAAQ,GACT,EAAE,YAAY,2CA4Hd;AAED;;GAEG;AACH,wBAAgB,aAAa,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,kBAAkB,2CAaxE;AAED;;GAEG;AACH,wBAAgB,WAAW,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,gBAAgB,2CAMpE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Popover/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAChE,YAAY,EACV,gBAAgB,EAChB,YAAY,EACZ,kBAAkB,EAClB,gBAAgB,GACjB,MAAM,WAAW,CAAC"}
|