@vipengele/react-ui 0.0.0 → 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/LICENSE +21 -0
- package/README.md +463 -3
- package/dist/Avatar/Avatar.d.ts +21 -0
- package/dist/Avatar/Avatar.d.ts.map +1 -0
- package/dist/Avatar/Avatar.stylesheet.d.ts +17 -0
- package/dist/Avatar/Avatar.stylesheet.d.ts.map +1 -0
- package/dist/Button/Button.d.ts +39 -0
- package/dist/Button/Button.d.ts.map +1 -0
- package/dist/Button/Button.stylesheet.d.ts +17 -0
- package/dist/Button/Button.stylesheet.d.ts.map +1 -0
- package/dist/ButtonGroup/ButtonGroup.d.ts +16 -0
- package/dist/ButtonGroup/ButtonGroup.d.ts.map +1 -0
- package/dist/ButtonGroup/ButtonGroup.stylesheet.d.ts +12 -0
- package/dist/ButtonGroup/ButtonGroup.stylesheet.d.ts.map +1 -0
- package/dist/Card/Card.d.ts +36 -0
- package/dist/Card/Card.d.ts.map +1 -0
- package/dist/Card/Card.stylesheet.d.ts +17 -0
- package/dist/Card/Card.stylesheet.d.ts.map +1 -0
- package/dist/Dropdown/Dropdown.d.ts +205 -0
- package/dist/Dropdown/Dropdown.d.ts.map +1 -0
- package/dist/Dropdown/Dropdown.stylesheet.d.ts +24 -0
- package/dist/Dropdown/Dropdown.stylesheet.d.ts.map +1 -0
- package/dist/FieldSet/FieldSet.d.ts +22 -0
- package/dist/FieldSet/FieldSet.d.ts.map +1 -0
- package/dist/FieldSet/FieldSet.stylesheet.d.ts +34 -0
- package/dist/FieldSet/FieldSet.stylesheet.d.ts.map +1 -0
- package/dist/FieldShell/FieldShell.d.ts +42 -0
- package/dist/FieldShell/FieldShell.d.ts.map +1 -0
- package/dist/FieldShell/FieldShell.stylesheet.d.ts +32 -0
- package/dist/FieldShell/FieldShell.stylesheet.d.ts.map +1 -0
- package/dist/FormField/FormField.d.ts +45 -0
- package/dist/FormField/FormField.d.ts.map +1 -0
- package/dist/FormField/FormField.stylesheet.d.ts +24 -0
- package/dist/FormField/FormField.stylesheet.d.ts.map +1 -0
- package/dist/PasswordInput/PasswordInput.d.ts +15 -0
- package/dist/PasswordInput/PasswordInput.d.ts.map +1 -0
- package/dist/PasswordInput/PasswordInput.stylesheet.d.ts +24 -0
- package/dist/PasswordInput/PasswordInput.stylesheet.d.ts.map +1 -0
- package/dist/Popover/Popover.d.ts +47 -0
- package/dist/Popover/Popover.d.ts.map +1 -0
- package/dist/Popover/Popover.stylesheet.d.ts +21 -0
- package/dist/Popover/Popover.stylesheet.d.ts.map +1 -0
- package/dist/Progress/Progress.d.ts +18 -0
- package/dist/Progress/Progress.d.ts.map +1 -0
- package/dist/Progress/Progress.stylesheet.d.ts +18 -0
- package/dist/Progress/Progress.stylesheet.d.ts.map +1 -0
- package/dist/RadioButton/RadioButton.d.ts +18 -0
- package/dist/RadioButton/RadioButton.d.ts.map +1 -0
- package/dist/RadioButton/RadioButton.stylesheet.d.ts +15 -0
- package/dist/RadioButton/RadioButton.stylesheet.d.ts.map +1 -0
- package/dist/RadioGroup/RadioGroup.d.ts +40 -0
- package/dist/RadioGroup/RadioGroup.d.ts.map +1 -0
- package/dist/RadioGroup/RadioGroup.stylesheet.d.ts +11 -0
- package/dist/RadioGroup/RadioGroup.stylesheet.d.ts.map +1 -0
- package/dist/Skeleton/Skeleton.d.ts +18 -0
- package/dist/Skeleton/Skeleton.d.ts.map +1 -0
- package/dist/Skeleton/Skeleton.stylesheet.d.ts +25 -0
- package/dist/Skeleton/Skeleton.stylesheet.d.ts.map +1 -0
- package/dist/Slider/Slider.d.ts +12 -0
- package/dist/Slider/Slider.d.ts.map +1 -0
- package/dist/Slider/Slider.stylesheet.d.ts +18 -0
- package/dist/Slider/Slider.stylesheet.d.ts.map +1 -0
- package/dist/Spinner/Spinner.d.ts +19 -0
- package/dist/Spinner/Spinner.d.ts.map +1 -0
- package/dist/Spinner/Spinner.stylesheet.d.ts +14 -0
- package/dist/Spinner/Spinner.stylesheet.d.ts.map +1 -0
- package/dist/Tabs/Tabs.d.ts +46 -0
- package/dist/Tabs/Tabs.d.ts.map +1 -0
- package/dist/Tabs/Tabs.stylesheet.d.ts +15 -0
- package/dist/Tabs/Tabs.stylesheet.d.ts.map +1 -0
- package/dist/TextField/TextField.d.ts +24 -0
- package/dist/TextField/TextField.d.ts.map +1 -0
- package/dist/TextField/TextField.stylesheet.d.ts +29 -0
- package/dist/TextField/TextField.stylesheet.d.ts.map +1 -0
- package/dist/Toggle/Toggle.d.ts +12 -0
- package/dist/Toggle/Toggle.d.ts.map +1 -0
- package/dist/Toggle/Toggle.stylesheet.d.ts +16 -0
- package/dist/Toggle/Toggle.stylesheet.d.ts.map +1 -0
- package/dist/Tooltip/Tooltip.d.ts +34 -0
- package/dist/Tooltip/Tooltip.d.ts.map +1 -0
- package/dist/Tooltip/Tooltip.stylesheet.d.ts +22 -0
- package/dist/Tooltip/Tooltip.stylesheet.d.ts.map +1 -0
- package/dist/Typography/Typography.d.ts +28 -0
- package/dist/Typography/Typography.d.ts.map +1 -0
- package/dist/Typography/Typography.stylesheet.d.ts +16 -0
- package/dist/Typography/Typography.stylesheet.d.ts.map +1 -0
- package/dist/index.d.ts +22 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +2947 -0
- package/dist/index.js.map +1 -0
- package/dist/internal/listbox.stylesheet.d.ts +24 -0
- package/dist/internal/listbox.stylesheet.d.ts.map +1 -0
- package/dist/internal/useListboxKeyboard.d.ts +90 -0
- package/dist/internal/useListboxKeyboard.d.ts.map +1 -0
- package/package.json +50 -5
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { type ReactNode } from "react";
|
|
2
|
+
export type TooltipPlacement = "top" | "bottom" | "left" | "right";
|
|
3
|
+
export interface TooltipProps {
|
|
4
|
+
/** The label the bubble shows. */
|
|
5
|
+
content: ReactNode;
|
|
6
|
+
/** The element the bubble describes. It is wrapped in a `<span>` that carries the ref and the
|
|
7
|
+
* hover/focus handlers — not cloned for those, so it can be any node, including a component
|
|
8
|
+
* that doesn't forward a ref or spread unknown props. When it is a single element, it is
|
|
9
|
+
* additionally cloned with just `aria-describedby` merged on, so the description is announced
|
|
10
|
+
* on the actual focusable control rather than the (never-focused) wrapper. */
|
|
11
|
+
children: ReactNode;
|
|
12
|
+
/** Preferred side of the trigger. Floating-ui flips to the opposite side when the bubble
|
|
13
|
+
* wouldn't fit there. */
|
|
14
|
+
placement?: TooltipPlacement;
|
|
15
|
+
/** Suppresses the tooltip entirely: no hover or focus handler is registered and the bubble
|
|
16
|
+
* never renders. Lives on `Tooltip` rather than being read off the trigger's props, because
|
|
17
|
+
* the trigger is wrapped rather than cloned — its props are never inspected. */
|
|
18
|
+
disabled?: boolean;
|
|
19
|
+
/** Composed onto the bubble, not onto the trigger wrapper. */
|
|
20
|
+
className?: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* A small floating label describing its trigger, shown on hover and on keyboard focus and
|
|
24
|
+
* dismissed on `Escape`.
|
|
25
|
+
*
|
|
26
|
+
* The bubble portals into the nearest ancestor `.vpg-root` rather than `document.body`:
|
|
27
|
+
* `ThemeProvider` assigns every `--vpg-*` property on `.vpg-root`, so a bubble outside
|
|
28
|
+
* that subtree would resolve every `var()` to nothing and lose colour-mode adaptation entirely.
|
|
29
|
+
* With no `.vpg-root` ancestor — an unthemed page, or a test rendering the component on its
|
|
30
|
+
* own — the bubble renders inline as the trigger's sibling instead. It is positioned by the same
|
|
31
|
+
* computed coordinates either way; only the `--vpg-*` values it inherits differ.
|
|
32
|
+
*/
|
|
33
|
+
export declare function Tooltip({ content, children, placement, disabled, className }: TooltipProps): import("react").JSX.Element;
|
|
34
|
+
//# sourceMappingURL=Tooltip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../src/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AACA,OAAO,EAA0C,KAAK,SAAS,EAAY,MAAM,OAAO,CAAC;AAIzF,MAAM,MAAM,gBAAgB,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;AAEnE,MAAM,WAAW,YAAY;IAC3B,kCAAkC;IAClC,OAAO,EAAE,SAAS,CAAC;IACnB;;;;kFAI8E;IAC9E,QAAQ,EAAE,SAAS,CAAC;IACpB;6BACyB;IACzB,SAAS,CAAC,EAAE,gBAAgB,CAAC;IAC7B;;oFAEgF;IAChF,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,8DAA8D;IAC9D,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAQD;;;;;;;;;;GAUG;AACH,wBAAgB,OAAO,CAAC,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAiB,EAAE,QAAgB,EAAE,SAAS,EAAE,EAAE,YAAY,+BAuE1G"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* `<Tooltip>`'s own styles, injected as an inline `<style>` rather than a `.css` import so the
|
|
3
|
+
* package can stay `"sideEffects": false` (same approach as `Button`'s and `Avatar`'s
|
|
4
|
+
* stylesheets).
|
|
5
|
+
*
|
|
6
|
+
* Every `--vpg-*` property is *read* here through `var()` and never assigned inline by the
|
|
7
|
+
* component: an inline style declaration always wins over a stylesheet rule for the same
|
|
8
|
+
* property on the same element, so an inline `--vpg-ink` would permanently shadow the
|
|
9
|
+
* dark-mode reassignment in `@vipengele/react-tokens`'s base stylesheet and this tooltip would stop
|
|
10
|
+
* adapting to colour mode. The component's only inline style is floating-ui's computed
|
|
11
|
+
* `position`/`top`/`left`, which are plain CSS properties carrying a per-instance coordinate.
|
|
12
|
+
*
|
|
13
|
+
* The bubble inverts the surface: `--vpg-ink` as background against `--vpg-surface` as
|
|
14
|
+
* text. Both flip together with colour mode, so a small floating label keeps the widest contrast
|
|
15
|
+
* the theme offers in either mode without hard-coding a colour.
|
|
16
|
+
*
|
|
17
|
+
* The label takes a step of the type scale, and the bubble the top step of the stacking family:
|
|
18
|
+
* a tooltip can be triggered from inside any other floating surface and must never be occluded by
|
|
19
|
+
* its own trigger.
|
|
20
|
+
*/
|
|
21
|
+
export declare const tooltipStylesheet = "\n.vpg-tooltip-trigger {\n /* Inline-flex rather than inline: the wrapper exists only to carry the ref and the hover/focus\n handlers, and must not add a baseline gap under the element it wraps. */\n display: inline-flex;\n}\n\n.vpg-tooltip {\n position: absolute;\n z-index: var(--vpg-layer-tooltip);\n box-sizing: border-box;\n /* The size of a container, not a step of anything: no scale carries a measurement this large,\n and a `--vpg-*` name the theme never assigns advertises a theming hook that doesn't\n exist. */\n max-width: 16rem;\n padding: 0.25rem 0.5rem;\n border-radius: var(--vpg-radius-sm);\n background-color: var(--vpg-ink);\n color: var(--vpg-surface);\n font-family: var(--vpg-font-sans);\n font-size: var(--vpg-font-size-xs);\n line-height: 1.4;\n /* A tooltip that could be hovered would sit between the pointer and the trigger and flicker\n the trigger's own hover state off. */\n pointer-events: none;\n /* Long content wraps against max-width instead of stretching off-screen; an explicit newline\n in the content is still honoured. */\n white-space: pre-line;\n overflow-wrap: break-word;\n}\n";
|
|
22
|
+
//# sourceMappingURL=Tooltip.stylesheet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tooltip.stylesheet.d.ts","sourceRoot":"","sources":["../../src/Tooltip/Tooltip.stylesheet.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,iBAAiB,6oCA8B7B,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { ComponentPropsWithoutRef, ElementType, ReactNode } from "react";
|
|
2
|
+
export type TypographyVariant = "display" | "h1" | "h2" | "h3" | "h4" | "body-lg" | "body-md" | "body-sm" | "caption";
|
|
3
|
+
export type TypographyWeight = "regular" | "medium" | "bold";
|
|
4
|
+
/** A curated set of `--vpg-*` ink tokens — no arbitrary CSS colour is accepted, so text
|
|
5
|
+
* always tracks light/dark mode through the same variables the rest of the library reads. */
|
|
6
|
+
export type TypographyColor = "primary" | "secondary" | "subtle" | "accent";
|
|
7
|
+
interface TypographyOwnProps {
|
|
8
|
+
variant?: TypographyVariant;
|
|
9
|
+
weight?: TypographyWeight;
|
|
10
|
+
color?: TypographyColor;
|
|
11
|
+
className?: string;
|
|
12
|
+
children?: ReactNode;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* `as` overrides only the rendered tag, never the visual style: `<Typography variant="h1"
|
|
16
|
+
* as="div">` keeps the h1 look but renders a `<div>`, which is how a heading-styled label can
|
|
17
|
+
* sit somewhere an `<h1>` would break document outline rules.
|
|
18
|
+
*/
|
|
19
|
+
export type TypographyProps<C extends ElementType = "p"> = TypographyOwnProps & {
|
|
20
|
+
as?: C;
|
|
21
|
+
} & Omit<ComponentPropsWithoutRef<C>, keyof TypographyOwnProps | "as">;
|
|
22
|
+
/**
|
|
23
|
+
* The library's text atom. Visual style comes from `variant`/`weight`/`color`; the rendered
|
|
24
|
+
* tag comes from `variant`'s default or from `as`, independently of one another.
|
|
25
|
+
*/
|
|
26
|
+
export declare function Typography<C extends ElementType = "p">({ variant, weight, color, as, className, children, ...rest }: TypographyProps<C>): import("react").JSX.Element;
|
|
27
|
+
export {};
|
|
28
|
+
//# sourceMappingURL=Typography.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Typography.d.ts","sourceRoot":"","sources":["../../src/Typography/Typography.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAG9E,MAAM,MAAM,iBAAiB,GAAG,SAAS,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,CAAC;AAEtH,MAAM,MAAM,gBAAgB,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;AAE7D;6FAC6F;AAC7F,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAgB5E,UAAU,kBAAkB;IAC1B,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B,KAAK,CAAC,EAAE,eAAe,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AAED;;;;GAIG;AACH,MAAM,MAAM,eAAe,CAAC,CAAC,SAAS,WAAW,GAAG,GAAG,IAAI,kBAAkB,GAAG;IAC9E,EAAE,CAAC,EAAE,CAAC,CAAC;CACR,GAAG,IAAI,CAAC,wBAAwB,CAAC,CAAC,CAAC,EAAE,MAAM,kBAAkB,GAAG,IAAI,CAAC,CAAC;AAEvE;;;GAGG;AACH,wBAAgB,UAAU,CAAC,CAAC,SAAS,WAAW,GAAG,GAAG,EAAE,EACtD,OAAmB,EACnB,MAAkB,EAClB,KAAiB,EACjB,EAAE,EACF,SAAS,EACT,QAAQ,EACR,GAAG,IAAI,EACR,EAAE,eAAe,CAAC,CAAC,CAAC,+BA2BpB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* `<Typography>`'s own styles, injected as an inline `<style>` rather than a `.css` import so
|
|
3
|
+
* the package can stay `"sideEffects": false` (same approach as `@vipengele/react-tokens`'s base
|
|
4
|
+
* stylesheet and `Button`'s stylesheet).
|
|
5
|
+
*
|
|
6
|
+
* Every `--vpg-*` property is *read* here through `var()` and never assigned inline by the
|
|
7
|
+
* component: an inline style declaration always wins over a stylesheet rule for the same
|
|
8
|
+
* property on the same element, so an inline `--vpg-ink` would permanently shadow the
|
|
9
|
+
* dark-mode reassignment in `@vipengele/react-tokens`'s base stylesheet and this text would stop
|
|
10
|
+
* adapting to colour mode.
|
|
11
|
+
*
|
|
12
|
+
* Every variant takes a step of the type scale: the four heading roles the scale's top four steps
|
|
13
|
+
* below `display`, which takes the step above them so the two remain distinguishable.
|
|
14
|
+
*/
|
|
15
|
+
export declare const typographyStylesheet = "\n.vpg-typography {\n margin: 0;\n font-family: inherit;\n}\n\n.vpg-typography-display {\n font-size: var(--vpg-font-size-5xl);\n line-height: 1.1;\n letter-spacing: -0.02em;\n}\n\n.vpg-typography-h1 {\n font-size: var(--vpg-font-size-4xl);\n line-height: 1.15;\n letter-spacing: -0.01em;\n}\n\n.vpg-typography-h2 {\n font-size: var(--vpg-font-size-3xl);\n line-height: 1.2;\n}\n\n.vpg-typography-h3 {\n font-size: var(--vpg-font-size-2xl);\n line-height: 1.25;\n}\n\n.vpg-typography-h4 {\n font-size: var(--vpg-font-size-xl);\n line-height: 1.3;\n}\n\n.vpg-typography-body-lg {\n font-size: var(--vpg-font-size-lg);\n line-height: 1.5;\n}\n\n.vpg-typography-body-md {\n font-size: var(--vpg-font-size-md);\n line-height: 1.5;\n}\n\n.vpg-typography-body-sm {\n font-size: var(--vpg-font-size-sm);\n line-height: 1.5;\n}\n\n.vpg-typography-caption {\n font-size: var(--vpg-font-size-xs);\n line-height: 1.4;\n}\n\n.vpg-typography-weight-regular {\n font-weight: 400;\n}\n\n.vpg-typography-weight-medium {\n font-weight: 500;\n}\n\n.vpg-typography-weight-bold {\n font-weight: 700;\n}\n\n.vpg-typography-color-primary {\n color: var(--vpg-ink);\n}\n\n.vpg-typography-color-secondary {\n color: var(--vpg-ink-muted);\n}\n\n.vpg-typography-color-subtle {\n color: var(--vpg-ink-subtle);\n}\n\n.vpg-typography-color-accent {\n color: var(--vpg-accent);\n}\n";
|
|
16
|
+
//# sourceMappingURL=Typography.stylesheet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Typography.stylesheet.d.ts","sourceRoot":"","sources":["../../src/Typography/Typography.stylesheet.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,oBAAoB,02CAgFhC,CAAC"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export { Avatar, type AvatarProps, type AvatarShape, type AvatarSize } from "./Avatar/Avatar.js";
|
|
2
|
+
export { Button, type ButtonProps, type ButtonSize, type ButtonVariant } from "./Button/Button.js";
|
|
3
|
+
export { ButtonGroup, type ButtonGroupOrientation, type ButtonGroupProps, } from "./ButtonGroup/ButtonGroup.js";
|
|
4
|
+
export { Card, type CardContentProps, type CardFooterProps, type CardHeaderProps, type CardProps, } from "./Card/Card.js";
|
|
5
|
+
export { Dropdown, type DropdownAsyncOption, type DropdownGroupProps, type DropdownMultipleProps, type DropdownOptionProps, type DropdownProps, type DropdownSingleProps, type DropdownValue, } from "./Dropdown/Dropdown.js";
|
|
6
|
+
export { FieldSet, type FieldSetProps } from "./FieldSet/FieldSet.js";
|
|
7
|
+
export { FieldShell, type FieldShellProps } from "./FieldShell/FieldShell.js";
|
|
8
|
+
export { FormField, type FormFieldProps } from "./FormField/FormField.js";
|
|
9
|
+
export { PasswordInput, type PasswordInputProps } from "./PasswordInput/PasswordInput.js";
|
|
10
|
+
export { Popover, type PopoverPlacement, type PopoverProps, } from "./Popover/Popover.js";
|
|
11
|
+
export { Progress, type ProgressProps, type ProgressSize } from "./Progress/Progress.js";
|
|
12
|
+
export { RadioButton, type RadioButtonProps } from "./RadioButton/RadioButton.js";
|
|
13
|
+
export { RadioGroup, type RadioGroupContextValue, type RadioGroupProps, } from "./RadioGroup/RadioGroup.js";
|
|
14
|
+
export { Skeleton, type SkeletonProps, type SkeletonVariant } from "./Skeleton/Skeleton.js";
|
|
15
|
+
export { Slider, type SliderProps } from "./Slider/Slider.js";
|
|
16
|
+
export { Spinner, type SpinnerProps, type SpinnerSize } from "./Spinner/Spinner.js";
|
|
17
|
+
export { Tabs, type TabsListProps, type TabsOrientation, type TabsPanelProps, type TabsProps, type TabsTabProps, } from "./Tabs/Tabs.js";
|
|
18
|
+
export { TextField, type TextFieldProps } from "./TextField/TextField.js";
|
|
19
|
+
export { Toggle, type ToggleProps } from "./Toggle/Toggle.js";
|
|
20
|
+
export { Tooltip, type TooltipPlacement, type TooltipProps, } from "./Tooltip/Tooltip.js";
|
|
21
|
+
export { Typography, type TypographyColor, type TypographyProps, type TypographyVariant, type TypographyWeight, } from "./Typography/Typography.js";
|
|
22
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,KAAK,WAAW,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAC;AACjG,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,KAAK,UAAU,EAAE,KAAK,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnG,OAAO,EACL,WAAW,EACX,KAAK,sBAAsB,EAC3B,KAAK,gBAAgB,GACtB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EACL,IAAI,EACJ,KAAK,gBAAgB,EACrB,KAAK,eAAe,EACpB,KAAK,eAAe,EACpB,KAAK,SAAS,GACf,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,QAAQ,EACR,KAAK,mBAAmB,EACxB,KAAK,kBAAkB,EACvB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,aAAa,EAClB,KAAK,mBAAmB,EACxB,KAAK,aAAa,GACnB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACtE,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAC9E,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1E,OAAO,EAAE,aAAa,EAAE,KAAK,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AAC1F,OAAO,EACL,OAAO,EACP,KAAK,gBAAgB,EACrB,KAAK,YAAY,GAClB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,KAAK,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACzF,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAClF,OAAO,EACL,UAAU,EACV,KAAK,sBAAsB,EAC3B,KAAK,eAAe,GACrB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,KAAK,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC5F,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAC9D,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACpF,OAAO,EACL,IAAI,EACJ,KAAK,aAAa,EAClB,KAAK,eAAe,EACpB,KAAK,cAAc,EACnB,KAAK,SAAS,EACd,KAAK,YAAY,GAClB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1E,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAC9D,OAAO,EACL,OAAO,EACP,KAAK,gBAAgB,EACrB,KAAK,YAAY,GAClB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,UAAU,EACV,KAAK,eAAe,EACpB,KAAK,eAAe,EACpB,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,GACtB,MAAM,4BAA4B,CAAC"}
|