@rebasepro/ui 0.6.0 → 0.7.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 (72) hide show
  1. package/dist/icons/index.d.ts +1 -1
  2. package/dist/index.css +13 -13
  3. package/dist/index.d.ts +1 -0
  4. package/dist/index.es.js +2119 -74
  5. package/dist/index.es.js.map +1 -1
  6. package/dist/src/index.css +13 -13
  7. package/dist/styles.d.ts +9 -9
  8. package/dist/views/CardView.d.ts +32 -0
  9. package/dist/views/CollectionView/CollectionCardView.d.ts +30 -0
  10. package/dist/views/CollectionView/CollectionKanbanView.d.ts +31 -0
  11. package/dist/views/CollectionView/CollectionListView.d.ts +30 -0
  12. package/dist/views/CollectionView/CollectionTableView.d.ts +37 -0
  13. package/dist/views/CollectionView/CollectionView.d.ts +121 -0
  14. package/dist/views/CollectionView/CollectionViewToolbar.d.ts +31 -0
  15. package/dist/views/CollectionView/CollectionViewTypes.d.ts +106 -0
  16. package/dist/views/CollectionView/DefaultCellRenderer.d.ts +9 -0
  17. package/dist/views/CollectionView/index.d.ts +24 -0
  18. package/dist/views/CollectionView/utils.d.ts +5 -0
  19. package/dist/views/Kanban/Board.d.ts +3 -0
  20. package/dist/views/Kanban/BoardColumn.d.ts +20 -0
  21. package/dist/views/Kanban/BoardColumnTitle.d.ts +8 -0
  22. package/dist/views/Kanban/BoardSortableList.d.ts +14 -0
  23. package/dist/views/Kanban/board_types.d.ts +61 -0
  24. package/dist/views/Kanban/index.d.ts +5 -0
  25. package/dist/views/KanbanView.d.ts +24 -0
  26. package/dist/views/ListView.d.ts +40 -0
  27. package/dist/views/TableView.d.ts +6 -0
  28. package/dist/views/index.d.ts +5 -0
  29. package/package.json +1 -1
  30. package/src/components/Alert.tsx +1 -1
  31. package/src/components/BooleanSwitchWithLabel.tsx +1 -1
  32. package/src/components/Button.tsx +5 -5
  33. package/src/components/Chip.tsx +39 -37
  34. package/src/components/DateTimeField.tsx +2 -2
  35. package/src/components/Dialog.tsx +1 -1
  36. package/src/components/ExpandablePanel.tsx +1 -1
  37. package/src/components/FileUpload.tsx +1 -1
  38. package/src/components/FilterChip.tsx +2 -2
  39. package/src/components/IconButton.tsx +1 -1
  40. package/src/components/MultiSelect.tsx +1 -1
  41. package/src/components/Select.tsx +2 -2
  42. package/src/components/Sheet.tsx +8 -4
  43. package/src/components/Table.tsx +2 -2
  44. package/src/components/TextField.tsx +3 -3
  45. package/src/components/VirtualTable/VirtualTableRow.tsx +1 -1
  46. package/src/icons/index.ts +3 -0
  47. package/src/index.css +13 -13
  48. package/src/index.ts +2 -0
  49. package/src/styles.ts +9 -9
  50. package/src/views/CardView.tsx +281 -0
  51. package/src/views/CollectionView/CollectionCardView.tsx +270 -0
  52. package/src/views/CollectionView/CollectionKanbanView.tsx +251 -0
  53. package/src/views/CollectionView/CollectionListView.tsx +245 -0
  54. package/src/views/CollectionView/CollectionTableView.tsx +229 -0
  55. package/src/views/CollectionView/CollectionView.tsx +388 -0
  56. package/src/views/CollectionView/CollectionViewToolbar.tsx +229 -0
  57. package/src/views/CollectionView/CollectionViewTypes.ts +137 -0
  58. package/src/views/CollectionView/DefaultCellRenderer.tsx +404 -0
  59. package/src/views/CollectionView/index.ts +44 -0
  60. package/src/views/CollectionView/utils.ts +14 -0
  61. package/src/views/Kanban/Board.tsx +421 -0
  62. package/src/views/Kanban/BoardColumn.tsx +135 -0
  63. package/src/views/Kanban/BoardColumnTitle.tsx +47 -0
  64. package/src/views/Kanban/BoardSortableList.tsx +170 -0
  65. package/src/views/Kanban/board_types.ts +70 -0
  66. package/src/views/Kanban/index.tsx +5 -0
  67. package/src/views/KanbanView.tsx +32 -0
  68. package/src/views/ListView.tsx +281 -0
  69. package/src/views/TableView.tsx +7 -0
  70. package/src/views/index.ts +5 -0
  71. package/dist/index.umd.js +0 -6958
  72. package/dist/index.umd.js.map +0 -1
@@ -5,4 +5,4 @@ export * from "./GitHubIcon";
5
5
  export * from "./HandleIcon";
6
6
  export type { LucideProps, LucideIcon } from "lucide-react";
7
7
  export { icons as lucideIcons } from "lucide-react";
8
- export { AlertCircleIcon, AlertTriangleIcon, AlignLeftIcon, AppWindow, ArrowDownToLineIcon, ArrowLeftIcon, ArrowRightFromLineIcon, ArrowRightIcon, ArrowRightToLineIcon, ArrowUpToLineIcon, BoldIcon, BookOpenIcon, CalendarIcon, CheckCircleIcon, CheckIcon, CheckSquareIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpDownIcon, CircleIcon, CircleUserIcon, CodeIcon, ColumnsIcon, CopyIcon, DatabaseIcon, DownloadIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FileIcon, FileSearchIcon, FileTextIcon, FilterIcon, FilterXIcon, FlagIcon, FolderIcon, FolderPlusIcon, FolderUpIcon, FunctionSquareIcon, GitBranchIcon, GlobeIcon, HashIcon, Heading1Icon, Heading2Icon, Heading3Icon, HelpCircleIcon, HistoryIcon, HomeIcon, ImageIcon, ImageOffIcon, InfoIcon, ItalicIcon, KanbanIcon, KeyIcon, KeyRoundIcon, LanguagesIcon, LayoutGridIcon, LinkIcon, ListIcon, ListOrderedIcon, LoaderIcon, LogOutIcon, MailIcon, Maximize2Icon, MenuIcon, MinusCircleIcon, MinusIcon, MoonIcon, MoreVerticalIcon, Music2Icon, PanelLeftIcon, PauseIcon, PencilIcon, PhoneIcon, PlayIcon, PlusIcon, QuoteIcon, RefreshCcwIcon, RefreshCwIcon, RepeatIcon, Rows3Icon, SaveIcon, SearchIcon, SendIcon, SettingsIcon, ShieldIcon, ShoppingCartIcon, SlidersHorizontalIcon, SquareIcon, StarIcon, StrikethroughIcon, SunIcon, SunMoonIcon, TableIcon, TagIcon, TerminalIcon, TextIcon, Trash2Icon, TypeIcon, UnderlineIcon, UndoIcon, UploadCloudIcon, UploadIcon, UserCheckIcon, UserIcon, VideoIcon, VoteIcon, Wand2Icon, XCircleIcon, XIcon } from "lucide-react";
8
+ export { AlertCircleIcon, AlertTriangleIcon, AlignLeftIcon, AppWindow, ArrowDownToLineIcon, ArrowLeftIcon, ArrowRightFromLineIcon, ArrowRightIcon, ArrowRightToLineIcon, ArrowUpToLineIcon, BoldIcon, BookOpenIcon, CalendarIcon, CheckCircleIcon, CheckIcon, CheckSquareIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpDownIcon, CircleIcon, CircleUserIcon, CodeIcon, ColumnsIcon, CopyIcon, DatabaseIcon, DownloadIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FileIcon, FileSearchIcon, FileTextIcon, FilterIcon, FilterXIcon, FlagIcon, FolderIcon, FolderPlusIcon, FolderUpIcon, FunctionSquareIcon, GitBranchIcon, GlobeIcon, HashIcon, Heading1Icon, Heading2Icon, Heading3Icon, HelpCircleIcon, HistoryIcon, HomeIcon, ImageIcon, ImageOffIcon, InfoIcon, ItalicIcon, KanbanIcon, KeyIcon, KeyRoundIcon, LanguagesIcon, LayoutGridIcon, LinkIcon, Link2Icon, ListIcon, LockIcon, ListOrderedIcon, LoaderIcon, LogOutIcon, MailIcon, Maximize2Icon, MenuIcon, MinusCircleIcon, MinusIcon, MoonIcon, MoreVerticalIcon, Music2Icon, PanelLeftIcon, PauseIcon, PencilIcon, PhoneIcon, PlayIcon, PlusIcon, QuoteIcon, RefreshCcwIcon, RefreshCwIcon, RepeatIcon, Rows3Icon, SaveIcon, SearchIcon, SendIcon, SettingsIcon, ShieldIcon, ShoppingCartIcon, SlidersHorizontalIcon, SquareIcon, StarIcon, StrikethroughIcon, SunIcon, SunMoonIcon, TableIcon, TagIcon, TerminalIcon, TextIcon, Trash2Icon, TypeIcon, UnderlineIcon, UndoIcon, UploadCloudIcon, UploadIcon, UserCheckIcon, UserIcon, UserPlus, VideoIcon, VoteIcon, Wand2Icon, XCircleIcon, XIcon } from "lucide-react";
package/dist/index.css CHANGED
@@ -65,51 +65,51 @@
65
65
  }
66
66
 
67
67
  .typography-h1 {
68
- @apply text-6xl font-headers font-light tracking-tight;
68
+ @apply text-4xl font-headers font-semibold tracking-tight;
69
69
  }
70
70
 
71
71
  .typography-h2 {
72
- @apply text-5xl font-headers font-light tracking-tight;
72
+ @apply text-3xl font-headers font-semibold tracking-tight;
73
73
  }
74
74
 
75
75
  .typography-h3 {
76
- @apply text-4xl font-headers font-normal tracking-tight;
76
+ @apply text-2xl font-headers font-semibold tracking-tight;
77
77
  }
78
78
 
79
79
  .typography-h4 {
80
- @apply text-3xl font-headers font-normal tracking-tight;
80
+ @apply text-xl font-headers font-semibold tracking-[-0.01em];
81
81
  }
82
82
 
83
83
  .typography-h5 {
84
- @apply text-2xl font-headers font-normal;
84
+ @apply text-lg font-headers font-semibold tracking-[-0.01em];
85
85
  }
86
86
 
87
87
  .typography-h6 {
88
- @apply text-xl font-headers font-normal;
88
+ @apply text-base font-headers font-semibold tracking-[-0.01em];
89
89
  }
90
90
 
91
91
  .typography-subtitle1 {
92
- @apply text-lg font-headers font-medium;
92
+ @apply text-sm font-headers font-semibold tracking-[-0.01em];
93
93
  }
94
94
 
95
95
  .typography-subtitle2 {
96
- @apply text-base font-headers font-medium;
96
+ @apply text-sm font-headers font-medium;
97
97
  }
98
98
 
99
99
  .typography-body1 {
100
- @apply text-base;
100
+ @apply text-sm;
101
101
  }
102
102
 
103
103
  .typography-body2 {
104
- @apply text-sm;
104
+ @apply text-xs;
105
105
  }
106
106
 
107
107
  .typography-caption {
108
- @apply text-xs;
108
+ @apply text-[11px] leading-[1.4];
109
109
  }
110
110
 
111
111
  .typography-label {
112
- @apply text-sm font-medium;
112
+ @apply text-xs font-medium tracking-wide;
113
113
  }
114
114
 
115
115
  .typography-inherit {
@@ -117,7 +117,7 @@
117
117
  }
118
118
 
119
119
  .typography-button {
120
- @apply text-sm font-semibold;
120
+ @apply text-sm font-semibold tracking-wide;
121
121
  }
122
122
 
123
123
  :focus-visible {
package/dist/index.d.ts CHANGED
@@ -3,3 +3,4 @@ export * from "./styles";
3
3
  export * from "./util";
4
4
  export * from "./icons";
5
5
  export * from "./hooks";
6
+ export * from "./views";