@typlog/ui 0.11.0 → 0.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,79 +1,9 @@
1
1
  # @typlog/ui
2
2
 
3
- > Themed components for Radix Vue.
3
+ An open-source Vue component library optimized for fast development,
4
+ built on top of Reka UI and Radix Colors.
4
5
 
5
- ## Components
6
+ ## Credits
6
7
 
7
- ```js
8
- import {
9
- Avatar,
10
- Badge,
11
- Button,
12
- IconButton,
13
- Card,
14
- Separator,
15
- Inset,
16
- ScrollArea,
17
- SavingIndicator,
18
- Tooltip,
19
- Table,
20
- Quota,
21
- Spinner,
22
- Icon,
23
-
24
- // input
25
- Checkbox,
26
- CheckboxGroupRoot,
27
- CheckboxGroupItem,
28
- CheckboxGroupControl,
29
- Radio,
30
- RadioGroupRoot,
31
- RadioGroupItem,
32
- RadioCardsRoot,
33
- RadioCardsItem,
34
- SelectRoot,
35
- SelectContent,
36
- SelectTrigger,
37
- SelectItem,
38
- SelectLabel,
39
- SelectSeparator,
40
- SelectGroup,
41
- Switch,
42
- ColorField,
43
- TextField,
44
- TextArea,
45
- Turnstile,
46
- TabsRoot,
47
- TabsList,
48
- TabsTrigger,
49
- TabsContent,
50
- RadioTabsList,
51
- RadioTabsItem,
52
-
53
- // popper
54
- AlertDialogRoot,
55
- AlertDialogContent,
56
- AlertDialogTrigger,
57
- AlertDialogCancel,
58
- AlertDialogAction,
59
- AlertDialogTitle,
60
- AlertDialogDescription,
61
- DialogRoot,
62
- DialogContent,
63
- DialogTrigger,
64
- DialogClose,
65
- DialogHead,
66
- DialogTitle,
67
- DialogDescription,
68
- PopoverRoot,
69
- PopoverContent,
70
- PopoverTrigger,
71
- PopoverClose,
72
- PopoverAnchor,
73
- PopoverArrow,
74
- DropdownMenuRoot,
75
- DropdownMenuContent,
76
- DropdownMenuTrigger,
77
- DropdownMenuItem,
78
- } from '@typlog/ui'
79
- ```
8
+ - [Radix UI](https://radix-ui.com/)
9
+ - [Reka UI](https://reka-ui.com/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typlog/ui",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "description": "Themed components for Reka UI.",
File without changes