@wow-two-beta/ui 0.0.55 → 0.0.56
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/actions/index.js +1 -1
- package/dist/{chunk-7Q25FEQB.js → chunk-2HWZH6GF.js} +7 -33
- package/dist/chunk-2HWZH6GF.js.map +1 -0
- package/dist/{chunk-HS5BIBT2.js → chunk-46BOUO7J.js} +26 -8
- package/dist/chunk-46BOUO7J.js.map +1 -0
- package/dist/{chunk-AKNT7FUA.js → chunk-5QP5D3H3.js} +4 -4
- package/dist/{chunk-AKNT7FUA.js.map → chunk-5QP5D3H3.js.map} +1 -1
- package/dist/{chunk-S6RT24VI.js → chunk-BKWLS6V2.js} +20 -14
- package/dist/chunk-BKWLS6V2.js.map +1 -0
- package/dist/chunk-BWWF3DDM.js +34 -0
- package/dist/chunk-BWWF3DDM.js.map +1 -0
- package/dist/{chunk-OMSOGGGK.js → chunk-IEAFEEZB.js} +3 -3
- package/dist/{chunk-OMSOGGGK.js.map → chunk-IEAFEEZB.js.map} +1 -1
- package/dist/{chunk-OO7UYVI7.js → chunk-PGU27Z2H.js} +112 -29
- package/dist/chunk-PGU27Z2H.js.map +1 -0
- package/dist/display/eyebrow/Eyebrow.d.ts +17 -0
- package/dist/display/eyebrow/Eyebrow.d.ts.map +1 -0
- package/dist/display/eyebrow/index.d.ts +2 -0
- package/dist/display/eyebrow/index.d.ts.map +1 -0
- package/dist/display/index.d.ts +3 -0
- package/dist/display/index.d.ts.map +1 -1
- package/dist/display/index.js +2 -1
- package/dist/display/metaInline/MetaInline.d.ts +14 -0
- package/dist/display/metaInline/MetaInline.d.ts.map +1 -0
- package/dist/display/metaInline/index.d.ts +2 -0
- package/dist/display/metaInline/index.d.ts.map +1 -0
- package/dist/display/metricChip/MetricChip.d.ts +21 -0
- package/dist/display/metricChip/MetricChip.d.ts.map +1 -0
- package/dist/display/metricChip/index.d.ts +2 -0
- package/dist/display/metricChip/index.d.ts.map +1 -0
- package/dist/display/status/Status.d.ts +2 -0
- package/dist/display/status/Status.d.ts.map +1 -1
- package/dist/display/text/Text.variants.d.ts +28 -0
- package/dist/display/text/Text.variants.d.ts.map +1 -1
- package/dist/forms/index.js +3 -3
- package/dist/forms/label/Label.d.ts +2 -0
- package/dist/forms/label/Label.d.ts.map +1 -1
- package/dist/index.js +7 -6
- package/dist/layout/index.js +3 -2
- package/dist/overlays/drawer/Drawer.d.ts +3 -0
- package/dist/overlays/drawer/Drawer.d.ts.map +1 -1
- package/dist/overlays/index.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-7Q25FEQB.js.map +0 -1
- package/dist/chunk-HS5BIBT2.js.map +0 -1
- package/dist/chunk-OO7UYVI7.js.map +0 -1
- package/dist/chunk-S6RT24VI.js.map +0 -1
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { type ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
type EyebrowLevel = 1 | 2 | 3 | 4 | 5 | 6;
|
|
3
|
+
export interface EyebrowProps extends ComponentPropsWithoutRef<'h2'> {
|
|
4
|
+
/** Semantic heading level (1–6). Default 3. */
|
|
5
|
+
level?: EyebrowLevel;
|
|
6
|
+
/** Color tone. Default `muted`. */
|
|
7
|
+
tone?: 'muted' | 'subtle' | 'default';
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Tiny uppercase mini-heading — used above sections in drawers/cards
|
|
11
|
+
* ("FULL TEXT", "SEGMENTS"). Lighter than `SectionHeader` (which is a
|
|
12
|
+
* chunkier title+description+actions component). Standardised uppercase +
|
|
13
|
+
* tracking treatment.
|
|
14
|
+
*/
|
|
15
|
+
export declare const Eyebrow: import("react").ForwardRefExoticComponent<EyebrowProps & import("react").RefAttributes<HTMLHeadingElement>>;
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=Eyebrow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Eyebrow.d.ts","sourceRoot":"","sources":["../../../src/display/eyebrow/Eyebrow.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,wBAAwB,EAE9B,MAAM,OAAO,CAAC;AAGf,KAAK,YAAY,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AAE1C,MAAM,WAAW,YAAa,SAAQ,wBAAwB,CAAC,IAAI,CAAC;IAClE,+CAA+C;IAC/C,KAAK,CAAC,EAAE,YAAY,CAAC;IACrB,mCAAmC;IACnC,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,SAAS,CAAC;CACvC;AAQD;;;;;GAKG;AACH,eAAO,MAAM,OAAO,6GAenB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/display/eyebrow/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,WAAW,CAAC"}
|
package/dist/display/index.d.ts
CHANGED
|
@@ -21,6 +21,9 @@ export * from './status';
|
|
|
21
21
|
export * from './keyboardShortcut';
|
|
22
22
|
export * from './descriptionList';
|
|
23
23
|
export * from './infoRow';
|
|
24
|
+
export * from './metricChip';
|
|
25
|
+
export * from './eyebrow';
|
|
26
|
+
export * from './metaInline';
|
|
24
27
|
export * from './badgeOverlay';
|
|
25
28
|
export * from './sectionHeader';
|
|
26
29
|
export * from './highlight';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/display/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,OAAO,CAAC;AACtB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/display/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,OAAO,CAAC;AACtB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC"}
|
package/dist/display/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivityFeed, ActivityItem, AnimatedNumber, AnnotationMarker, AudioPlayer, AudioWaveform, Avatar, AvatarGroup, Badge, BadgeOverlay, Card, Carousel, CarouselDot, CarouselDots, CarouselNext, CarouselPrev, CarouselSlide, CarouselSlides, CarouselViewport, ChatBubble, Code, Collapsible, CollapsibleContent, CollapsibleTrigger, Comment, CommentThread, Confetti, CountBadge, CountUp, DataGrid, DataTable, DaySeparator, DescriptionList, DiffViewer, EmptyState, EventCalendar, Gantt, GradientText, Heading, HeatmapCalendar, Highlight, Image, InfoRow, KeyboardShortcut, List, ListItem, Mark, Marquee, MessageList, NodeEditor, NotificationDot, PDFViewer, Quote, ReactionBar, ScheduleView, ScrollReveal, SectionHeader, Separator, Snippet, Sparkline, Stat, Status, SwipeActions, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeaderCell, TableRow, Tabs, TabsList, TabsPanel, TabsTab, Text, ThreadView, Tilt, Timeline, TimelineDescription, TimelineItem, TimelineTitle, Tooltip, Tree, TreeGroup, TreeItem, Typewriter, VideoPlayer, avatarVariants, badgeVariants, codeVariants, headingVariants, textVariants } from '../chunk-
|
|
1
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivityFeed, ActivityItem, AnimatedNumber, AnnotationMarker, AudioPlayer, AudioWaveform, Avatar, AvatarGroup, Badge, BadgeOverlay, Card, Carousel, CarouselDot, CarouselDots, CarouselNext, CarouselPrev, CarouselSlide, CarouselSlides, CarouselViewport, ChatBubble, Code, Collapsible, CollapsibleContent, CollapsibleTrigger, Comment, CommentThread, Confetti, CountBadge, CountUp, DataGrid, DataTable, DaySeparator, DescriptionList, DiffViewer, EmptyState, EventCalendar, Eyebrow, Gantt, GradientText, Heading, HeatmapCalendar, Highlight, Image, InfoRow, KeyboardShortcut, List, ListItem, Mark, Marquee, MessageList, MetaInline, MetricChip, NodeEditor, NotificationDot, PDFViewer, Quote, ReactionBar, ScheduleView, ScrollReveal, SectionHeader, Separator, Snippet, Sparkline, Stat, Status, SwipeActions, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeaderCell, TableRow, Tabs, TabsList, TabsPanel, TabsTab, Text, ThreadView, Tilt, Timeline, TimelineDescription, TimelineItem, TimelineTitle, Tooltip, Tree, TreeGroup, TreeItem, Typewriter, VideoPlayer, avatarVariants, badgeVariants, codeVariants, headingVariants, textVariants } from '../chunk-PGU27Z2H.js';
|
|
2
2
|
export { Kbd, Tag, tagVariants } from '../chunk-VIWAIXVK.js';
|
|
3
|
+
import '../chunk-BWWF3DDM.js';
|
|
3
4
|
import '../chunk-NUMFGKPY.js';
|
|
4
5
|
import '../chunk-F227LKWK.js';
|
|
5
6
|
import '../chunk-RDDIOVK4.js';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { type ComponentPropsWithoutRef, type ReactNode } from 'react';
|
|
2
|
+
export interface MetaInlineProps extends ComponentPropsWithoutRef<'div'> {
|
|
3
|
+
/** Right-aligned slot — typically small action buttons. */
|
|
4
|
+
actions?: ReactNode;
|
|
5
|
+
/** Gap between left-side meta items. Default `2`. */
|
|
6
|
+
gap?: '1' | '2' | '3';
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Horizontal inline row of meta items (Badges, MetricChips, Status, etc.)
|
|
10
|
+
* + an optional trailing actions slot. Captures the recurring "meta row"
|
|
11
|
+
* pattern in drawer/card bodies — badges left, action buttons right.
|
|
12
|
+
*/
|
|
13
|
+
export declare const MetaInline: import("react").ForwardRefExoticComponent<MetaInlineProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
14
|
+
//# sourceMappingURL=MetaInline.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MetaInline.d.ts","sourceRoot":"","sources":["../../../src/display/metaInline/MetaInline.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,wBAAwB,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAIlF,MAAM,WAAW,eAAgB,SAAQ,wBAAwB,CAAC,KAAK,CAAC;IACtE,2DAA2D;IAC3D,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,qDAAqD;IACrD,GAAG,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC;CACvB;AAED;;;;GAIG;AACH,eAAO,MAAM,UAAU,4GAYtB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/display/metaInline/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { type ComponentPropsWithoutRef, type ReactNode } from 'react';
|
|
2
|
+
export interface MetricChipProps extends Omit<ComponentPropsWithoutRef<'span'>, 'children'> {
|
|
3
|
+
/** Optional leading icon (tone-tinted via the `tone` prop). */
|
|
4
|
+
icon?: ReactNode;
|
|
5
|
+
/** Uppercase mini-LABEL rendered after the icon. */
|
|
6
|
+
label: ReactNode;
|
|
7
|
+
/** Value rendered after the label, tabular-nums. */
|
|
8
|
+
value: ReactNode;
|
|
9
|
+
/** Tone tinting for the icon. Default `neutral`. */
|
|
10
|
+
tone?: 'neutral' | 'success' | 'warning' | 'danger' | 'info';
|
|
11
|
+
/** Visual size — drives gap + text-size token. Default `sm`. */
|
|
12
|
+
size?: 'xs' | 'sm' | 'md';
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Horizontal label-value chip with a leading tone-tinted icon and an
|
|
16
|
+
* uppercase mini-LABEL. Used for stat strips. Distinct from `Stat` (large
|
|
17
|
+
* KPI tile), `InfoRow` (justify-between two-column row), and `Status`
|
|
18
|
+
* (dot+text). Renders inline-flex.
|
|
19
|
+
*/
|
|
20
|
+
export declare const MetricChip: import("react").ForwardRefExoticComponent<MetricChipProps & import("react").RefAttributes<HTMLSpanElement>>;
|
|
21
|
+
//# sourceMappingURL=MetricChip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MetricChip.d.ts","sourceRoot":"","sources":["../../../src/display/metricChip/MetricChip.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,wBAAwB,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAGlF,MAAM,WAAW,eAAgB,SAAQ,IAAI,CAAC,wBAAwB,CAAC,MAAM,CAAC,EAAE,UAAU,CAAC;IACzF,+DAA+D;IAC/D,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,oDAAoD;IACpD,KAAK,EAAE,SAAS,CAAC;IACjB,oDAAoD;IACpD,KAAK,EAAE,SAAS,CAAC;IACjB,oDAAoD;IACpD,IAAI,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;IAC7D,gEAAgE;IAChE,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3B;AAmBD;;;;;GAKG;AACH,eAAO,MAAM,UAAU,6GAiBtB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/display/metricChip/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -3,6 +3,8 @@ export interface StatusProps extends Omit<ComponentPropsWithoutRef<'span'>, 'chi
|
|
|
3
3
|
tone?: 'success' | 'warning' | 'destructive' | 'info' | 'neutral';
|
|
4
4
|
/** Optional pulsing ring around the dot. */
|
|
5
5
|
pulse?: boolean;
|
|
6
|
+
/** Visual size — drives dot dimensions, text size, and gap. Default `md`. */
|
|
7
|
+
size?: 'xs' | 'sm' | 'md';
|
|
6
8
|
children?: ReactNode;
|
|
7
9
|
}
|
|
8
10
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Status.d.ts","sourceRoot":"","sources":["../../../src/display/status/Status.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,wBAAwB,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAGlF,MAAM,WAAW,WAAY,SAAQ,IAAI,CAAC,wBAAwB,CAAC,MAAM,CAAC,EAAE,UAAU,CAAC;IACrF,IAAI,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,aAAa,GAAG,MAAM,GAAG,SAAS,CAAC;IAClE,4CAA4C;IAC5C,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;
|
|
1
|
+
{"version":3,"file":"Status.d.ts","sourceRoot":"","sources":["../../../src/display/status/Status.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,wBAAwB,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAGlF,MAAM,WAAW,WAAY,SAAQ,IAAI,CAAC,wBAAwB,CAAC,MAAM,CAAC,EAAE,UAAU,CAAC;IACrF,IAAI,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,aAAa,GAAG,MAAM,GAAG,SAAS,CAAC;IAClE,4CAA4C;IAC5C,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,6EAA6E;IAC7E,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AAgBD;;;;GAIG;AACH,eAAO,MAAM,MAAM,yGAwBlB,CAAC"}
|
|
@@ -21,6 +21,7 @@ export declare const textVariants: import("tailwind-variants").TVReturnType<{
|
|
|
21
21
|
success: string;
|
|
22
22
|
warning: string;
|
|
23
23
|
danger: string;
|
|
24
|
+
info: string;
|
|
24
25
|
};
|
|
25
26
|
align: {
|
|
26
27
|
left: string;
|
|
@@ -31,6 +32,9 @@ export declare const textVariants: import("tailwind-variants").TVReturnType<{
|
|
|
31
32
|
truncate: {
|
|
32
33
|
true: string;
|
|
33
34
|
};
|
|
35
|
+
tabular: {
|
|
36
|
+
true: string;
|
|
37
|
+
};
|
|
34
38
|
}, undefined, "", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
35
39
|
size: {
|
|
36
40
|
xs: string;
|
|
@@ -53,6 +57,7 @@ export declare const textVariants: import("tailwind-variants").TVReturnType<{
|
|
|
53
57
|
success: string;
|
|
54
58
|
warning: string;
|
|
55
59
|
danger: string;
|
|
60
|
+
info: string;
|
|
56
61
|
};
|
|
57
62
|
align: {
|
|
58
63
|
left: string;
|
|
@@ -63,6 +68,9 @@ export declare const textVariants: import("tailwind-variants").TVReturnType<{
|
|
|
63
68
|
truncate: {
|
|
64
69
|
true: string;
|
|
65
70
|
};
|
|
71
|
+
tabular: {
|
|
72
|
+
true: string;
|
|
73
|
+
};
|
|
66
74
|
}, {
|
|
67
75
|
size: {
|
|
68
76
|
xs: string;
|
|
@@ -85,6 +93,7 @@ export declare const textVariants: import("tailwind-variants").TVReturnType<{
|
|
|
85
93
|
success: string;
|
|
86
94
|
warning: string;
|
|
87
95
|
danger: string;
|
|
96
|
+
info: string;
|
|
88
97
|
};
|
|
89
98
|
align: {
|
|
90
99
|
left: string;
|
|
@@ -95,6 +104,9 @@ export declare const textVariants: import("tailwind-variants").TVReturnType<{
|
|
|
95
104
|
truncate: {
|
|
96
105
|
true: string;
|
|
97
106
|
};
|
|
107
|
+
tabular: {
|
|
108
|
+
true: string;
|
|
109
|
+
};
|
|
98
110
|
}>, {
|
|
99
111
|
size: {
|
|
100
112
|
xs: string;
|
|
@@ -117,6 +129,7 @@ export declare const textVariants: import("tailwind-variants").TVReturnType<{
|
|
|
117
129
|
success: string;
|
|
118
130
|
warning: string;
|
|
119
131
|
danger: string;
|
|
132
|
+
info: string;
|
|
120
133
|
};
|
|
121
134
|
align: {
|
|
122
135
|
left: string;
|
|
@@ -127,6 +140,9 @@ export declare const textVariants: import("tailwind-variants").TVReturnType<{
|
|
|
127
140
|
truncate: {
|
|
128
141
|
true: string;
|
|
129
142
|
};
|
|
143
|
+
tabular: {
|
|
144
|
+
true: string;
|
|
145
|
+
};
|
|
130
146
|
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
131
147
|
size: {
|
|
132
148
|
xs: string;
|
|
@@ -149,6 +165,7 @@ export declare const textVariants: import("tailwind-variants").TVReturnType<{
|
|
|
149
165
|
success: string;
|
|
150
166
|
warning: string;
|
|
151
167
|
danger: string;
|
|
168
|
+
info: string;
|
|
152
169
|
};
|
|
153
170
|
align: {
|
|
154
171
|
left: string;
|
|
@@ -159,6 +176,9 @@ export declare const textVariants: import("tailwind-variants").TVReturnType<{
|
|
|
159
176
|
truncate: {
|
|
160
177
|
true: string;
|
|
161
178
|
};
|
|
179
|
+
tabular: {
|
|
180
|
+
true: string;
|
|
181
|
+
};
|
|
162
182
|
}, undefined, "", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
163
183
|
size: {
|
|
164
184
|
xs: string;
|
|
@@ -181,6 +201,7 @@ export declare const textVariants: import("tailwind-variants").TVReturnType<{
|
|
|
181
201
|
success: string;
|
|
182
202
|
warning: string;
|
|
183
203
|
danger: string;
|
|
204
|
+
info: string;
|
|
184
205
|
};
|
|
185
206
|
align: {
|
|
186
207
|
left: string;
|
|
@@ -191,6 +212,9 @@ export declare const textVariants: import("tailwind-variants").TVReturnType<{
|
|
|
191
212
|
truncate: {
|
|
192
213
|
true: string;
|
|
193
214
|
};
|
|
215
|
+
tabular: {
|
|
216
|
+
true: string;
|
|
217
|
+
};
|
|
194
218
|
}, {
|
|
195
219
|
size: {
|
|
196
220
|
xs: string;
|
|
@@ -213,6 +237,7 @@ export declare const textVariants: import("tailwind-variants").TVReturnType<{
|
|
|
213
237
|
success: string;
|
|
214
238
|
warning: string;
|
|
215
239
|
danger: string;
|
|
240
|
+
info: string;
|
|
216
241
|
};
|
|
217
242
|
align: {
|
|
218
243
|
left: string;
|
|
@@ -223,6 +248,9 @@ export declare const textVariants: import("tailwind-variants").TVReturnType<{
|
|
|
223
248
|
truncate: {
|
|
224
249
|
true: string;
|
|
225
250
|
};
|
|
251
|
+
tabular: {
|
|
252
|
+
true: string;
|
|
253
|
+
};
|
|
226
254
|
}>, unknown, unknown, undefined>>;
|
|
227
255
|
export type TextVariants = VariantProps<typeof textVariants>;
|
|
228
256
|
//# sourceMappingURL=Text.variants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Text.variants.d.ts","sourceRoot":"","sources":["../../../src/display/text/Text.variants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,aAAa,CAAC;AAEpD,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"Text.variants.d.ts","sourceRoot":"","sources":["../../../src/display/text/Text.variants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,aAAa,CAAC;AAEpD,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA4CvB,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,YAAY,CAAC,OAAO,YAAY,CAAC,CAAC"}
|
package/dist/forms/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { ADDRESS_COUNTRIES, AddressForm, BUILT_IN_EMOJI, BUILT_IN_FONTS, Calendar, CharacterCount, ChatComposer, Checkbox, CheckboxField, CheckboxGroup, ChoiceCard, CodeEditor, ColorArea, ColorField, ColorPicker, ColorSlider, ColorSwatch, ColorSwatchPicker, ColorWheel, Combobox, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxSeparator, CronInput, CurrencyInput, DateField, DatePicker, DateRangePicker, Editable, EditableCancel, EditableInput, EditablePreview, EditableSubmit, EmailInput, EmojiPicker, Fieldset, FilePicker, FileUpload, FontPicker, FormErrorMessage, FormField, FormHelperText, GradientPicker, IconPicker, InputAddon, InputGroup, JSONEditor, KeyboardShortcutPicker, Knob, Label, LabeledInput, Legend, Listbox, ListboxEmpty, ListboxGroup, ListboxItem, ListboxSeparator, MarkdownEditor, MaskedInput, MultiSelect, MultiSelectContent, MultiSelectItem, MultiSelectTags, MultiSelectTrigger, NumberInput, PHONE_COUNTRIES, PasswordInput, PasswordStrength, PercentInput, PhoneInput, PinInput, Radio, RadioField, RadioGroup, RangeCalendar, ReactionPicker, RecurrenceEditor, SearchInput, Select, SelectContent, SelectItem, SelectTrigger, SelectValue, Slider, Stepper, StepperList, StepperPanel, StepperStep, Switch, SwitchField, TagsInput, TelInput, TextInput, Textarea, TimeField, TimePicker, UrlInput, Wizard, WizardFooter, WizardStep, WizardSteps, colorSwatchVariants, gradientToCss, useWizard } from '../chunk-
|
|
1
|
+
export { ADDRESS_COUNTRIES, AddressForm, BUILT_IN_EMOJI, BUILT_IN_FONTS, Calendar, CharacterCount, ChatComposer, Checkbox, CheckboxField, CheckboxGroup, ChoiceCard, CodeEditor, ColorArea, ColorField, ColorPicker, ColorSlider, ColorSwatch, ColorSwatchPicker, ColorWheel, Combobox, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxSeparator, CronInput, CurrencyInput, DateField, DatePicker, DateRangePicker, Editable, EditableCancel, EditableInput, EditablePreview, EditableSubmit, EmailInput, EmojiPicker, Fieldset, FilePicker, FileUpload, FontPicker, FormErrorMessage, FormField, FormHelperText, GradientPicker, IconPicker, InputAddon, InputGroup, JSONEditor, KeyboardShortcutPicker, Knob, Label, LabeledInput, Legend, Listbox, ListboxEmpty, ListboxGroup, ListboxItem, ListboxSeparator, MarkdownEditor, MaskedInput, MultiSelect, MultiSelectContent, MultiSelectItem, MultiSelectTags, MultiSelectTrigger, NumberInput, PHONE_COUNTRIES, PasswordInput, PasswordStrength, PercentInput, PhoneInput, PinInput, Radio, RadioField, RadioGroup, RangeCalendar, ReactionPicker, RecurrenceEditor, SearchInput, Select, SelectContent, SelectItem, SelectTrigger, SelectValue, Slider, Stepper, StepperList, StepperPanel, StepperStep, Switch, SwitchField, TagsInput, TelInput, TextInput, Textarea, TimeField, TimePicker, UrlInput, Wizard, WizardFooter, WizardStep, WizardSteps, colorSwatchVariants, gradientToCss, useWizard } from '../chunk-BKWLS6V2.js';
|
|
2
2
|
import '../chunk-CRKW4VXA.js';
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-
|
|
3
|
+
import '../chunk-IEAFEEZB.js';
|
|
4
|
+
import '../chunk-46BOUO7J.js';
|
|
5
5
|
import '../chunk-O2DK3E3E.js';
|
|
6
6
|
import '../chunk-526AMQXZ.js';
|
|
7
7
|
import '../chunk-VIWAIXVK.js';
|
|
@@ -2,6 +2,8 @@ import { type LabelHTMLAttributes } from 'react';
|
|
|
2
2
|
export interface LabelProps extends LabelHTMLAttributes<HTMLLabelElement> {
|
|
3
3
|
/** Show a `*` indicator. Auto-derived from `FormControl.isRequired` when present. */
|
|
4
4
|
required?: boolean;
|
|
5
|
+
/** Visual size. Default `md`. */
|
|
6
|
+
size?: 'xs' | 'sm' | 'md';
|
|
5
7
|
}
|
|
6
8
|
/**
|
|
7
9
|
* `<label>` wired to `FormControl` context — when wrapped in a `FormControl`
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Label.d.ts","sourceRoot":"","sources":["../../../src/forms/label/Label.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAI7D,MAAM,WAAW,UAAW,SAAQ,mBAAmB,CAAC,gBAAgB,CAAC;IACvE,qFAAqF;IACrF,QAAQ,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Label.d.ts","sourceRoot":"","sources":["../../../src/forms/label/Label.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAI7D,MAAM,WAAW,UAAW,SAAQ,mBAAmB,CAAC,gBAAgB,CAAC;IACvE,qFAAqF;IACrF,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iCAAiC;IACjC,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3B;AAQD;;;GAGG;AACH,eAAO,MAAM,KAAK,yGAsBjB,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
export { ADDRESS_COUNTRIES, AddressForm, BUILT_IN_EMOJI, BUILT_IN_FONTS, Calendar, CharacterCount, ChatComposer, Checkbox, CheckboxField, CheckboxGroup, ChoiceCard, CodeEditor, ColorArea, ColorField, ColorPicker, ColorSlider, ColorSwatch, ColorSwatchPicker, ColorWheel, Combobox, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxSeparator, CronInput, CurrencyInput, DateField, DatePicker, DateRangePicker, Editable, EditableCancel, EditableInput, EditablePreview, EditableSubmit, EmailInput, EmojiPicker, Fieldset, FilePicker, FileUpload, FontPicker, FormErrorMessage, FormField, FormHelperText, GradientPicker, IconPicker, InputAddon, InputGroup, JSONEditor, KeyboardShortcutPicker, Knob, Label, LabeledInput, Legend, Listbox, ListboxEmpty, ListboxGroup, ListboxItem, ListboxSeparator, MarkdownEditor, MaskedInput, MultiSelect, MultiSelectContent, MultiSelectItem, MultiSelectTags, MultiSelectTrigger, NumberInput, PHONE_COUNTRIES, PasswordInput, PasswordStrength, PercentInput, PhoneInput, PinInput, Radio, RadioField, RadioGroup, RangeCalendar, ReactionPicker, RecurrenceEditor, SearchInput, Select, SelectContent, SelectItem, SelectTrigger, SelectValue, Slider, Stepper, StepperList, StepperPanel, StepperStep, Switch, SwitchField, TagsInput, TelInput, TextInput, Textarea, TimeField, TimePicker, UrlInput, Wizard, WizardFooter, WizardStep, WizardSteps, colorSwatchVariants, gradientToCss, useWizard } from './chunk-
|
|
2
|
-
export { AppShell, AppShellAside, AppShellContent, AppShellFooter, AppShellHeader, AppShellMain, AppShellSidebar, AspectRatio, Box, Center, Cluster, Container, Flex, Frame, Grid, HStack,
|
|
1
|
+
export { ADDRESS_COUNTRIES, AddressForm, BUILT_IN_EMOJI, BUILT_IN_FONTS, Calendar, CharacterCount, ChatComposer, Checkbox, CheckboxField, CheckboxGroup, ChoiceCard, CodeEditor, ColorArea, ColorField, ColorPicker, ColorSlider, ColorSwatch, ColorSwatchPicker, ColorWheel, Combobox, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxSeparator, CronInput, CurrencyInput, DateField, DatePicker, DateRangePicker, Editable, EditableCancel, EditableInput, EditablePreview, EditableSubmit, EmailInput, EmojiPicker, Fieldset, FilePicker, FileUpload, FontPicker, FormErrorMessage, FormField, FormHelperText, GradientPicker, IconPicker, InputAddon, InputGroup, JSONEditor, KeyboardShortcutPicker, Knob, Label, LabeledInput, Legend, Listbox, ListboxEmpty, ListboxGroup, ListboxItem, ListboxSeparator, MarkdownEditor, MaskedInput, MultiSelect, MultiSelectContent, MultiSelectItem, MultiSelectTags, MultiSelectTrigger, NumberInput, PHONE_COUNTRIES, PasswordInput, PasswordStrength, PercentInput, PhoneInput, PinInput, Radio, RadioField, RadioGroup, RangeCalendar, ReactionPicker, RecurrenceEditor, SearchInput, Select, SelectContent, SelectItem, SelectTrigger, SelectValue, Slider, Stepper, StepperList, StepperPanel, StepperStep, Switch, SwitchField, TagsInput, TelInput, TextInput, Textarea, TimeField, TimePicker, UrlInput, Wizard, WizardFooter, WizardStep, WizardSteps, colorSwatchVariants, gradientToCss, useWizard } from './chunk-BKWLS6V2.js';
|
|
2
|
+
export { AppShell, AppShellAside, AppShellContent, AppShellFooter, AppShellHeader, AppShellMain, AppShellSidebar, AspectRatio, Box, Center, Cluster, Container, Flex, Frame, Grid, HStack, Overlay, PullToRefresh, ResizablePanel, ResizablePanels, ResizableSeparator, ScrollArea, Spacer, Stack, Surface, TwoColumn, VStack, containerVariants, gridVariants, stackVariants, useAppShell } from './chunk-2HWZH6GF.js';
|
|
3
3
|
export { Breadcrumb, CommandPalette, CommandPaletteContent, CommandPaletteEmpty, CommandPaletteGroup, CommandPaletteInput, CommandPaletteItem, CommandPaletteList, CommandPaletteSeparator, ContextMenu, ContextMenuContent, ContextMenuTrigger, DropdownMenu, DropdownMenuContent, DropdownMenuTrigger, Menu, MenuGroup, MenuItem, MenuLabel, MenuSeparator, Menubar, MenubarContent, MenubarMenu, MenubarTrigger, NavItem, NavigationMenu, NavigationMenuContent, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, Pagination, ScrollSpy, TableOfContents, menuItemVariants, menuLabelVariants, menuSeparatorVariants, menuVariants, useScrollSpy } from './chunk-BKR7A7WH.js';
|
|
4
4
|
import './chunk-CRKW4VXA.js';
|
|
5
|
-
export { ActionSheet, ActionSheetAction, ActionSheetCancel, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, BottomSheet, HoverCard, HoverCardArrow, HoverCardContent, HoverCardTrigger, Popover, PopoverArrow, PopoverContent, PopoverTrigger, useBottomSheet } from './chunk-
|
|
6
|
-
export { Drawer, DrawerBody, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerTitle, DrawerTrigger } from './chunk-
|
|
5
|
+
export { ActionSheet, ActionSheetAction, ActionSheetCancel, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, BottomSheet, HoverCard, HoverCardArrow, HoverCardContent, HoverCardTrigger, Popover, PopoverArrow, PopoverContent, PopoverTrigger, useBottomSheet } from './chunk-IEAFEEZB.js';
|
|
6
|
+
export { Drawer, DrawerBody, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerTitle, DrawerTrigger } from './chunk-46BOUO7J.js';
|
|
7
7
|
export { Dialog, DialogBody, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from './chunk-O2DK3E3E.js';
|
|
8
8
|
import './chunk-526AMQXZ.js';
|
|
9
|
-
export { BackToTopButton, Button, ButtonGroup, CopyButton, DisclosureButton, FAB, Link, SegmentedControl, SpeedDial, SpeedDialAction, SpeedDialTrigger, ToggleButton, ToggleButtonGroup, Toolbar, ToolbarButton, ToolbarLink, ToolbarSeparator, buttonVariants, fabVariants, linkVariants, toggleButtonVariants } from './chunk-
|
|
10
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivityFeed, ActivityItem, AnimatedNumber, AnnotationMarker, AudioPlayer, AudioWaveform, Avatar, AvatarGroup, Badge, BadgeOverlay, Card, Carousel, CarouselDot, CarouselDots, CarouselNext, CarouselPrev, CarouselSlide, CarouselSlides, CarouselViewport, ChatBubble, Code, Collapsible, CollapsibleContent, CollapsibleTrigger, Comment, CommentThread, Confetti, CountBadge, CountUp, DataGrid, DataTable, DaySeparator, DescriptionList, DiffViewer, EmptyState, EventCalendar, Gantt, GradientText, Heading, HeatmapCalendar, Highlight, Image, InfoRow, KeyboardShortcut, List, ListItem, Mark, Marquee, MessageList, NodeEditor, NotificationDot, PDFViewer, Quote, ReactionBar, ScheduleView, ScrollReveal, SectionHeader, Separator, Snippet, Sparkline, Stat, Status, SwipeActions, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeaderCell, TableRow, Tabs, TabsList, TabsPanel, TabsTab, Text, ThreadView, Tilt, Timeline, TimelineDescription, TimelineItem, TimelineTitle, Tooltip, Tree, TreeGroup, TreeItem, Typewriter, VideoPlayer, avatarVariants, badgeVariants, codeVariants, headingVariants, textVariants } from './chunk-
|
|
9
|
+
export { BackToTopButton, Button, ButtonGroup, CopyButton, DisclosureButton, FAB, Link, SegmentedControl, SpeedDial, SpeedDialAction, SpeedDialTrigger, ToggleButton, ToggleButtonGroup, Toolbar, ToolbarButton, ToolbarLink, ToolbarSeparator, buttonVariants, fabVariants, linkVariants, toggleButtonVariants } from './chunk-5QP5D3H3.js';
|
|
10
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivityFeed, ActivityItem, AnimatedNumber, AnnotationMarker, AudioPlayer, AudioWaveform, Avatar, AvatarGroup, Badge, BadgeOverlay, Card, Carousel, CarouselDot, CarouselDots, CarouselNext, CarouselPrev, CarouselSlide, CarouselSlides, CarouselViewport, ChatBubble, Code, Collapsible, CollapsibleContent, CollapsibleTrigger, Comment, CommentThread, Confetti, CountBadge, CountUp, DataGrid, DataTable, DaySeparator, DescriptionList, DiffViewer, EmptyState, EventCalendar, Eyebrow, Gantt, GradientText, Heading, HeatmapCalendar, Highlight, Image, InfoRow, KeyboardShortcut, List, ListItem, Mark, Marquee, MessageList, MetaInline, MetricChip, NodeEditor, NotificationDot, PDFViewer, Quote, ReactionBar, ScheduleView, ScrollReveal, SectionHeader, Separator, Snippet, Sparkline, Stat, Status, SwipeActions, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeaderCell, TableRow, Tabs, TabsList, TabsPanel, TabsTab, Text, ThreadView, Tilt, Timeline, TimelineDescription, TimelineItem, TimelineTitle, Tooltip, Tree, TreeGroup, TreeItem, Typewriter, VideoPlayer, avatarVariants, badgeVariants, codeVariants, headingVariants, textVariants } from './chunk-PGU27Z2H.js';
|
|
11
11
|
export { Kbd, Tag, tagVariants } from './chunk-VIWAIXVK.js';
|
|
12
|
+
export { Inline } from './chunk-BWWF3DDM.js';
|
|
12
13
|
export { Alert, AlertSimple, Banner, BannerSimple, Callout, InlineSpinner, LiveCursor, LoadingOverlay, LoadingState, MeterBar, NotificationCenter, NotificationItem, OnboardingChecklist, OnboardingChecklistTask, PresenceIndicator, ProgressBar, ProgressCircle, ProgressSteps, Skeleton, StatusIndicator, Toast, ToastSimple, Toaster, Tour, TrendIndicator, TypingIndicator, UndoBar, alertSimpleVariants, bannerSimpleVariants, progressFillVariants, progressTrackVariants, skeletonVariants, toastSimpleVariants, toaster, useOnboardingChecklist, useToaster } from './chunk-LLNJ3GD2.js';
|
|
13
14
|
export { Spinner, spinnerVariants } from './chunk-T6ZDMPHL.js';
|
|
14
15
|
export { Backdrop } from './chunk-BLXE2RCC.js';
|
package/dist/layout/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export { AppShell, AppShellAside, AppShellContent, AppShellFooter, AppShellHeader, AppShellMain, AppShellSidebar, AspectRatio, Box, Center, Cluster, Container, Flex, Frame, Grid, HStack,
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { AppShell, AppShellAside, AppShellContent, AppShellFooter, AppShellHeader, AppShellMain, AppShellSidebar, AspectRatio, Box, Center, Cluster, Container, Flex, Frame, Grid, HStack, Overlay, PullToRefresh, ResizablePanel, ResizablePanels, ResizableSeparator, ScrollArea, Spacer, Stack, Surface, TwoColumn, VStack, containerVariants, gridVariants, stackVariants, useAppShell } from '../chunk-2HWZH6GF.js';
|
|
2
|
+
import '../chunk-46BOUO7J.js';
|
|
3
3
|
import '../chunk-526AMQXZ.js';
|
|
4
|
+
export { Inline } from '../chunk-BWWF3DDM.js';
|
|
4
5
|
import '../chunk-T6ZDMPHL.js';
|
|
5
6
|
import '../chunk-BLXE2RCC.js';
|
|
6
7
|
import '../chunk-NUMFGKPY.js';
|
|
@@ -17,10 +17,13 @@ export interface DrawerTriggerProps extends Omit<ButtonHTMLAttributes<HTMLButton
|
|
|
17
17
|
children: ReactNode;
|
|
18
18
|
}
|
|
19
19
|
export declare const DrawerTrigger: import("react").ForwardRefExoticComponent<DrawerTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
20
|
+
export type DrawerSize = 'sm' | 'md' | 'lg' | 'xl' | 'full';
|
|
20
21
|
/** Represents the prop surface of `Drawer.Content`. */
|
|
21
22
|
export interface DrawerContentProps extends HTMLAttributes<HTMLDivElement>, SurfaceVariants {
|
|
22
23
|
hideBackdrop?: boolean;
|
|
23
24
|
blur?: boolean;
|
|
25
|
+
/** Per-side max-size token. Default `md` (preserves prior behavior for right/left at `sm`-ish width via `sm:max-w-md`). */
|
|
26
|
+
size?: DrawerSize;
|
|
24
27
|
children: ReactNode;
|
|
25
28
|
}
|
|
26
29
|
export declare const DrawerContent: import("react").ForwardRefExoticComponent<DrawerContentProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../../src/overlays/drawer/Drawer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAQL,KAAK,oBAAoB,EACzB,KAAK,cAAc,EACnB,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;AAEf,OAAO,EAAoC,KAAK,eAAe,EAAE,MAAM,aAAa,CAAC;AAIrF,OAAO,EACL,WAAW,EAGX,kBAAkB,EAClB,aAAa,EACb,aAAa,EACb,YAAY,EAEb,MAAM,kBAAkB,CAAC;AAE1B,MAAM,MAAM,UAAU,GAAG,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;AAqB7D,MAAM,WAAW,WAAW;IAC1B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,wBAAgB,MAAM,CAAC,EACrB,IAAI,EAAE,QAAQ,EACd,WAAmB,EACnB,YAAY,EACZ,IAAc,EACd,qBAA4B,EAC5B,eAAsB,EACtB,QAAQ,GACT,EAAE,WAAW,2CAyBb;AAED,MAAM,WAAW,kBACf,SAAQ,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,UAAU,CAAC;IACjE,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,eAAO,MAAM,aAAa,kHAsBzB,CAAC;
|
|
1
|
+
{"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../../src/overlays/drawer/Drawer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAQL,KAAK,oBAAoB,EACzB,KAAK,cAAc,EACnB,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;AAEf,OAAO,EAAoC,KAAK,eAAe,EAAE,MAAM,aAAa,CAAC;AAIrF,OAAO,EACL,WAAW,EAGX,kBAAkB,EAClB,aAAa,EACb,aAAa,EACb,YAAY,EAEb,MAAM,kBAAkB,CAAC;AAE1B,MAAM,MAAM,UAAU,GAAG,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;AAqB7D,MAAM,WAAW,WAAW;IAC1B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,wBAAgB,MAAM,CAAC,EACrB,IAAI,EAAE,QAAQ,EACd,WAAmB,EACnB,YAAY,EACZ,IAAc,EACd,qBAA4B,EAC5B,eAAsB,EACtB,QAAQ,GACT,EAAE,WAAW,2CAyBb;AAED,MAAM,WAAW,kBACf,SAAQ,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,UAAU,CAAC;IACjE,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,eAAO,MAAM,aAAa,kHAsBzB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;AAyB5D,uDAAuD;AACvD,MAAM,WAAW,kBAAmB,SAAQ,cAAc,CAAC,cAAc,CAAC,EAAE,eAAe;IACzF,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,2HAA2H;IAC3H,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,eAAO,MAAM,aAAa,+GAiFzB,CAAC;AAGF,eAAO,MAAM,YAAY,sBAAgB,CAAC;AAC1C,eAAO,MAAM,WAAW,qBAAe,CAAC;AACxC,eAAO,MAAM,iBAAiB,2BAAqB,CAAC;AACpD,eAAO,MAAM,UAAU,oBAAc,CAAC;AACtC,eAAO,MAAM,YAAY,sBAAgB,CAAC;AAC1C,eAAO,MAAM,WAAW,kJAAqB,CAAC;AAE9C,KAAK,eAAe,GAAG,OAAO,MAAM,GAAG;IACrC,OAAO,EAAE,OAAO,aAAa,CAAC;IAC9B,OAAO,EAAE,OAAO,aAAa,CAAC;IAC9B,MAAM,EAAE,OAAO,YAAY,CAAC;IAC5B,KAAK,EAAE,OAAO,WAAW,CAAC;IAC1B,WAAW,EAAE,OAAO,iBAAiB,CAAC;IACtC,IAAI,EAAE,OAAO,UAAU,CAAC;IACxB,MAAM,EAAE,OAAO,YAAY,CAAC;IAC5B,KAAK,EAAE,OAAO,WAAW,CAAC;CAC3B,CAAC;wBAWuB,eAAe;AAAxC,wBAAyC"}
|
package/dist/overlays/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { ActionSheet, ActionSheetAction, ActionSheetCancel, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, BottomSheet, HoverCard, HoverCardArrow, HoverCardContent, HoverCardTrigger, Popover, PopoverArrow, PopoverContent, PopoverTrigger, useBottomSheet } from '../chunk-
|
|
2
|
-
export { Drawer, DrawerBody, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerTitle, DrawerTrigger } from '../chunk-
|
|
1
|
+
export { ActionSheet, ActionSheetAction, ActionSheetCancel, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, BottomSheet, HoverCard, HoverCardArrow, HoverCardContent, HoverCardTrigger, Popover, PopoverArrow, PopoverContent, PopoverTrigger, useBottomSheet } from '../chunk-IEAFEEZB.js';
|
|
2
|
+
export { Drawer, DrawerBody, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerTitle, DrawerTrigger } from '../chunk-46BOUO7J.js';
|
|
3
3
|
export { Dialog, DialogBody, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from '../chunk-O2DK3E3E.js';
|
|
4
4
|
import '../chunk-526AMQXZ.js';
|
|
5
5
|
export { Backdrop } from '../chunk-BLXE2RCC.js';
|