@rark-ui/themes 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/dist/default/crafts/{core/badge.d.ts → badge.d.ts} +1 -1
  2. package/dist/default/crafts/{core/badge.js → badge.js} +1 -1
  3. package/dist/default/crafts/{core/button.d.ts → button.d.ts} +1 -1
  4. package/dist/default/crafts/{core/button.js → button.js} +1 -1
  5. package/dist/default/crafts/{core/checkbox.d.ts → checkbox.d.ts} +1 -1
  6. package/dist/default/crafts/{core/checkbox.js → checkbox.js} +1 -1
  7. package/dist/default/crafts/{core/collapsible.d.ts → collapsible.d.ts} +1 -1
  8. package/dist/default/crafts/{core/collapsible.js → collapsible.js} +1 -1
  9. package/dist/default/crafts/{core/date-picker.d.ts → date-picker.d.ts} +1 -1
  10. package/dist/default/crafts/{core/date-picker.js → date-picker.js} +1 -1
  11. package/dist/default/crafts/{core/dialog.d.ts → dialog.d.ts} +1 -1
  12. package/dist/default/crafts/{core/dialog.js → dialog.js} +1 -1
  13. package/dist/default/crafts/{core/editable.d.ts → editable.d.ts} +1 -1
  14. package/dist/default/crafts/{core/editable.js → editable.js} +1 -1
  15. package/dist/default/crafts/{core/floating-panel.d.ts → floating-panel.d.ts} +1 -1
  16. package/dist/default/crafts/{core/floating-panel.js → floating-panel.js} +1 -1
  17. package/dist/default/crafts/{core/hotkey.d.ts → hotkey.d.ts} +1 -1
  18. package/dist/default/crafts/{core/hotkey.js → hotkey.js} +1 -1
  19. package/dist/default/crafts/{core/hover-card.d.ts → hover-card.d.ts} +1 -1
  20. package/dist/default/crafts/{core/hover-card.js → hover-card.js} +1 -1
  21. package/dist/default/crafts/{core/icon.d.ts → icon.d.ts} +1 -1
  22. package/dist/default/crafts/{core/icon.js → icon.js} +1 -1
  23. package/dist/default/crafts/index.d.ts +33 -4
  24. package/dist/default/crafts/index.js +33 -2
  25. package/dist/default/crafts/{core/input.d.ts → input.d.ts} +1 -1
  26. package/dist/default/crafts/{core/input.js → input.js} +1 -1
  27. package/dist/default/crafts/{core/menu.d.ts → menu.d.ts} +1 -1
  28. package/dist/default/crafts/{core/menu.js → menu.js} +1 -1
  29. package/dist/default/crafts/{core/message.d.ts → message.d.ts} +1 -1
  30. package/dist/default/crafts/{core/message.js → message.js} +1 -1
  31. package/dist/default/crafts/{core/number-input.d.ts → number-input.d.ts} +1 -1
  32. package/dist/default/crafts/{core/number-input.js → number-input.js} +1 -1
  33. package/dist/default/crafts/{core/pagination.d.ts → pagination.d.ts} +1 -1
  34. package/dist/default/crafts/{core/pagination.js → pagination.js} +1 -1
  35. package/dist/default/crafts/{core/popover.d.ts → popover.d.ts} +1 -1
  36. package/dist/default/crafts/{core/popover.js → popover.js} +1 -1
  37. package/dist/default/crafts/{core/progress.d.ts → progress.d.ts} +1 -1
  38. package/dist/default/crafts/{core/progress.js → progress.js} +1 -1
  39. package/dist/default/crafts/{core/radio-group.d.ts → radio-group.d.ts} +1 -1
  40. package/dist/default/crafts/{core/radio-group.js → radio-group.js} +1 -1
  41. package/dist/default/crafts/{core/rating-group.d.ts → rating-group.d.ts} +1 -1
  42. package/dist/default/crafts/{core/rating-group.js → rating-group.js} +1 -1
  43. package/dist/default/crafts/{core/scroll-area.d.ts → scroll-area.d.ts} +1 -1
  44. package/dist/default/crafts/{core/scroll-area.js → scroll-area.js} +1 -1
  45. package/dist/default/crafts/{core/select.d.ts → select.d.ts} +1 -1
  46. package/dist/default/crafts/{core/select.js → select.js} +1 -1
  47. package/dist/default/crafts/{core/skeleton.d.ts → skeleton.d.ts} +1 -1
  48. package/dist/default/crafts/{core/skeleton.js → skeleton.js} +1 -1
  49. package/dist/default/crafts/{core/slider.d.ts → slider.d.ts} +1 -1
  50. package/dist/default/crafts/{core/slider.js → slider.js} +1 -1
  51. package/dist/default/crafts/{core/spin.d.ts → spin.d.ts} +1 -1
  52. package/dist/default/crafts/{core/spin.js → spin.js} +1 -1
  53. package/dist/default/crafts/{core/switch.d.ts → switch.d.ts} +1 -1
  54. package/dist/default/crafts/{core/switch.js → switch.js} +1 -1
  55. package/dist/default/crafts/{core/tabs.d.ts → tabs.d.ts} +1 -1
  56. package/dist/default/crafts/{core/tabs.js → tabs.js} +1 -1
  57. package/dist/default/crafts/{core/tags-input.d.ts → tags-input.d.ts} +1 -1
  58. package/dist/default/crafts/{core/tags-input.js → tags-input.js} +1 -1
  59. package/dist/default/crafts/{core/toast.d.ts → toast.d.ts} +1 -1
  60. package/dist/default/crafts/{core/toast.js → toast.js} +1 -1
  61. package/dist/default/crafts/{core/toggle-group.d.ts → toggle-group.d.ts} +1 -1
  62. package/dist/default/crafts/{core/toggle-group.js → toggle-group.js} +1 -1
  63. package/dist/default/crafts/{core/toggle.d.ts → toggle.d.ts} +1 -1
  64. package/dist/default/crafts/{core/toggle.js → toggle.js} +1 -1
  65. package/dist/default/crafts/{core/tooltip.d.ts → tooltip.d.ts} +1 -1
  66. package/dist/default/crafts/{core/tooltip.js → tooltip.js} +1 -1
  67. package/dist/default/crafts/{core/tree.d.ts → tree.d.ts} +1 -1
  68. package/dist/default/crafts/{core/tree.js → tree.js} +1 -1
  69. package/dist/default/index.css +1838 -0
  70. package/dist/default/index.d.ts +1 -1
  71. package/dist/default/index.js +1 -1
  72. package/dist/razer/crafts/index.d.ts +15 -4
  73. package/dist/razer/crafts/index.js +15 -2
  74. package/dist/razer/index.css +3 -92
  75. package/dist/razer/index.d.ts +2 -2
  76. package/dist/razer/index.js +1 -1
  77. package/package.json +5 -4
  78. package/dist/.tsbuildinfo +0 -1
  79. package/dist/default/crafts/addons/index.d.ts +0 -2
  80. package/dist/default/crafts/addons/index.js +0 -2
  81. package/dist/default/crafts/addons/v-title.d.ts +0 -47
  82. package/dist/default/crafts/addons/v-title.js +0 -33
  83. package/dist/default/crafts/addons/virtual.d.ts +0 -112
  84. package/dist/default/crafts/addons/virtual.js +0 -86
  85. package/dist/default/crafts/core/index.d.ts +0 -33
  86. package/dist/default/crafts/core/index.js +0 -33
  87. package/dist/razer/crafts/addons/index.d.ts +0 -1
  88. package/dist/razer/crafts/addons/index.js +0 -1
  89. package/dist/razer/crafts/core/index.d.ts +0 -15
  90. package/dist/razer/crafts/core/index.js +0 -15
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvBadge: import("tailwind-variants").TVReturnType<{
3
3
  variant: {
4
4
  default: string;
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-badge';
3
3
  export const tvBadge = tv({
4
4
  base: [
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvButton: import("tailwind-variants").TVReturnType<{
3
3
  variant: {
4
4
  default: string;
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-btn';
3
3
  export const tvButton = tv({
4
4
  slots: {
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvCheckbox: import("tailwind-variants").TVReturnType<{
3
3
  disabled: {
4
4
  true: string;
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-checkbox';
3
3
  export const tvCheckbox = tv({
4
4
  slots: {
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvCollapsible: import("tailwind-variants").TVReturnType<{
3
3
  size: {
4
4
  xs: {
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-collapsible';
3
3
  export const tvCollapsible = tv({
4
4
  slots: {
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvDatePicker: import("tailwind-variants").TVReturnType<{
3
3
  size: {
4
4
  xs: {
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-date-picker';
3
3
  export const tvDatePicker = tv({
4
4
  slots: {
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvDialog: import("tailwind-variants").TVReturnType<{
3
3
  size: {
4
4
  xs: {
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-dialog';
3
3
  export const tvDialog = tv({
4
4
  slots: {
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvEditable: import("tailwind-variants").TVReturnType<{
3
3
  size: {
4
4
  xs: string;
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  import { tvInput } from './input';
3
3
  const prefix = 'rui-editable';
4
4
  export const tvEditable = tv({
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvFloatingPanel: import("tailwind-variants").TVReturnType<{
3
3
  size: {
4
4
  xs: {
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-floating-panel';
3
3
  export const tvFloatingPanel = tv({
4
4
  slots: {
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvHotkey: import("tailwind-variants").TVReturnType<({
3
3
  [key: string]: {
4
4
  [key: string]: import("tailwind-merge").ClassNameValue | {
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  import { tvInput } from './input';
3
3
  const inputPrefix = 'rui-input';
4
4
  const prefix = 'rui-hotkey';
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvHoverCard: import("tailwind-variants").TVReturnType<{
3
3
  size: {
4
4
  xs: string;
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-hover-card';
3
3
  export const tvHoverCard = tv({
4
4
  slots: {
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvIcon: import("tailwind-variants").TVReturnType<({} | {} | {}) & {
3
3
  unstyled: {
4
4
  true: import("tailwind-merge").ClassNameValue;
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-icon';
3
3
  export const tvIcon = tv({
4
4
  base: 'size-[1lh]',
@@ -1,4 +1,33 @@
1
- export * as addonsCrafts from './addons';
2
- export type * from './addons';
3
- export * as coreCrafts from './core';
4
- export type * from './core';
1
+ export { type BadgeVariants, tvBadge } from './badge';
2
+ export { type ButtonVariants, tvButton } from './button';
3
+ export { type CheckboxVariants, tvCheckbox } from './checkbox';
4
+ export { type CollapsibleVariants, type ReadMoreVariants, tvCollapsible, tvReadMore, } from './collapsible';
5
+ export { type DatePickerVariants, type DatePickerViewVariants, tvDatePicker, tvDatePickerView, } from './date-picker';
6
+ export { type DialogVariants, tvDialog } from './dialog';
7
+ export { type EditableInputVariants, type EditableVariants, tvEditable, tvEditableInput, } from './editable';
8
+ export { type FloatingPanelVariants, tvFloatingPanel } from './floating-panel';
9
+ export { type HotkeyVariants, tvHotkey } from './hotkey';
10
+ export { type HoverCardVariants, tvHoverCard } from './hover-card';
11
+ export { type IconVariants, tvIcon } from './icon';
12
+ export { type InputVariants, tvInput } from './input';
13
+ export { type MenuVariants, tvMenu } from './menu';
14
+ export { type MessageVariants, tvMessage } from './message';
15
+ export { type NumberInputVariants, tvNumberInput } from './number-input';
16
+ export { type PaginationGotoVariants, type PaginationPageSizeVariants, type PaginationVariants, tvPagination, tvPaginationGoto, tvPaginationPageSize, } from './pagination';
17
+ export { type PopoverVariants, tvPopover } from './popover';
18
+ export { type ProgressVariants, tvProgress } from './progress';
19
+ export { type RadioGroupVariants, tvRadioGroup } from './radio-group';
20
+ export { type RatingGroupVariants, tvRatingGroup } from './rating-group';
21
+ export { type ScrollAreaVariants, tvScrollArea } from './scroll-area';
22
+ export { type SelectVariants, tvSelect } from './select';
23
+ export { type SkeletonVariants, tvSkeleton } from './skeleton';
24
+ export { type SliderVariants, tvSlider } from './slider';
25
+ export { type SpinVariants, tvSpin } from './spin';
26
+ export { type SwitchVariants, tvSwitch } from './switch';
27
+ export { type TabsVariants, tvTabs } from './tabs';
28
+ export { type TagsInputVariants, tvTagsInput } from './tags-input';
29
+ export { type ToastVariants, tvToast } from './toast';
30
+ export { type ToggleVariants, tvToggle } from './toggle';
31
+ export { type ToggleGroupVariants, tvToggleGroup } from './toggle-group';
32
+ export { type TooltipVariants, tvTooltip } from './tooltip';
33
+ export { type TreeBranchVariants, type TreeItemVariants, type TreeVariants, tvTree, tvTreeBranch, tvTreeItem, } from './tree';
@@ -1,2 +1,33 @@
1
- export * as addonsCrafts from './addons';
2
- export * as coreCrafts from './core';
1
+ export { tvBadge } from './badge';
2
+ export { tvButton } from './button';
3
+ export { tvCheckbox } from './checkbox';
4
+ export { tvCollapsible, tvReadMore, } from './collapsible';
5
+ export { tvDatePicker, tvDatePickerView, } from './date-picker';
6
+ export { tvDialog } from './dialog';
7
+ export { tvEditable, tvEditableInput, } from './editable';
8
+ export { tvFloatingPanel } from './floating-panel';
9
+ export { tvHotkey } from './hotkey';
10
+ export { tvHoverCard } from './hover-card';
11
+ export { tvIcon } from './icon';
12
+ export { tvInput } from './input';
13
+ export { tvMenu } from './menu';
14
+ export { tvMessage } from './message';
15
+ export { tvNumberInput } from './number-input';
16
+ export { tvPagination, tvPaginationGoto, tvPaginationPageSize, } from './pagination';
17
+ export { tvPopover } from './popover';
18
+ export { tvProgress } from './progress';
19
+ export { tvRadioGroup } from './radio-group';
20
+ export { tvRatingGroup } from './rating-group';
21
+ export { tvScrollArea } from './scroll-area';
22
+ export { tvSelect } from './select';
23
+ export { tvSkeleton } from './skeleton';
24
+ export { tvSlider } from './slider';
25
+ export { tvSpin } from './spin';
26
+ export { tvSwitch } from './switch';
27
+ export { tvTabs } from './tabs';
28
+ export { tvTagsInput } from './tags-input';
29
+ export { tvToast } from './toast';
30
+ export { tvToggle } from './toggle';
31
+ export { tvToggleGroup } from './toggle-group';
32
+ export { tvTooltip } from './tooltip';
33
+ export { tvTree, tvTreeBranch, tvTreeItem, } from './tree';
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvInput: import("tailwind-variants").TVReturnType<{
3
3
  size: {
4
4
  xs: {
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-input';
3
3
  export const tvInput = tv({
4
4
  slots: {
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvMenu: import("tailwind-variants").TVReturnType<{
3
3
  size: {
4
4
  xs: string;
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-menu';
3
3
  export const tvMenu = tv({
4
4
  slots: {
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvMessage: import("tailwind-variants").TVReturnType<{
3
3
  size: {
4
4
  xs: {
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-message';
3
3
  export const tvMessage = tv({
4
4
  slots: {
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvNumberInput: import("tailwind-variants").TVReturnType<{
3
3
  size: {
4
4
  xs: {
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-number-input';
3
3
  export const tvNumberInput = tv({
4
4
  slots: {
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvPagination: import("tailwind-variants").TVReturnType<{
3
3
  size: {
4
4
  xs: {
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-pagination';
3
3
  export const tvPagination = tv({
4
4
  slots: {
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvPopover: import("tailwind-variants").TVReturnType<{
3
3
  size: {
4
4
  xs: {
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-popover';
3
3
  export const tvPopover = tv({
4
4
  slots: {
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvProgress: import("tailwind-variants").TVReturnType<{
3
3
  size: {
4
4
  xs: {
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-progress';
3
3
  export const tvProgress = tv({
4
4
  slots: {
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvRadioGroup: import("tailwind-variants").TVReturnType<{
3
3
  size: {
4
4
  xs: {
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-radio-group';
3
3
  export const tvRadioGroup = tv({
4
4
  slots: {
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvRatingGroup: import("tailwind-variants").TVReturnType<{
3
3
  size: {
4
4
  xs: {
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-rating-group';
3
3
  export const tvRatingGroup = tv({
4
4
  slots: {
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvScrollArea: import("tailwind-variants").TVReturnType<{
3
3
  size: {
4
4
  xs: string;
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-scroll-area';
3
3
  export const tvScrollArea = tv({
4
4
  slots: {
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvSelect: import("tailwind-variants").TVReturnType<{
3
3
  size: {
4
4
  xs: {
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-select';
3
3
  export const tvSelect = tv({
4
4
  slots: {
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvSkeleton: import("tailwind-variants").TVReturnType<{
3
3
  variant: {
4
4
  pulse: string;
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-skeleton';
3
3
  export const tvSkeleton = tv({
4
4
  base: '',
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvSlider: import("tailwind-variants").TVReturnType<{
3
3
  size: {
4
4
  xs: {
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-slider';
3
3
  export const tvSlider = tv({
4
4
  slots: {
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvSpin: import("tailwind-variants").TVReturnType<{
3
3
  mode: {
4
4
  fullscreen: {
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-spin';
3
3
  export const tvSpin = tv({
4
4
  slots: {
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvSwitch: import("tailwind-variants").TVReturnType<{
3
3
  size: {
4
4
  xs: {
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-switch';
3
3
  export const tvSwitch = tv({
4
4
  slots: {
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvTabs: import("tailwind-variants").TVReturnType<{
3
3
  size: {
4
4
  xs: {
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-tabs';
3
3
  export const tvTabs = tv({
4
4
  slots: {
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvTagsInput: import("tailwind-variants").TVReturnType<{
3
3
  size: {
4
4
  xs: {
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-tags-input';
3
3
  export const tvTagsInput = tv({
4
4
  slots: {
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvToast: import("tailwind-variants").TVReturnType<{
3
3
  size: {
4
4
  xs: {
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-toast';
3
3
  export const tvToast = tv({
4
4
  slots: {
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvToggleGroup: import("tailwind-variants").TVReturnType<{
3
3
  size: {
4
4
  xs: {
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-toggle-group';
3
3
  export const tvToggleGroup = tv({
4
4
  slots: {
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvToggle: import("tailwind-variants").TVReturnType<{
3
3
  size: {
4
4
  xs: string;
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-toggle';
3
3
  export const tvToggle = tv({
4
4
  base: [
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvTooltip: import("tailwind-variants").TVReturnType<{
3
3
  size: {
4
4
  xs: {
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-tooltip';
3
3
  export const tvTooltip = tv({
4
4
  slots: {
@@ -1,4 +1,4 @@
1
- import type { VariantProps } from '../../../shared/utils/tv';
1
+ import type { VariantProps } from '../../shared/utils/tv';
2
2
  export declare const tvTree: import("tailwind-variants").TVReturnType<({
3
3
  [key: string]: {
4
4
  [key: string]: import("tailwind-merge").ClassNameValue | {
@@ -1,4 +1,4 @@
1
- import { tv } from '../../../shared/utils/tv';
1
+ import { tv } from '../../shared/utils/tv';
2
2
  const prefix = 'rui-tree';
3
3
  export const tvTree = tv({
4
4
  slots: {