@visitwonders/assembly 0.1.0 → 0.2.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/declarations/action/button-group.d.ts +89 -0
- package/declarations/action/button-group.d.ts.map +1 -0
- package/declarations/action/button.d.ts +4 -0
- package/declarations/action/button.d.ts.map +1 -1
- package/declarations/action/index.d.ts +1 -0
- package/declarations/action/index.d.ts.map +1 -1
- package/declarations/components/form/checkbox.d.ts +0 -65
- package/declarations/components/form/control.d.ts +0 -36
- package/declarations/components/form/error-message.d.ts +0 -22
- package/declarations/components/form/field.d.ts +0 -21
- package/declarations/components/form/form.d.ts +0 -14
- package/declarations/components/form/help-text.d.ts +0 -14
- package/declarations/components/form/index.d.ts +0 -15
- package/declarations/components/form/input.d.ts +0 -80
- package/declarations/components/form/label.d.ts +0 -34
- package/declarations/components/form/radio-group.d.ts +0 -43
- package/declarations/components/form/radio.d.ts +0 -54
- package/declarations/components/form/search-input.d.ts +0 -35
- package/declarations/components/form/select.d.ts +0 -36
- package/declarations/components/form/test.d.ts +0 -11
- package/declarations/components/form/textarea.d.ts +0 -79
- package/declarations/components/form/toggle.d.ts +0 -23
- package/declarations/components/primitives/grid-item.d.ts +0 -21
- package/declarations/components/primitives/grid.d.ts +0 -49
- package/declarations/components/primitives/h-stack.d.ts +0 -17
- package/declarations/components/primitives/heading.d.ts +0 -52
- package/declarations/components/primitives/image.d.ts +0 -24
- package/declarations/components/primitives/index.d.ts +0 -8
- package/declarations/components/primitives/link.d.ts +0 -16
- package/declarations/components/primitives/stack.d.ts +0 -23
- package/declarations/components/primitives/text.d.ts +0 -50
- package/declarations/components/primitives/v-stack.d.ts +0 -16
- package/declarations/components/ui/badge.d.ts +0 -14
- package/declarations/components/ui/button.d.ts +0 -32
- package/declarations/components/ui/card.d.ts +0 -27
- package/declarations/components/ui/description-list.d.ts +0 -22
- package/declarations/components/ui/drawer.d.ts +0 -14
- package/declarations/components/ui/icon-button.d.ts +0 -21
- package/declarations/components/ui/icon.d.ts +0 -21
- package/declarations/components/ui/index.d.ts +0 -17
- package/declarations/components/ui/modal.d.ts +0 -14
- package/declarations/components/ui/page-header.d.ts +0 -16
- package/declarations/components/ui/skeleton-card.d.ts +0 -17
- package/declarations/components/ui/skeleton-text.d.ts +0 -16
- package/declarations/components/ui/skeleton.d.ts +0 -20
- package/declarations/components/ui/spinner.d.ts +0 -11
- package/declarations/components/ui/tab-nav/index.d.ts +0 -36
- package/declarations/components/ui/table/body.d.ts +0 -11
- package/declarations/components/ui/table/caption.d.ts +0 -18
- package/declarations/components/ui/table/cell.d.ts +0 -31
- package/declarations/components/ui/table/footer.d.ts +0 -11
- package/declarations/components/ui/table/header-cell.d.ts +0 -35
- package/declarations/components/ui/table/header.d.ts +0 -11
- package/declarations/components/ui/table/row.d.ts +0 -21
- package/declarations/components/ui/table_old.d.ts +0 -29
- package/declarations/data/table.d.ts +0 -1
- package/declarations/data/table.d.ts.map +1 -1
- package/declarations/form/calendar.d.ts +0 -1
- package/declarations/form/calendar.d.ts.map +1 -1
- package/declarations/form/control.d.ts +5 -1
- package/declarations/form/control.d.ts.map +1 -1
- package/declarations/form/country-select-field.d.ts +6 -0
- package/declarations/form/country-select-field.d.ts.map +1 -1
- package/declarations/form/country-select.d.ts +0 -1
- package/declarations/form/country-select.d.ts.map +1 -1
- package/declarations/form/date-picker-field.d.ts +6 -0
- package/declarations/form/date-picker-field.d.ts.map +1 -1
- package/declarations/form/date-picker.d.ts +0 -1
- package/declarations/form/date-picker.d.ts.map +1 -1
- package/declarations/form/date-range-picker-field.d.ts +6 -0
- package/declarations/form/date-range-picker-field.d.ts.map +1 -1
- package/declarations/form/date-range-picker.d.ts +0 -1
- package/declarations/form/date-range-picker.d.ts.map +1 -1
- package/declarations/form/fieldset.d.ts +22 -0
- package/declarations/form/fieldset.d.ts.map +1 -0
- package/declarations/form/form.d.ts +0 -1
- package/declarations/form/form.d.ts.map +1 -1
- package/declarations/form/index.d.ts +1 -0
- package/declarations/form/index.d.ts.map +1 -1
- package/declarations/form/label.d.ts +4 -0
- package/declarations/form/label.d.ts.map +1 -1
- package/declarations/form/listbox.d.ts +0 -1
- package/declarations/form/listbox.d.ts.map +1 -1
- package/declarations/form/money-field.d.ts +6 -1
- package/declarations/form/money-field.d.ts.map +1 -1
- package/declarations/form/multi-select.d.ts +0 -1
- package/declarations/form/multi-select.d.ts.map +1 -1
- package/declarations/form/number-field.d.ts +9 -1
- package/declarations/form/number-field.d.ts.map +1 -1
- package/declarations/form/select-field.d.ts +4 -1
- package/declarations/form/select-field.d.ts.map +1 -1
- package/declarations/form/test.d.ts +0 -11
- package/declarations/form/text-field.d.ts +9 -0
- package/declarations/form/text-field.d.ts.map +1 -1
- package/declarations/form/time-picker-field.d.ts +6 -0
- package/declarations/form/time-picker-field.d.ts.map +1 -1
- package/declarations/form/time-picker.d.ts +0 -1
- package/declarations/form/time-picker.d.ts.map +1 -1
- package/declarations/form/toggle.d.ts +4 -0
- package/declarations/form/toggle.d.ts.map +1 -1
- package/declarations/layout/index.d.ts +1 -0
- package/declarations/layout/index.d.ts.map +1 -1
- package/declarations/layout/panel.d.ts +34 -0
- package/declarations/layout/panel.d.ts.map +1 -0
- package/declarations/media/icon.d.ts +0 -1
- package/declarations/media/icon.d.ts.map +1 -1
- package/declarations/media/image.d.ts +1 -1
- package/declarations/overlay/blanket.d.ts +0 -1
- package/declarations/overlay/blanket.d.ts.map +1 -1
- package/declarations/overlay/drawer.d.ts +4 -1
- package/declarations/overlay/drawer.d.ts.map +1 -1
- package/declarations/overlay/modal.d.ts +0 -1
- package/declarations/overlay/modal.d.ts.map +1 -1
- package/declarations/overlay/popover.d.ts +0 -1
- package/declarations/overlay/popover.d.ts.map +1 -1
- package/declarations/overlay/toast.d.ts +0 -1
- package/declarations/overlay/toast.d.ts.map +1 -1
- package/declarations/overlay/tooltip.d.ts +0 -1
- package/declarations/overlay/tooltip.d.ts.map +1 -1
- package/declarations/primitives/grid-item.d.ts +0 -21
- package/declarations/primitives/grid.d.ts +0 -49
- package/declarations/primitives/h-stack.d.ts +0 -17
- package/declarations/primitives/heading.d.ts +0 -52
- package/declarations/primitives/image.d.ts +0 -24
- package/declarations/primitives/index.d.ts +0 -4
- package/declarations/primitives/link.d.ts +0 -16
- package/declarations/primitives/stack.d.ts +0 -23
- package/declarations/primitives/text.d.ts +0 -50
- package/declarations/primitives/v-stack.d.ts +0 -16
- package/declarations/status/badge.d.ts +0 -1
- package/declarations/status/badge.d.ts.map +1 -1
- package/declarations/status/skeleton-avatar.d.ts +1 -1
- package/declarations/status/skeleton-avatar.d.ts.map +1 -1
- package/declarations/status/skeleton-button.d.ts +1 -1
- package/declarations/status/skeleton-button.d.ts.map +1 -1
- package/declarations/status/skeleton-image.d.ts +1 -1
- package/declarations/status/skeleton-image.d.ts.map +1 -1
- package/declarations/status/skeleton-text.d.ts +1 -1
- package/declarations/status/skeleton-text.d.ts.map +1 -1
- package/declarations/status/skeleton.d.ts +1 -1
- package/declarations/status/skeleton.d.ts.map +1 -1
- package/declarations/status/tag.d.ts +0 -1
- package/declarations/status/tag.d.ts.map +1 -1
- package/declarations/typography/link.d.ts +0 -16
- package/declarations/ui/button.d.ts +0 -50
- package/declarations/ui/icon.d.ts +0 -21
- package/dist/_app_/action/button-group.js +1 -0
- package/dist/_app_/form/fieldset.js +1 -0
- package/dist/_app_/layout/panel.js +1 -0
- package/dist/action/button-group.css +18 -0
- package/dist/action/button-group.js +130 -0
- package/dist/action/button-group.js.map +1 -0
- package/dist/action/button.css +152 -0
- package/dist/action/button.js +1 -1
- package/dist/action/index.js +1 -0
- package/dist/action/index.js.map +1 -1
- package/dist/data/table.css +48 -47
- package/dist/data/table.js +1 -1
- package/dist/form/checkbox.css +3 -3
- package/dist/form/control-css-02e93d930aecac651d5c69dc10a83504.css +36 -0
- package/dist/form/control.js +2 -2
- package/dist/form/country-select-field.js +1 -1
- package/dist/form/country-select-field.js.map +1 -1
- package/dist/form/country-select.css +1 -1
- package/dist/form/date-picker-field.js +1 -1
- package/dist/form/date-picker-field.js.map +1 -1
- package/dist/form/date-range-picker-field.js +1 -1
- package/dist/form/date-range-picker-field.js.map +1 -1
- package/dist/form/field.css +3 -3
- package/dist/form/fieldset.css +65 -0
- package/dist/form/fieldset.js +20 -0
- package/dist/form/fieldset.js.map +1 -0
- package/dist/form/help-text.css +1 -1
- package/dist/form/index.js +1 -0
- package/dist/form/index.js.map +1 -1
- package/dist/form/input.css +1 -0
- package/dist/form/label.css +15 -1
- package/dist/form/label.js +10 -4
- package/dist/form/money-field.js +1 -1
- package/dist/form/multi-select.css +1 -1
- package/dist/form/number-field.css +1 -0
- package/dist/form/number-field.js +1 -1
- package/dist/form/radio.css +3 -3
- package/dist/form/select-field.js +1 -1
- package/dist/form/select-field.js.map +1 -1
- package/dist/form/select.css +1 -1
- package/dist/form/{text-field-css-f60360f3f8aaf4da664eaccd1bcc9f8f.css → text-field-css-754feeb82dbd9fc9afdc1f00dceb13ad.css} +22 -1
- package/dist/form/text-field.js +2 -2
- package/dist/form/textarea.css +2 -1
- package/dist/form/time-picker-field.js +1 -1
- package/dist/form/time-picker-field.js.map +1 -1
- package/dist/form/toggle.css +27 -1
- package/dist/form/toggle.js +4 -1
- package/dist/layout/{divider-css-1ba104b9c606cbd1f542b45640fb5f2b.css → divider-css-7e0cc7d350e31172582851c6cb2cf586.css} +2 -2
- package/dist/layout/divider.js +1 -1
- package/dist/layout/{grid-css-086976eb41686e3714554f56c098d3d5.css → grid-css-c8259b34d7062f44e78f0a2cc139cb44.css} +13 -13
- package/dist/layout/grid.js +1 -1
- package/dist/layout/index.js +1 -0
- package/dist/layout/index.js.map +1 -1
- package/dist/layout/panel.css +229 -0
- package/dist/layout/panel.js +32 -0
- package/dist/layout/panel.js.map +1 -0
- package/dist/overlay/blanket.css +12 -11
- package/dist/overlay/blanket.js +1 -1
- package/dist/overlay/drawer.css +99 -62
- package/dist/overlay/drawer.js +7 -4
- package/dist/overlay/modal.css +22 -21
- package/dist/overlay/modal.js +4 -4
- package/dist/overlay/popover.css +30 -29
- package/dist/overlay/popover.js +4 -4
- package/dist/overlay/toast.css +49 -48
- package/dist/overlay/toast.js +2 -2
- package/dist/overlay/tooltip.css +38 -37
- package/dist/overlay/tooltip.js +2 -2
- package/dist/skeleton-shared-BTA5oAjw.js +3 -0
- package/dist/skeleton-shared-BTA5oAjw.js.map +1 -0
- package/dist/status/badge.css +30 -29
- package/dist/status/badge.js +1 -1
- package/dist/status/skeleton-avatar.js +1 -1
- package/dist/status/skeleton-avatar.js.map +1 -1
- package/dist/status/skeleton-button.js +1 -1
- package/dist/status/skeleton-button.js.map +1 -1
- package/dist/status/skeleton-image.js +1 -1
- package/dist/status/skeleton-image.js.map +1 -1
- package/dist/status/skeleton-text.js +1 -1
- package/dist/status/skeleton-text.js.map +1 -1
- package/dist/status/skeleton.js +1 -1
- package/dist/status/skeleton.js.map +1 -1
- package/dist/status/tag.css +50 -51
- package/dist/status/tag.js +1 -1
- package/dist/styles/base/typography.css +1 -1
- package/dist/styles/primitive/typography.css +10 -7
- package/dist/styles/semantic/typography.css +4 -4
- package/dist/styles.css +15 -12
- package/dist/typography/{heading-css-8850735eabc2efb34f15240b852c99e7.css → heading-css-726c4c3109f2b741657733e1ba103c67.css} +9 -9
- package/dist/typography/heading.js +1 -1
- package/package.json +22 -18
- package/dist/form/control-css-6c81caf37fd813b36033091d5340bc70.css +0 -20
- package/dist/skeleton-CL5Pcwrk.js +0 -3
- package/dist/skeleton-CL5Pcwrk.js.map +0 -1
- /package/dist/status/{skeleton.css → skeleton-shared.css} +0 -0
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import type { TOC } from '@ember/component/template-only';
|
|
2
|
-
type SpanValue = 1 | 2 | 3 | 4 | 5 | 6;
|
|
3
|
-
type StartValue = 1 | 2 | 3 | 4 | 5 | 6 | 7;
|
|
4
|
-
type AlignValue = 'start' | 'center' | 'end' | 'stretch';
|
|
5
|
-
export interface GridItemSignature {
|
|
6
|
-
Element: HTMLDivElement;
|
|
7
|
-
Args: {
|
|
8
|
-
colSpan?: SpanValue | 'full';
|
|
9
|
-
rowSpan?: SpanValue;
|
|
10
|
-
colStart?: StartValue;
|
|
11
|
-
rowStart?: StartValue;
|
|
12
|
-
alignSelf?: AlignValue;
|
|
13
|
-
justifySelf?: AlignValue;
|
|
14
|
-
};
|
|
15
|
-
Blocks: {
|
|
16
|
-
default: [];
|
|
17
|
-
};
|
|
18
|
-
}
|
|
19
|
-
declare const GridItem: TOC<GridItemSignature>;
|
|
20
|
-
export default GridItem;
|
|
21
|
-
//# sourceMappingURL=grid-item.d.ts.map
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import Component from '@glimmer/component';
|
|
2
|
-
import GridItem from './grid-item';
|
|
3
|
-
type ColumnCount = 1 | 2 | 3 | 4 | 5 | 6;
|
|
4
|
-
type RowCount = 1 | 2 | 3 | 4 | 5 | 6;
|
|
5
|
-
type GapToken = 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
6
|
-
type MinChildWidth = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
7
|
-
type AlignValue = 'start' | 'center' | 'end' | 'stretch';
|
|
8
|
-
export interface GridSignature {
|
|
9
|
-
Element: HTMLDivElement;
|
|
10
|
-
Args: {
|
|
11
|
-
columns?: ColumnCount | 'auto' | string;
|
|
12
|
-
rows?: RowCount | 'auto' | string;
|
|
13
|
-
minChildWidth?: MinChildWidth;
|
|
14
|
-
gap?: GapToken;
|
|
15
|
-
gapX?: GapToken;
|
|
16
|
-
gapY?: GapToken;
|
|
17
|
-
align?: AlignValue;
|
|
18
|
-
justify?: AlignValue;
|
|
19
|
-
inline?: boolean;
|
|
20
|
-
};
|
|
21
|
-
Blocks: {
|
|
22
|
-
default: [typeof GridItem];
|
|
23
|
-
};
|
|
24
|
-
}
|
|
25
|
-
export default class Grid extends Component<GridSignature> {
|
|
26
|
-
static Item: import("@ember/component/template-only").TOC<import('./grid-item').GridItemSignature>;
|
|
27
|
-
get columns(): string | ColumnCount;
|
|
28
|
-
get rows(): string | RowCount | undefined;
|
|
29
|
-
get minChildWidth(): MinChildWidth;
|
|
30
|
-
get gap(): GapToken;
|
|
31
|
-
get gapX(): GapToken;
|
|
32
|
-
get gapY(): GapToken;
|
|
33
|
-
get align(): AlignValue;
|
|
34
|
-
get justify(): AlignValue;
|
|
35
|
-
get inline(): boolean;
|
|
36
|
-
get isAutoColumns(): boolean;
|
|
37
|
-
get isTemplateColumns(): boolean;
|
|
38
|
-
get isCountColumns(): boolean;
|
|
39
|
-
get columnsDataValue(): string | number | undefined;
|
|
40
|
-
get columnsStyle(): string | null;
|
|
41
|
-
get isAutoRows(): boolean;
|
|
42
|
-
get isTemplateRows(): boolean;
|
|
43
|
-
get isCountRows(): boolean;
|
|
44
|
-
get rowsDataValue(): string | number | undefined;
|
|
45
|
-
get rowsStyle(): string | null;
|
|
46
|
-
get style(): string | null;
|
|
47
|
-
}
|
|
48
|
-
export { GridItem };
|
|
49
|
-
//# sourceMappingURL=grid.d.ts.map
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import type { TOC } from '@ember/component/template-only';
|
|
2
|
-
export interface HStackSignature {
|
|
3
|
-
Element: HTMLDivElement;
|
|
4
|
-
Args: {
|
|
5
|
-
gap?: 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
6
|
-
align?: 'start' | 'center' | 'end' | 'stretch' | 'baseline';
|
|
7
|
-
justify?: 'start' | 'center' | 'end' | 'between';
|
|
8
|
-
wrap?: boolean;
|
|
9
|
-
inline?: boolean;
|
|
10
|
-
};
|
|
11
|
-
Blocks: {
|
|
12
|
-
default: [];
|
|
13
|
-
};
|
|
14
|
-
}
|
|
15
|
-
declare const HStack: TOC<HStackSignature>;
|
|
16
|
-
export default HStack;
|
|
17
|
-
//# sourceMappingURL=h-stack.d.ts.map
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import Component from '@glimmer/component';
|
|
2
|
-
export interface HeadingSignature {
|
|
3
|
-
Element: HTMLHeadingElement;
|
|
4
|
-
Args: {
|
|
5
|
-
level?: 1 | 2 | 3 | 4 | 5 | 6;
|
|
6
|
-
size?: 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | '5xl';
|
|
7
|
-
weight?: 'regular' | 'medium' | 'semibold' | 'bold';
|
|
8
|
-
tone?: 'primary' | 'secondary' | 'muted' | 'inherit';
|
|
9
|
-
align?: 'left' | 'center' | 'right';
|
|
10
|
-
truncate?: boolean;
|
|
11
|
-
wrap?: 'normal' | 'nowrap' | 'balance' | 'pretty';
|
|
12
|
-
};
|
|
13
|
-
Blocks: {
|
|
14
|
-
default: [];
|
|
15
|
-
};
|
|
16
|
-
}
|
|
17
|
-
export default class Heading extends Component<HeadingSignature> {
|
|
18
|
-
get level(): 1 | 2 | 3 | 4 | 5 | 6;
|
|
19
|
-
get levelDefaults(): {
|
|
20
|
-
readonly tag: "h1";
|
|
21
|
-
readonly size: "4xl";
|
|
22
|
-
readonly weight: "medium";
|
|
23
|
-
} | {
|
|
24
|
-
readonly tag: "h2";
|
|
25
|
-
readonly size: "3xl";
|
|
26
|
-
readonly weight: "medium";
|
|
27
|
-
} | {
|
|
28
|
-
readonly tag: "h3";
|
|
29
|
-
readonly size: "2xl";
|
|
30
|
-
readonly weight: "medium";
|
|
31
|
-
} | {
|
|
32
|
-
readonly tag: "h4";
|
|
33
|
-
readonly size: "xl";
|
|
34
|
-
readonly weight: "medium";
|
|
35
|
-
} | {
|
|
36
|
-
readonly tag: "h5";
|
|
37
|
-
readonly size: "lg";
|
|
38
|
-
readonly weight: "medium";
|
|
39
|
-
} | {
|
|
40
|
-
readonly tag: "h6";
|
|
41
|
-
readonly size: "md";
|
|
42
|
-
readonly weight: "medium";
|
|
43
|
-
};
|
|
44
|
-
get tag(): "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
|
|
45
|
-
get size(): "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl";
|
|
46
|
-
get weight(): "regular" | "medium" | "semibold" | "bold";
|
|
47
|
-
get tone(): "primary" | "secondary" | "muted" | "inherit";
|
|
48
|
-
get align(): "left" | "center" | "right";
|
|
49
|
-
get truncate(): boolean;
|
|
50
|
-
get wrap(): "normal" | "nowrap" | "balance" | "pretty";
|
|
51
|
-
}
|
|
52
|
-
//# sourceMappingURL=heading.d.ts.map
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import Component from '@glimmer/component';
|
|
2
|
-
export interface ImageSignature {
|
|
3
|
-
Element: HTMLImageElement;
|
|
4
|
-
Args: {
|
|
5
|
-
src: string;
|
|
6
|
-
alt: string;
|
|
7
|
-
aspectRatio?: '1/1' | '4/3' | '16/9' | '3/2' | '2/3' | 'auto';
|
|
8
|
-
objectFit?: 'cover' | 'contain' | 'fill' | 'none' | 'scale-down';
|
|
9
|
-
objectPosition?: 'center' | 'top' | 'bottom' | 'left' | 'right';
|
|
10
|
-
radius?: 'none' | 'sm' | 'md' | 'lg' | 'full';
|
|
11
|
-
loading?: 'lazy' | 'eager';
|
|
12
|
-
onLoad?: () => void;
|
|
13
|
-
onError?: () => void;
|
|
14
|
-
};
|
|
15
|
-
}
|
|
16
|
-
export default class Image extends Component<ImageSignature> {
|
|
17
|
-
get fit(): "none" | "fill" | "cover" | "contain" | "scale-down";
|
|
18
|
-
get position(): "left" | "center" | "right" | "top" | "bottom";
|
|
19
|
-
get radius(): "sm" | "md" | "lg" | "none" | "full";
|
|
20
|
-
get loading(): "eager" | "lazy";
|
|
21
|
-
handleLoad(): void;
|
|
22
|
-
handleError(): void;
|
|
23
|
-
}
|
|
24
|
-
//# sourceMappingURL=image.d.ts.map
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { TOC } from '@ember/component/template-only';
|
|
2
|
-
export interface LinkSignature {
|
|
3
|
-
Element: HTMLAnchorElement;
|
|
4
|
-
Args: {
|
|
5
|
-
route: string;
|
|
6
|
-
model?: any;
|
|
7
|
-
isBlock?: boolean;
|
|
8
|
-
variant?: 'default' | 'unstyled';
|
|
9
|
-
};
|
|
10
|
-
Blocks: {
|
|
11
|
-
default: [];
|
|
12
|
-
};
|
|
13
|
-
}
|
|
14
|
-
declare const Link: TOC<LinkSignature>;
|
|
15
|
-
export default Link;
|
|
16
|
-
//# sourceMappingURL=link.d.ts.map
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import Component from '@glimmer/component';
|
|
2
|
-
export interface StackSignature {
|
|
3
|
-
Element: HTMLDivElement;
|
|
4
|
-
Args: {
|
|
5
|
-
direction: 'row' | 'column';
|
|
6
|
-
gap?: 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
7
|
-
align?: 'start' | 'center' | 'end' | 'stretch' | 'baseline';
|
|
8
|
-
justify?: 'start' | 'center' | 'end' | 'between';
|
|
9
|
-
wrap?: boolean;
|
|
10
|
-
inline?: boolean;
|
|
11
|
-
};
|
|
12
|
-
Blocks: {
|
|
13
|
-
default: [];
|
|
14
|
-
};
|
|
15
|
-
}
|
|
16
|
-
export default class Stack extends Component<StackSignature> {
|
|
17
|
-
get gap(): "sm" | "md" | "lg" | "xs" | "none" | "xl";
|
|
18
|
-
get align(): "center" | "start" | "end" | "stretch" | "baseline";
|
|
19
|
-
get justify(): "center" | "start" | "end" | "between";
|
|
20
|
-
get wrap(): boolean;
|
|
21
|
-
get inline(): boolean;
|
|
22
|
-
}
|
|
23
|
-
//# sourceMappingURL=stack.d.ts.map
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import Component from '@glimmer/component';
|
|
2
|
-
export interface TextSignature {
|
|
3
|
-
Element: HTMLElement;
|
|
4
|
-
Args: {
|
|
5
|
-
variant?: 'body' | 'body-sm' | 'caption' | 'label' | 'overline' | 'lead';
|
|
6
|
-
size?: 'xs' | 'sm' | 'md' | 'lg';
|
|
7
|
-
weight?: 'regular' | 'medium' | 'semibold' | 'bold';
|
|
8
|
-
tone?: 'primary' | 'secondary' | 'muted' | 'critical' | 'success' | 'warning' | 'inherit';
|
|
9
|
-
as?: 'span' | 'p' | 'label' | 'strong' | 'em' | 'div';
|
|
10
|
-
align?: 'left' | 'center' | 'right';
|
|
11
|
-
truncate?: boolean;
|
|
12
|
-
maxLines?: 1 | 2 | 3 | 4 | 5;
|
|
13
|
-
wrap?: 'normal' | 'nowrap' | 'balance' | 'pretty';
|
|
14
|
-
decoration?: 'none' | 'underline' | 'line-through';
|
|
15
|
-
transform?: 'none' | 'uppercase' | 'lowercase' | 'capitalize';
|
|
16
|
-
};
|
|
17
|
-
Blocks: {
|
|
18
|
-
default: [];
|
|
19
|
-
};
|
|
20
|
-
}
|
|
21
|
-
export default class Text extends Component<TextSignature> {
|
|
22
|
-
get variantDefaults(): {
|
|
23
|
-
readonly size: "md";
|
|
24
|
-
readonly weight: "regular";
|
|
25
|
-
} | {
|
|
26
|
-
readonly size: "sm";
|
|
27
|
-
readonly weight: "regular";
|
|
28
|
-
} | {
|
|
29
|
-
readonly size: "xs";
|
|
30
|
-
readonly weight: "regular";
|
|
31
|
-
} | {
|
|
32
|
-
readonly size: "sm";
|
|
33
|
-
readonly weight: "medium";
|
|
34
|
-
} | {
|
|
35
|
-
readonly size: "xs";
|
|
36
|
-
readonly weight: "semibold";
|
|
37
|
-
} | {
|
|
38
|
-
readonly size: "lg";
|
|
39
|
-
readonly weight: "regular";
|
|
40
|
-
};
|
|
41
|
-
get size(): "sm" | "md" | "lg" | "xs";
|
|
42
|
-
get weight(): "regular" | "medium" | "semibold" | "bold";
|
|
43
|
-
get tone(): "primary" | "secondary" | "muted" | "critical" | "success" | "warning" | "inherit";
|
|
44
|
-
get align(): "left" | "center" | "right";
|
|
45
|
-
get truncate(): boolean;
|
|
46
|
-
get wrap(): "normal" | "nowrap" | "balance" | "pretty";
|
|
47
|
-
get decoration(): "none" | "underline" | "line-through";
|
|
48
|
-
get transform(): "none" | "uppercase" | "lowercase" | "capitalize";
|
|
49
|
-
}
|
|
50
|
-
//# sourceMappingURL=text.d.ts.map
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { TOC } from '@ember/component/template-only';
|
|
2
|
-
export interface VStackSignature {
|
|
3
|
-
Element: HTMLDivElement;
|
|
4
|
-
Args: {
|
|
5
|
-
gap?: 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
6
|
-
align?: 'start' | 'center' | 'end' | 'stretch';
|
|
7
|
-
justify?: 'start' | 'center' | 'end' | 'between';
|
|
8
|
-
inline?: boolean;
|
|
9
|
-
};
|
|
10
|
-
Blocks: {
|
|
11
|
-
default: [];
|
|
12
|
-
};
|
|
13
|
-
}
|
|
14
|
-
declare const VStack: TOC<VStackSignature>;
|
|
15
|
-
export default VStack;
|
|
16
|
-
//# sourceMappingURL=v-stack.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../src/status/badge.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../src/status/badge.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAE3C,MAAM,MAAM,SAAS,GACjB,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,UAAU,GACV,MAAM,CAAC;AACX,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,QAAQ,GAAG,SAAS,CAAC;AAC5D,MAAM,MAAM,SAAS,GAAG,IAAI,GAAG,IAAI,CAAC;AAEpC,MAAM,WAAW,cAAc;IAC7B,OAAO,EAAE,eAAe,CAAC;IACzB,IAAI,EAAE;QACJ,iBAAiB;QACjB,IAAI,CAAC,EAAE,SAAS,CAAC;QAEjB,mBAAmB;QACnB,OAAO,CAAC,EAAE,YAAY,CAAC;QAEvB,WAAW;QACX,IAAI,CAAC,EAAE,SAAS,CAAC;QAEjB,yBAAyB;QACzB,GAAG,CAAC,EAAE,OAAO,CAAC;QAEd,kDAAkD;QAClD,KAAK,CAAC,EAAE,MAAM,CAAC;QAEf,qDAAqD;QACrD,GAAG,CAAC,EAAE,MAAM,CAAC;QAEb,uDAAuD;QACvD,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB,CAAC;IACF,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;QACZ,MAAM,EAAE,EAAE,CAAC;QACX,MAAM,EAAE,EAAE,CAAC;KACZ,CAAC;CACH;AAED,MAAM,CAAC,OAAO,OAAO,KAAM,SAAQ,SAAS,CAAC,cAAc,CAAC;IAC1D,IAAI,IAAI,IAAI,SAAS,CAEpB;IAED,IAAI,OAAO,IAAI,YAAY,CAE1B;IAED,IAAI,IAAI,IAAI,SAAS,CAEpB;IAED,IAAI,GAAG,IAAI,MAAM,CAEhB;IAED,IAAI,WAAW,IAAI,OAAO,CAEzB;IAED,IAAI,YAAY,IAAI,MAAM,CAKzB;CAkDF"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import Component from '@glimmer/component';
|
|
2
2
|
import type { SkeletonAnimation } from './skeleton';
|
|
3
|
-
import './skeleton.css';
|
|
3
|
+
import './skeleton-shared.css';
|
|
4
4
|
export type SkeletonAvatarSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
5
5
|
export interface SkeletonAvatarSignature {
|
|
6
6
|
Element: HTMLDivElement;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skeleton-avatar.d.ts","sourceRoot":"","sources":["../../src/status/skeleton-avatar.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAC3C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,
|
|
1
|
+
{"version":3,"file":"skeleton-avatar.d.ts","sourceRoot":"","sources":["../../src/status/skeleton-avatar.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAC3C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,uBAAuB,CAAC;AAE/B,MAAM,MAAM,kBAAkB,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAElE,MAAM,WAAW,uBAAuB;IACtC,OAAO,EAAE,cAAc,CAAC;IACxB,IAAI,EAAE;QACJ,kBAAkB;QAClB,IAAI,CAAC,EAAE,kBAAkB,CAAC;QAE1B,kDAAkD;QAClD,UAAU,CAAC,EAAE,MAAM,CAAC;QAEpB,sBAAsB;QACtB,SAAS,CAAC,EAAE,iBAAiB,CAAC;KAC/B,CAAC;CACH;AAED,MAAM,CAAC,OAAO,OAAO,cAAe,SAAQ,SAAS,CAAC,uBAAuB,CAAC;IAC5E,IAAI,IAAI,IAAI,kBAAkB,CAE7B;IAED,IAAI,SAAS,IAAI,iBAAiB,CAEjC;IAED,IAAI,aAAa,IAAI,OAAO,CAE3B;IAED,IAAI,KAAK,IAAI,MAAM,GAAG,SAAS,CAI9B;CAmBF"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import Component from '@glimmer/component';
|
|
2
2
|
import type { SkeletonAnimation } from './skeleton';
|
|
3
|
-
import './skeleton.css';
|
|
3
|
+
import './skeleton-shared.css';
|
|
4
4
|
export type SkeletonButtonSize = 'sm' | 'md' | 'lg';
|
|
5
5
|
export interface SkeletonButtonSignature {
|
|
6
6
|
Element: HTMLDivElement;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skeleton-button.d.ts","sourceRoot":"","sources":["../../src/status/skeleton-button.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAC3C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,
|
|
1
|
+
{"version":3,"file":"skeleton-button.d.ts","sourceRoot":"","sources":["../../src/status/skeleton-button.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAC3C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,uBAAuB,CAAC;AAE/B,MAAM,MAAM,kBAAkB,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEpD,MAAM,WAAW,uBAAuB;IACtC,OAAO,EAAE,cAAc,CAAC;IACxB,IAAI,EAAE;QACJ,mDAAmD;QACnD,IAAI,CAAC,EAAE,kBAAkB,CAAC;QAE1B,+BAA+B;QAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;QAEf,sBAAsB;QACtB,SAAS,CAAC,EAAE,iBAAiB,CAAC;KAC/B,CAAC;CACH;AAED,MAAM,CAAC,OAAO,OAAO,cAAe,SAAQ,SAAS,CAAC,uBAAuB,CAAC;IAC5E,IAAI,IAAI,IAAI,kBAAkB,CAE7B;IAED,IAAI,SAAS,IAAI,iBAAiB,CAEjC;IAED,IAAI,KAAK,IAAI,MAAM,GAAG,SAAS,CAG9B;CAmBF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skeleton-image.d.ts","sourceRoot":"","sources":["../../src/status/skeleton-image.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAC3C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,
|
|
1
|
+
{"version":3,"file":"skeleton-image.d.ts","sourceRoot":"","sources":["../../src/status/skeleton-image.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAC3C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,uBAAuB,CAAC;AAE/B,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,cAAc,CAAC;IACxB,IAAI,EAAE;QACJ,8CAA8C;QAC9C,KAAK,CAAC,EAAE,MAAM,CAAC;QAEf,+CAA+C;QAC/C,MAAM,CAAC,EAAE,MAAM,CAAC;QAEhB,gDAAgD;QAChD,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB,sBAAsB;QACtB,SAAS,CAAC,EAAE,iBAAiB,CAAC;KAC/B,CAAC;CACH;AAED,MAAM,CAAC,OAAO,OAAO,aAAc,SAAQ,SAAS,CAAC,sBAAsB,CAAC;IAC1E,IAAI,SAAS,IAAI,iBAAiB,CAEjC;IAED,IAAI,KAAK,IAAI,MAAM,CAgBlB;CAkBF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skeleton-text.d.ts","sourceRoot":"","sources":["../../src/status/skeleton-text.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAE3C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,
|
|
1
|
+
{"version":3,"file":"skeleton-text.d.ts","sourceRoot":"","sources":["../../src/status/skeleton-text.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAE3C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,uBAAuB,CAAC;AAE/B,MAAM,WAAW,qBAAqB;IACpC,OAAO,EAAE,cAAc,CAAC;IACxB,IAAI,EAAE;QACJ,qCAAqC;QACrC,KAAK,CAAC,EAAE,MAAM,CAAC;QAEf,oCAAoC;QACpC,GAAG,CAAC,EAAE,MAAM,CAAC;QAEb,uDAAuD;QACvD,aAAa,CAAC,EAAE,MAAM,CAAC;QAEvB,sBAAsB;QACtB,SAAS,CAAC,EAAE,iBAAiB,CAAC;KAC/B,CAAC;CACH;AAED,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,SAAS,CAAC,qBAAqB,CAAC;IACxE,IAAI,KAAK,IAAI,MAAM,CAElB;IAED,IAAI,GAAG,IAAI,MAAM,CAEhB;IAED,IAAI,SAAS,IAAI,iBAAiB,CAEjC;IAED,IAAI,WAAW,IAAI,MAAM,EAAE,CAE1B;IAED,IAAI,KAAK,IAAI,MAAM,CAUlB;CA6BF"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import Component from '@glimmer/component';
|
|
2
|
-
import './skeleton.css';
|
|
2
|
+
import './skeleton-shared.css';
|
|
3
3
|
export type SkeletonVariant = 'text' | 'rectangular' | 'circular';
|
|
4
4
|
export type SkeletonRadius = 'none' | 'sm' | 'md' | 'lg' | 'full';
|
|
5
5
|
export type SkeletonAnimation = 'pulse' | 'wave' | 'none';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skeleton.d.ts","sourceRoot":"","sources":["../../src/status/skeleton.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAC3C,OAAO,
|
|
1
|
+
{"version":3,"file":"skeleton.d.ts","sourceRoot":"","sources":["../../src/status/skeleton.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAC3C,OAAO,uBAAuB,CAAC;AAE/B,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,aAAa,GAAG,UAAU,CAAC;AAClE,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;AAClE,MAAM,MAAM,iBAAiB,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,CAAC;AAE1D,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,cAAc,CAAC;IACxB,IAAI,EAAE;QACJ,6DAA6D;QAC7D,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QAExB,8DAA8D;QAC9D,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QAEzB,oBAAoB;QACpB,OAAO,CAAC,EAAE,eAAe,CAAC;QAE1B,6BAA6B;QAC7B,MAAM,CAAC,EAAE,cAAc,CAAC;QAExB,sBAAsB;QACtB,SAAS,CAAC,EAAE,iBAAiB,CAAC;QAE9B,uDAAuD;QACvD,OAAO,CAAC,EAAE,OAAO,CAAC;KACnB,CAAC;IACF,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;KACb,CAAC;CACH;AAUD,MAAM,CAAC,OAAO,OAAO,QAAS,SAAQ,SAAS,CAAC,iBAAiB,CAAC;IAChE,IAAI,OAAO,IAAI,eAAe,CAE7B;IAED,IAAI,SAAS,IAAI,iBAAiB,CAEjC;IAED,IAAI,MAAM,IAAI,cAAc,GAAG,SAAS,CAEvC;IAED,IAAI,SAAS,IAAI,OAAO,CAEvB;IAED,IAAI,KAAK,IAAI,MAAM,CAclB;CAuBF"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import Component from '@glimmer/component';
|
|
2
2
|
import type { IconNode } from 'lucide';
|
|
3
|
-
import './tag.css';
|
|
4
3
|
export type TagTone = 'neutral' | 'primary' | 'success' | 'warning' | 'critical' | 'info';
|
|
5
4
|
export type TagSize = 'sm' | 'md' | 'lg';
|
|
6
5
|
export interface TagSignature {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tag.d.ts","sourceRoot":"","sources":["../../src/status/tag.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAG3C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAGvC,
|
|
1
|
+
{"version":3,"file":"tag.d.ts","sourceRoot":"","sources":["../../src/status/tag.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAG3C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAGvC,MAAM,MAAM,OAAO,GACf,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,UAAU,GACV,MAAM,CAAC;AACX,MAAM,MAAM,OAAO,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEzC,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,eAAe,CAAC;IACzB,IAAI,EAAE;QACJ,iBAAiB;QACjB,IAAI,CAAC,EAAE,OAAO,CAAC;QAEf,mBAAmB;QACnB,IAAI,CAAC,EAAE,OAAO,CAAC;QAEf,6CAA6C;QAC7C,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;QAEtB,gEAAgE;QAChE,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB,mBAAmB;QACnB,IAAI,CAAC,EAAE,QAAQ,CAAC;QAEhB,2DAA2D;QAC3D,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;QAErB,yCAAyC;QACzC,QAAQ,CAAC,EAAE,OAAO,CAAC;QAEnB,qBAAqB;QACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;QAEnB,iDAAiD;QACjD,IAAI,CAAC,EAAE,MAAM,CAAC;QAEd,sCAAsC;QACtC,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;KACb,CAAC;CACH;AAED,MAAM,CAAC,OAAO,OAAO,GAAI,SAAQ,SAAS,CAAC,YAAY,CAAC;IACtD,IAAI,IAAI,IAAI,OAAO,CAElB;IAED,IAAI,IAAI,IAAI,OAAO,CAElB;IAED,IAAI,QAAQ,IAAI,IAAI,GAAG,IAAI,CAE1B;IAED,IAAI,aAAa,IAAI,OAAO,CAE3B;IAED,IAAI,MAAM,IAAI,OAAO,CAEpB;IAED,IAAI,WAAW,IAAI,MAAM,CAExB;IAED,IAAI,WAAW,IAAI,MAAM,GAAG,SAAS,CAKpC;IAED,IAAI,eAAe,IAAI,OAAO,CAK7B;IAED,IAAI,WAAW,IAAI,MAAM,GAAG,SAAS,CAKpC;IAED,WAAW,UAAW,KAAK,KAAG,IAAI,CAMhC;IAEF,YAAY,UAAW,KAAK,KAAG,IAAI,CAMjC;IAEF,aAAa,UAAW,aAAa,KAAG,IAAI,CAW1C;CAoJH"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { TOC } from '@ember/component/template-only';
|
|
2
|
-
export interface LinkSignature {
|
|
3
|
-
Element: HTMLAnchorElement;
|
|
4
|
-
Args: {
|
|
5
|
-
route: string;
|
|
6
|
-
model?: any;
|
|
7
|
-
isBlock?: boolean;
|
|
8
|
-
variant?: 'default' | 'unstyled';
|
|
9
|
-
};
|
|
10
|
-
Blocks: {
|
|
11
|
-
default: [];
|
|
12
|
-
};
|
|
13
|
-
}
|
|
14
|
-
declare const Link: TOC<LinkSignature>;
|
|
15
|
-
export default Link;
|
|
16
|
-
//# sourceMappingURL=link.d.ts.map
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import Component from '@glimmer/component';
|
|
2
|
-
export type ButtonVariant = 'solid' | 'outline' | 'ghost' | 'link';
|
|
3
|
-
export type ButtonTone = 'primary' | 'neutral' | 'critical';
|
|
4
|
-
export type ButtonSize = 'sm' | 'md' | 'lg';
|
|
5
|
-
export type ButtonType = 'button' | 'submit' | 'reset';
|
|
6
|
-
export interface ButtonSignature {
|
|
7
|
-
Element: HTMLButtonElement | HTMLAnchorElement;
|
|
8
|
-
Args: {
|
|
9
|
-
/** Visual style */
|
|
10
|
-
variant?: ButtonVariant;
|
|
11
|
-
/** Color tone */
|
|
12
|
-
tone?: ButtonTone;
|
|
13
|
-
/** Size */
|
|
14
|
-
size?: ButtonSize;
|
|
15
|
-
/** Button type (when not a link) */
|
|
16
|
-
type?: ButtonType;
|
|
17
|
-
/** Renders as <a> when provided */
|
|
18
|
-
href?: string;
|
|
19
|
-
/** Link target */
|
|
20
|
-
target?: '_blank' | '_self' | '_parent' | '_top';
|
|
21
|
-
/** Accessible label (required for icon-only buttons) */
|
|
22
|
-
'aria-label'?: string;
|
|
23
|
-
/** Loading state */
|
|
24
|
-
isLoading?: boolean;
|
|
25
|
-
/** Text shown during loading (replaces children) */
|
|
26
|
-
loadingText?: string;
|
|
27
|
-
/** Disabled state */
|
|
28
|
-
isDisabled?: boolean;
|
|
29
|
-
/** Full width */
|
|
30
|
-
isFullWidth?: boolean;
|
|
31
|
-
/** Toggle/pressed state for toolbar buttons */
|
|
32
|
-
isPressed?: boolean;
|
|
33
|
-
};
|
|
34
|
-
Blocks: {
|
|
35
|
-
default: [];
|
|
36
|
-
prefix: [];
|
|
37
|
-
suffix: [];
|
|
38
|
-
};
|
|
39
|
-
}
|
|
40
|
-
export default class Button extends Component<ButtonSignature> {
|
|
41
|
-
get variant(): ButtonVariant;
|
|
42
|
-
get tone(): ButtonTone;
|
|
43
|
-
get size(): ButtonSize;
|
|
44
|
-
get buttonType(): ButtonType;
|
|
45
|
-
get isLink(): boolean;
|
|
46
|
-
get isDisabledOrLoading(): boolean;
|
|
47
|
-
get ariaPressed(): string | undefined;
|
|
48
|
-
handleLinkClick: (event: Event) => void;
|
|
49
|
-
}
|
|
50
|
-
//# sourceMappingURL=button.d.ts.map
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import Component from '@glimmer/component';
|
|
2
|
-
export interface IconSignature {
|
|
3
|
-
Element: SVGSVGElement;
|
|
4
|
-
Args: {
|
|
5
|
-
icon: any;
|
|
6
|
-
size?: number;
|
|
7
|
-
strokeWidth?: number;
|
|
8
|
-
class?: string;
|
|
9
|
-
color?: string;
|
|
10
|
-
};
|
|
11
|
-
}
|
|
12
|
-
export default class Icon extends Component<IconSignature> {
|
|
13
|
-
renderIcon: import("ember-modifier").FunctionBasedModifier<{
|
|
14
|
-
Args: {
|
|
15
|
-
Positional: [any, (number | undefined)?, (number | undefined)?, (string | undefined)?, (string | undefined)?];
|
|
16
|
-
Named: import("ember-modifier/-private/signature").EmptyObject;
|
|
17
|
-
};
|
|
18
|
-
Element: SVGSVGElement;
|
|
19
|
-
}>;
|
|
20
|
-
}
|
|
21
|
-
//# sourceMappingURL=icon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "@visitwonders/assembly/action/button-group";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "@visitwonders/assembly/form/fieldset";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "@visitwonders/assembly/layout/panel";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/* src/action/button-group.css */
|
|
2
|
+
/* ===================================
|
|
3
|
+
* ButtonGroup Component
|
|
4
|
+
* =================================== */
|
|
5
|
+
|
|
6
|
+
.button-group_e47b39f9a {
|
|
7
|
+
display: inline-flex;
|
|
8
|
+
align-items: stretch;
|
|
9
|
+
gap: 0;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.button-group_e47b39f9a[data-full-width="true"] {
|
|
13
|
+
width: 100%;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.button-group_e47b39f9a[data-full-width="true"] > * {
|
|
17
|
+
flex: 1;
|
|
18
|
+
}
|