@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.
Files changed (169) hide show
  1. package/dist/library.css +4298 -1171
  2. package/dist/rtg-ui-kit.js +7682 -5984
  3. package/dist/rtg-ui-kit.umd.cjs +1098 -1077
  4. package/dist/src/components/ui/accordion/accordion-content.d.ts +1 -1
  5. package/dist/src/components/ui/accordion/accordion-trigger.d.ts +1 -1
  6. package/dist/src/components/ui/accordion/accordion.d.ts +4 -4
  7. package/dist/src/components/ui/accordion/accordion.styles.d.ts +4 -0
  8. package/dist/src/components/ui/alert/alert.d.ts +5 -5
  9. package/dist/src/components/ui/alert/alert.stories.d.ts +1 -1
  10. package/dist/src/components/ui/alert/alert.styles.d.ts +9 -3
  11. package/dist/src/components/ui/alert/alert.types.d.ts +1 -1
  12. package/dist/src/components/ui/alert/helpers.d.ts +10 -0
  13. package/dist/src/components/ui/aspect-ratio/aspect-ratio.d.ts +5 -2
  14. package/dist/src/components/ui/aspect-ratio/aspect-ratio.styles.d.ts +4 -1
  15. package/dist/src/components/ui/avatar/avatar-fallback.d.ts +1 -1
  16. package/dist/src/components/ui/avatar/avatar-image.d.ts +1 -1
  17. package/dist/src/components/ui/avatar/avatar.d.ts +1 -1
  18. package/dist/src/components/ui/avatar/avatar.style.d.ts +4 -3
  19. package/dist/src/components/ui/badge/badge.d.ts +1 -1
  20. package/dist/src/components/ui/badge/badge.stories.d.ts +1 -0
  21. package/dist/src/components/ui/badge/badge.style.d.ts +1 -1
  22. package/dist/src/components/ui/badge/badge.type.d.ts +1 -1
  23. package/dist/src/components/ui/breadcrumb/breadcrumb-item.d.ts +1 -1
  24. package/dist/src/components/ui/breadcrumb/breadcrumb-link.d.ts +1 -1
  25. package/dist/src/components/ui/breadcrumb/breadcrumb-list.d.ts +1 -1
  26. package/dist/src/components/ui/breadcrumb/breadcrumb-text.d.ts +1 -1
  27. package/dist/src/components/ui/breadcrumb/breadcrumb.d.ts +2 -2
  28. package/dist/src/components/ui/breadcrumb/breadcrumb.styles.d.ts +4 -6
  29. package/dist/src/components/ui/button/button.d.ts +2 -2
  30. package/dist/src/components/ui/button/button.style.d.ts +2 -2
  31. package/dist/src/components/ui/button/button.type.d.ts +1 -1
  32. package/dist/src/components/ui/calendar/calendar.d.ts +9 -13
  33. package/dist/src/components/ui/calendar/calendar.helpers.d.ts +3 -0
  34. package/dist/src/components/ui/calendar/calendar.style.d.ts +40 -4
  35. package/dist/src/components/ui/card/card.d.ts +6 -6
  36. package/dist/src/components/ui/card/card.styles.d.ts +4 -1
  37. package/dist/src/components/ui/carousel/carousel.styles.d.ts +32 -0
  38. package/dist/src/components/ui/checkbox/checkbox.stories.d.ts +3 -1
  39. package/dist/src/components/ui/checkbox/checkbox.style.d.ts +4 -2
  40. package/dist/src/components/ui/combobox/combo-box.styles.d.ts +14 -5
  41. package/dist/src/components/ui/command/command-empty.atom.d.ts +1 -1
  42. package/dist/src/components/ui/command/command-group.atom.d.ts +1 -1
  43. package/dist/src/components/ui/command/command-item.atom.d.ts +2 -1
  44. package/dist/src/components/ui/command/command-list.atom.d.ts +1 -1
  45. package/dist/src/components/ui/command/command.d.ts +4 -3
  46. package/dist/src/components/ui/command/command.helpers.d.ts +6 -0
  47. package/dist/src/components/ui/command/command.styles.d.ts +15 -7
  48. package/dist/src/components/ui/context-menu/context-menu-checkbox-Item.d.ts +1 -1
  49. package/dist/src/components/ui/context-menu/context-menu-content.d.ts +1 -1
  50. package/dist/src/components/ui/context-menu/context-menu-item.d.ts +2 -1
  51. package/dist/src/components/ui/context-menu/context-menu-radio-item.d.ts +1 -1
  52. package/dist/src/components/ui/context-menu/context-menu.d.ts +3 -3
  53. package/dist/src/components/ui/context-menu/context-menu.helpers.d.ts +1 -0
  54. package/dist/src/components/ui/context-menu/context-menu.styles.d.ts +20 -7
  55. package/dist/src/components/ui/date-picker/date-picker.styles.d.ts +6 -0
  56. package/dist/src/components/ui/dialog/dialog-close.d.ts +1 -1
  57. package/dist/src/components/ui/dialog/dialog-content.d.ts +1 -0
  58. package/dist/src/components/ui/dialog/dialog-trigger.d.ts +1 -1
  59. package/dist/src/components/ui/dialog/dialog.d.ts +3 -3
  60. package/dist/src/components/ui/dialog/dialog.styles.d.ts +17 -4
  61. package/dist/src/components/ui/drawer/drawer-close.d.ts +1 -1
  62. package/dist/src/components/ui/drawer/drawer-content.d.ts +2 -1
  63. package/dist/src/components/ui/drawer/drawer-description.d.ts +1 -2
  64. package/dist/src/components/ui/drawer/drawer-header.d.ts +5 -4
  65. package/dist/src/components/ui/drawer/drawer-title.d.ts +1 -2
  66. package/dist/src/components/ui/drawer/drawer-trigger.d.ts +1 -1
  67. package/dist/src/components/ui/drawer/drawer.d.ts +7 -6
  68. package/dist/src/components/ui/drawer/drawer.helpers.d.ts +2 -0
  69. package/dist/src/components/ui/drawer/drawer.styles.d.ts +14 -5
  70. package/dist/src/components/ui/dropdown-menu/dropdown-menu-checkbox-Item.d.ts +1 -1
  71. package/dist/src/components/ui/dropdown-menu/dropdown-menu-content.d.ts +1 -1
  72. package/dist/src/components/ui/dropdown-menu/dropdown-menu-item.d.ts +2 -1
  73. package/dist/src/components/ui/dropdown-menu/dropdown-menu-radio-item.d.ts +1 -1
  74. package/dist/src/components/ui/dropdown-menu/dropdown-menu-seperator.d.ts +1 -1
  75. package/dist/src/components/ui/dropdown-menu/dropdown-menu-shortcut.d.ts +1 -1
  76. package/dist/src/components/ui/dropdown-menu/dropdown-menu.d.ts +6 -4
  77. package/dist/src/components/ui/dropdown-menu/dropdown-menu.helpers.d.ts +3 -0
  78. package/dist/src/components/ui/dropdown-menu/dropdown-menu.styles.d.ts +20 -7
  79. package/dist/src/components/ui/form/form.styles.d.ts +7 -6
  80. package/dist/src/components/ui/hoverCard/hover-card-content.d.ts +2 -2
  81. package/dist/src/components/ui/hoverCard/hover-card-trigger.d.ts +1 -1
  82. package/dist/src/components/ui/hoverCard/hover-card.d.ts +2 -2
  83. package/dist/src/components/ui/hoverCard/hover-card.styles.d.ts +5 -1
  84. package/dist/src/components/ui/input/input.styles.d.ts +7 -1
  85. package/dist/src/components/ui/input-otp/input-otp-group.d.ts +2 -0
  86. package/dist/src/components/ui/input-otp/input-otp-slot.d.ts +1 -1
  87. package/dist/src/components/ui/input-otp/input-otp.d.ts +2 -4
  88. package/dist/src/components/ui/input-otp/input-otp.styles.d.ts +10 -0
  89. package/dist/src/components/ui/label/label.d.ts +0 -4
  90. package/dist/src/components/ui/label/label.style.d.ts +1 -1
  91. package/dist/src/components/ui/menubar/menubar-checkbox.item.d.ts +1 -2
  92. package/dist/src/components/ui/menubar/menubar-content.d.ts +1 -1
  93. package/dist/src/components/ui/menubar/menubar-group.d.ts +1 -1
  94. package/dist/src/components/ui/menubar/menubar-item.d.ts +2 -1
  95. package/dist/src/components/ui/menubar/menubar-menu.d.ts +4 -1
  96. package/dist/src/components/ui/menubar/menubar-radio-item.d.ts +1 -2
  97. package/dist/src/components/ui/menubar/menubar-separator.d.ts +1 -1
  98. package/dist/src/components/ui/menubar/menubar-shortcut.d.ts +1 -1
  99. package/dist/src/components/ui/menubar/menubar-trigger.d.ts +2 -2
  100. package/dist/src/components/ui/menubar/menubar.d.ts +4 -4
  101. package/dist/src/components/ui/menubar/menubar.helpers.d.ts +3 -0
  102. package/dist/src/components/ui/menubar/menubar.styles.d.ts +21 -8
  103. package/dist/src/components/ui/navigation-menu/navigation-menu.styles.d.ts +9 -3
  104. package/dist/src/components/ui/pagination/pagination-content.d.ts +1 -1
  105. package/dist/src/components/ui/pagination/pagination-ellipsis.d.ts +2 -2
  106. package/dist/src/components/ui/pagination/pagination-item.d.ts +1 -1
  107. package/dist/src/components/ui/pagination/pagination-link.d.ts +3 -8
  108. package/dist/src/components/ui/pagination/pagination-next.d.ts +2 -1
  109. package/dist/src/components/ui/pagination/pagination-previous.d.ts +2 -1
  110. package/dist/src/components/ui/pagination/pagination.d.ts +3 -3
  111. package/dist/src/components/ui/pagination/pagination.styles.d.ts +22 -9
  112. package/dist/src/components/ui/popover/popover-content.d.ts +2 -2
  113. package/dist/src/components/ui/popover/popover-trigger.d.ts +1 -1
  114. package/dist/src/components/ui/popover/popover.d.ts +1 -1
  115. package/dist/src/components/ui/popover/popover.style.d.ts +5 -10
  116. package/dist/src/components/ui/progress/progress.d.ts +0 -1
  117. package/dist/src/components/ui/progress/progress.styles.d.ts +4 -1
  118. package/dist/src/components/ui/radio-group/radio-group-item.d.ts +3 -1
  119. package/dist/src/components/ui/radio-group/radio-group.d.ts +3 -2
  120. package/dist/src/components/ui/radio-group/radio-group.styles.d.ts +9 -2
  121. package/dist/src/components/ui/sample-demo/sample-demo.d.ts +2 -2
  122. package/dist/src/components/ui/sample-demo/sample.style.d.ts +2 -2
  123. package/dist/src/components/ui/scroll-area/scroll-area.style.d.ts +1 -1
  124. package/dist/src/components/ui/select/select-controller.d.ts +2 -1
  125. package/dist/src/components/ui/select/select-group.d.ts +3 -0
  126. package/dist/src/components/ui/select/select-item.d.ts +2 -1
  127. package/dist/src/components/ui/select/select-label.d.ts +2 -2
  128. package/dist/src/components/ui/select/select-list.d.ts +1 -1
  129. package/dist/src/components/ui/select/select-trigger.d.ts +5 -2
  130. package/dist/src/components/ui/select/select-value.d.ts +1 -1
  131. package/dist/src/components/ui/select/select.d.ts +5 -5
  132. package/dist/src/components/ui/select/select.styles.d.ts +20 -7
  133. package/dist/src/components/ui/separator/separator.d.ts +2 -0
  134. package/dist/src/components/ui/separator/separator.styles.d.ts +5 -0
  135. package/dist/src/components/ui/skeleton/skeleton.style.d.ts +1 -1
  136. package/dist/src/components/ui/switch/switch.d.ts +2 -2
  137. package/dist/src/components/ui/switch/switch.style.d.ts +4 -1
  138. package/dist/src/components/ui/table/table.styles.d.ts +39 -0
  139. package/dist/src/components/ui/tabs/tabs.style.d.ts +12 -4
  140. package/dist/src/components/ui/textarea/textarea.styles.d.ts +1 -1
  141. package/dist/src/components/ui/toast/toast-action.d.ts +7 -3
  142. package/dist/src/components/ui/toast/toast-view-port.d.ts +7 -4
  143. package/dist/src/components/ui/toast/toast.style.d.ts +19 -11
  144. package/dist/src/components/ui/toggle/toggle.d.ts +1 -0
  145. package/dist/src/components/ui/toggle-group/toggle-group-item.d.ts +14 -3
  146. package/dist/src/components/ui/toggle-group/toggle-group.style.d.ts +1 -1
  147. package/dist/src/helpers/base-element.d.ts +1 -0
  148. package/dist/src/tokens/tailwind/animation.d.ts +7 -0
  149. package/dist/src/tokens/tailwind/basis.d.ts +5 -0
  150. package/dist/src/tokens/tailwind/border-radius.d.ts +61 -0
  151. package/dist/src/tokens/tailwind/border-width.d.ts +32 -0
  152. package/dist/src/tokens/tailwind/box-shadow.d.ts +23 -0
  153. package/dist/src/tokens/tailwind/color.d.ts +339 -0
  154. package/dist/src/tokens/tailwind/font-size.d.ts +134 -0
  155. package/dist/src/tokens/tailwind/font-weight.d.ts +36 -0
  156. package/dist/src/tokens/tailwind/grid-template-columns.d.ts +4 -0
  157. package/dist/src/tokens/tailwind/index.d.ts +1113 -0
  158. package/dist/src/tokens/tailwind/keyframes.d.ts +41 -0
  159. package/dist/src/tokens/tailwind/opacity.d.ts +39 -0
  160. package/dist/src/tokens/tailwind/ring-offset-width.d.ts +8 -0
  161. package/dist/src/tokens/tailwind/ring-width.d.ts +24 -0
  162. package/dist/src/tokens/tailwind/spacing.d.ts +344 -0
  163. package/dist/src/tokens/tailwind/transition-duration.d.ts +5 -0
  164. package/dist/src/tokens/tailwind/transition-timing-function.d.ts +4 -0
  165. package/dist/src/tokens/tailwind/translate.d.ts +5 -0
  166. package/package.json +1 -1
  167. package/dist/src/components/ui/calendar/calendar.type.d.ts +0 -2
  168. package/dist/src/components/ui/context-menu/contextMenu.style.d.ts +0 -2
  169. 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
+ };
@@ -0,0 +1,4 @@
1
+ export declare const gridTemplateColumns: {
2
+ 'alert-grid-cols': string;
3
+ 'alert-grid-cols-has-icon': string;
4
+ };