@revotech-group/revotech-ui-kit 0.1.43 → 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/dist/library.css +4298 -1171
- package/dist/rtg-ui-kit.js +7682 -5984
- package/dist/rtg-ui-kit.umd.cjs +1098 -1077
- package/dist/src/components/ui/accordion/accordion-content.d.ts +1 -1
- package/dist/src/components/ui/accordion/accordion-trigger.d.ts +1 -1
- package/dist/src/components/ui/accordion/accordion.d.ts +4 -4
- package/dist/src/components/ui/accordion/accordion.styles.d.ts +4 -0
- package/dist/src/components/ui/alert/alert.d.ts +5 -5
- package/dist/src/components/ui/alert/alert.stories.d.ts +1 -1
- package/dist/src/components/ui/alert/alert.styles.d.ts +9 -3
- package/dist/src/components/ui/alert/alert.types.d.ts +1 -1
- package/dist/src/components/ui/alert/helpers.d.ts +10 -0
- package/dist/src/components/ui/aspect-ratio/aspect-ratio.d.ts +5 -2
- package/dist/src/components/ui/aspect-ratio/aspect-ratio.styles.d.ts +4 -1
- package/dist/src/components/ui/avatar/avatar-fallback.d.ts +1 -1
- package/dist/src/components/ui/avatar/avatar-image.d.ts +1 -1
- package/dist/src/components/ui/avatar/avatar.d.ts +1 -1
- package/dist/src/components/ui/avatar/avatar.style.d.ts +4 -3
- package/dist/src/components/ui/badge/badge.d.ts +1 -1
- package/dist/src/components/ui/badge/badge.stories.d.ts +1 -0
- package/dist/src/components/ui/badge/badge.style.d.ts +1 -1
- package/dist/src/components/ui/badge/badge.type.d.ts +1 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb-item.d.ts +1 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb-link.d.ts +1 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb-list.d.ts +1 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb-text.d.ts +1 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb.d.ts +2 -2
- package/dist/src/components/ui/breadcrumb/breadcrumb.styles.d.ts +4 -6
- package/dist/src/components/ui/button/button.d.ts +2 -2
- package/dist/src/components/ui/button/button.style.d.ts +2 -2
- package/dist/src/components/ui/button/button.type.d.ts +1 -1
- package/dist/src/components/ui/calendar/calendar.d.ts +9 -13
- package/dist/src/components/ui/calendar/calendar.helpers.d.ts +3 -0
- package/dist/src/components/ui/calendar/calendar.style.d.ts +40 -4
- package/dist/src/components/ui/card/card.d.ts +6 -6
- package/dist/src/components/ui/card/card.styles.d.ts +4 -1
- package/dist/src/components/ui/carousel/carousel.styles.d.ts +32 -0
- package/dist/src/components/ui/checkbox/checkbox.stories.d.ts +3 -1
- package/dist/src/components/ui/checkbox/checkbox.style.d.ts +4 -2
- package/dist/src/components/ui/combobox/combo-box.styles.d.ts +14 -5
- package/dist/src/components/ui/command/command-empty.atom.d.ts +1 -1
- package/dist/src/components/ui/command/command-group.atom.d.ts +1 -1
- package/dist/src/components/ui/command/command-item.atom.d.ts +2 -1
- package/dist/src/components/ui/command/command-list.atom.d.ts +1 -1
- package/dist/src/components/ui/command/command.d.ts +4 -3
- package/dist/src/components/ui/command/command.helpers.d.ts +6 -0
- package/dist/src/components/ui/command/command.styles.d.ts +15 -7
- package/dist/src/components/ui/context-menu/context-menu-checkbox-Item.d.ts +1 -1
- package/dist/src/components/ui/context-menu/context-menu-content.d.ts +1 -1
- package/dist/src/components/ui/context-menu/context-menu-item.d.ts +2 -1
- package/dist/src/components/ui/context-menu/context-menu-radio-item.d.ts +1 -1
- package/dist/src/components/ui/context-menu/context-menu.d.ts +3 -3
- package/dist/src/components/ui/context-menu/context-menu.helpers.d.ts +1 -0
- package/dist/src/components/ui/context-menu/context-menu.styles.d.ts +20 -7
- package/dist/src/components/ui/date-picker/date-picker.styles.d.ts +6 -0
- package/dist/src/components/ui/dialog/dialog-close.d.ts +1 -1
- package/dist/src/components/ui/dialog/dialog-content.d.ts +1 -0
- package/dist/src/components/ui/dialog/dialog-trigger.d.ts +1 -1
- package/dist/src/components/ui/dialog/dialog.d.ts +3 -3
- package/dist/src/components/ui/dialog/dialog.styles.d.ts +17 -4
- package/dist/src/components/ui/drawer/drawer-close.d.ts +1 -1
- package/dist/src/components/ui/drawer/drawer-content.d.ts +2 -1
- package/dist/src/components/ui/drawer/drawer-description.d.ts +1 -2
- package/dist/src/components/ui/drawer/drawer-header.d.ts +5 -4
- package/dist/src/components/ui/drawer/drawer-title.d.ts +1 -2
- package/dist/src/components/ui/drawer/drawer-trigger.d.ts +1 -1
- package/dist/src/components/ui/drawer/drawer.d.ts +7 -6
- package/dist/src/components/ui/drawer/drawer.helpers.d.ts +2 -0
- package/dist/src/components/ui/drawer/drawer.styles.d.ts +14 -5
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-checkbox-Item.d.ts +1 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-content.d.ts +1 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-item.d.ts +2 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-radio-item.d.ts +1 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-seperator.d.ts +1 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-shortcut.d.ts +1 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu.d.ts +6 -4
- package/dist/src/components/ui/dropdown-menu/dropdown-menu.helpers.d.ts +3 -0
- package/dist/src/components/ui/dropdown-menu/dropdown-menu.styles.d.ts +20 -7
- package/dist/src/components/ui/form/form.styles.d.ts +7 -6
- package/dist/src/components/ui/hoverCard/hover-card-content.d.ts +2 -2
- package/dist/src/components/ui/hoverCard/hover-card-trigger.d.ts +1 -1
- package/dist/src/components/ui/hoverCard/hover-card.d.ts +2 -2
- package/dist/src/components/ui/hoverCard/hover-card.styles.d.ts +5 -1
- package/dist/src/components/ui/input/input.styles.d.ts +7 -1
- package/dist/src/components/ui/input-otp/input-otp-group.d.ts +2 -0
- package/dist/src/components/ui/input-otp/input-otp-slot.d.ts +1 -1
- package/dist/src/components/ui/input-otp/input-otp.d.ts +2 -4
- package/dist/src/components/ui/input-otp/input-otp.styles.d.ts +10 -0
- package/dist/src/components/ui/label/label.d.ts +0 -4
- package/dist/src/components/ui/label/label.style.d.ts +1 -1
- package/dist/src/components/ui/menubar/menubar-checkbox.item.d.ts +1 -2
- package/dist/src/components/ui/menubar/menubar-content.d.ts +1 -1
- package/dist/src/components/ui/menubar/menubar-group.d.ts +1 -1
- package/dist/src/components/ui/menubar/menubar-item.d.ts +2 -1
- package/dist/src/components/ui/menubar/menubar-menu.d.ts +4 -1
- package/dist/src/components/ui/menubar/menubar-radio-item.d.ts +1 -2
- package/dist/src/components/ui/menubar/menubar-separator.d.ts +1 -1
- package/dist/src/components/ui/menubar/menubar-shortcut.d.ts +1 -1
- package/dist/src/components/ui/menubar/menubar-trigger.d.ts +2 -2
- package/dist/src/components/ui/menubar/menubar.d.ts +4 -4
- package/dist/src/components/ui/menubar/menubar.helpers.d.ts +3 -0
- package/dist/src/components/ui/menubar/menubar.styles.d.ts +21 -8
- package/dist/src/components/ui/navigation-menu/navigation-menu.styles.d.ts +9 -3
- package/dist/src/components/ui/pagination/pagination-content.d.ts +1 -1
- package/dist/src/components/ui/pagination/pagination-ellipsis.d.ts +2 -2
- package/dist/src/components/ui/pagination/pagination-item.d.ts +1 -1
- package/dist/src/components/ui/pagination/pagination-link.d.ts +3 -8
- package/dist/src/components/ui/pagination/pagination-next.d.ts +2 -1
- package/dist/src/components/ui/pagination/pagination-previous.d.ts +2 -1
- package/dist/src/components/ui/pagination/pagination.d.ts +3 -3
- package/dist/src/components/ui/pagination/pagination.styles.d.ts +22 -9
- package/dist/src/components/ui/popover/popover-content.d.ts +2 -2
- package/dist/src/components/ui/popover/popover-trigger.d.ts +1 -1
- package/dist/src/components/ui/popover/popover.d.ts +1 -1
- package/dist/src/components/ui/popover/popover.style.d.ts +5 -10
- package/dist/src/components/ui/progress/progress.d.ts +0 -1
- package/dist/src/components/ui/progress/progress.styles.d.ts +4 -1
- package/dist/src/components/ui/radio-group/radio-group-item.d.ts +3 -1
- package/dist/src/components/ui/radio-group/radio-group.d.ts +3 -2
- package/dist/src/components/ui/radio-group/radio-group.styles.d.ts +9 -2
- package/dist/src/components/ui/sample-demo/sample-demo.d.ts +2 -2
- package/dist/src/components/ui/sample-demo/sample.style.d.ts +2 -2
- package/dist/src/components/ui/scroll-area/scroll-area.style.d.ts +1 -1
- package/dist/src/components/ui/select/select-controller.d.ts +2 -1
- package/dist/src/components/ui/select/select-group.d.ts +3 -0
- package/dist/src/components/ui/select/select-item.d.ts +2 -1
- package/dist/src/components/ui/select/select-label.d.ts +2 -2
- package/dist/src/components/ui/select/select-list.d.ts +1 -1
- package/dist/src/components/ui/select/select-trigger.d.ts +5 -2
- package/dist/src/components/ui/select/select-value.d.ts +1 -1
- package/dist/src/components/ui/select/select.d.ts +5 -5
- package/dist/src/components/ui/select/select.styles.d.ts +20 -7
- package/dist/src/components/ui/separator/separator.d.ts +2 -0
- package/dist/src/components/ui/separator/separator.styles.d.ts +5 -0
- package/dist/src/components/ui/skeleton/skeleton.style.d.ts +1 -1
- package/dist/src/components/ui/switch/switch.d.ts +2 -2
- package/dist/src/components/ui/switch/switch.style.d.ts +4 -1
- package/dist/src/components/ui/table/table.styles.d.ts +39 -0
- package/dist/src/components/ui/tabs/tabs.style.d.ts +12 -4
- package/dist/src/components/ui/textarea/textarea.styles.d.ts +1 -1
- package/dist/src/components/ui/toast/toast-action.d.ts +7 -3
- package/dist/src/components/ui/toast/toast-view-port.d.ts +7 -4
- package/dist/src/components/ui/toast/toast.style.d.ts +19 -11
- package/dist/src/components/ui/toggle/toggle.d.ts +1 -0
- package/dist/src/components/ui/toggle-group/toggle-group-item.d.ts +14 -3
- package/dist/src/components/ui/toggle-group/toggle-group.style.d.ts +1 -1
- package/dist/src/helpers/base-element.d.ts +1 -0
- package/dist/src/tokens/tailwind/animation.d.ts +7 -0
- package/dist/src/tokens/tailwind/basis.d.ts +5 -0
- package/dist/src/tokens/tailwind/border-radius.d.ts +61 -0
- package/dist/src/tokens/tailwind/border-width.d.ts +32 -0
- package/dist/src/tokens/tailwind/box-shadow.d.ts +23 -0
- package/dist/src/tokens/tailwind/color.d.ts +339 -0
- package/dist/src/tokens/tailwind/font-size.d.ts +134 -0
- package/dist/src/tokens/tailwind/font-weight.d.ts +36 -0
- package/dist/src/tokens/tailwind/grid-template-columns.d.ts +4 -0
- package/dist/src/tokens/tailwind/index.d.ts +1113 -0
- package/dist/src/tokens/tailwind/keyframes.d.ts +41 -0
- package/dist/src/tokens/tailwind/opacity.d.ts +39 -0
- package/dist/src/tokens/tailwind/ring-offset-width.d.ts +8 -0
- package/dist/src/tokens/tailwind/ring-width.d.ts +24 -0
- package/dist/src/tokens/tailwind/spacing.d.ts +344 -0
- package/dist/src/tokens/tailwind/transition-duration.d.ts +5 -0
- package/dist/src/tokens/tailwind/transition-timing-function.d.ts +4 -0
- package/dist/src/tokens/tailwind/translate.d.ts +5 -0
- package/package.json +1 -1
- package/dist/src/components/ui/calendar/calendar.type.d.ts +0 -2
- package/dist/src/components/ui/context-menu/contextMenu.style.d.ts +0 -2
- package/dist/src/components/ui/dropdown-menu/dropdownMenu.style.d.ts +0 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const textAreaStyles
|
|
1
|
+
export declare const textAreaStyles: string[];
|
|
@@ -3,9 +3,13 @@ import { BaseElement } from '../../../helpers';
|
|
|
3
3
|
|
|
4
4
|
import * as toastType from './toast.type';
|
|
5
5
|
export declare class ToastAction extends BaseElement {
|
|
6
|
-
static toastVariants:
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
static toastVariants: {
|
|
7
|
+
base: string[];
|
|
8
|
+
variants: {
|
|
9
|
+
default: string[];
|
|
10
|
+
destructive: string[];
|
|
11
|
+
};
|
|
12
|
+
};
|
|
9
13
|
get _containerElement(): HTMLButtonElement | null;
|
|
10
14
|
variant: toastType.ToastVariant;
|
|
11
15
|
getAttributesToExclude(): string[];
|
|
@@ -3,13 +3,16 @@ import { BaseElement } from '../../../helpers';
|
|
|
3
3
|
|
|
4
4
|
import * as toastType from './toast.type';
|
|
5
5
|
export declare class ToastViewPort extends BaseElement {
|
|
6
|
-
static toastVariants:
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
static toastVariants: {
|
|
7
|
+
base: string[];
|
|
8
|
+
variants: {
|
|
9
|
+
default: string[];
|
|
10
|
+
destructive: string[];
|
|
11
|
+
};
|
|
12
|
+
};
|
|
9
13
|
get _containerElement(): HTMLLIElement | null;
|
|
10
14
|
variant: toastType.ToastVariant;
|
|
11
15
|
state: string;
|
|
12
|
-
private handleCloseButtonClick;
|
|
13
16
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
14
17
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
15
18
|
render(): import('lit').TemplateResult<1>;
|
|
@@ -1,11 +1,19 @@
|
|
|
1
|
-
export declare const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
export declare const toastStyles: {
|
|
2
|
+
viewportRoot: string[];
|
|
3
|
+
viewportItem: {
|
|
4
|
+
base: string[];
|
|
5
|
+
variants: {
|
|
6
|
+
default: string[];
|
|
7
|
+
destructive: string[];
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
action: {
|
|
11
|
+
base: string[];
|
|
12
|
+
variants: {
|
|
13
|
+
default: string[];
|
|
14
|
+
destructive: string[];
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
title: string[];
|
|
18
|
+
description: string[];
|
|
19
|
+
};
|
|
@@ -9,6 +9,7 @@ declare class Toggle extends BaseElement {
|
|
|
9
9
|
required: boolean;
|
|
10
10
|
variant: TOGGLE_VARIANT;
|
|
11
11
|
size: TOGGLE_SIZE;
|
|
12
|
+
protected willUpdate(changed: Map<string, unknown>): void;
|
|
12
13
|
get _containerElement(): HTMLButtonElement | null;
|
|
13
14
|
static toggleVariants: (props?: ({
|
|
14
15
|
variant?: "default" | "outline" | null | undefined;
|
|
@@ -10,7 +10,7 @@ declare class ToggleGroupItem extends BaseElement {
|
|
|
10
10
|
size: TOGGLE_GROUP_SIZE;
|
|
11
11
|
disabled: boolean;
|
|
12
12
|
type: TOGGLE_GROUP_TYPE;
|
|
13
|
-
get _parent(): ToggleGroup;
|
|
13
|
+
get _parent(): ToggleGroup | null;
|
|
14
14
|
get _containerElement(): HTMLButtonElement | null;
|
|
15
15
|
get _siblings(): ToggleGroupItem[];
|
|
16
16
|
static toggleGroupVariants: (props?: ({
|
|
@@ -20,13 +20,24 @@ declare class ToggleGroupItem extends BaseElement {
|
|
|
20
20
|
protected getAttributesToExclude(): string[];
|
|
21
21
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
22
22
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
23
|
-
|
|
23
|
+
/**
|
|
24
|
+
* IMPORTANT:
|
|
25
|
+
* - No reactive state is written inside updated()
|
|
26
|
+
* - This prevents infinite loops
|
|
27
|
+
*/
|
|
28
|
+
constructor();
|
|
29
|
+
private syncFromParent;
|
|
30
|
+
/**
|
|
31
|
+
* Called by parent when selection changes
|
|
32
|
+
* (or manually triggered via requestUpdate)
|
|
33
|
+
*/
|
|
34
|
+
syncSelection(): void;
|
|
24
35
|
toggleSelection(itemId: string): void;
|
|
25
36
|
render(): import('lit-element').TemplateResult<1>;
|
|
26
37
|
}
|
|
38
|
+
export { ToggleGroupItem };
|
|
27
39
|
declare global {
|
|
28
40
|
interface HTMLElementTagNameMap {
|
|
29
41
|
'rtg-toggle-group-item': ToggleGroupItem;
|
|
30
42
|
}
|
|
31
43
|
}
|
|
32
|
-
export { ToggleGroupItem };
|
|
@@ -2,4 +2,4 @@ export declare const toggleGroupStyle: (props?: ({
|
|
|
2
2
|
variant?: "default" | "outline" | null | undefined;
|
|
3
3
|
size?: "sm" | "lg" | "md" | null | undefined;
|
|
4
4
|
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
|
|
5
|
-
export declare const toggleGroupStyles = "rtg-flex rtg-items-center rtg-justify-center rtg-gap-
|
|
5
|
+
export declare const toggleGroupStyles = "rtg-flex rtg-items-center rtg-justify-center rtg-gap-toggle-group-space-gap";
|
|
@@ -15,6 +15,7 @@ export declare abstract class BaseElement extends LitElement {
|
|
|
15
15
|
protected applyCustomClass(variables: string[], selector: string, className?: string): void;
|
|
16
16
|
protected removeDuplicateContent(): void;
|
|
17
17
|
protected moveLightDomChildrenInto(target: HTMLElement, specificNodes?: Node[]): void;
|
|
18
|
+
protected normalizeEnum<T extends Record<string, string>>(value: unknown, enumObj: T, fallback: T[keyof T]): T[keyof T];
|
|
18
19
|
private mutationObserver?;
|
|
19
20
|
protected observeStyleAndClassSync(target: HTMLElement): void;
|
|
20
21
|
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
export declare const borderRadius: {
|
|
2
|
+
'navigation-menu-item-radius': string;
|
|
3
|
+
'navigation-menu-link-radius': string;
|
|
4
|
+
'navigation-menu-content-container-radius': string;
|
|
5
|
+
'combo-box-group-radius': string;
|
|
6
|
+
'combo-box-input-radius': string;
|
|
7
|
+
'combo-box-trigger-radius': string;
|
|
8
|
+
'combo-box-item-radius': string;
|
|
9
|
+
'carousel-button-radius': string;
|
|
10
|
+
'textarea-radius': string;
|
|
11
|
+
'tab-list-radius': string;
|
|
12
|
+
'tab-trigger-radius': string;
|
|
13
|
+
'toast-viewport-item-radius': string;
|
|
14
|
+
'toast-action-radius': string;
|
|
15
|
+
'toggle-group-item-radius': string;
|
|
16
|
+
'toggle-radius': string;
|
|
17
|
+
'input-radius': string;
|
|
18
|
+
'scrollarea-radius': string;
|
|
19
|
+
'switch-radius': string;
|
|
20
|
+
'switch-thumb-radius': string;
|
|
21
|
+
'skeleton-radius': string;
|
|
22
|
+
'select-trigger-radius': string;
|
|
23
|
+
'select-content-radius': string;
|
|
24
|
+
'select-item-radius': string;
|
|
25
|
+
'radio-group-item-radius': string;
|
|
26
|
+
'progress-radius': string;
|
|
27
|
+
'popover-content-radius': string;
|
|
28
|
+
'menubar-radius': string;
|
|
29
|
+
'menubar-trigger-radius': string;
|
|
30
|
+
'menubar-content-radius': string;
|
|
31
|
+
'menubar-item-radius': string;
|
|
32
|
+
'menubar-checkbox-item-radius': string;
|
|
33
|
+
'menubar-radio-item-radius': string;
|
|
34
|
+
'input-otp-slot-radius': string;
|
|
35
|
+
'hover-card-content-radius': string;
|
|
36
|
+
'dropdown-menu-content-radius': string;
|
|
37
|
+
'dropdown-menu-item-radius': string;
|
|
38
|
+
'dropdown-menu-checkbox-item-radius': string;
|
|
39
|
+
'dropdown-menu-radio-item-radius': string;
|
|
40
|
+
'drawer-content-radius': string;
|
|
41
|
+
'drawer-thumb-radius': string;
|
|
42
|
+
'dialog-content-radius': string;
|
|
43
|
+
'dialog-close-radius': string;
|
|
44
|
+
'context-menu-content-radius': string;
|
|
45
|
+
'context-menu-item-radius': string;
|
|
46
|
+
'context-menu-checkbox-item-radius': string;
|
|
47
|
+
'context-menu-radio-item-radius': string;
|
|
48
|
+
'command-radius': string;
|
|
49
|
+
'command-input-radius': string;
|
|
50
|
+
'command-item-radius': string;
|
|
51
|
+
'checkbox-radius': string;
|
|
52
|
+
'card-radius': string;
|
|
53
|
+
'calendar-weekday-radius': string;
|
|
54
|
+
'calendar-day-radius': string;
|
|
55
|
+
'button-radius': string;
|
|
56
|
+
'badge-radius': string;
|
|
57
|
+
'avatar-radius': string;
|
|
58
|
+
'avatar-fallback-radius': string;
|
|
59
|
+
'alert-radius': string;
|
|
60
|
+
'accordion-trigger-radius': string;
|
|
61
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export declare const borderWidth: {
|
|
2
|
+
'navigation-menu-content-container-width-border': string;
|
|
3
|
+
'combo-box-group-width-border': string;
|
|
4
|
+
'combo-box-trigger-width-border': string;
|
|
5
|
+
'table-head-width-border': string;
|
|
6
|
+
'table-body-width-border': string;
|
|
7
|
+
'table-footer-width-border': string;
|
|
8
|
+
'switch-width-border': string;
|
|
9
|
+
'select-trigger-width-border': string;
|
|
10
|
+
'select-content-width-border': string;
|
|
11
|
+
'radio-group-item-width-border': string;
|
|
12
|
+
'popover-content-width-border': string;
|
|
13
|
+
'menubar-width-border': string;
|
|
14
|
+
'menubar-content-width-border': string;
|
|
15
|
+
'input-otp-slot-width-border': string;
|
|
16
|
+
'hover-card-content-width-border': string;
|
|
17
|
+
'dropdown-menu-content-width-border': string;
|
|
18
|
+
'drawer-content-width-border': string;
|
|
19
|
+
'dialog-content-width-border': string;
|
|
20
|
+
'context-menu-content-width-border': string;
|
|
21
|
+
'command-input-wrapper-width-border': string;
|
|
22
|
+
'checkbox-width-border': string;
|
|
23
|
+
'card-width-border': string;
|
|
24
|
+
'calendar-day-width-border-focus': string;
|
|
25
|
+
'button-width-border-focus': string;
|
|
26
|
+
'button-width-border-invalid': string;
|
|
27
|
+
'button-outline-width-border': string;
|
|
28
|
+
'badge-width-border': string;
|
|
29
|
+
'alert-width-border': string;
|
|
30
|
+
'accordion-item-width-border': string;
|
|
31
|
+
'accordion-trigger-width-border-focus': string;
|
|
32
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export declare const boxShadow: {
|
|
2
|
+
'navigation-menu-item-shadow-focus': string;
|
|
3
|
+
'navigation-menu-content-container-shadow': string;
|
|
4
|
+
'combo-box-group-shadow': string;
|
|
5
|
+
'tab-trigger-shadow-active': string;
|
|
6
|
+
'toast-viewport-item-shadow': string;
|
|
7
|
+
'switch-shadow': string;
|
|
8
|
+
'select-trigger-shadow': string;
|
|
9
|
+
'select-content-shadow': string;
|
|
10
|
+
'radio-group-item-shadow': string;
|
|
11
|
+
'popover-content-shadow': string;
|
|
12
|
+
'menubar-shadow': string;
|
|
13
|
+
'menubar-content-shadow': string;
|
|
14
|
+
'input-otp-slot-shadow': string;
|
|
15
|
+
'input-shadow': string;
|
|
16
|
+
'hover-card-content-shadow': string;
|
|
17
|
+
'dropdown-menu-content-shadow': string;
|
|
18
|
+
'dialog-content-shadow': string;
|
|
19
|
+
'context-menu-content-shadow': string;
|
|
20
|
+
'checkbox-shadow': string;
|
|
21
|
+
'card-shadow': string;
|
|
22
|
+
'button-outline-shadow': string;
|
|
23
|
+
};
|
|
@@ -0,0 +1,339 @@
|
|
|
1
|
+
export declare const color: {
|
|
2
|
+
'navigation-menu-item-color-bg': string;
|
|
3
|
+
'navigation-menu-item-color-bg-hover': string;
|
|
4
|
+
'navigation-menu-link-color-bg-hover': string;
|
|
5
|
+
'navigation-menu-content-container-color-bg': string;
|
|
6
|
+
'navigation-menu-link-color-bg': string;
|
|
7
|
+
'navigation-menu-content-container-color-border': string;
|
|
8
|
+
'combo-box-group-color-border': string;
|
|
9
|
+
'combo-box-group-color-bg': string;
|
|
10
|
+
'combo-box-input-color-text': string;
|
|
11
|
+
'combo-box-input-color-bg': string;
|
|
12
|
+
'combo-box-input-color-text-placeholder': string;
|
|
13
|
+
'combo-box-trigger-color-border': string;
|
|
14
|
+
'combo-box-trigger-color-bg': string;
|
|
15
|
+
'combo-box-trigger-color-ring-focus': string;
|
|
16
|
+
'combo-box-item-color-bg-hover': string;
|
|
17
|
+
'form-description-color-text': string;
|
|
18
|
+
'form-message-color-text': string;
|
|
19
|
+
'form-label-color-text-error': string;
|
|
20
|
+
'carousel-button-color-bg': string;
|
|
21
|
+
'carousel-button-color-text': string;
|
|
22
|
+
'carousel-button-color-bg-hover': string;
|
|
23
|
+
'table-preview-color-bg': string;
|
|
24
|
+
'table-caption-color-text': string;
|
|
25
|
+
'table-head-color-border': string;
|
|
26
|
+
'table-head-row-color-bg-hover': string;
|
|
27
|
+
'table-head-cell-color-text': string;
|
|
28
|
+
'table-body-color-border': string;
|
|
29
|
+
'table-body-row-color-bg-hover': string;
|
|
30
|
+
'table-footer-color-border': string;
|
|
31
|
+
'table-footer-color-bg': string;
|
|
32
|
+
'table-footer-row-color-bg-hover': string;
|
|
33
|
+
'textarea-color-bg': string;
|
|
34
|
+
'textarea-color-border': string;
|
|
35
|
+
'textarea-color-border-focus': string;
|
|
36
|
+
'textarea-color-text': string;
|
|
37
|
+
'textarea-color-ring-focus': string;
|
|
38
|
+
'textarea-color-text-placeholder': string;
|
|
39
|
+
'tab-list-color-bg': string;
|
|
40
|
+
'tab-list-color-text': string;
|
|
41
|
+
'tab-trigger-color-bg-active': string;
|
|
42
|
+
'tab-trigger-color-text-active': string;
|
|
43
|
+
'tab-trigger-color-ring-focus': string;
|
|
44
|
+
'toast-viewport-default-color-bg': string;
|
|
45
|
+
'toast-viewport-default-color-text': string;
|
|
46
|
+
'toast-viewport-destructive-color-bg': string;
|
|
47
|
+
'toast-viewport-destructive-color-text': string;
|
|
48
|
+
'toast-action-destructive-color-text': string;
|
|
49
|
+
'toast-action-destructive-color-ring-focus': string;
|
|
50
|
+
'toast-action-destructive-color-bg-hover': string;
|
|
51
|
+
'toast-action-destructive-color-bg': string;
|
|
52
|
+
'toast-action-color-border': string;
|
|
53
|
+
'toast-action-default-color-bg-hover': string;
|
|
54
|
+
'toast-action-default-color-bg': string;
|
|
55
|
+
'toast-action-color-text': string;
|
|
56
|
+
'toast-action-color-ring-focus': string;
|
|
57
|
+
'toast-viewport-default-color-border': string;
|
|
58
|
+
'toggle-group-item-color-bg-on': string;
|
|
59
|
+
'toggle-group-item-color-text-on': string;
|
|
60
|
+
'toggle-group-item-color-ring-focus': string;
|
|
61
|
+
'toggle-group-item-default-color-bg-hover': string;
|
|
62
|
+
'toggle-group-item-default-color-text-hover': string;
|
|
63
|
+
'toggle-group-item-outline-color-bg-hover': string;
|
|
64
|
+
'toggle-group-item-outline-color-text-hover': string;
|
|
65
|
+
'toggle-group-item-outline-color-border': string;
|
|
66
|
+
'toggle-color-bg-on': string;
|
|
67
|
+
'toggle-color-text-on': string;
|
|
68
|
+
'toggle-color-ring-focus': string;
|
|
69
|
+
'toggle-default-color-bg-hover': string;
|
|
70
|
+
'toggle-default-color-text-hover': string;
|
|
71
|
+
'toggle-outline-color-bg-hover': string;
|
|
72
|
+
'toggle-outline-color-text-hover': string;
|
|
73
|
+
'toggle-outline-color-border': string;
|
|
74
|
+
'input-color-bg': string;
|
|
75
|
+
'input-color-border': string;
|
|
76
|
+
'input-color-border-focus': string;
|
|
77
|
+
'input-color-text': string;
|
|
78
|
+
'input-color-text-placeholder': string;
|
|
79
|
+
'input-color-ring-focus': string;
|
|
80
|
+
'input-icon-color-text': string;
|
|
81
|
+
'input-icon-color-text-hover': string;
|
|
82
|
+
'scrollarea-color-bg': string;
|
|
83
|
+
'scrollarea-color-border': string;
|
|
84
|
+
'switch-color-border': string;
|
|
85
|
+
'switch-color-bg-checked': string;
|
|
86
|
+
'switch-color-bg-unchecked': string;
|
|
87
|
+
'switch-color-border-focus': string;
|
|
88
|
+
'switch-color-ring-focus': string;
|
|
89
|
+
'switch-thumb-color-bg-checked': string;
|
|
90
|
+
'switch-thumb-color-bg-unchecked': string;
|
|
91
|
+
'skeleton-color-bg': string;
|
|
92
|
+
'separator-color-bg': string;
|
|
93
|
+
'select-trigger-color-bg': string;
|
|
94
|
+
'select-trigger-color-border': string;
|
|
95
|
+
'select-trigger-color-bg-hover': string;
|
|
96
|
+
'select-trigger-color-border-focus': string;
|
|
97
|
+
'select-trigger-color-ring-focus': string;
|
|
98
|
+
'select-trigger-color-border-invalid': string;
|
|
99
|
+
'select-trigger-color-ring-invalid': string;
|
|
100
|
+
'select-trigger-placeholder-color-text': string;
|
|
101
|
+
'select-trigger-icon-color-text': string;
|
|
102
|
+
'select-content-color-text': string;
|
|
103
|
+
'select-content-color-bg': string;
|
|
104
|
+
'select-content-color-border': string;
|
|
105
|
+
'select-label-color-text': string;
|
|
106
|
+
'select-item-color-text-hover': string;
|
|
107
|
+
'select-item-color-bg-hover': string;
|
|
108
|
+
'select-item-color-text-focus': string;
|
|
109
|
+
'select-item-color-bg-focus': string;
|
|
110
|
+
'select-item-icon-color-text': string;
|
|
111
|
+
'select-separator-color-bg': string;
|
|
112
|
+
'radio-group-item-color-bg': string;
|
|
113
|
+
'radio-group-item-color-border': string;
|
|
114
|
+
'radio-group-item-color-border-focus': string;
|
|
115
|
+
'radio-group-item-color-border-invalid': string;
|
|
116
|
+
'radio-group-item-color-ring-focus': string;
|
|
117
|
+
'radio-group-item-color-ring-invalid': string;
|
|
118
|
+
'radio-group-indicator-color-fill': string;
|
|
119
|
+
'progress-color-bg': string;
|
|
120
|
+
'progress-indicator-color-bg': string;
|
|
121
|
+
'popover-content-color-text': string;
|
|
122
|
+
'popover-content-color-bg': string;
|
|
123
|
+
'popover-content-color-border': string;
|
|
124
|
+
'menubar-color-bg': string;
|
|
125
|
+
'menubar-color-border': string;
|
|
126
|
+
'menubar-trigger-color-text-active': string;
|
|
127
|
+
'menubar-trigger-color-bg-active': string;
|
|
128
|
+
'menubar-trigger-color-text-focus': string;
|
|
129
|
+
'menubar-trigger-color-bg-focus': string;
|
|
130
|
+
'menubar-content-color-text': string;
|
|
131
|
+
'menubar-content-color-bg': string;
|
|
132
|
+
'menubar-content-color-border': string;
|
|
133
|
+
'menubar-item-color-text-active': string;
|
|
134
|
+
'menubar-item-color-bg-active': string;
|
|
135
|
+
'menubar-item-icon-color-text': string;
|
|
136
|
+
'menubar-checkbox-item-color-text-active': string;
|
|
137
|
+
'menubar-checkbox-item-color-bg-active': string;
|
|
138
|
+
'menubar-radio-item-color-text-active': string;
|
|
139
|
+
'menubar-radio-item-color-bg-active': string;
|
|
140
|
+
'menubar-separator-color-bg': string;
|
|
141
|
+
'menubar-shortcut-color-text': string;
|
|
142
|
+
'input-otp-slot-color-bg': string;
|
|
143
|
+
'input-otp-slot-color-border': string;
|
|
144
|
+
'input-otp-slot-color-border-focus': string;
|
|
145
|
+
'input-otp-slot-color-border-invalid': string;
|
|
146
|
+
'input-otp-slot-color-ring-focus': string;
|
|
147
|
+
'input-otp-slot-color-ring-invalid': string;
|
|
148
|
+
'input-otp-separator-color-text': string;
|
|
149
|
+
'hover-card-content-color-text': string;
|
|
150
|
+
'hover-card-content-color-bg': string;
|
|
151
|
+
'hover-card-content-color-border': string;
|
|
152
|
+
'dropdown-menu-content-color-text': string;
|
|
153
|
+
'dropdown-menu-content-color-bg': string;
|
|
154
|
+
'dropdown-menu-content-color-border': string;
|
|
155
|
+
'dropdown-menu-item-color-bg-hover': string;
|
|
156
|
+
'dropdown-menu-item-color-text-hover': string;
|
|
157
|
+
'dropdown-menu-item-color-bg-focus': string;
|
|
158
|
+
'dropdown-menu-item-color-text-focus': string;
|
|
159
|
+
'dropdown-menu-item-icon-color-text': string;
|
|
160
|
+
'dropdown-menu-checkbox-item-color-bg-focus': string;
|
|
161
|
+
'dropdown-menu-checkbox-item-color-text-focus': string;
|
|
162
|
+
'dropdown-menu-radio-item-color-bg-focus': string;
|
|
163
|
+
'dropdown-menu-radio-item-color-text-focus': string;
|
|
164
|
+
'dropdown-menu-separator-color-bg': string;
|
|
165
|
+
'dropdown-menu-shortcut-color-text': string;
|
|
166
|
+
'drawer-overlay-color-bg': string;
|
|
167
|
+
'drawer-content-color-bg': string;
|
|
168
|
+
'drawer-content-color-border': string;
|
|
169
|
+
'drawer-thumb-color-bg': string;
|
|
170
|
+
'drawer-title-color-text': string;
|
|
171
|
+
'drawer-description-color-text': string;
|
|
172
|
+
'dialog-close-color-ring-offset': string;
|
|
173
|
+
'dialog-close-color-ring-focus': string;
|
|
174
|
+
'dialog-close-color-bg': string;
|
|
175
|
+
'dialog-close-color-text': string;
|
|
176
|
+
'dialog-overlay-color-bg': string;
|
|
177
|
+
'dialog-content-color-bg': string;
|
|
178
|
+
'dialog-content-color-border': string;
|
|
179
|
+
'dialog-description-color-text': string;
|
|
180
|
+
'date-picker-trigger-button-color-text-empty': string;
|
|
181
|
+
'context-menu-content-color-text': string;
|
|
182
|
+
'context-menu-content-color-bg': string;
|
|
183
|
+
'context-menu-content-color-border': string;
|
|
184
|
+
'context-menu-item-color-bg-hover': string;
|
|
185
|
+
'context-menu-item-color-text-hover': string;
|
|
186
|
+
'context-menu-item-color-bg-focus': string;
|
|
187
|
+
'context-menu-item-color-text-focus': string;
|
|
188
|
+
'context-menu-item-icon-color-text': string;
|
|
189
|
+
'context-menu-checkbox-item-color-bg-focus': string;
|
|
190
|
+
'context-menu-checkbox-item-color-text-focus': string;
|
|
191
|
+
'context-menu-radio-item-color-bg-focus': string;
|
|
192
|
+
'context-menu-radio-item-color-text-focus': string;
|
|
193
|
+
'context-menu-separator-color-bg': string;
|
|
194
|
+
'context-menu-shortcut-color-text': string;
|
|
195
|
+
'command-color-text': string;
|
|
196
|
+
'command-color-bg': string;
|
|
197
|
+
'command-input-color-bg': string;
|
|
198
|
+
'command-input-placeholder-color-text': string;
|
|
199
|
+
'command-input-wrapper-color-border': string;
|
|
200
|
+
'command-group-color-text': string;
|
|
201
|
+
'command-heading-color-text': string;
|
|
202
|
+
'command-separator-color-bg': string;
|
|
203
|
+
'command-item-color-bg-hover': string;
|
|
204
|
+
'command-item-color-text-hover': string;
|
|
205
|
+
'command-item-color-bg-selected': string;
|
|
206
|
+
'command-item-color-text-selected': string;
|
|
207
|
+
'command-item-icon-color-text': string;
|
|
208
|
+
'command-shortcut-color-text': string;
|
|
209
|
+
'checkbox-color-border': string;
|
|
210
|
+
'checkbox-color-bg': string;
|
|
211
|
+
'checkbox-color-border-checked': string;
|
|
212
|
+
'checkbox-color-bg-checked': string;
|
|
213
|
+
'checkbox-color-text-checked': string;
|
|
214
|
+
'checkbox-color-border-focus': string;
|
|
215
|
+
'checkbox-color-ring-focus': string;
|
|
216
|
+
'checkbox-color-border-invalid': string;
|
|
217
|
+
'checkbox-color-ring-invalid': string;
|
|
218
|
+
'card-color-bg': string;
|
|
219
|
+
'card-color-text': string;
|
|
220
|
+
'card-color-border': string;
|
|
221
|
+
'card-description-color-text': string;
|
|
222
|
+
'calendar-color-bg': string;
|
|
223
|
+
'calendar-weekday-color-text': string;
|
|
224
|
+
'calendar-day-today-color-bg': string;
|
|
225
|
+
'calendar-day-color-bg-selected': string;
|
|
226
|
+
'calendar-day-color-border-focus': string;
|
|
227
|
+
'calendar-day-color-ring-focus': string;
|
|
228
|
+
'calendar-day-button-color-text-disabled': string;
|
|
229
|
+
'calendar-day-button-outside-color-text': string;
|
|
230
|
+
'calendar-day-button-today-color-text': string;
|
|
231
|
+
'calendar-day-button-today-color-bg': string;
|
|
232
|
+
'calendar-day-button-color-bg-single-selected': string;
|
|
233
|
+
'calendar-day-button-color-text-single-selected': string;
|
|
234
|
+
'calendar-day-button-color-bg-range-start': string;
|
|
235
|
+
'calendar-day-button-color-text-range-start': string;
|
|
236
|
+
'calendar-day-button-color-bg-range-middle': string;
|
|
237
|
+
'calendar-day-button-color-text-range-middle': string;
|
|
238
|
+
'calendar-day-button-color-bg-range-end': string;
|
|
239
|
+
'calendar-day-button-color-text-range-end': string;
|
|
240
|
+
'button-color-border-focus': string;
|
|
241
|
+
'button-color-border-invalid': string;
|
|
242
|
+
'button-color-ring-invalid': string;
|
|
243
|
+
'button-default-color-bg': string;
|
|
244
|
+
'button-default-color-text': string;
|
|
245
|
+
'button-default-color-bg-hover': string;
|
|
246
|
+
'button-default-color-ring-focus': string;
|
|
247
|
+
'button-secondary-color-bg': string;
|
|
248
|
+
'button-secondary-color-text': string;
|
|
249
|
+
'button-secondary-color-bg-hover': string;
|
|
250
|
+
'button-secondary-color-ring-focus': string;
|
|
251
|
+
'button-outline-color-bg': string;
|
|
252
|
+
'button-outline-color-text': string;
|
|
253
|
+
'button-outline-color-border': string;
|
|
254
|
+
'button-outline-color-bg-hover': string;
|
|
255
|
+
'button-outline-color-text-hover': string;
|
|
256
|
+
'button-outline-color-ring-focus': string;
|
|
257
|
+
'button-ghost-color-text': string;
|
|
258
|
+
'button-ghost-color-bg-hover': string;
|
|
259
|
+
'button-ghost-color-text-hover': string;
|
|
260
|
+
'button-ghost-color-ring-focus': string;
|
|
261
|
+
'button-destructive-color-bg': string;
|
|
262
|
+
'button-destructive-color-text': string;
|
|
263
|
+
'button-destructive-color-bg-hover': string;
|
|
264
|
+
'button-destructive-color-ring-focus': string;
|
|
265
|
+
'button-link-color-text': string;
|
|
266
|
+
'button-link-color-ring-focus': string;
|
|
267
|
+
'breadcrumb-list-color-text': string;
|
|
268
|
+
'breadcrumb-link-color-text-hover': string;
|
|
269
|
+
'breadcrumb-page-color-text': string;
|
|
270
|
+
'badge-color-border-focus': string;
|
|
271
|
+
'badge-color-border-invalid': string;
|
|
272
|
+
'badge-color-ring-invalid': string;
|
|
273
|
+
'badge-default-color-border': string;
|
|
274
|
+
'badge-default-color-bg': string;
|
|
275
|
+
'badge-default-color-text': string;
|
|
276
|
+
'badge-default-color-bg-hover': string;
|
|
277
|
+
'badge-default-color-ring-focus': string;
|
|
278
|
+
'badge-secondary-color-border': string;
|
|
279
|
+
'badge-secondary-color-bg': string;
|
|
280
|
+
'badge-secondary-color-text': string;
|
|
281
|
+
'badge-secondary-color-bg-hover': string;
|
|
282
|
+
'badge-secondary-color-ring-focus': string;
|
|
283
|
+
'badge-outline-color-border': string;
|
|
284
|
+
'badge-outline-color-text': string;
|
|
285
|
+
'badge-outline-color-bg-hover': string;
|
|
286
|
+
'badge-outline-color-text-hover': string;
|
|
287
|
+
'badge-outline-color-ring-focus': string;
|
|
288
|
+
'badge-destructive-color-border': string;
|
|
289
|
+
'badge-destructive-color-bg': string;
|
|
290
|
+
'badge-destructive-color-text': string;
|
|
291
|
+
'badge-destructive-color-bg-hover': string;
|
|
292
|
+
'badge-destructive-color-ring-focus': string;
|
|
293
|
+
'avatar-fallback-color-bg': string;
|
|
294
|
+
'avatar-fallback-color-text': string;
|
|
295
|
+
'alert-default-color-bg': string;
|
|
296
|
+
'alert-default-color-border': string;
|
|
297
|
+
'alert-default-icon-color-text': string;
|
|
298
|
+
'alert-brand-color-bg': string;
|
|
299
|
+
'alert-brand-color-border': string;
|
|
300
|
+
'alert-brand-icon-color-text': string;
|
|
301
|
+
'alert-destructive-color-bg': string;
|
|
302
|
+
'alert-destructive-color-border': string;
|
|
303
|
+
'alert-destructive-icon-color-text': string;
|
|
304
|
+
'alert-warning-color-bg': string;
|
|
305
|
+
'alert-warning-color-border': string;
|
|
306
|
+
'alert-warning-icon-color-text': string;
|
|
307
|
+
'alert-success-color-bg': string;
|
|
308
|
+
'alert-success-color-border': string;
|
|
309
|
+
'alert-success-icon-color-text': string;
|
|
310
|
+
'alert-info-color-bg': string;
|
|
311
|
+
'alert-info-color-border': string;
|
|
312
|
+
'alert-info-icon-color-text': string;
|
|
313
|
+
'alert-brand-tonal-color-bg': string;
|
|
314
|
+
'alert-brand-tonal-color-border': string;
|
|
315
|
+
'alert-destructive-tonal-color-bg': string;
|
|
316
|
+
'alert-destructive-tonal-color-border': string;
|
|
317
|
+
'alert-warning-tonal-color-bg': string;
|
|
318
|
+
'alert-warning-tonal-color-border': string;
|
|
319
|
+
'alert-success-tonal-color-bg': string;
|
|
320
|
+
'alert-success-tonal-color-border': string;
|
|
321
|
+
'alert-info-tonal-color-bg': string;
|
|
322
|
+
'alert-info-tonal-color-border': string;
|
|
323
|
+
'alert-title-default-color-text': string;
|
|
324
|
+
'alert-title-brand-color-text': string;
|
|
325
|
+
'alert-title-destructive-color-text': string;
|
|
326
|
+
'alert-title-warning-color-text': string;
|
|
327
|
+
'alert-title-success-color-text': string;
|
|
328
|
+
'alert-title-info-color-text': string;
|
|
329
|
+
'alert-description-default-color-text': string;
|
|
330
|
+
'alert-description-brand-color-text': string;
|
|
331
|
+
'alert-description-destructive-color-text': string;
|
|
332
|
+
'alert-description-warning-color-text': string;
|
|
333
|
+
'alert-description-success-color-text': string;
|
|
334
|
+
'alert-description-info-color-text': string;
|
|
335
|
+
'accordion-item-color-border': string;
|
|
336
|
+
'accordion-trigger-color-border-focus': string;
|
|
337
|
+
'accordion-trigger-color-ring-focus': string;
|
|
338
|
+
'accordion-trigger-icon-color-text': string;
|
|
339
|
+
};
|