@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,41 @@
1
+ export declare const keyframes: {
2
+ 'toast-animate-in': {
3
+ from: {
4
+ opacity: string;
5
+ transform: string;
6
+ };
7
+ to: {
8
+ opacity: string;
9
+ transform: string;
10
+ };
11
+ };
12
+ 'toast-animate-out': {
13
+ from: {
14
+ opacity: string;
15
+ };
16
+ to: {
17
+ opacity: string;
18
+ };
19
+ };
20
+ 'skeleton-animate': {
21
+ '50%': {
22
+ opacity: string;
23
+ };
24
+ };
25
+ 'accordion-content-animate-closed': {
26
+ from: {
27
+ height: string;
28
+ };
29
+ to: {
30
+ height: string;
31
+ };
32
+ };
33
+ 'accordion-content-animate-open': {
34
+ from: {
35
+ height: string;
36
+ };
37
+ to: {
38
+ height: string;
39
+ };
40
+ };
41
+ };
@@ -0,0 +1,39 @@
1
+ export declare const opacity: {
2
+ 'combo-box-trigger-opacity-disabled': string;
3
+ 'form-label-opacity-peer-disabled': string;
4
+ 'carousel-button-opacity-disabled': string;
5
+ 'textarea-opacity-disabled': string;
6
+ 'tab-trigger-opacity-disabled': string;
7
+ 'toast-description-opacity': string;
8
+ 'toast-action-opacity-disabled': string;
9
+ 'toggle-group-item-opacity-disabled': string;
10
+ 'toggle-opacity-disabled': string;
11
+ 'switch-opacity-disabled': string;
12
+ 'select-trigger-opacity-disabled': string;
13
+ 'select-trigger-icon-opacity': string;
14
+ 'select-item-opacity-disabled': string;
15
+ 'radio-group-item-opacity-disabled': string;
16
+ 'input-opacity-disabled': string;
17
+ 'menubar-item-opacity-disabled': string;
18
+ 'menubar-checkbox-item-opacity-disabled': string;
19
+ 'menubar-radio-item-opacity-disabled': string;
20
+ 'label-opacity-disabled': string;
21
+ 'input-otp-opacity-disabled': string;
22
+ 'dropdown-menu-item-opacity-disabled': string;
23
+ 'dropdown-menu-checkbox-item-opacity-disabled': string;
24
+ 'dropdown-menu-radio-item-opacity-disabled': string;
25
+ 'dialog-close-opacity': string;
26
+ 'dialog-close-opacity-hover': string;
27
+ 'context-menu-item-opacity-disabled': string;
28
+ 'context-menu-checkbox-item-opacity-disabled': string;
29
+ 'context-menu-radio-item-opacity-disabled': string;
30
+ 'command-input-opacity-disabled': string;
31
+ 'command-input-icon-opacity': string;
32
+ 'command-item-opacity-disabled': string;
33
+ 'checkbox-opacity-disabled': string;
34
+ 'calendar-button-previous-opacity-disabled': string;
35
+ 'calendar-button-next-opacity-disabled': string;
36
+ 'calendar-day-button-opacity-disabled': string;
37
+ 'calendar-day-button-span-opacity': string;
38
+ 'button-opacity-disabled': string;
39
+ };
@@ -0,0 +1,8 @@
1
+ export declare const ringOffsetWidth: {
2
+ 'combo-box-trigger-width-ring-offset-focus': string;
3
+ 'textarea-width-ring-offset-focus': string;
4
+ 'tab-trigger-width-ring-offset-focus': string;
5
+ 'toggle-group-item-width-ring-offset-focus': string;
6
+ 'toggle-width-ring-offset-focus': string;
7
+ 'dialog-close-width-ring-offset': string;
8
+ };
@@ -0,0 +1,24 @@
1
+ export declare const ringWidth: {
2
+ 'combo-box-trigger-width-ring-focus': string;
3
+ 'textarea-width-ring-focus': string;
4
+ 'tab-trigger-width-ring-focus': string;
5
+ 'toast-action-width-ring-focus': string;
6
+ 'toggle-group-item-width-ring-focus': string;
7
+ 'toggle-width-ring-focus': string;
8
+ 'switch-width-ring-focus': string;
9
+ 'select-trigger-width-ring-focus': string;
10
+ 'select-trigger-width-ring-invalid': string;
11
+ 'radio-group-item-width-ring-focus': string;
12
+ 'radio-group-item-width-ring-invalid': string;
13
+ 'input-otp-slot-width-ring-focus': string;
14
+ 'input-width-ring-focus': string;
15
+ 'dialog-close-width-ring-focus': string;
16
+ 'checkbox-width-ring-focus': string;
17
+ 'checkbox-width-ring-invalid': string;
18
+ 'badge-width-ring-focus': string;
19
+ 'badge-width-ring-invalid': string;
20
+ 'calendar-day-width-ring-focus': string;
21
+ 'button-width-ring-focus': string;
22
+ 'button-width-ring-invalid': string;
23
+ 'accordion-trigger-width-ring-focus': string;
24
+ };
@@ -0,0 +1,344 @@
1
+ export declare const spacing: {
2
+ 'navigation-menu-content-space-top': string;
3
+ 'navigation-menu-space-max-w': string;
4
+ 'combo-box-group-space-max-h': string;
5
+ 'navigation-menu-list-space-x': string;
6
+ 'navigation-menu-list-space-px': string;
7
+ 'navigation-menu-list-space-py': string;
8
+ 'navigation-menu-item-icon-space-ml': string;
9
+ 'navigation-menu-item-icon-space-w': string;
10
+ 'navigation-menu-item-icon-space-h': string;
11
+ 'navigation-menu-link-space-h': string;
12
+ 'navigation-menu-link-space-w': string;
13
+ 'navigation-menu-link-space-px': string;
14
+ 'navigation-menu-link-space-py': string;
15
+ 'navigation-menu-content-container-space-w': string;
16
+ 'navigation-menu-content-container-space-mt': string;
17
+ 'combo-box-empty-space-py': string;
18
+ 'combo-box-group-space-mt': string;
19
+ 'combo-box-group-space-w': string;
20
+ 'combo-box-group-space-px': string;
21
+ 'combo-box-group-space-py': string;
22
+ 'combo-box-input-space-w': string;
23
+ 'combo-box-input-space-h': string;
24
+ 'combo-box-input-space-px': string;
25
+ 'combo-box-input-space-py': string;
26
+ 'combo-box-trigger-space-h': string;
27
+ 'combo-box-trigger-space-px': string;
28
+ 'combo-box-trigger-space-py': string;
29
+ 'combo-box-value-space-w': string;
30
+ 'combo-box-item-space-w': string;
31
+ 'combo-box-item-space-px': string;
32
+ 'combo-box-item-space-py': string;
33
+ 'form-space-y': string;
34
+ 'form-description-space-mt': string;
35
+ 'form-field-space-y': string;
36
+ 'form-item-space-y': string;
37
+ 'form-label-space-mb': string;
38
+ 'carousel-space-w': string;
39
+ 'carousel-space-h': string;
40
+ 'carousel-space-mx': string;
41
+ 'carousel-viewport-space-w': string;
42
+ 'carousel-viewport-space-h': string;
43
+ 'carousel-slides-wrapper-space-w': string;
44
+ 'carousel-slide-space-px': string;
45
+ 'carousel-slide-space-py': string;
46
+ 'carousel-slide-space-h': string;
47
+ 'carousel-slide-size-space-h-lg': string;
48
+ 'carousel-slide-size-space-h-md': string;
49
+ 'carousel-control-horizontal-space-top': string;
50
+ 'carousel-control-horizontal-space-left': string;
51
+ 'carousel-control-horizontal-space-right': string;
52
+ 'carousel-control-vertical-space-h': string;
53
+ 'carousel-control-vertical-space-w': string;
54
+ 'carousel-button-vertical-next-space-top': string;
55
+ 'carousel-button-vertical-prev-space-top': string;
56
+ 'carousel-button-space-w': string;
57
+ 'carousel-button-space-h': string;
58
+ 'carousel-button-space-py': string;
59
+ 'carousel-button-space-px': string;
60
+ 'table-preview-space-w': string;
61
+ 'table-preview-space-px': string;
62
+ 'table-preview-space-py': string;
63
+ 'table-container-space-w': string;
64
+ 'table-space-w': string;
65
+ 'table-caption-space-mt': string;
66
+ 'table-head-cell-space-h': string;
67
+ 'table-head-cell-space-px': string;
68
+ 'table-body-cell-space-py': string;
69
+ 'table-body-cell-space-px': string;
70
+ 'table-footer-cell-space-py': string;
71
+ 'table-footer-cell-space-px': string;
72
+ 'textarea-space-min-h': string;
73
+ 'textarea-space-py': string;
74
+ 'textarea-space-px': string;
75
+ 'textarea-space-w': string;
76
+ 'tab-list-space-px': string;
77
+ 'tab-list-space-py': string;
78
+ 'tab-trigger-space-px': string;
79
+ 'tab-trigger-space-py': string;
80
+ 'tab-list-horizontal-space-h': string;
81
+ 'tab-list-horizontal-space-w': string;
82
+ 'tab-list-vertical-space-h': string;
83
+ 'tab-list-vertical-space-w': string;
84
+ 'tab-trigger-space-w': string;
85
+ 'toast-action-space-h': string;
86
+ 'toast-action-space-right': string;
87
+ 'toast-action-space-px': string;
88
+ 'toast-action-space-py': string;
89
+ 'toast-viewport-root-space-px': string;
90
+ 'toast-viewport-root-space-py': string;
91
+ 'toast-viewport-root-space-w-md': string;
92
+ 'toast-viewport-root-space-w': string;
93
+ 'toast-viewport-item-space-w': string;
94
+ 'toast-viewport-item-space-gap': string;
95
+ 'toast-viewport-item-space-px': string;
96
+ 'toast-viewport-item-space-py': string;
97
+ 'toggle-group-space-gap': string;
98
+ 'toggle-group-item-space-h-sm': string;
99
+ 'toggle-group-item-space-h-md': string;
100
+ 'toggle-group-item-space-h-lg': string;
101
+ 'toggle-group-item-space-px-sm': string;
102
+ 'toggle-group-item-space-px-md': string;
103
+ 'toggle-group-item-space-px-lg': string;
104
+ 'toggle-space-h-sm': string;
105
+ 'toggle-space-h-md': string;
106
+ 'toggle-space-h-lg': string;
107
+ 'toggle-space-px-sm': string;
108
+ 'toggle-space-px-md': string;
109
+ 'toggle-space-px-lg': string;
110
+ 'input-space-w': string;
111
+ 'input-space-h': string;
112
+ 'input-space-px': string;
113
+ 'input-space-py': string;
114
+ 'input-space-ring-focus': string;
115
+ 'input-tel-space-w': string;
116
+ 'switch-space-w': string;
117
+ 'switch-space-h': string;
118
+ 'switch-thumb-space-size': string;
119
+ 'separator-horizontal-space-w': string;
120
+ 'separator-horizontal-space-h': string;
121
+ 'separator-vertical-space-w': string;
122
+ 'separator-vertical-space-h': string;
123
+ 'select-value-space-gap': string;
124
+ 'select-trigger-space-gap': string;
125
+ 'select-trigger-space-px': string;
126
+ 'select-trigger-space-py': string;
127
+ 'select-trigger-space-h': string;
128
+ 'select-trigger-icon-space-size': string;
129
+ 'select-content-viewport-space-p': string;
130
+ 'select-label-space-px': string;
131
+ 'select-label-space-py': string;
132
+ 'select-item-space-gap': string;
133
+ 'select-item-space-pl': string;
134
+ 'select-item-space-pr': string;
135
+ 'select-item-space-py': string;
136
+ 'select-item-indicator-space-size': string;
137
+ 'select-item-icon-space-size': string;
138
+ 'select-separator-space-mx': string;
139
+ 'select-separator-space-my': string;
140
+ 'select-separator-space-h': string;
141
+ 'radio-group-space-gap': string;
142
+ 'radio-group-item-space-size': string;
143
+ 'radio-group-indicator-space-size': string;
144
+ 'progress-space-w': string;
145
+ 'progress-space-h': string;
146
+ 'progress-indicator-space-w': string;
147
+ 'progress-indicator-space-h': string;
148
+ 'popover-content-space-p': string;
149
+ 'popover-content-space-w': string;
150
+ 'pagination-content-space-gap': string;
151
+ 'pagination-previous-space-gap': string;
152
+ 'pagination-previous-space-px': string;
153
+ 'pagination-next-space-gap': string;
154
+ 'pagination-next-space-px': string;
155
+ 'pagination-ellipsis-space-size': string;
156
+ 'pagination-ellipsis-icon-space-size': string;
157
+ 'menubar-space-gap': string;
158
+ 'menubar-space-p': string;
159
+ 'menubar-space-h': string;
160
+ 'menubar-trigger-space-px': string;
161
+ 'menubar-trigger-space-py': string;
162
+ 'menubar-content-space-p': string;
163
+ 'menubar-content-space-min-w': string;
164
+ 'menubar-item-space-gap': string;
165
+ 'menubar-item-space-px': string;
166
+ 'menubar-item-space-py': string;
167
+ 'menubar-item-icon-space-size': string;
168
+ 'menubar-checkbox-item-space-gap': string;
169
+ 'menubar-checkbox-item-space-pl': string;
170
+ 'menubar-checkbox-item-space-pr': string;
171
+ 'menubar-checkbox-item-space-py': string;
172
+ 'menubar-checkbox-item-indicator-space-size': string;
173
+ 'menubar-checkbox-item-icon-space-size': string;
174
+ 'menubar-radio-item-space-gap': string;
175
+ 'menubar-radio-item-space-pl': string;
176
+ 'menubar-radio-item-space-pr': string;
177
+ 'menubar-radio-item-space-py': string;
178
+ 'menubar-radio-item-indicator-space-size': string;
179
+ 'menubar-radio-item-icon-space-size': string;
180
+ 'menubar-label-space-px': string;
181
+ 'menubar-label-space-py': string;
182
+ 'menubar-separator-space-mx': string;
183
+ 'menubar-separator-space-my': string;
184
+ 'menubar-separator-space-h': string;
185
+ 'label-space-gap': string;
186
+ 'input-otp-space-gap': string;
187
+ 'input-otp-slot-space-size': string;
188
+ 'input-otp-separator-space-size': string;
189
+ 'hover-card-content-space-p': string;
190
+ 'hover-card-content-space-w': string;
191
+ 'dropdown-menu-content-space-p': string;
192
+ 'dropdown-menu-content-space-min-w': string;
193
+ 'dropdown-menu-item-space-gap': string;
194
+ 'dropdown-menu-item-space-px': string;
195
+ 'dropdown-menu-item-space-py': string;
196
+ 'dropdown-menu-item-icon-space-size': string;
197
+ 'dropdown-menu-checkbox-item-space-gap': string;
198
+ 'dropdown-menu-checkbox-item-space-pl': string;
199
+ 'dropdown-menu-checkbox-item-space-pr': string;
200
+ 'dropdown-menu-checkbox-item-space-py': string;
201
+ 'dropdown-menu-checkbox-item-icon-container-space-size': string;
202
+ 'dropdown-menu-checkbox-item-icon-space-size': string;
203
+ 'dropdown-menu-radio-item-space-gap': string;
204
+ 'dropdown-menu-radio-item-space-pl': string;
205
+ 'dropdown-menu-radio-item-space-pr': string;
206
+ 'dropdown-menu-radio-item-space-py': string;
207
+ 'dropdown-menu-radio-item-icon-container-space-size': string;
208
+ 'dropdown-menu-radio-item-icon-space-size': string;
209
+ 'dropdown-menu-label-space-px': string;
210
+ 'dropdown-menu-label-space-py': string;
211
+ 'dropdown-menu-separator-space-mx': string;
212
+ 'dropdown-menu-separator-space-my': string;
213
+ 'dropdown-menu-separator-space-h': string;
214
+ 'drawer-content-space-mt': string;
215
+ 'drawer-thumb-space-mt': string;
216
+ 'drawer-thumb-space-w': string;
217
+ 'drawer-thumb-space-h': string;
218
+ 'drawer-header-space-gap': string;
219
+ 'drawer-header-space-gap-sm': string;
220
+ 'drawer-header-space-p': string;
221
+ 'drawer-footer-space-gap': string;
222
+ 'drawer-footer-space-p': string;
223
+ 'dialog-close-icon-space-size': string;
224
+ 'dialog-content-space-gap': string;
225
+ 'dialog-content-space-p': string;
226
+ 'dialog-content-space-w': string;
227
+ 'dialog-content-space-max-w-sm': string;
228
+ 'dialog-content-space-max-w': string;
229
+ 'dialog-header-space-gap': string;
230
+ 'dialog-footer-space-gap': string;
231
+ 'date-picker-trigger-button-space-w': string;
232
+ 'date-picker-content-space-p': string;
233
+ 'context-menu-content-space-p': string;
234
+ 'context-menu-content-space-min-w': string;
235
+ 'context-menu-item-space-gap': string;
236
+ 'context-menu-item-space-px': string;
237
+ 'context-menu-item-space-py': string;
238
+ 'context-menu-item-icon-space-size': string;
239
+ 'context-menu-checkbox-item-space-gap': string;
240
+ 'context-menu-checkbox-item-space-pl': string;
241
+ 'context-menu-checkbox-item-space-pr': string;
242
+ 'context-menu-checkbox-item-space-py': string;
243
+ 'context-menu-checkbox-item-icon-container-space-size': string;
244
+ 'context-menu-checkbox-item-icon-space-size': string;
245
+ 'context-menu-radio-item-space-gap': string;
246
+ 'context-menu-radio-item-space-pl': string;
247
+ 'context-menu-radio-item-space-pr': string;
248
+ 'context-menu-radio-item-space-py': string;
249
+ 'context-menu-radio-item-icon-container-space-size': string;
250
+ 'context-menu-radio-item-icon-space-size': string;
251
+ 'context-menu-label-space-px': string;
252
+ 'context-menu-label-space-py': string;
253
+ 'context-menu-separator-space-mx': string;
254
+ 'context-menu-separator-space-my': string;
255
+ 'context-menu-separator-space-h': string;
256
+ 'command-space-w': string;
257
+ 'command-space-h': string;
258
+ 'command-input-space-py': string;
259
+ 'command-input-space-w': string;
260
+ 'command-input-space-h': string;
261
+ 'command-input-wrapper-space-gap': string;
262
+ 'command-input-wrapper-space-px': string;
263
+ 'command-input-wrapper-space-h': string;
264
+ 'command-input-icon-space-size': string;
265
+ 'command-list-space-max-h': string;
266
+ 'command-empty-space-py': string;
267
+ 'command-group-space-p': string;
268
+ 'command-heading-space-px': string;
269
+ 'command-heading-space-py': string;
270
+ 'command-separator-space-mx': string;
271
+ 'command-separator-space-h': string;
272
+ 'command-item-space-gap': string;
273
+ 'command-item-space-px': string;
274
+ 'command-item-space-py': string;
275
+ 'command-item-icon-space-size': string;
276
+ 'checkbox-space-size': string;
277
+ 'checkbox-icon-space-size': string;
278
+ 'card-space-gap': string;
279
+ 'card-space-py': string;
280
+ 'card-header-space-gap': string;
281
+ 'card-header-space-px': string;
282
+ 'card-header-space-pb-has-border-b': string;
283
+ 'card-content-space-px': string;
284
+ 'card-footer-space-px': string;
285
+ 'card-footer-space-pt-has-border-t': string;
286
+ 'calendar-space-p': string;
287
+ 'calendar-months-space-gap': string;
288
+ 'calendar-nav-space-gap': string;
289
+ 'calendar-month-space-gap': string;
290
+ 'calendar-chevron-space-size': string;
291
+ 'calendar-month-caption-space-px': string;
292
+ 'calendar-month-caption-space-h': string;
293
+ 'calendar-week-space-mt': string;
294
+ 'calendar-day-space-p': string;
295
+ 'calendar-day-button-space-gap': string;
296
+ 'calendar-day-button-space-min-w': string;
297
+ 'button-icon-space-size': string;
298
+ 'button-space-h-default': string;
299
+ 'button-space-gap-default': string;
300
+ 'button-space-px-default': string;
301
+ 'button-space-px-default-has-icon': string;
302
+ 'button-space-py-default': string;
303
+ 'button-space-h-sm': string;
304
+ 'button-space-gap-sm': string;
305
+ 'button-space-px-sm': string;
306
+ 'button-space-px-sm-has-icon': string;
307
+ 'button-space-h-lg': string;
308
+ 'button-space-gap-lg': string;
309
+ 'button-space-px-lg': string;
310
+ 'button-space-px-lg-has-icon': string;
311
+ 'button-space-size-icon': string;
312
+ 'button-space-size-icon-sm': string;
313
+ 'button-space-size-icon-lg': string;
314
+ 'breadcrumb-list-space-gap-sm': string;
315
+ 'breadcrumb-list-space-gap': string;
316
+ 'breadcrumb-item-space-gap': string;
317
+ 'breadcrumb-separator-icon-space-size': string;
318
+ 'breadcrumb-ellipsis-space-size': string;
319
+ 'breadcrumb-ellipsis-icon-space-size': string;
320
+ 'badge-space-px': string;
321
+ 'badge-space-py': string;
322
+ 'badge-space-w': string;
323
+ 'badge-icon-space-size': string;
324
+ 'badge-space-gap': string;
325
+ 'avatar-space-size': string;
326
+ 'avatar-image-space-size': string;
327
+ 'avatar-fallback-space-size': string;
328
+ 'alert-space-w': string;
329
+ 'alert-space-px': string;
330
+ 'alert-space-py': string;
331
+ 'alert-space-gap-x-has-icon': string;
332
+ 'alert-space-gap-y': string;
333
+ 'alert-icon-space-size': string;
334
+ 'alert-icon-space-translate-y': string;
335
+ 'alert-title-space-min-h': string;
336
+ 'alert-description-space-gap': string;
337
+ 'accordion-trigger-space-gap': string;
338
+ 'accordion-trigger-space-py': string;
339
+ 'accordion-trigger-space-w': string;
340
+ 'accordion-trigger-icon-space-size': string;
341
+ 'accordion-content-space-h-closed': string;
342
+ 'accordion-content-div-space-pt': string;
343
+ 'accordion-content-div-space-pb': string;
344
+ };
@@ -0,0 +1,5 @@
1
+ export declare const transitionDuration: {
2
+ 'navigation-menu-item-icon-transition-duration': string;
3
+ 'combo-box-group-transition-duration': string;
4
+ 'carousel-transition-duration': string;
5
+ };
@@ -0,0 +1,4 @@
1
+ export declare const transitionTimingFunction: {
2
+ 'combo-box-group-transition-timing-function': string;
3
+ 'carousel-transition-timing-function': string;
4
+ };
@@ -0,0 +1,5 @@
1
+ export declare const translate: {
2
+ 'toast-viewport-item-translate-y-enter-desktop': string;
3
+ 'toast-viewport-item-translate-y-enter-mobile': string;
4
+ 'toast-viewport-item-translate-x-exit': string;
5
+ };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent wc-ui following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "wc-ui",
6
- "version": "0.1.43",
6
+ "version": "0.2.0",
7
7
  "type": "module",
8
8
  "main": "dist/rtg-ui-kit.umd.cjs",
9
9
  "module": "./dist/rtg-ui-kit.js",
@@ -1,2 +0,0 @@
1
- export type ButtonVariant = 'outline';
2
- export type ButtonSize = 'default';
@@ -1,2 +0,0 @@
1
- export declare const dropdownMenuRootStyle: (props?: import('class-variance-authority/dist/types').ClassProp | undefined) => string;
2
- export declare const dropdownMenuContentStyle: (props?: import('class-variance-authority/dist/types').ClassProp | undefined) => string;
@@ -1,2 +0,0 @@
1
- export declare const dropdownMenuRootStyle: (props?: import('class-variance-authority/dist/types').ClassProp | undefined) => string;
2
- export declare const dropdownMenuContentStyle: (props?: import('class-variance-authority/dist/types').ClassProp | undefined) => string;