rivet-ui 0.2.0 → 0.3.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 (46) hide show
  1. package/dist/components/Accordion/index.js +3 -1
  2. package/dist/components/Alert/index.js +3 -1
  3. package/dist/components/AlertDialog/index.js +3 -1
  4. package/dist/components/Autocomplete/index.js +3 -1
  5. package/dist/components/Avatar/index.js +3 -1
  6. package/dist/components/AvatarLabel/index.js +3 -1
  7. package/dist/components/Badge/index.js +3 -1
  8. package/dist/components/Button/index.js +3 -1
  9. package/dist/components/Card/index.js +3 -1
  10. package/dist/components/Checkbox/index.js +3 -1
  11. package/dist/components/Collapsible/index.js +3 -1
  12. package/dist/components/Combobox/index.js +3 -1
  13. package/dist/components/ConfirmDialog/index.js +3 -1
  14. package/dist/components/ContextMenu/index.js +3 -1
  15. package/dist/components/Dialog/index.js +3 -1
  16. package/dist/components/Drawer/index.js +3 -1
  17. package/dist/components/Field/index.js +3 -1
  18. package/dist/components/Fieldset/index.js +3 -1
  19. package/dist/components/Form/index.js +3 -1
  20. package/dist/components/Input/index.js +3 -1
  21. package/dist/components/Menu/index.js +3 -1
  22. package/dist/components/Menubar/index.js +3 -1
  23. package/dist/components/Meter/index.js +3 -1
  24. package/dist/components/NavigationMenu/index.js +3 -1
  25. package/dist/components/NumberField/index.js +3 -1
  26. package/dist/components/PageHeader/index.js +3 -1
  27. package/dist/components/Popover/index.js +3 -1
  28. package/dist/components/PreviewCard/index.js +3 -1
  29. package/dist/components/ProfileCard/index.js +3 -1
  30. package/dist/components/Progress/index.js +3 -1
  31. package/dist/components/Radio/index.js +3 -1
  32. package/dist/components/ScrollArea/index.js +3 -1
  33. package/dist/components/SearchField/index.js +3 -1
  34. package/dist/components/Select/index.js +3 -1
  35. package/dist/components/Separator/index.js +3 -1
  36. package/dist/components/Slider/index.js +3 -1
  37. package/dist/components/Switch/index.js +3 -1
  38. package/dist/components/Tabs/index.js +3 -1
  39. package/dist/components/Toast/index.js +3 -1
  40. package/dist/components/Toggle/index.js +3 -1
  41. package/dist/components/ToggleGroup/index.js +3 -1
  42. package/dist/components/Toolbar/index.js +3 -1
  43. package/dist/components/Tooltip/index.js +3 -1
  44. package/dist/theme.css +48 -0
  45. package/dist/utils/cn.js +6 -3
  46. package/package.json +3 -1
@@ -50,6 +50,9 @@ var AccordionPanel = React.forwardRef(({ className, ...props }, ref) => /* @__PU
50
50
  ...props
51
51
  }));
52
52
  AccordionPanel.displayName = "AccordionPanel";
53
+
54
+
55
+
53
56
  export {
54
57
  AccordionTrigger,
55
58
  AccordionRoot,
@@ -57,6 +60,5 @@ export {
57
60
  AccordionItem,
58
61
  AccordionHeader
59
62
  };
60
- export { AccordionRoot, AccordionItem, AccordionHeader, AccordionTrigger, AccordionPanel };
61
63
 
62
64
  //# debugId=36F35BCCCB96B5EA64756E2164756E21
@@ -46,12 +46,14 @@ function AlertDescription({
46
46
  ...props
47
47
  });
48
48
  }
49
+
50
+
51
+
49
52
  export {
50
53
  alertVariants,
51
54
  AlertTitle,
52
55
  AlertDescription,
53
56
  Alert
54
57
  };
55
- export { alertVariants, Alert, AlertTitle, AlertDescription };
56
58
 
57
59
  //# debugId=DEA2B63F05ED773A64756E2164756E21
@@ -50,6 +50,9 @@ var AlertDialogTrigger = React.forwardRef(({ className, ...props }, ref) => /* @
50
50
  ...props
51
51
  }));
52
52
  AlertDialogTrigger.displayName = "AlertDialogTrigger";
53
+
54
+
55
+
53
56
  export {
54
57
  AlertDialogViewport,
55
58
  AlertDialogTrigger,
@@ -61,6 +64,5 @@ export {
61
64
  AlertDialogClose,
62
65
  AlertDialogBackdrop
63
66
  };
64
- export { AlertDialogRoot, AlertDialogPortal, AlertDialogBackdrop, AlertDialogViewport, AlertDialogPopup, AlertDialogTitle, AlertDialogDescription, AlertDialogClose, AlertDialogTrigger };
65
67
 
66
68
  //# debugId=FDE3F3E4FDB9F11164756E2164756E21
@@ -87,6 +87,9 @@ var AutocompleteGroupLabel = React.forwardRef(({ className, ...props }, ref) =>
87
87
  ...props
88
88
  }));
89
89
  AutocompleteGroupLabel.displayName = "AutocompleteGroupLabel";
90
+
91
+
92
+
90
93
  export {
91
94
  AutocompleteValue,
92
95
  AutocompleteTrigger,
@@ -104,6 +107,5 @@ export {
104
107
  AutocompleteCollection,
105
108
  AutocompleteClear
106
109
  };
107
- export { AutocompleteRoot, AutocompleteValue, AutocompletePortal, AutocompleteGroup, AutocompleteCollection, AutocompleteInput, AutocompleteTrigger, AutocompleteIcon, AutocompleteClear, AutocompletePositioner, AutocompletePopup, AutocompleteList, AutocompleteItem, AutocompleteEmpty, AutocompleteGroupLabel };
108
110
 
109
111
  //# debugId=61B79479E0CAB79564756E2164756E21
@@ -56,10 +56,12 @@ function Avatar({
56
56
  ]
57
57
  });
58
58
  }
59
+
60
+
61
+
59
62
  export {
60
63
  avatarVariants,
61
64
  Avatar
62
65
  };
63
- export { avatarVariants, Avatar };
64
66
 
65
67
  //# debugId=76F8DF60B52F47E464756E2164756E21
@@ -66,9 +66,11 @@ function AvatarLabel({
66
66
  ]
67
67
  });
68
68
  }
69
+
70
+
71
+
69
72
  export {
70
73
  AvatarLabel
71
74
  };
72
- export { AvatarLabel };
73
75
 
74
76
  //# debugId=E8E2BB1255807FB164756E2164756E21
@@ -29,10 +29,12 @@ function Badge({ className, variant, ...props }) {
29
29
  ...props
30
30
  });
31
31
  }
32
+
33
+
34
+
32
35
  export {
33
36
  badgeVariants,
34
37
  Badge
35
38
  };
36
- export { badgeVariants, Badge };
37
39
 
38
40
  //# debugId=0C6F283C3BEC155B64756E2164756E21
@@ -35,10 +35,12 @@ function Button({ className, variant, size, ...props }) {
35
35
  ...props
36
36
  });
37
37
  }
38
+
39
+
40
+
38
41
  export {
39
42
  buttonVariants,
40
43
  Button
41
44
  };
42
- export { buttonVariants, Button };
43
45
 
44
46
  //# debugId=977B340CD56BA22064756E2164756E21
@@ -35,6 +35,9 @@ var CardFooter = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__
35
35
  ...props
36
36
  }));
37
37
  CardFooter.displayName = "CardFooter";
38
+
39
+
40
+
38
41
  export {
39
42
  CardTitle,
40
43
  CardHeader,
@@ -42,6 +45,5 @@ export {
42
45
  CardContent,
43
46
  Card
44
47
  };
45
- export { Card, CardHeader, CardTitle, CardContent, CardFooter };
46
48
 
47
49
  //# debugId=F0AC122A1C71579F64756E2164756E21
@@ -58,11 +58,13 @@ var CheckboxIndicator = React.forwardRef(({ className, children, indeterminate,
58
58
  children: children ?? (indeterminate ? /* @__PURE__ */ jsx(MinusIcon, {}) : /* @__PURE__ */ jsx(CheckIcon, {}))
59
59
  }));
60
60
  CheckboxIndicator.displayName = "CheckboxIndicator";
61
+
62
+
63
+
61
64
  export {
62
65
  CheckboxRoot,
63
66
  CheckboxIndicator,
64
67
  CheckboxGroup
65
68
  };
66
- export { CheckboxGroup, CheckboxRoot, CheckboxIndicator };
67
69
 
68
70
  //# debugId=DBAE3BCD342C1FD364756E2164756E21
@@ -24,11 +24,13 @@ var CollapsiblePanel = React.forwardRef(({ className, ...props }, ref) => /* @__
24
24
  ...props
25
25
  }));
26
26
  CollapsiblePanel.displayName = "CollapsiblePanel";
27
+
28
+
29
+
27
30
  export {
28
31
  CollapsibleTrigger,
29
32
  CollapsibleRoot,
30
33
  CollapsiblePanel
31
34
  };
32
- export { CollapsibleRoot, CollapsibleTrigger, CollapsiblePanel };
33
35
 
34
36
  //# debugId=B9678F838E1C01EB64756E2164756E21
@@ -133,6 +133,9 @@ var ComboboxIcon = React.forwardRef(({ className, children, ...props }, ref) =>
133
133
  })
134
134
  }));
135
135
  ComboboxIcon.displayName = "ComboboxIcon";
136
+
137
+
138
+
136
139
  export {
137
140
  ComboboxValue,
138
141
  ComboboxTrigger,
@@ -157,6 +160,5 @@ export {
157
160
  ComboboxChipRemove,
158
161
  ComboboxChip
159
162
  };
160
- export { ComboboxRoot, ComboboxPortal, ComboboxGroup, ComboboxCollection, ComboboxValue, ComboboxChips, ComboboxChip, ComboboxChipRemove, ComboboxInput, ComboboxTrigger, ComboboxClear, ComboboxPositioner, ComboboxPopup, ComboboxList, ComboboxItem, ComboboxItemIndicator, ComboboxItemText, ComboboxEmpty, ComboboxSeparator, ComboboxGroupLabel, ComboboxStatus, ComboboxIcon };
161
163
 
162
164
  //# debugId=54E65CFF266C87D164756E2164756E21
@@ -77,9 +77,11 @@ function ConfirmDialog({
77
77
  ]
78
78
  });
79
79
  }
80
+
81
+
82
+
80
83
  export {
81
84
  ConfirmDialog
82
85
  };
83
- export { ConfirmDialog };
84
86
 
85
87
  //# debugId=A676AEF740480EFF64756E2164756E21
@@ -91,6 +91,9 @@ var ContextMenuSubmenuTrigger = React.forwardRef(({ className, ...props }, ref)
91
91
  ...props
92
92
  }));
93
93
  ContextMenuSubmenuTrigger.displayName = "ContextMenuSubmenuTrigger";
94
+
95
+
96
+
94
97
  export {
95
98
  ContextMenuTrigger,
96
99
  ContextMenuSubmenuTrigger,
@@ -112,6 +115,5 @@ export {
112
115
  ContextMenuBackdrop,
113
116
  ContextMenuArrow
114
117
  };
115
- export { ContextMenuRoot, ContextMenuPortal, ContextMenuBackdrop, ContextMenuGroup, ContextMenuRadioGroup, ContextMenuSubmenuRoot, ContextMenuTrigger, ContextMenuPositioner, ContextMenuPopup, ContextMenuArrow, ContextMenuItem, ContextMenuLinkItem, ContextMenuSeparator, ContextMenuGroupLabel, ContextMenuRadioItem, ContextMenuRadioItemIndicator, ContextMenuCheckboxItem, ContextMenuCheckboxItemIndicator, ContextMenuSubmenuTrigger };
116
118
 
117
119
  //# debugId=538137E8ADC8ED9364756E2164756E21
@@ -50,6 +50,9 @@ var DialogTrigger = React.forwardRef(({ className, ...props }, ref) => /* @__PUR
50
50
  ...props
51
51
  }));
52
52
  DialogTrigger.displayName = "DialogTrigger";
53
+
54
+
55
+
53
56
  export {
54
57
  DialogViewport,
55
58
  DialogTrigger,
@@ -61,6 +64,5 @@ export {
61
64
  DialogClose,
62
65
  DialogBackdrop
63
66
  };
64
- export { DialogRoot, DialogPortal, DialogBackdrop, DialogViewport, DialogPopup, DialogTitle, DialogDescription, DialogClose, DialogTrigger };
65
67
 
66
68
  //# debugId=853E2C0328B9ABA864756E2164756E21
@@ -63,6 +63,9 @@ var DrawerClose = React.forwardRef(({ className, ...props }, ref) => /* @__PURE_
63
63
  ...props
64
64
  }));
65
65
  DrawerClose.displayName = "DrawerClose";
66
+
67
+
68
+
66
69
  export {
67
70
  DrawerViewport,
68
71
  DrawerTrigger,
@@ -76,6 +79,5 @@ export {
76
79
  DrawerClose,
77
80
  DrawerBackdrop
78
81
  };
79
- export { DrawerRoot, DrawerPortal, DrawerTrigger, DrawerBackdrop, DrawerViewport, DrawerPopup, DrawerContent, DrawerHandle, DrawerTitle, DrawerDescription, DrawerClose };
80
82
 
81
83
  //# debugId=8DBAF08403CEF58364756E2164756E21
@@ -38,6 +38,9 @@ var FieldItem = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__
38
38
  }));
39
39
  FieldItem.displayName = "FieldItem";
40
40
  var FieldValidity = BaseField.Validity;
41
+
42
+
43
+
41
44
  export {
42
45
  FieldValidity,
43
46
  FieldRoot,
@@ -47,6 +50,5 @@ export {
47
50
  FieldDescription,
48
51
  FieldControl
49
52
  };
50
- export { FieldRoot, FieldLabel, FieldControl, FieldDescription, FieldError, FieldItem, FieldValidity };
51
53
 
52
54
  //# debugId=42714C1B1C5C647764756E2164756E21
@@ -18,10 +18,12 @@ var FieldsetLegend = React.forwardRef(({ className, ...props }, ref) => /* @__PU
18
18
  ...props
19
19
  }));
20
20
  FieldsetLegend.displayName = "FieldsetLegend";
21
+
22
+
23
+
21
24
  export {
22
25
  FieldsetRoot,
23
26
  FieldsetLegend
24
27
  };
25
- export { FieldsetRoot, FieldsetLegend };
26
28
 
27
29
  //# debugId=CF6A277F31D7E10A64756E2164756E21
@@ -12,9 +12,11 @@ var FormRoot = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ *
12
12
  ...props
13
13
  }));
14
14
  FormRoot.displayName = "FormRoot";
15
+
16
+
17
+
15
18
  export {
16
19
  FormRoot
17
20
  };
18
- export { FormRoot };
19
21
 
20
22
  //# debugId=6744BFEFDDD7DA8664756E2164756E21
@@ -35,10 +35,12 @@ var Input = React.forwardRef(({ className, variant, size, ...props }, ref) => {
35
35
  });
36
36
  });
37
37
  Input.displayName = "Input";
38
+
39
+
40
+
38
41
  export {
39
42
  inputVariants,
40
43
  Input
41
44
  };
42
- export { inputVariants, Input };
43
45
 
44
46
  //# debugId=789832A72C9D510264756E2164756E21
@@ -91,6 +91,9 @@ var MenuSubmenuTrigger = React.forwardRef(({ className, ...props }, ref) => /* @
91
91
  ...props
92
92
  }));
93
93
  MenuSubmenuTrigger.displayName = "MenuSubmenuTrigger";
94
+
95
+
96
+
94
97
  export {
95
98
  MenuTrigger,
96
99
  MenuSubmenuTrigger,
@@ -112,6 +115,5 @@ export {
112
115
  MenuBackdrop,
113
116
  MenuArrow
114
117
  };
115
- export { MenuRoot, MenuPortal, MenuBackdrop, MenuGroup, MenuRadioGroup, MenuSubmenuRoot, MenuTrigger, MenuPositioner, MenuPopup, MenuArrow, MenuItem, MenuLinkItem, MenuSeparator, MenuGroupLabel, MenuRadioItem, MenuRadioItemIndicator, MenuCheckboxItem, MenuCheckboxItemIndicator, MenuSubmenuTrigger };
116
118
 
117
119
  //# debugId=D9064FB594664C3E64756E2164756E21
@@ -12,9 +12,11 @@ var MenubarRoot = React.forwardRef(({ className, ...props }, ref) => /* @__PURE_
12
12
  ...props
13
13
  }));
14
14
  MenubarRoot.displayName = "MenubarRoot";
15
+
16
+
17
+
15
18
  export {
16
19
  MenubarRoot
17
20
  };
18
- export { MenubarRoot };
19
21
 
20
22
  //# debugId=629B3381E6DAE41364756E2164756E21
@@ -36,6 +36,9 @@ var MeterValue = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__
36
36
  ...props
37
37
  }));
38
38
  MeterValue.displayName = "MeterValue";
39
+
40
+
41
+
39
42
  export {
40
43
  MeterValue,
41
44
  MeterTrack,
@@ -43,6 +46,5 @@ export {
43
46
  MeterLabel,
44
47
  MeterIndicator
45
48
  };
46
- export { MeterRoot, MeterLabel, MeterTrack, MeterIndicator, MeterValue };
47
49
 
48
50
  //# debugId=303D7D53D891184B64756E2164756E21
@@ -82,6 +82,9 @@ var NavigationMenuLink = React.forwardRef(({ className, ...props }, ref) => /* @
82
82
  ...props
83
83
  }));
84
84
  NavigationMenuLink.displayName = "NavigationMenuLink";
85
+
86
+
87
+
85
88
  export {
86
89
  NavigationMenuViewport,
87
90
  NavigationMenuTrigger,
@@ -95,6 +98,5 @@ export {
95
98
  NavigationMenuIcon,
96
99
  NavigationMenuContent
97
100
  };
98
- export { NavigationMenuPortal, NavigationMenuRoot, NavigationMenuList, NavigationMenuItem, NavigationMenuTrigger, NavigationMenuIcon, NavigationMenuPositioner, NavigationMenuViewport, NavigationMenuPopup, NavigationMenuContent, NavigationMenuLink };
99
101
 
100
102
  //# debugId=A43D4C7F728B250464756E2164756E21
@@ -70,6 +70,9 @@ var NumberFieldScrubAreaCursor = React.forwardRef(({ className, ...props }, ref)
70
70
  ...props
71
71
  }));
72
72
  NumberFieldScrubAreaCursor.displayName = "NumberFieldScrubAreaCursor";
73
+
74
+
75
+
73
76
  export {
74
77
  NumberFieldScrubAreaCursor,
75
78
  NumberFieldScrubArea,
@@ -79,6 +82,5 @@ export {
79
82
  NumberFieldGroup,
80
83
  NumberFieldDecrement
81
84
  };
82
- export { NumberFieldRoot, NumberFieldGroup, NumberFieldDecrement, NumberFieldIncrement, NumberFieldInput, NumberFieldScrubArea, NumberFieldScrubAreaCursor };
83
85
 
84
86
  //# debugId=E92C99C58DD01F0C64756E2164756E21
@@ -40,9 +40,11 @@ function PageHeader({
40
40
  ]
41
41
  });
42
42
  }
43
+
44
+
45
+
43
46
  export {
44
47
  PageHeader
45
48
  };
46
- export { PageHeader };
47
49
 
48
50
  //# debugId=F03E1FFDC131D45C64756E2164756E21
@@ -57,6 +57,9 @@ var PopoverArrow = React.forwardRef(({ className, ...props }, ref) => /* @__PURE
57
57
  ...props
58
58
  }));
59
59
  PopoverArrow.displayName = "PopoverArrow";
60
+
61
+
62
+
60
63
  export {
61
64
  PopoverTrigger,
62
65
  PopoverTitle,
@@ -69,6 +72,5 @@ export {
69
72
  PopoverBackdrop,
70
73
  PopoverArrow
71
74
  };
72
- export { PopoverRoot, PopoverPortal, PopoverTrigger, PopoverBackdrop, PopoverPositioner, PopoverPopup, PopoverTitle, PopoverDescription, PopoverClose, PopoverArrow };
73
75
 
74
76
  //# debugId=87FE80B3889D991864756E2164756E21
@@ -39,6 +39,9 @@ var PreviewCardArrow = React.forwardRef(({ className, ...props }, ref) => /* @__
39
39
  ...props
40
40
  }));
41
41
  PreviewCardArrow.displayName = "PreviewCardArrow";
42
+
43
+
44
+
42
45
  export {
43
46
  PreviewCardTrigger,
44
47
  PreviewCardRoot,
@@ -48,6 +51,5 @@ export {
48
51
  PreviewCardBackdrop,
49
52
  PreviewCardArrow
50
53
  };
51
- export { PreviewCardRoot, PreviewCardPortal, PreviewCardTrigger, PreviewCardBackdrop, PreviewCardPositioner, PreviewCardPopup, PreviewCardArrow };
52
54
 
53
55
  //# debugId=C98052C5557596CB64756E2164756E21
@@ -89,9 +89,11 @@ function ProfileCard({
89
89
  ]
90
90
  });
91
91
  }
92
+
93
+
94
+
92
95
  export {
93
96
  ProfileCard
94
97
  };
95
- export { ProfileCard };
96
98
 
97
99
  //# debugId=4411D3A3DF55D52264756E2164756E21
@@ -36,6 +36,9 @@ var ProgressValue = React.forwardRef(({ className, ...props }, ref) => /* @__PUR
36
36
  ...props
37
37
  }));
38
38
  ProgressValue.displayName = "ProgressValue";
39
+
40
+
41
+
39
42
  export {
40
43
  ProgressValue,
41
44
  ProgressTrack,
@@ -43,6 +46,5 @@ export {
43
46
  ProgressLabel,
44
47
  ProgressIndicator
45
48
  };
46
- export { ProgressRoot, ProgressLabel, ProgressTrack, ProgressIndicator, ProgressValue };
47
49
 
48
50
  //# debugId=EF3C47DB7BDFAAF864756E2164756E21
@@ -25,11 +25,13 @@ var RadioIndicator = React.forwardRef(({ className, ...props }, ref) => /* @__PU
25
25
  ...props
26
26
  }));
27
27
  RadioIndicator.displayName = "RadioIndicator";
28
+
29
+
30
+
28
31
  export {
29
32
  RadioRoot,
30
33
  RadioIndicator,
31
34
  RadioGroup
32
35
  };
33
- export { RadioGroup, RadioRoot, RadioIndicator };
34
36
 
35
37
  //# debugId=B8B585145B4DCD3B64756E2164756E21
@@ -42,6 +42,9 @@ var ScrollAreaCorner = React.forwardRef(({ className, ...props }, ref) => /* @__
42
42
  ...props
43
43
  }));
44
44
  ScrollAreaCorner.displayName = "ScrollAreaCorner";
45
+
46
+
47
+
45
48
  export {
46
49
  ScrollAreaViewport,
47
50
  ScrollAreaThumb,
@@ -50,6 +53,5 @@ export {
50
53
  ScrollAreaCorner,
51
54
  ScrollAreaContent
52
55
  };
53
- export { ScrollAreaRoot, ScrollAreaViewport, ScrollAreaContent, ScrollAreaScrollbar, ScrollAreaThumb, ScrollAreaCorner };
54
56
 
55
57
  //# debugId=96891DEF6FB88A9464756E2164756E21
@@ -57,9 +57,11 @@ function SearchField({
57
57
  ]
58
58
  });
59
59
  }
60
+
61
+
62
+
60
63
  export {
61
64
  SearchField
62
65
  };
63
- export { SearchField };
64
66
 
65
67
  //# debugId=0CD0DAA7301F214464756E2164756E21
@@ -119,6 +119,9 @@ var SelectScrollDownArrow = React.forwardRef(({ className, ...props }, ref) => /
119
119
  ...props
120
120
  }));
121
121
  SelectScrollDownArrow.displayName = "SelectScrollDownArrow";
122
+
123
+
124
+
122
125
  export {
123
126
  SelectValue,
124
127
  SelectTrigger,
@@ -138,6 +141,5 @@ export {
138
141
  SelectGroup,
139
142
  SelectBackdrop
140
143
  };
141
- export { SelectRoot, SelectPortal, SelectBackdrop, SelectGroup, SelectSeparator, SelectTrigger, SelectValue, SelectIcon, SelectPositioner, SelectPopup, SelectList, SelectItem, SelectItemText, SelectItemIndicator, SelectGroupLabel, SelectScrollUpArrow, SelectScrollDownArrow };
142
144
 
143
145
  //# debugId=9A78DFC081AB978C64756E2164756E21
@@ -12,9 +12,11 @@ var SeparatorRoot = React.forwardRef(({ className, ...props }, ref) => /* @__PUR
12
12
  ...props
13
13
  }));
14
14
  SeparatorRoot.displayName = "SeparatorRoot";
15
+
16
+
17
+
15
18
  export {
16
19
  SeparatorRoot
17
20
  };
18
- export { SeparatorRoot };
19
21
 
20
22
  //# debugId=2F94E29B4DB235FB64756E2164756E21
@@ -42,6 +42,9 @@ var SliderValue = React.forwardRef(({ className, ...props }, ref) => /* @__PURE_
42
42
  ...props
43
43
  }));
44
44
  SliderValue.displayName = "SliderValue";
45
+
46
+
47
+
45
48
  export {
46
49
  SliderValue,
47
50
  SliderTrack,
@@ -50,6 +53,5 @@ export {
50
53
  SliderIndicator,
51
54
  SliderControl
52
55
  };
53
- export { SliderRoot, SliderControl, SliderTrack, SliderIndicator, SliderThumb, SliderValue };
54
56
 
55
57
  //# debugId=896C7769325B449C64756E2164756E21
@@ -18,10 +18,12 @@ var SwitchThumb = React.forwardRef(({ className, ...props }, ref) => /* @__PURE_
18
18
  ...props
19
19
  }));
20
20
  SwitchThumb.displayName = "SwitchThumb";
21
+
22
+
23
+
21
24
  export {
22
25
  SwitchThumb,
23
26
  SwitchRoot
24
27
  };
25
- export { SwitchRoot, SwitchThumb };
26
28
 
27
29
  //# debugId=A73CAD7DF35678EB64756E2164756E21
@@ -31,6 +31,9 @@ var TabsPanel = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__
31
31
  ...props
32
32
  }));
33
33
  TabsPanel.displayName = "TabsPanel";
34
+
35
+
36
+
34
37
  export {
35
38
  TabsTab,
36
39
  TabsRoot,
@@ -38,6 +41,5 @@ export {
38
41
  TabsList,
39
42
  TabsIndicator
40
43
  };
41
- export { TabsRoot, TabsList, TabsTab, TabsIndicator, TabsPanel };
42
44
 
43
45
  //# debugId=6A624DDCEC1A461664756E2164756E21
@@ -107,6 +107,9 @@ function Toaster() {
107
107
  }, toast.id))
108
108
  });
109
109
  }
110
+
111
+
112
+
110
113
  export {
111
114
  useToastManager,
112
115
  createToastManager,
@@ -122,6 +125,5 @@ export {
122
125
  ToastClose,
123
126
  ToastAction
124
127
  };
125
- export { ToastProvider, ToastPortal, useToastManager, createToastManager, ToastViewport, ToastRoot, ToastContent, ToastTitle, ToastDescription, ToastClose, ToastAction, ToastPositioner, Toaster };
126
128
 
127
129
  //# debugId=0A40232B06C6F52364756E2164756E21
@@ -12,9 +12,11 @@ var ToggleRoot = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__
12
12
  ...props
13
13
  }));
14
14
  ToggleRoot.displayName = "ToggleRoot";
15
+
16
+
17
+
15
18
  export {
16
19
  ToggleRoot
17
20
  };
18
- export { ToggleRoot };
19
21
 
20
22
  //# debugId=1E5AE45CDF90BBCD64756E2164756E21
@@ -12,9 +12,11 @@ var ToggleGroupRoot = React.forwardRef(({ className, ...props }, ref) => /* @__P
12
12
  ...props
13
13
  }));
14
14
  ToggleGroupRoot.displayName = "ToggleGroupRoot";
15
+
16
+
17
+
15
18
  export {
16
19
  ToggleGroupRoot
17
20
  };
18
- export { ToggleGroupRoot };
19
21
 
20
22
  //# debugId=8A7BD1E88A85E29664756E2164756E21
@@ -37,6 +37,9 @@ var ToolbarInput = React.forwardRef(({ className, ...props }, ref) => /* @__PURE
37
37
  ...props
38
38
  }));
39
39
  ToolbarInput.displayName = "ToolbarInput";
40
+
41
+
42
+
40
43
  export {
41
44
  ToolbarSeparator,
42
45
  ToolbarRoot,
@@ -45,6 +48,5 @@ export {
45
48
  ToolbarGroup,
46
49
  ToolbarButton
47
50
  };
48
- export { ToolbarGroup, ToolbarRoot, ToolbarButton, ToolbarLink, ToolbarSeparator, ToolbarInput };
49
51
 
50
52
  //# debugId=2B258B9CE905088764756E2164756E21
@@ -34,6 +34,9 @@ var TooltipArrow = React.forwardRef(({ className, ...props }, ref) => /* @__PURE
34
34
  ...props
35
35
  }));
36
36
  TooltipArrow.displayName = "TooltipArrow";
37
+
38
+
39
+
37
40
  export {
38
41
  TooltipTrigger,
39
42
  TooltipRoot,
@@ -43,6 +46,5 @@ export {
43
46
  TooltipPopup,
44
47
  TooltipArrow
45
48
  };
46
- export { TooltipProvider, TooltipRoot, TooltipPortal, TooltipTrigger, TooltipPositioner, TooltipPopup, TooltipArrow };
47
49
 
48
50
  //# debugId=4F5FBF8218E2FAA864756E2164756E21
package/dist/theme.css ADDED
@@ -0,0 +1,48 @@
1
+ /* rivet-ui/theme — import this into your Tailwind v4 app to register all
2
+ rivet-ui design tokens for utility generation (e.g. text-kraft/65).
3
+
4
+ Usage:
5
+ @import 'tailwindcss';
6
+ @import 'rivet-ui/theme';
7
+ */
8
+
9
+ @custom-variant dark (&:where(.dark, .dark *));
10
+
11
+ @theme {
12
+ /* ── Rivet UI — Craft Palette ──────────────────────────────────── */
13
+ --font-display: 'Lora', Georgia, serif;
14
+
15
+ --color-ribbon: oklch(
16
+ 56% 0.11 172
17
+ ); /* warm sage-teal — rosier than pure teal */
18
+ --color-mustard: oklch(
19
+ 72% 0.14 75
20
+ ); /* rich golden ochre — honey warmth */
21
+ --color-kraft: oklch(
22
+ 34% 0.05 42
23
+ ); /* warm rose-brown — ink on aged paper */
24
+ --color-denim: oklch(
25
+ 44% 0.12 248
26
+ ); /* warm navy — slightly richer indigo */
27
+ --color-canvas: oklch(
28
+ 95% 0.012 65
29
+ ); /* warm cream — linen with rosy warmth */
30
+ --color-spool: oklch(
31
+ 54% 0.18 18
32
+ ); /* warm coral — richer, more flushed */
33
+
34
+ /* ── Semantic surface token ─────────────────────────────────── */
35
+ --color-surface: #fdf8f4;
36
+ }
37
+
38
+ /* ── After Hours — Dark Theme ─────────────────────────────────── */
39
+ .dark {
40
+ --color-ribbon: oklch(72% 0.11 172);
41
+ --color-mustard: oklch(80% 0.13 75);
42
+ --color-kraft: oklch(88% 0.04 42);
43
+ --color-denim: oklch(68% 0.12 248);
44
+ --color-canvas: oklch(21% 0.02 160);
45
+ --color-spool: oklch(68% 0.16 18);
46
+ --color-surface: oklch(15% 0.02 160);
47
+ --tw-ring-offset-color: var(--color-surface);
48
+ }
package/dist/utils/cn.js CHANGED
@@ -1797,10 +1797,13 @@ var twMerge = /* @__PURE__ */ createTailwindMerge(getDefaultConfig);
1797
1797
  function cn(...inputs) {
1798
1798
  return twMerge(clsx(inputs));
1799
1799
  }
1800
+
1801
+
1802
+
1803
+
1800
1804
  export {
1801
- cn
1805
+ cn,
1806
+ clsx
1802
1807
  };
1803
1808
 
1804
- export { clsx, cn };
1805
-
1806
1809
  //# debugId=FB44A3A07408430A64756E2164756E21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rivet-ui",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "exports": {
@@ -185,11 +185,13 @@
185
185
  "types": "./dist/utils/cn.d.ts"
186
186
  },
187
187
  "./styles": "./dist/styles.css",
188
+ "./theme": "./dist/theme.css",
188
189
  "./fonts": "./dist/fonts.css"
189
190
  },
190
191
  "types": "./dist/index.d.ts",
191
192
  "sideEffects": [
192
193
  "./dist/styles.css",
194
+ "./dist/theme.css",
193
195
  "./dist/fonts.css"
194
196
  ],
195
197
  "files": [