@krollins/blueprint 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 +407 -0
- package/dist/components/accordion/accordion.d.ts +113 -0
- package/dist/components/accordion/accordion.d.ts.map +1 -0
- package/dist/components/accordion/accordion.style.d.ts +2 -0
- package/dist/components/accordion/accordion.style.d.ts.map +1 -0
- package/dist/components/alert/alert.d.ts +37 -0
- package/dist/components/alert/alert.d.ts.map +1 -0
- package/dist/components/alert/alert.style.d.ts +2 -0
- package/dist/components/alert/alert.style.d.ts.map +1 -0
- package/dist/components/avatar/avatar.d.ts +75 -0
- package/dist/components/avatar/avatar.d.ts.map +1 -0
- package/dist/components/avatar/avatar.style.d.ts +2 -0
- package/dist/components/avatar/avatar.style.d.ts.map +1 -0
- package/dist/components/badge/badge.d.ts +46 -0
- package/dist/components/badge/badge.d.ts.map +1 -0
- package/dist/components/badge/badge.style.d.ts +2 -0
- package/dist/components/badge/badge.style.d.ts.map +1 -0
- package/dist/components/breadcrumb/breadcrumb.d.ts +110 -0
- package/dist/components/breadcrumb/breadcrumb.d.ts.map +1 -0
- package/dist/components/breadcrumb/breadcrumb.style.d.ts +2 -0
- package/dist/components/breadcrumb/breadcrumb.style.d.ts.map +1 -0
- package/dist/components/button/button.d.ts +19 -0
- package/dist/components/button/button.d.ts.map +1 -0
- package/dist/components/button/button.style.d.ts +2 -0
- package/dist/components/button/button.style.d.ts.map +1 -0
- package/dist/components/card/card.d.ts +62 -0
- package/dist/components/card/card.d.ts.map +1 -0
- package/dist/components/card/card.style.d.ts +2 -0
- package/dist/components/card/card.style.d.ts.map +1 -0
- package/dist/components/checkbox/checkbox.d.ts +89 -0
- package/dist/components/checkbox/checkbox.d.ts.map +1 -0
- package/dist/components/checkbox/checkbox.style.d.ts +2 -0
- package/dist/components/checkbox/checkbox.style.d.ts.map +1 -0
- package/dist/components/color-picker/color-picker.d.ts +366 -0
- package/dist/components/color-picker/color-picker.d.ts.map +1 -0
- package/dist/components/color-picker/color-picker.style.d.ts +14 -0
- package/dist/components/color-picker/color-picker.style.d.ts.map +1 -0
- package/dist/components/color-picker/color-picker.utils.d.ts +100 -0
- package/dist/components/color-picker/color-picker.utils.d.ts.map +1 -0
- package/dist/components/combobox/combobox.d.ts +74 -0
- package/dist/components/combobox/combobox.d.ts.map +1 -0
- package/dist/components/combobox/combobox.style.d.ts +2 -0
- package/dist/components/combobox/combobox.style.d.ts.map +1 -0
- package/dist/components/date-picker/date-picker.d.ts +65 -0
- package/dist/components/date-picker/date-picker.d.ts.map +1 -0
- package/dist/components/date-picker/date-picker.style.d.ts +2 -0
- package/dist/components/date-picker/date-picker.style.d.ts.map +1 -0
- package/dist/components/divider/divider.d.ts +54 -0
- package/dist/components/divider/divider.d.ts.map +1 -0
- package/dist/components/divider/divider.style.d.ts +2 -0
- package/dist/components/divider/divider.style.d.ts.map +1 -0
- package/dist/components/drawer/drawer.d.ts +113 -0
- package/dist/components/drawer/drawer.d.ts.map +1 -0
- package/dist/components/drawer/drawer.style.d.ts +2 -0
- package/dist/components/drawer/drawer.style.d.ts.map +1 -0
- package/dist/components/dropdown/dropdown.d.ts +80 -0
- package/dist/components/dropdown/dropdown.d.ts.map +1 -0
- package/dist/components/dropdown/dropdown.style.d.ts +2 -0
- package/dist/components/dropdown/dropdown.style.d.ts.map +1 -0
- package/dist/components/file-upload/file-upload.d.ts +116 -0
- package/dist/components/file-upload/file-upload.d.ts.map +1 -0
- package/dist/components/file-upload/file-upload.style.d.ts +2 -0
- package/dist/components/file-upload/file-upload.style.d.ts.map +1 -0
- package/dist/components/heading/heading.d.ts +46 -0
- package/dist/components/heading/heading.d.ts.map +1 -0
- package/dist/components/heading/heading.style.d.ts +2 -0
- package/dist/components/heading/heading.style.d.ts.map +1 -0
- package/dist/components/icon/icon.d.ts +57 -0
- package/dist/components/icon/icon.d.ts.map +1 -0
- package/dist/components/icon/icon.style.d.ts +2 -0
- package/dist/components/icon/icon.style.d.ts.map +1 -0
- package/dist/components/icon/icons/registry.generated.d.ts +25 -0
- package/dist/components/icon/icons/registry.generated.d.ts.map +1 -0
- package/dist/components/index.d.ts +45 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/input/input.d.ts +56 -0
- package/dist/components/input/input.d.ts.map +1 -0
- package/dist/components/input/input.style.d.ts +2 -0
- package/dist/components/input/input.style.d.ts.map +1 -0
- package/dist/components/link/link.d.ts +62 -0
- package/dist/components/link/link.d.ts.map +1 -0
- package/dist/components/link/link.style.d.ts +2 -0
- package/dist/components/link/link.style.d.ts.map +1 -0
- package/dist/components/menu/menu.d.ts +86 -0
- package/dist/components/menu/menu.d.ts.map +1 -0
- package/dist/components/menu/menu.style.d.ts +2 -0
- package/dist/components/menu/menu.style.d.ts.map +1 -0
- package/dist/components/modal/modal.d.ts +40 -0
- package/dist/components/modal/modal.d.ts.map +1 -0
- package/dist/components/modal/modal.style.d.ts +2 -0
- package/dist/components/modal/modal.style.d.ts.map +1 -0
- package/dist/components/multi-select/multi-select.d.ts +69 -0
- package/dist/components/multi-select/multi-select.d.ts.map +1 -0
- package/dist/components/multi-select/multi-select.style.d.ts +2 -0
- package/dist/components/multi-select/multi-select.style.d.ts.map +1 -0
- package/dist/components/notification/notification.d.ts +102 -0
- package/dist/components/notification/notification.d.ts.map +1 -0
- package/dist/components/notification/notification.style.d.ts +2 -0
- package/dist/components/notification/notification.style.d.ts.map +1 -0
- package/dist/components/number-input/number-input.d.ts +139 -0
- package/dist/components/number-input/number-input.d.ts.map +1 -0
- package/dist/components/number-input/number-input.style.d.ts +2 -0
- package/dist/components/number-input/number-input.style.d.ts.map +1 -0
- package/dist/components/pagination/pagination.d.ts +49 -0
- package/dist/components/pagination/pagination.d.ts.map +1 -0
- package/dist/components/pagination/pagination.style.d.ts +2 -0
- package/dist/components/pagination/pagination.style.d.ts.map +1 -0
- package/dist/components/popover/popover.d.ts +153 -0
- package/dist/components/popover/popover.d.ts.map +1 -0
- package/dist/components/popover/popover.style.d.ts +2 -0
- package/dist/components/popover/popover.style.d.ts.map +1 -0
- package/dist/components/progress/progress.d.ts +50 -0
- package/dist/components/progress/progress.d.ts.map +1 -0
- package/dist/components/progress/progress.style.d.ts +2 -0
- package/dist/components/progress/progress.style.d.ts.map +1 -0
- package/dist/components/radio/radio.d.ts +95 -0
- package/dist/components/radio/radio.d.ts.map +1 -0
- package/dist/components/radio/radio.style.d.ts +2 -0
- package/dist/components/radio/radio.style.d.ts.map +1 -0
- package/dist/components/select/select.d.ts +49 -0
- package/dist/components/select/select.d.ts.map +1 -0
- package/dist/components/select/select.style.d.ts +2 -0
- package/dist/components/select/select.style.d.ts.map +1 -0
- package/dist/components/skeleton/skeleton.d.ts +50 -0
- package/dist/components/skeleton/skeleton.d.ts.map +1 -0
- package/dist/components/skeleton/skeleton.style.d.ts +2 -0
- package/dist/components/skeleton/skeleton.style.d.ts.map +1 -0
- package/dist/components/slider/slider.d.ts +115 -0
- package/dist/components/slider/slider.d.ts.map +1 -0
- package/dist/components/slider/slider.style.d.ts +2 -0
- package/dist/components/slider/slider.style.d.ts.map +1 -0
- package/dist/components/spinner/spinner.d.ts +36 -0
- package/dist/components/spinner/spinner.d.ts.map +1 -0
- package/dist/components/spinner/spinner.style.d.ts +2 -0
- package/dist/components/spinner/spinner.style.d.ts.map +1 -0
- package/dist/components/stepper/stepper.d.ts +228 -0
- package/dist/components/stepper/stepper.d.ts.map +1 -0
- package/dist/components/stepper/stepper.style.d.ts +2 -0
- package/dist/components/stepper/stepper.style.d.ts.map +1 -0
- package/dist/components/switch/switch.d.ts +90 -0
- package/dist/components/switch/switch.d.ts.map +1 -0
- package/dist/components/switch/switch.style.d.ts +2 -0
- package/dist/components/switch/switch.style.d.ts.map +1 -0
- package/dist/components/table/table.d.ts +176 -0
- package/dist/components/table/table.d.ts.map +1 -0
- package/dist/components/table/table.style.d.ts +2 -0
- package/dist/components/table/table.style.d.ts.map +1 -0
- package/dist/components/tabs/tabs.d.ts +124 -0
- package/dist/components/tabs/tabs.d.ts.map +1 -0
- package/dist/components/tabs/tabs.style.d.ts +2 -0
- package/dist/components/tabs/tabs.style.d.ts.map +1 -0
- package/dist/components/tag/tag.d.ts +64 -0
- package/dist/components/tag/tag.d.ts.map +1 -0
- package/dist/components/tag/tag.style.d.ts +2 -0
- package/dist/components/tag/tag.style.d.ts.map +1 -0
- package/dist/components/text/text.d.ts +86 -0
- package/dist/components/text/text.d.ts.map +1 -0
- package/dist/components/text/text.style.d.ts +2 -0
- package/dist/components/text/text.style.d.ts.map +1 -0
- package/dist/components/textarea/textarea.d.ts +94 -0
- package/dist/components/textarea/textarea.d.ts.map +1 -0
- package/dist/components/textarea/textarea.style.d.ts +2 -0
- package/dist/components/textarea/textarea.style.d.ts.map +1 -0
- package/dist/components/time-picker/time-picker.d.ts +51 -0
- package/dist/components/time-picker/time-picker.d.ts.map +1 -0
- package/dist/components/time-picker/time-picker.style.d.ts +2 -0
- package/dist/components/time-picker/time-picker.style.d.ts.map +1 -0
- package/dist/components/tooltip/tooltip.d.ts +52 -0
- package/dist/components/tooltip/tooltip.d.ts.map +1 -0
- package/dist/components/tooltip/tooltip.style.d.ts +2 -0
- package/dist/components/tooltip/tooltip.style.d.ts.map +1 -0
- package/dist/components/tree/tree.d.ts +188 -0
- package/dist/components/tree/tree.d.ts.map +1 -0
- package/dist/components/tree/tree.style.d.ts +2 -0
- package/dist/components/tree/tree.style.d.ts.map +1 -0
- package/dist/index.css +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +17802 -0
- package/dist/index.js.map +1 -0
- package/dist/utilities/boolean-converter.d.ts +23 -0
- package/dist/utilities/boolean-converter.d.ts.map +1 -0
- package/dist/utilities/debounce.d.ts +12 -0
- package/dist/utilities/debounce.d.ts.map +1 -0
- package/dist/utilities/index.d.ts +5 -0
- package/dist/utilities/index.d.ts.map +1 -0
- package/dist/utilities/memoize.d.ts +7 -0
- package/dist/utilities/memoize.d.ts.map +1 -0
- package/dist/utilities/throttle.d.ts +12 -0
- package/dist/utilities/throttle.d.ts.map +1 -0
- package/package.json +93 -0
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export type DividerOrientation = 'horizontal' | 'vertical';
|
|
3
|
+
export type DividerSpacing = 'sm' | 'md' | 'lg';
|
|
4
|
+
export type DividerVariant = 'solid' | 'dashed' | 'dotted';
|
|
5
|
+
export type DividerColor = 'default' | 'subtle' | 'accent';
|
|
6
|
+
export type DividerWeight = 'thin' | 'medium' | 'thick';
|
|
7
|
+
/**
|
|
8
|
+
* A divider component that provides visual separation between content sections.
|
|
9
|
+
* Supports both horizontal and vertical orientations with optional text labels.
|
|
10
|
+
*/
|
|
11
|
+
export declare class BpDivider extends LitElement {
|
|
12
|
+
/**
|
|
13
|
+
* Orientation of the divider.
|
|
14
|
+
* @type {'horizontal' | 'vertical'}
|
|
15
|
+
* @default 'horizontal'
|
|
16
|
+
*/
|
|
17
|
+
orientation: DividerOrientation;
|
|
18
|
+
/**
|
|
19
|
+
* Spacing variant for the divider.
|
|
20
|
+
* @type {'sm' | 'md' | 'lg'}
|
|
21
|
+
* @default 'md'
|
|
22
|
+
*/
|
|
23
|
+
spacing: DividerSpacing;
|
|
24
|
+
/**
|
|
25
|
+
* Visual variant of the divider line.
|
|
26
|
+
* @type {'solid' | 'dashed' | 'dotted'}
|
|
27
|
+
* @default 'solid'
|
|
28
|
+
*/
|
|
29
|
+
variant: DividerVariant;
|
|
30
|
+
/**
|
|
31
|
+
* Color variant for the divider line.
|
|
32
|
+
* @type {'default' | 'subtle' | 'accent'}
|
|
33
|
+
* @default 'default'
|
|
34
|
+
*/
|
|
35
|
+
color: DividerColor;
|
|
36
|
+
/**
|
|
37
|
+
* Border weight for the divider line.
|
|
38
|
+
* @type {'thin' | 'medium' | 'thick'}
|
|
39
|
+
* @default 'thin'
|
|
40
|
+
*/
|
|
41
|
+
weight: DividerWeight;
|
|
42
|
+
/** Whether the default slot has content. */
|
|
43
|
+
hasContent: boolean;
|
|
44
|
+
static styles: import("lit").CSSResult[];
|
|
45
|
+
constructor();
|
|
46
|
+
private handleSlotChange;
|
|
47
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
48
|
+
}
|
|
49
|
+
declare global {
|
|
50
|
+
interface HTMLElementTagNameMap {
|
|
51
|
+
'bp-divider': BpDivider;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
//# sourceMappingURL=divider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"divider.d.ts","sourceRoot":"","sources":["../../../source/components/divider/divider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,MAAM,KAAK,CAAC;AAIhD,MAAM,MAAM,kBAAkB,GAAG,YAAY,GAAG,UAAU,CAAC;AAC3D,MAAM,MAAM,cAAc,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAChD,MAAM,MAAM,cAAc,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAC3D,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAC3D,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;AAExD;;;GAGG;AACH,qBACa,SAAU,SAAQ,UAAU;IACvC;;;;OAIG;IAEK,WAAW,EAAE,kBAAkB,CAAC;IAExC;;;;OAIG;IACgD,OAAO,EAAE,cAAc,CAAC;IAE3E;;;;OAIG;IACgD,OAAO,EAAE,cAAc,CAAC;IAE3E;;;;OAIG;IACgD,KAAK,EAAE,YAAY,CAAC;IAEvE;;;;OAIG;IACgD,MAAM,EAAE,aAAa,CAAC;IAEzE,4CAA4C;IACJ,UAAU,EAAE,OAAO,CAAC;IAE5D,MAAM,CAAC,MAAM,4BAAmB;;IAYhC,OAAO,CAAC,gBAAgB,CAUtB;IAEF,MAAM;CA6BP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,SAAS,CAAC;KACzB;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"divider.style.d.ts","sourceRoot":"","sources":["../../../source/components/divider/divider.style.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,yBAkJzB,CAAC"}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import '../icon/icon.js';
|
|
3
|
+
export type DrawerPlacement = 'left' | 'right' | 'top' | 'bottom';
|
|
4
|
+
export type DrawerSize = 'sm' | 'md' | 'lg' | 'full';
|
|
5
|
+
/**
|
|
6
|
+
* A slide-in panel component that can appear from any edge of the viewport.
|
|
7
|
+
*
|
|
8
|
+
* @fires bp-open - Fired when the drawer opens
|
|
9
|
+
* @fires bp-close - Fired when the drawer closes (includes reason: 'escape' | 'backdrop' | 'close-button' | 'api')
|
|
10
|
+
* @fires bp-after-open - Fired after open animation completes
|
|
11
|
+
* @fires bp-after-close - Fired after close animation completes
|
|
12
|
+
*
|
|
13
|
+
* @slot - Default slot for drawer content
|
|
14
|
+
* @slot header - Optional header content
|
|
15
|
+
* @slot footer - Optional footer content
|
|
16
|
+
*
|
|
17
|
+
* @csspart drawer - The drawer container
|
|
18
|
+
* @csspart backdrop - The backdrop overlay (when not inline)
|
|
19
|
+
* @csspart panel - The drawer panel
|
|
20
|
+
* @csspart header - The header section
|
|
21
|
+
* @csspart body - The body/content section
|
|
22
|
+
* @csspart footer - The footer section
|
|
23
|
+
* @csspart close-button - The close button
|
|
24
|
+
*/
|
|
25
|
+
export declare class BpDrawer extends LitElement {
|
|
26
|
+
/** Whether the drawer is open */
|
|
27
|
+
open: boolean;
|
|
28
|
+
/** Which edge the drawer slides in from */
|
|
29
|
+
placement: DrawerPlacement;
|
|
30
|
+
/** Size of the drawer (width for left/right, height for top/bottom) */
|
|
31
|
+
size: DrawerSize;
|
|
32
|
+
/** Whether to show the close button */
|
|
33
|
+
showClose: boolean;
|
|
34
|
+
/** Whether clicking the backdrop closes the drawer */
|
|
35
|
+
closeOnBackdrop: boolean;
|
|
36
|
+
/** Whether pressing Escape closes the drawer */
|
|
37
|
+
closeOnEscape: boolean;
|
|
38
|
+
/** Whether to show the backdrop overlay */
|
|
39
|
+
showBackdrop: boolean;
|
|
40
|
+
/** Accessible label for the drawer */
|
|
41
|
+
label: string;
|
|
42
|
+
/**
|
|
43
|
+
* Whether the drawer is rendered inline (always visible, part of document flow).
|
|
44
|
+
* When true, the drawer acts as a static sidebar without overlay behavior.
|
|
45
|
+
*/
|
|
46
|
+
inline: boolean;
|
|
47
|
+
/** Whether the drawer has a header slot content */
|
|
48
|
+
private hasHeader;
|
|
49
|
+
/** Whether the drawer has a footer slot content */
|
|
50
|
+
private hasFooter;
|
|
51
|
+
private previouslyFocusedElement;
|
|
52
|
+
static styles: import("lit").CSSResult[];
|
|
53
|
+
constructor();
|
|
54
|
+
connectedCallback(): void;
|
|
55
|
+
disconnectedCallback(): void;
|
|
56
|
+
/**
|
|
57
|
+
* Open the drawer.
|
|
58
|
+
* Sets open property to true and manages focus/scroll behavior.
|
|
59
|
+
*
|
|
60
|
+
* @fires bp-open - Emitted when the drawer opens
|
|
61
|
+
* @fires bp-after-open - Emitted after open animation completes
|
|
62
|
+
*/
|
|
63
|
+
show(): void;
|
|
64
|
+
/**
|
|
65
|
+
* Close the drawer.
|
|
66
|
+
* Sets open property to false if bp-close event is not prevented.
|
|
67
|
+
*
|
|
68
|
+
* @param reason - The reason the drawer was closed
|
|
69
|
+
* @fires bp-close - Emitted when the drawer closes (cancelable)
|
|
70
|
+
* @fires bp-after-close - Emitted after close animation completes
|
|
71
|
+
*/
|
|
72
|
+
hide(reason?: 'escape' | 'backdrop' | 'close-button' | 'api'): void;
|
|
73
|
+
/**
|
|
74
|
+
* Toggle the drawer open/closed state.
|
|
75
|
+
* Calls hide() if open, show() if closed.
|
|
76
|
+
*/
|
|
77
|
+
toggle(): void;
|
|
78
|
+
protected updated(changedProperties: Map<string, unknown>): void;
|
|
79
|
+
private handleOpen;
|
|
80
|
+
private handleClose;
|
|
81
|
+
private handleKeyDown;
|
|
82
|
+
/**
|
|
83
|
+
* Handles click events on the backdrop overlay.
|
|
84
|
+
* Closes the drawer if closeOnBackdrop is true.
|
|
85
|
+
*/
|
|
86
|
+
private handleBackdropClick;
|
|
87
|
+
/**
|
|
88
|
+
* Handles click events on the close button.
|
|
89
|
+
* Closes the drawer with reason 'close-button'.
|
|
90
|
+
*/
|
|
91
|
+
private handleCloseClick;
|
|
92
|
+
/**
|
|
93
|
+
* Handles slot change events for the header slot.
|
|
94
|
+
* Updates hasHeader state to control header visibility.
|
|
95
|
+
*
|
|
96
|
+
* @param event - The slotchange event
|
|
97
|
+
*/
|
|
98
|
+
private handleHeaderSlotChange;
|
|
99
|
+
/**
|
|
100
|
+
* Handles slot change events for the footer slot.
|
|
101
|
+
* Updates hasFooter state to control footer visibility.
|
|
102
|
+
*
|
|
103
|
+
* @param event - The slotchange event
|
|
104
|
+
*/
|
|
105
|
+
private handleFooterSlotChange;
|
|
106
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
107
|
+
}
|
|
108
|
+
declare global {
|
|
109
|
+
interface HTMLElementTagNameMap {
|
|
110
|
+
'bp-drawer': BpDrawer;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
//# sourceMappingURL=drawer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"drawer.d.ts","sourceRoot":"","sources":["../../../source/components/drawer/drawer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,MAAM,KAAK,CAAC;AAIhD,OAAO,iBAAiB,CAAC;AAEzB,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,GAAG,QAAQ,CAAC;AAClE,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;AAErD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,qBACa,QAAS,SAAQ,UAAU;IACtC,iCAAiC;IACmB,IAAI,EAAE,OAAO,CAAC;IAElE,2CAA2C;IAanC,SAAS,EAAE,eAAe,CAAC;IAEnC,uEAAuE;IAW/D,IAAI,EAAE,UAAU,CAAC;IAEzB,uCAAuC;IAM/B,SAAS,EAAE,OAAO,CAAC;IAE3B,sDAAsD;IAM9C,eAAe,EAAE,OAAO,CAAC;IAEjC,gDAAgD;IAMxC,aAAa,EAAE,OAAO,CAAC;IAE/B,2CAA2C;IAMnC,YAAY,EAAE,OAAO,CAAC;IAE9B,sCAAsC;IACF,KAAK,EAAE,MAAM,CAAC;IAElD;;;OAGG;IACiD,MAAM,EAAE,OAAO,CAAC;IAEpE,mDAAmD;IACJ,OAAO,CAAC,SAAS,CAAS;IAEzE,mDAAmD;IACJ,OAAO,CAAC,SAAS,CAAS;IAEzE,OAAO,CAAC,wBAAwB,CAA4B;IAE5D,MAAM,CAAC,MAAM,4BAAkB;;IAe/B,iBAAiB,IAAI,IAAI;IAKzB,oBAAoB,IAAI,IAAI;IAK5B;;;;;;OAMG;IACH,IAAI,IAAI,IAAI;IAKZ;;;;;;;OAOG;IACH,IAAI,CAAC,MAAM,GAAE,QAAQ,GAAG,UAAU,GAAG,cAAc,GAAG,KAAa,GAAG,IAAI;IAiB1E;;;OAGG;IACH,MAAM,IAAI,IAAI;IAQd,SAAS,CAAC,OAAO,CAAC,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;IAUhE,OAAO,CAAC,UAAU;IA8BlB,OAAO,CAAC,WAAW;IAsBnB,OAAO,CAAC,aAAa,CAUnB;IAEF;;;OAGG;IACH,OAAO,CAAC,mBAAmB,CAIzB;IAEF;;;OAGG;IACH,OAAO,CAAC,gBAAgB,CAEtB;IAEF;;;;;OAKG;IACH,OAAO,CAAC,sBAAsB,CAK5B;IAEF;;;;;OAKG;IACH,OAAO,CAAC,sBAAsB,CAK5B;IAEF,MAAM;CAwHP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,WAAW,EAAE,QAAQ,CAAC;KACvB;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"drawer.style.d.ts","sourceRoot":"","sources":["../../../source/components/drawer/drawer.style.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,yBAoTxB,CAAC"}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
/**
|
|
3
|
+
* A generic dropdown component that displays content in a floating panel.
|
|
4
|
+
*
|
|
5
|
+
* @fires bp-show - Dispatched when the dropdown opens
|
|
6
|
+
* @fires bp-hide - Dispatched when the dropdown closes
|
|
7
|
+
* @fires bp-toggle - Dispatched when the dropdown toggles
|
|
8
|
+
*
|
|
9
|
+
* @slot - Default slot for the dropdown trigger element
|
|
10
|
+
* @slot content - Content to display in the dropdown panel
|
|
11
|
+
*
|
|
12
|
+
* @csspart trigger - The trigger button container
|
|
13
|
+
* @csspart panel - The dropdown panel container
|
|
14
|
+
*/
|
|
15
|
+
export declare class BpDropdown extends LitElement {
|
|
16
|
+
/** Whether the dropdown is open */
|
|
17
|
+
open: boolean;
|
|
18
|
+
/** Placement of the dropdown panel relative to the trigger */
|
|
19
|
+
placement: 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'right';
|
|
20
|
+
/** Whether the dropdown should close when clicking outside */
|
|
21
|
+
closeOnClickOutside: boolean;
|
|
22
|
+
/** Whether the dropdown should close when pressing Escape */
|
|
23
|
+
closeOnEscape: boolean;
|
|
24
|
+
/** Whether the dropdown should close when an item inside is clicked */
|
|
25
|
+
closeOnSelect: boolean;
|
|
26
|
+
/** Whether the dropdown is disabled */
|
|
27
|
+
disabled: boolean;
|
|
28
|
+
/** Distance in pixels between the trigger and the panel */
|
|
29
|
+
distance: number;
|
|
30
|
+
/** Whether to show an arrow pointing to the trigger */
|
|
31
|
+
arrow: boolean;
|
|
32
|
+
/** ARIA role for the dropdown panel */
|
|
33
|
+
panelRole: 'menu' | 'dialog' | 'listbox';
|
|
34
|
+
private triggerElement;
|
|
35
|
+
private clickOutsideHandler;
|
|
36
|
+
private keydownHandler;
|
|
37
|
+
static styles: import("lit").CSSResult[];
|
|
38
|
+
constructor();
|
|
39
|
+
connectedCallback(): void;
|
|
40
|
+
disconnectedCallback(): void;
|
|
41
|
+
updated(changedProperties: Map<string, unknown>): void;
|
|
42
|
+
/** Show the dropdown */
|
|
43
|
+
show(): void;
|
|
44
|
+
/** Hide the dropdown */
|
|
45
|
+
hide(): void;
|
|
46
|
+
/** Toggle the dropdown open/closed */
|
|
47
|
+
toggle(): void;
|
|
48
|
+
/**
|
|
49
|
+
* Toggles dropdown when trigger is clicked.
|
|
50
|
+
* Stops propagation to prevent immediate outside click detection.
|
|
51
|
+
*/
|
|
52
|
+
private handleTriggerClick;
|
|
53
|
+
/**
|
|
54
|
+
* Handles keyboard interaction on the trigger.
|
|
55
|
+
* Enter/Space toggle, ArrowDown opens when closed.
|
|
56
|
+
*/
|
|
57
|
+
private handleTriggerKeydown;
|
|
58
|
+
/**
|
|
59
|
+
* Closes the dropdown when user clicks outside the component.
|
|
60
|
+
* Only runs if closeOnClickOutside is true and dropdown is open.
|
|
61
|
+
*/
|
|
62
|
+
private handleClickOutside;
|
|
63
|
+
/**
|
|
64
|
+
* Closes dropdown on Escape key and returns focus to trigger.
|
|
65
|
+
* Only runs if closeOnEscape is true and dropdown is open.
|
|
66
|
+
*/
|
|
67
|
+
private handleKeydown;
|
|
68
|
+
/**
|
|
69
|
+
* Handles clicks inside the panel to auto-close on item selection.
|
|
70
|
+
* Detects menu items or elements with data-dropdown-close attribute.
|
|
71
|
+
*/
|
|
72
|
+
private handlePanelClick;
|
|
73
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
74
|
+
}
|
|
75
|
+
declare global {
|
|
76
|
+
interface HTMLElementTagNameMap {
|
|
77
|
+
'bp-dropdown': BpDropdown;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
//# sourceMappingURL=dropdown.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dropdown.d.ts","sourceRoot":"","sources":["../../../source/components/dropdown/dropdown.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,MAAM,KAAK,CAAC;AAIhD;;;;;;;;;;;;GAYG;AACH,qBACa,UAAW,SAAQ,UAAU;IACxC,mCAAmC;IACiB,IAAI,EAAE,OAAO,CAAC;IAElE,8DAA8D;IAC1B,SAAS,EACzC,KAAK,GACL,WAAW,GACX,SAAS,GACT,QAAQ,GACR,cAAc,GACd,YAAY,GACZ,MAAM,GACN,OAAO,CAAC;IAEZ,8DAA8D;IACzB,mBAAmB,EAAE,OAAO,CAAC;IAElE,6DAA6D;IACxB,aAAa,EAAE,OAAO,CAAC;IAE5D,uEAAuE;IAClC,aAAa,EAAE,OAAO,CAAC;IAE5D,uCAAuC;IACF,QAAQ,EAAE,OAAO,CAAC;IAEvD,2DAA2D;IACvB,QAAQ,EAAE,MAAM,CAAC;IAErD,uDAAuD;IAClB,KAAK,EAAE,OAAO,CAAC;IAEpD,uCAAuC;IACH,SAAS,EAAE,MAAM,GAAG,QAAQ,GAAG,SAAS,CAAC;IAEhD,OAAO,CAAC,cAAc,CAAe;IAElE,OAAO,CAAC,mBAAmB,CAAsC;IACjE,OAAO,CAAC,cAAc,CAAiC;IAEvD,MAAM,CAAC,MAAM,4BAAoB;;IAejC,iBAAiB;IAQjB,oBAAoB;IAQpB,OAAO,CAAC,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC;IAO/C,wBAAwB;IACxB,IAAI;IAgBJ,wBAAwB;IACxB,IAAI;IAgBJ,sCAAsC;IACtC,MAAM;IAQN;;;OAGG;IACH,OAAO,CAAC,kBAAkB;IAO1B;;;OAGG;IACH,OAAO,CAAC,oBAAoB;IAY5B;;;OAGG;IACH,OAAO,CAAC,kBAAkB;IAS1B;;;OAGG;IACH,OAAO,CAAC,aAAa;IAUrB;;;OAGG;IACH,OAAO,CAAC,gBAAgB;IAexB,MAAM;CA0CP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,aAAa,EAAE,UAAU,CAAC;KAC3B;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dropdown.style.d.ts","sourceRoot":"","sources":["../../../source/components/dropdown/dropdown.style.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,yBAqN1B,CAAC"}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
/**
|
|
3
|
+
* File information object returned in events
|
|
4
|
+
*/
|
|
5
|
+
export interface FileInfo {
|
|
6
|
+
/** Original File object */
|
|
7
|
+
file: File;
|
|
8
|
+
/** File name */
|
|
9
|
+
name: string;
|
|
10
|
+
/** File size in bytes */
|
|
11
|
+
size: number;
|
|
12
|
+
/** MIME type */
|
|
13
|
+
type: string;
|
|
14
|
+
/** Unique identifier */
|
|
15
|
+
id: string;
|
|
16
|
+
/** Preview URL for images */
|
|
17
|
+
previewUrl?: string;
|
|
18
|
+
/** Upload progress (0-100) */
|
|
19
|
+
progress?: number;
|
|
20
|
+
/** Upload status */
|
|
21
|
+
status?: 'pending' | 'uploading' | 'complete' | 'error';
|
|
22
|
+
/** Error message if upload failed */
|
|
23
|
+
error?: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* A file upload component with drag-and-drop support.
|
|
27
|
+
*
|
|
28
|
+
* @element bp-file-upload
|
|
29
|
+
*
|
|
30
|
+
* @fires bp-change - Fired when files are added or removed
|
|
31
|
+
* @fires bp-file-added - Fired when a file is added
|
|
32
|
+
* @fires bp-file-removed - Fired when a file is removed
|
|
33
|
+
* @fires bp-file-rejected - Fired when a file is rejected (wrong type/size)
|
|
34
|
+
*
|
|
35
|
+
* @csspart dropzone - The drop zone container
|
|
36
|
+
* @csspart input - The hidden file input
|
|
37
|
+
* @csspart label - The label text
|
|
38
|
+
* @csspart description - The description text
|
|
39
|
+
* @csspart icon - The upload icon
|
|
40
|
+
* @csspart file-list - The file list container
|
|
41
|
+
* @csspart file-item - Individual file item
|
|
42
|
+
* @csspart file-name - File name text
|
|
43
|
+
* @csspart file-size - File size text
|
|
44
|
+
* @csspart file-remove - Remove file button
|
|
45
|
+
*/
|
|
46
|
+
export declare class BpFileUpload extends LitElement {
|
|
47
|
+
/** Name attribute for form submission */
|
|
48
|
+
name: string;
|
|
49
|
+
/** Label text displayed in the drop zone */
|
|
50
|
+
label: string;
|
|
51
|
+
/** Description text displayed below the label */
|
|
52
|
+
description: string;
|
|
53
|
+
/** Accepted file types (comma-separated MIME types or extensions) */
|
|
54
|
+
accept: string;
|
|
55
|
+
/** Whether multiple files can be selected */
|
|
56
|
+
multiple: boolean;
|
|
57
|
+
/** Maximum file size in bytes */
|
|
58
|
+
maxSize: number;
|
|
59
|
+
/** Maximum number of files allowed */
|
|
60
|
+
maxFiles: number;
|
|
61
|
+
/** Whether the component is disabled */
|
|
62
|
+
disabled: boolean;
|
|
63
|
+
/** Whether a file is required */
|
|
64
|
+
required: boolean;
|
|
65
|
+
/** Visual variant for validation states */
|
|
66
|
+
variant: 'default' | 'success' | 'error' | 'warning';
|
|
67
|
+
/** Helper or error message text */
|
|
68
|
+
message: string;
|
|
69
|
+
/** Size variant */
|
|
70
|
+
size: 'sm' | 'md' | 'lg';
|
|
71
|
+
/** Whether to show file previews for images */
|
|
72
|
+
showPreviews: boolean;
|
|
73
|
+
/** Whether drag is currently over the drop zone */
|
|
74
|
+
private isDragOver;
|
|
75
|
+
/** List of selected files */
|
|
76
|
+
private files;
|
|
77
|
+
/** Reference to the hidden file input */
|
|
78
|
+
private fileInput;
|
|
79
|
+
static styles: import("lit").CSSResult[];
|
|
80
|
+
constructor();
|
|
81
|
+
/**
|
|
82
|
+
* Get the list of selected files
|
|
83
|
+
*/
|
|
84
|
+
getFiles(): FileInfo[];
|
|
85
|
+
/**
|
|
86
|
+
* Clear all selected files
|
|
87
|
+
*/
|
|
88
|
+
clearFiles(): void;
|
|
89
|
+
/**
|
|
90
|
+
* Remove a specific file by ID
|
|
91
|
+
*/
|
|
92
|
+
removeFile(fileId: string): void;
|
|
93
|
+
private handleClick;
|
|
94
|
+
private handleKeyDown;
|
|
95
|
+
private handleInputChange;
|
|
96
|
+
private handleDragEnter;
|
|
97
|
+
private handleDragOver;
|
|
98
|
+
private handleDragLeave;
|
|
99
|
+
private handleDrop;
|
|
100
|
+
private processFiles;
|
|
101
|
+
private isFileTypeAccepted;
|
|
102
|
+
private dispatchChangeEvent;
|
|
103
|
+
private dispatchRejectEvent;
|
|
104
|
+
private generateFileId;
|
|
105
|
+
private formatFileSize;
|
|
106
|
+
private handleRemoveFile;
|
|
107
|
+
private renderUploadIcon;
|
|
108
|
+
private renderFileList;
|
|
109
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
110
|
+
}
|
|
111
|
+
declare global {
|
|
112
|
+
interface HTMLElementTagNameMap {
|
|
113
|
+
'bp-file-upload': BpFileUpload;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
//# sourceMappingURL=file-upload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file-upload.d.ts","sourceRoot":"","sources":["../../../source/components/file-upload/file-upload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,MAAM,KAAK,CAAC;AAMhD;;GAEG;AACH,MAAM,WAAW,QAAQ;IACvB,2BAA2B;IAC3B,IAAI,EAAE,IAAI,CAAC;IACX,gBAAgB;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,yBAAyB;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,gBAAgB;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,wBAAwB;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,6BAA6B;IAC7B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,8BAA8B;IAC9B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,oBAAoB;IACpB,MAAM,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,OAAO,CAAC;IACxD,qCAAqC;IACrC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,qBACa,YAAa,SAAQ,UAAU;IAC1C,yCAAyC;IACL,IAAI,EAAE,MAAM,CAAC;IAEjD,4CAA4C;IACR,KAAK,EAAE,MAAM,CAAC;IAElD,iDAAiD;IACb,WAAW,EAAE,MAAM,CAAC;IAExD,qEAAqE;IACjC,MAAM,EAAE,MAAM,CAAC;IAEnD,6CAA6C;IACR,QAAQ,EAAE,OAAO,CAAC;IAEvD,iCAAiC;IACG,OAAO,EAAE,MAAM,CAAC;IAEpD,sCAAsC;IACF,QAAQ,EAAE,MAAM,CAAC;IAErD,wCAAwC;IACY,QAAQ,EAAE,OAAO,CAAC;IAEtE,iCAAiC;IACI,QAAQ,EAAE,OAAO,CAAC;IAEvD,2CAA2C;IACP,OAAO,EACvC,SAAS,GACT,SAAS,GACT,OAAO,GACP,SAAS,CAAC;IAEd,mCAAmC;IACC,OAAO,EAAE,MAAM,CAAC;IAEpD,mBAAmB;IACiB,IAAI,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAE7D,+CAA+C;IAEvC,YAAY,EAAE,OAAO,CAAC;IAE9B,mDAAmD;IAC1C,OAAO,CAAC,UAAU,CAAS;IAEpC,6BAA6B;IACpB,OAAO,CAAC,KAAK,CAAkB;IAExC,yCAAyC;IACZ,OAAO,CAAC,SAAS,CAAoB;IAElE,MAAM,CAAC,MAAM,4BAAsB;;IAmBnC;;OAEG;IACH,QAAQ,IAAI,QAAQ,EAAE;IAItB;;OAEG;IACH,UAAU,IAAI,IAAI;IAclB;;OAEG;IACH,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAmBhC,OAAO,CAAC,WAAW;IAMnB,OAAO,CAAC,aAAa;IASrB,OAAO,CAAC,iBAAiB;IAOzB,OAAO,CAAC,eAAe;IAQvB,OAAO,CAAC,cAAc;IAQtB,OAAO,CAAC,eAAe;IAUvB,OAAO,CAAC,UAAU;IAalB,OAAO,CAAC,YAAY;IAoEpB,OAAO,CAAC,kBAAkB;IAuB1B,OAAO,CAAC,mBAAmB;IAU3B,OAAO,CAAC,mBAAmB;IAU3B,OAAO,CAAC,cAAc;IAItB,OAAO,CAAC,cAAc;IAWtB,OAAO,CAAC,gBAAgB;IAKxB,OAAO,CAAC,gBAAgB;IAoBxB,OAAO,CAAC,cAAc;IAyEtB,MAAM;CA0EP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,gBAAgB,EAAE,YAAY,CAAC;KAChC;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file-upload.style.d.ts","sourceRoot":"","sources":["../../../source/components/file-upload/file-upload.style.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,yBA0T5B,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export type HeadingLevel = 1 | 2 | 3 | 4 | 5 | 6;
|
|
3
|
+
export type HeadingSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl';
|
|
4
|
+
export type HeadingWeight = 'light' | 'normal' | 'medium' | 'semibold' | 'bold';
|
|
5
|
+
/**
|
|
6
|
+
* A typography component for semantic headings (h1-h6).
|
|
7
|
+
*
|
|
8
|
+
* @element bp-heading
|
|
9
|
+
*
|
|
10
|
+
* @property {HeadingLevel} level - The semantic heading level (h1-h6)
|
|
11
|
+
* @property {HeadingSize} size - The visual size of the heading
|
|
12
|
+
* @property {HeadingWeight} weight - The font weight of the heading
|
|
13
|
+
*
|
|
14
|
+
* @slot - The heading text content
|
|
15
|
+
*
|
|
16
|
+
* @cssprop --bp-heading-color - Custom color for the heading
|
|
17
|
+
* @cssprop --bp-heading-font-family - Custom font family for the heading
|
|
18
|
+
*
|
|
19
|
+
* @csspart heading - The heading element (h1-h6)
|
|
20
|
+
*/
|
|
21
|
+
export declare class BpHeading extends LitElement {
|
|
22
|
+
/**
|
|
23
|
+
* The semantic heading level (h1-h6).
|
|
24
|
+
* Determines the actual HTML element rendered.
|
|
25
|
+
*/
|
|
26
|
+
level: HeadingLevel;
|
|
27
|
+
/**
|
|
28
|
+
* The visual size of the heading.
|
|
29
|
+
* Allows visual hierarchy independent of semantic level.
|
|
30
|
+
* Defaults to match the level when not specified.
|
|
31
|
+
*/
|
|
32
|
+
size: HeadingSize;
|
|
33
|
+
/**
|
|
34
|
+
* The font weight of the heading.
|
|
35
|
+
*/
|
|
36
|
+
weight: HeadingWeight;
|
|
37
|
+
static styles: import("lit").CSSResult[];
|
|
38
|
+
constructor();
|
|
39
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
40
|
+
}
|
|
41
|
+
declare global {
|
|
42
|
+
interface HTMLElementTagNameMap {
|
|
43
|
+
'bp-heading': BpHeading;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=heading.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"heading.d.ts","sourceRoot":"","sources":["../../../source/components/heading/heading.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAIvC,MAAM,MAAM,YAAY,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AACjD,MAAM,MAAM,WAAW,GACnB,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,KAAK,GACL,KAAK,GACL,KAAK,CAAC;AACV,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,GAAG,UAAU,GAAG,MAAM,CAAC;AAEhF;;;;;;;;;;;;;;;GAeG;AACH,qBACa,SAAU,SAAQ,UAAU;IACvC;;;OAGG;IACgD,KAAK,EAAE,YAAY,CAAC;IAEvE;;;;OAIG;IACgD,IAAI,EAAE,WAAW,CAAC;IAErE;;OAEG;IACgD,MAAM,EAAE,aAAa,CAAC;IAEzE,MAAM,CAAC,MAAM,4BAAmB;;IAShC,MAAM;CAyDP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,SAAS,CAAC;KACzB;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"heading.style.d.ts","sourceRoot":"","sources":["../../../source/components/heading/heading.style.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,yBA6EzB,CAAC"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import { type IconName } from './icons/registry.generated.js';
|
|
3
|
+
export type IconSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | 'full';
|
|
4
|
+
export type IconColor = 'default' | 'primary' | 'success' | 'warning' | 'error' | 'muted';
|
|
5
|
+
/**
|
|
6
|
+
* Icon component - SVG icon wrapper with size variants
|
|
7
|
+
*
|
|
8
|
+
* Supports both named icons from the System UI Icons library and custom SVG content via slot.
|
|
9
|
+
*
|
|
10
|
+
* @slot - Custom SVG content to display (used when `name` is not provided)
|
|
11
|
+
*
|
|
12
|
+
* @csspart icon - The icon container element
|
|
13
|
+
*
|
|
14
|
+
* @example
|
|
15
|
+
* ```html
|
|
16
|
+
* <!-- Using named icon from library -->
|
|
17
|
+
* <bp-icon name="create" size="md" color="primary"></bp-icon>
|
|
18
|
+
*
|
|
19
|
+
* <!-- Using custom SVG content -->
|
|
20
|
+
* <bp-icon size="md">
|
|
21
|
+
* <svg viewBox="0 0 24 24" fill="currentColor">
|
|
22
|
+
* <path d="M12 2L2 7v10c0 5.5 3.8 10.6 10 12 6.2-1.4 10-6.5 10-12V7l-10-5z"/>
|
|
23
|
+
* </svg>
|
|
24
|
+
* </bp-icon>
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
export declare class BpIcon extends LitElement {
|
|
28
|
+
/**
|
|
29
|
+
* Name of the icon from the System UI Icons library
|
|
30
|
+
* @type {IconName}
|
|
31
|
+
*/
|
|
32
|
+
name: IconName | '';
|
|
33
|
+
/**
|
|
34
|
+
* Size variant of the icon
|
|
35
|
+
* @type {IconSize}
|
|
36
|
+
*/
|
|
37
|
+
size: IconSize;
|
|
38
|
+
/**
|
|
39
|
+
* Color variant of the icon
|
|
40
|
+
* @type {IconColor}
|
|
41
|
+
*/
|
|
42
|
+
color: IconColor;
|
|
43
|
+
/**
|
|
44
|
+
* ARIA label for accessibility
|
|
45
|
+
* @type {string}
|
|
46
|
+
*/
|
|
47
|
+
ariaLabel: string;
|
|
48
|
+
constructor();
|
|
49
|
+
static styles: import("lit").CSSResult[];
|
|
50
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
51
|
+
}
|
|
52
|
+
declare global {
|
|
53
|
+
interface HTMLElementTagNameMap {
|
|
54
|
+
'bp-icon': BpIcon;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
//# sourceMappingURL=icon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../source/components/icon/icon.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAIvC,OAAO,EAAW,KAAK,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAEvE,MAAM,MAAM,QAAQ,GAChB,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,KAAK,GACL,KAAK,GACL,KAAK,GACL,MAAM,CAAC;AACX,MAAM,MAAM,SAAS,GACjB,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,OAAO,GACP,OAAO,CAAC;AAEZ;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,qBACa,MAAO,SAAQ,UAAU;IACpC;;;OAGG;IACiC,IAAI,EAAE,QAAQ,GAAG,EAAE,CAAC;IAExD;;;OAGG;IACgD,IAAI,EAAE,QAAQ,CAAC;IAElE;;;OAGG;IACiC,KAAK,EAAE,SAAS,CAAC;IAErD;;;OAGG;IAEK,SAAS,EAAE,MAAM,CAAC;;IAU1B,MAAM,CAAC,MAAM,4BAAgB;IAE7B,MAAM;CAmBP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,SAAS,EAAE,MAAM,CAAC;KACnB;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon.style.d.ts","sourceRoot":"","sources":["../../../source/components/icon/icon.style.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,yBAqGtB,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Auto-generated icon registry from System UI Icons
|
|
3
|
+
* Generated: 2026-01-01T04:23:26.978Z
|
|
4
|
+
* Total icons: 430
|
|
5
|
+
*
|
|
6
|
+
* DO NOT EDIT THIS FILE MANUALLY
|
|
7
|
+
* Run: node source/components/icon/generate-icon-registry.js
|
|
8
|
+
*/
|
|
9
|
+
import { type TemplateResult } from 'lit';
|
|
10
|
+
/**
|
|
11
|
+
* Union type of all available icon names
|
|
12
|
+
*/
|
|
13
|
+
export type IconName = 'airplay' | 'alarm-clock' | 'align-horizontal' | 'align-vertical' | 'angle' | 'archive' | 'arrow-bottom-left' | 'arrow-bottom-right' | 'arrow-down' | 'arrow-down-circle' | 'arrow-left' | 'arrow-left-circle' | 'arrow-right' | 'arrow-right-circle' | 'arrow-top-left' | 'arrow-top-right' | 'arrow-up' | 'arrow-up-circle' | 'audio-wave' | 'backspace' | 'backward' | 'bag' | 'battery-75' | 'battery-charging' | 'battery-empty' | 'battery-full' | 'battery-half' | 'battery-low' | 'bell' | 'bell-disabled' | 'bell-ringing' | 'bell-snooze' | 'bluetooth' | 'book' | 'book-closed' | 'book-text' | 'bookmark' | 'bookmark-book' | 'box' | 'box-add' | 'box-download' | 'box-open' | 'box-remove' | 'boxes' | 'branch' | 'briefcase' | 'browser' | 'browser-alt' | 'button-add' | 'button-minus' | 'calculator' | 'calendar' | 'calendar-add' | 'calendar-date' | 'calendar-day' | 'calendar-days' | 'calendar-last-day' | 'calendar-month' | 'calendar-move' | 'calendar-remove' | 'calendar-split' | 'calendar-week' | 'camera' | 'camera-alt' | 'camera-noflash' | 'camera-noflash-alt' | 'capture' | 'card-timeline' | 'card-view' | 'carousel' | 'cart' | 'cast' | 'chain' | 'chat-add' | 'check' | 'check-circle' | 'check-circle-outside' | 'checkbox-checked' | 'checkbox-empty' | 'chevron-close' | 'chevron-down' | 'chevron-down-circle' | 'chevron-down-double' | 'chevron-left' | 'chevron-left-circle' | 'chevron-left-double' | 'chevron-open' | 'chevron-right' | 'chevron-right-circle' | 'chevron-right-double' | 'chevron-up' | 'chevron-up-circle' | 'chevron-up-double' | 'circle' | 'circle-menu' | 'circle-split' | 'clipboard' | 'clipboard-add' | 'clipboard-check' | 'clipboard-copy' | 'clipboard-cross' | 'clipboard-notes' | 'clipboard-remove' | 'clock' | 'close' | 'cloud' | 'cloud-disconnect' | 'cloud-download' | 'cloud-download-alt' | 'cloud-upload' | 'cloud-upload-alt' | 'code' | 'coffee' | 'coin' | 'coins' | 'compass' | 'component-add' | 'contacts' | 'contract' | 'create' | 'credit-card' | 'crop' | 'cross' | 'cross-circle' | 'crosshair' | 'cube' | 'cubes' | 'cylinder' | 'database' | 'diamond' | 'directions' | 'disc' | 'display' | 'display-alt' | 'document' | 'document-justified' | 'document-list' | 'document-stack' | 'document-words' | 'door' | 'door-alt' | 'download' | 'download-alt' | 'downward' | 'drag' | 'drag-circle' | 'drag-vertical' | 'duplicate' | 'duplicate-alt' | 'enter' | 'enter-alt' | 'episodes' | 'exit-left' | 'exit-right' | 'expand' | 'expand-height' | 'expand-width' | 'external' | 'eye' | 'eye-closed' | 'eye-no' | 'face-delighted' | 'face-happy' | 'face-neutral' | 'face-sad' | 'file-download' | 'file-upload' | 'files-history' | 'files-multi' | 'files-stack' | 'film' | 'filter' | 'filter-circle' | 'filter-single' | 'filtering' | 'fingerprint' | 'flag' | 'flame' | 'flame-alt' | 'flip-view' | 'floppy' | 'folder-add' | 'folder-closed' | 'folder-minus' | 'folder-open' | 'fork-git' | 'forward' | 'frame' | 'fullscreen' | 'funnel' | 'gauge' | 'gift' | 'globe' | 'gps' | 'grab' | 'graph-bar' | 'graph-box' | 'graph-increase' | 'grid' | 'grid-circles' | 'grid-circles-add' | 'grid-small' | 'grid-squares' | 'grid-squares-add' | 'hand' | 'harddrive' | 'hash' | 'heart' | 'heart-rate' | 'heart-remove' | 'height' | 'hierarchy' | 'home' | 'home-alt' | 'home-check' | 'home-door' | 'import' | 'inbox' | 'inbox-alt' | 'info-circle' | 'iphone-landscape' | 'iphone-portrait' | 'jump-backward' | 'jump-forward' | 'jump-left' | 'jump-right' | 'keyboard' | 'laptop' | 'lightbulb' | 'lightbulb-on' | 'lightning' | 'lightning-alt' | 'lineweight' | 'link' | 'link-alt' | 'link-broken' | 'link-horizontal' | 'link-vertical' | 'list' | 'list-add' | 'list-numbered' | 'loader' | 'location' | 'lock' | 'lock-open' | 'mail' | 'mail-add' | 'mail-delete' | 'mail-minus' | 'mail-new' | 'mail-open' | 'mail-remove' | 'marquee' | 'maximise' | 'menu-hamburger' | 'menu-horizontal' | 'menu-vertical' | 'message' | 'message-writing' | 'microphone' | 'microphone-disabled' | 'microphone-muted' | 'midpoint' | 'mini-player' | 'minimise' | 'minus' | 'minus-circle' | 'moon' | 'move' | 'newspaper' | 'no-sign' | 'notebook' | 'notification' | 'nut' | 'pages' | 'panel-bottom' | 'panel-center' | 'panel-left' | 'panel-right' | 'panel-sectioned' | 'panel-top' | 'paper' | 'paper-folded' | 'paper-plane' | 'paper-plane-alt' | 'paperclip' | 'paragraph-center' | 'paragraph-end' | 'paragraph-left' | 'paragraph-right' | 'paragraph-start' | 'pen' | 'phone-landscape' | 'phone-portrait' | 'picture' | 'pie-half' | 'pie-quarter' | 'pie-third' | 'pill' | 'play-button' | 'plus' | 'plus-circle' | 'postcard' | 'printer' | 'projector' | 'pull-down' | 'pull-left' | 'pull-right' | 'pull-up' | 'push-down' | 'push-left' | 'push-right' | 'push-up' | 'question-circle' | 'radio-on' | 'receipt' | 'record' | 'redo' | 'refresh' | 'refresh-alt' | 'replicate' | 'replicate-alt' | 'reset' | 'reset-alt' | 'reset-forward' | 'reset-hard' | 'reset-temporary' | 'retweet' | 'reuse' | 'reverse' | 'reverse-alt' | 'revert' | 'rocket' | 'ruler' | 'scale' | 'scale-contract' | 'scale-extend' | 'scalpel' | 'search' | 'server' | 'settings' | 'share' | 'share-alt' | 'shuffle' | 'side-menu' | 'signal-full' | 'signal-low' | 'signal-medium' | 'signal-none' | 'slash-backward' | 'slash-forward' | 'sliders' | 'sort' | 'sort-alt' | 'speaker' | 'speech-bubble' | 'speech-typing' | 'split' | 'split-three' | 'star' | 'sun' | 'support' | 'swap' | 'switch' | 'table' | 'table-header' | 'tag' | 'tag-milestone' | 'tags' | 'target' | 'terminal' | 'thread' | 'thumbs-down' | 'thumbs-up' | 'ticket' | 'timeline' | 'todo' | 'toggle' | 'toggles' | 'translate' | 'trash' | 'trash-alt' | 'trophy' | 'tv-mode' | 'unarchive' | 'undo' | 'undo-history' | 'unlink-horizontal' | 'unlink-vertical' | 'upload' | 'upload-alt' | 'upward' | 'user' | 'user-add' | 'user-circle' | 'user-male' | 'user-male-circle' | 'user-remove' | 'users' | 'venn' | 'version' | 'versions' | 'video' | 'volume-0' | 'volume-add' | 'volume-disabled' | 'volume-high' | 'volume-low' | 'volume-minus' | 'volume-muted' | 'wallet' | 'warning-circle' | 'warning-hex' | 'warning-triangle' | 'waves' | 'width' | 'wifi' | 'wifi-error' | 'wifi-none' | 'window' | 'window-collapse-left' | 'window-collapse-right' | 'window-content' | 'wrap-back' | 'wrap-forward' | 'write' | 'zoom-cancel' | 'zoom-in' | 'zoom-out' | 'zoom-reset';
|
|
14
|
+
/**
|
|
15
|
+
* Get an icon template by name
|
|
16
|
+
* @param name - Icon name from the registry
|
|
17
|
+
* @returns Lit template with SVG content, or null if not found
|
|
18
|
+
*/
|
|
19
|
+
export declare function getIcon(name: string): TemplateResult | null;
|
|
20
|
+
/**
|
|
21
|
+
* Get all available icon names
|
|
22
|
+
* @returns Array of all icon names in the registry
|
|
23
|
+
*/
|
|
24
|
+
export declare function getAllIconNames(): IconName[];
|
|
25
|
+
//# sourceMappingURL=registry.generated.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"registry.generated.d.ts","sourceRoot":"","sources":["../../../../source/components/icon/icons/registry.generated.ts"],"names":[],"mappings":"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"}
|