@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
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
export declare const fontSize: {
|
|
2
|
+
'combo-box-empty-font': string[];
|
|
3
|
+
'combo-box-input-font': string[];
|
|
4
|
+
'combo-box-trigger-font': string[];
|
|
5
|
+
'form-description-font': (string | {
|
|
6
|
+
lineHeight: string;
|
|
7
|
+
letterSpacing: string;
|
|
8
|
+
})[];
|
|
9
|
+
'form-label-font': (string | {
|
|
10
|
+
lineHeight: string;
|
|
11
|
+
})[];
|
|
12
|
+
'form-message-font': (string | {
|
|
13
|
+
lineHeight: string;
|
|
14
|
+
})[];
|
|
15
|
+
'table-font': (string | {
|
|
16
|
+
lineHeight: string;
|
|
17
|
+
letterSpacing: string;
|
|
18
|
+
})[];
|
|
19
|
+
'table-caption-font': (string | {
|
|
20
|
+
lineHeight: string;
|
|
21
|
+
})[];
|
|
22
|
+
'textarea-font': (string | {
|
|
23
|
+
lineHeight: string;
|
|
24
|
+
letterSpacing: string;
|
|
25
|
+
})[];
|
|
26
|
+
'tab-trigger-font': (string | {
|
|
27
|
+
lineHeight: string;
|
|
28
|
+
letterSpacing: string;
|
|
29
|
+
})[];
|
|
30
|
+
'toast-title-font': (string | {
|
|
31
|
+
lineHeight: string;
|
|
32
|
+
letterSpacing: string;
|
|
33
|
+
})[];
|
|
34
|
+
'toast-description-font': (string | {
|
|
35
|
+
lineHeight: string;
|
|
36
|
+
letterSpacing: string;
|
|
37
|
+
})[];
|
|
38
|
+
'toast-action-font': (string | {
|
|
39
|
+
lineHeight: string;
|
|
40
|
+
letterSpacing: string;
|
|
41
|
+
})[];
|
|
42
|
+
'toggle-group-item-font': (string | {
|
|
43
|
+
lineHeight: string;
|
|
44
|
+
letterSpacing: string;
|
|
45
|
+
})[];
|
|
46
|
+
'toggle-font': (string | {
|
|
47
|
+
lineHeight: string;
|
|
48
|
+
letterSpacing: string;
|
|
49
|
+
})[];
|
|
50
|
+
'select-trigger-font': string[];
|
|
51
|
+
'select-label-font': string[];
|
|
52
|
+
'select-item-font': string[];
|
|
53
|
+
'input-font': (string | {
|
|
54
|
+
lineHeight: string;
|
|
55
|
+
letterSpacing: string;
|
|
56
|
+
})[];
|
|
57
|
+
'menubar-trigger-font': string[];
|
|
58
|
+
'menubar-item-font': string[];
|
|
59
|
+
'menubar-checkbox-item-font': string[];
|
|
60
|
+
'menubar-radio-item-font': string[];
|
|
61
|
+
'menubar-label-font': string[];
|
|
62
|
+
'menubar-shortcut-font': (string | {
|
|
63
|
+
lineHeight: string;
|
|
64
|
+
letterSpacing: string;
|
|
65
|
+
})[];
|
|
66
|
+
'label-font': (string | {
|
|
67
|
+
lineHeight: string;
|
|
68
|
+
letterSpacing: string;
|
|
69
|
+
})[];
|
|
70
|
+
'input-otp-slot-font': string[];
|
|
71
|
+
'dropdown-menu-item-font': string[];
|
|
72
|
+
'dropdown-menu-checkbox-item-font': string[];
|
|
73
|
+
'dropdown-menu-radio-item-font': string[];
|
|
74
|
+
'dropdown-menu-label-font': string[];
|
|
75
|
+
'dropdown-menu-shortcut-font': (string | {
|
|
76
|
+
lineHeight: string;
|
|
77
|
+
letterSpacing: string;
|
|
78
|
+
})[];
|
|
79
|
+
'drawer-title-font': string[];
|
|
80
|
+
'drawer-description-font': string[];
|
|
81
|
+
'dialog-title-font': string[];
|
|
82
|
+
'dialog-description-font': string[];
|
|
83
|
+
'context-menu-item-font': string[];
|
|
84
|
+
'context-menu-checkbox-item-font': string[];
|
|
85
|
+
'context-menu-radio-item-font': string[];
|
|
86
|
+
'context-menu-label-font': string[];
|
|
87
|
+
'context-menu-shortcut-font': (string | {
|
|
88
|
+
lineHeight: string;
|
|
89
|
+
letterSpacing: string;
|
|
90
|
+
})[];
|
|
91
|
+
'command-input-font': string[];
|
|
92
|
+
'command-empty-font': string[];
|
|
93
|
+
'command-heading-font': string[];
|
|
94
|
+
'command-item-font': string[];
|
|
95
|
+
'command-shortcut-font': (string | {
|
|
96
|
+
lineHeight: string;
|
|
97
|
+
letterSpacing: string;
|
|
98
|
+
})[];
|
|
99
|
+
'card-title-font': (string | {
|
|
100
|
+
lineHeight: string;
|
|
101
|
+
letterSpacing: string;
|
|
102
|
+
})[];
|
|
103
|
+
'card-description-font': (string | {
|
|
104
|
+
lineHeight: string;
|
|
105
|
+
letterSpacing: string;
|
|
106
|
+
})[];
|
|
107
|
+
'calendar-caption-label-font': string[];
|
|
108
|
+
'calendar-weekday-font': string[];
|
|
109
|
+
'calendar-day-button-font': string[];
|
|
110
|
+
'calendar-day-button-span-font': string[];
|
|
111
|
+
'button-font-size': (string | {
|
|
112
|
+
lineHeight: string;
|
|
113
|
+
letterSpacing: string;
|
|
114
|
+
})[];
|
|
115
|
+
'breadcrumb-list-font': string[];
|
|
116
|
+
'badge-font-size': (string | {
|
|
117
|
+
lineHeight: string;
|
|
118
|
+
letterSpacing: string;
|
|
119
|
+
})[];
|
|
120
|
+
'avatar-fallback-font-size': (string | {
|
|
121
|
+
letterSpacing: string;
|
|
122
|
+
lineHeight: string;
|
|
123
|
+
})[];
|
|
124
|
+
'alert-title-font-size': (string | {
|
|
125
|
+
letterSpacing: string;
|
|
126
|
+
lineHeight: string;
|
|
127
|
+
})[];
|
|
128
|
+
'alert-description-font-size': (string | {
|
|
129
|
+
letterSpacing: string;
|
|
130
|
+
lineHeight: string;
|
|
131
|
+
})[];
|
|
132
|
+
'accordion-trigger-font': string[];
|
|
133
|
+
'accordion-content-font': string[];
|
|
134
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export declare const fontWeight: {
|
|
2
|
+
'form-label-font-weight': string;
|
|
3
|
+
'table-head-cell-font-weight': string;
|
|
4
|
+
'table-footer-font-weight': string;
|
|
5
|
+
'tab-trigger-font-weight': string;
|
|
6
|
+
'toast-title-font-weight': string;
|
|
7
|
+
'toast-action-font-weight': string;
|
|
8
|
+
'toggle-group-item-font-weight': string;
|
|
9
|
+
'toggle-font-weight': string;
|
|
10
|
+
'menubar-trigger-font-weight': string;
|
|
11
|
+
'menubar-label-font-weight': string;
|
|
12
|
+
'label-font-weight': string;
|
|
13
|
+
'input-otp-slot-font-weight': string;
|
|
14
|
+
'dropdown-menu-label-font-weight': string;
|
|
15
|
+
'drawer-title-font-weight': string;
|
|
16
|
+
'drawer-description-font-weight': string;
|
|
17
|
+
'dialog-title-font-weight': string;
|
|
18
|
+
'dialog-description-font-weight': string;
|
|
19
|
+
'date-picker-trigger-button-font-weight': string;
|
|
20
|
+
'context-menu-label-font-weight': string;
|
|
21
|
+
'command-heading-font-weight': string;
|
|
22
|
+
'card-title-font-weight': string;
|
|
23
|
+
'card-description-font-weight': string;
|
|
24
|
+
'calendar-caption-label-font-weight': string;
|
|
25
|
+
'calendar-weekday-font-weight': string;
|
|
26
|
+
'calendar-day-button-font-weight': string;
|
|
27
|
+
'button-font-weight': string;
|
|
28
|
+
'breadcrumb-list-font-weight': string;
|
|
29
|
+
'breadcrumb-page-font-weight': string;
|
|
30
|
+
'badge-font-weight': string;
|
|
31
|
+
'avatar-fallback-font-weight': string;
|
|
32
|
+
'alert-title-font-weight': string;
|
|
33
|
+
'alert-description-font-weight': string;
|
|
34
|
+
'accordion-trigger-font-weight': string;
|
|
35
|
+
'accordion-content-font-weight': string;
|
|
36
|
+
};
|