@koobiq/react-primitives 0.0.1-beta.26 → 0.0.1-beta.28
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.
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const Checkbox: import("react").ForwardRefExoticComponent<Omit<import("@react-
|
|
1
|
+
export declare const Checkbox: import("react").ForwardRefExoticComponent<Omit<import("@react-aria/checkbox").AriaCheckboxProps, keyof import("../..").RenderProps<import("./types").CheckboxRenderProps> | "inputRef"> & import("../..").RenderProps<import("./types").CheckboxRenderProps> & {
|
|
2
2
|
inputRef?: import("react").RefObject<HTMLInputElement | null>;
|
|
3
3
|
} & import("react").RefAttributes<HTMLLabelElement>>;
|
package/dist/index.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ import { useSeparator } from '@react-aria/separator';
|
|
|
10
10
|
import { useTable, useTableCell, useTableRow, useTableHeaderRow, useTableSelectAllCheckbox, useTableSelectionCheckbox, useTableColumnHeader, useTableRowGroup, type AriaTableProps, type AriaTableCellProps, type GridRowProps, type AriaTableColumnHeaderProps } from '@react-aria/table';
|
|
11
11
|
import { useTag, useTagGroup, type AriaTagGroupProps, type AriaTagProps } from '@react-aria/tag';
|
|
12
12
|
import { useTooltip, useTooltipTrigger } from '@react-aria/tooltip';
|
|
13
|
+
import { RouterProvider, useRouter } from '@react-aria/utils';
|
|
13
14
|
import { VisuallyHidden } from '@react-aria/visually-hidden';
|
|
14
15
|
import { useCalendarState, type CalendarState } from '@react-stately/calendar';
|
|
15
16
|
import { Item, Section } from '@react-stately/collections';
|
|
@@ -27,6 +28,6 @@ import type { Node, PressEvent, HoverEvent, ItemProps, SectionProps, LinkDOMProp
|
|
|
27
28
|
export * from '@internationalized/date';
|
|
28
29
|
export * from './behaviors/index.js';
|
|
29
30
|
export * from './components/index.js';
|
|
30
|
-
export { Item, Overlay, Section, useMenu, Cell, Column, Row, TableBody, TableHeader, useLocale, useDialog, useOption, useSelect, usePopover, useListBox, useTooltip, useTag, useTable, useTagGroup, useListState, HiddenSelect, I18nProvider, useMenuItem, useListData, useCalendar, useCalendarCell, useCalendarGrid, useTreeState, useSeparator, useTableState, useMenuSection, useMenuTrigger, useSelectState, useModalOverlay, useOverlayTrigger, useTooltipTrigger, useListBoxSection, useOverlayPosition, useTableCell, useTableRow, useDateFormatter, useCalendarState, useTableHeaderRow, useTableColumnHeader, useTableSelectAllCheckbox, useTableSelectionCheckbox, useTableRowGroup, useMenuTriggerState, useToggleGroupState, useToggleButtonGroup, useOverlayTriggerState, useTooltipTriggerState, useToggleButtonGroupItem, useLocalizedStringFormatter, VisuallyHidden, type Node, type CalendarAria, type DateValue, type TableState, type TreeState, type TableHeaderProps, type TableBodyProps, type ItemProps, type CellProps, type ColumnProps, type RowProps, type GridRowProps, type AriaCalendarGridProps, type AriaCalendarCellProps, type AriaTableColumnHeaderProps, type AriaTableCellProps, type AriaTableProps, type TableStateProps, type AriaTagGroupProps, type AriaTagProps, type ListState, type PressEvent, type HoverEvent, type CalendarState, type AriaCalendarProps, type LinkDOMProps, type FocusableElement, type SectionProps, type ToggleGroupState, type AriaMenuProps, type AriaDialogProps, type AriaMenuOptions, type AriaListBoxProps, type I18nProviderProps, type TooltipTriggerProps, type OverlayTriggerState, type AriaModalOverlayProps, type AriaToggleButtonGroupProps, type AriaToggleButtonGroupItemProps, };
|
|
31
|
+
export { Item, Overlay, Section, useMenu, Cell, Column, Row, TableBody, TableHeader, useLocale, useDialog, useOption, useSelect, usePopover, useListBox, useTooltip, useTag, useTable, useTagGroup, useListState, HiddenSelect, I18nProvider, useMenuItem, useListData, useCalendar, useCalendarCell, useCalendarGrid, useTreeState, useSeparator, useTableState, useMenuSection, useMenuTrigger, useSelectState, useModalOverlay, useOverlayTrigger, useTooltipTrigger, useListBoxSection, useOverlayPosition, useTableCell, useTableRow, useDateFormatter, useCalendarState, useTableHeaderRow, useTableColumnHeader, useTableSelectAllCheckbox, useTableSelectionCheckbox, useTableRowGroup, useMenuTriggerState, useToggleGroupState, useToggleButtonGroup, useOverlayTriggerState, useTooltipTriggerState, useToggleButtonGroupItem, useLocalizedStringFormatter, RouterProvider, useRouter, VisuallyHidden, type Node, type CalendarAria, type DateValue, type TableState, type TreeState, type TableHeaderProps, type TableBodyProps, type ItemProps, type CellProps, type ColumnProps, type RowProps, type GridRowProps, type AriaCalendarGridProps, type AriaCalendarCellProps, type AriaTableColumnHeaderProps, type AriaTableCellProps, type AriaTableProps, type TableStateProps, type AriaTagGroupProps, type AriaTagProps, type ListState, type PressEvent, type HoverEvent, type CalendarState, type AriaCalendarProps, type LinkDOMProps, type FocusableElement, type SectionProps, type ToggleGroupState, type AriaMenuProps, type AriaDialogProps, type AriaMenuOptions, type AriaListBoxProps, type I18nProviderProps, type TooltipTriggerProps, type OverlayTriggerState, type AriaModalOverlayProps, type AriaToggleButtonGroupProps, type AriaToggleButtonGroupItemProps, };
|
|
31
32
|
export * from './types';
|
|
32
33
|
export * from './utils';
|
package/dist/index.js
CHANGED
|
@@ -10,6 +10,7 @@ import { useSeparator } from "@react-aria/separator";
|
|
|
10
10
|
import { useTable, useTableCell, useTableColumnHeader, useTableHeaderRow, useTableRow, useTableRowGroup, useTableSelectAllCheckbox, useTableSelectionCheckbox } from "@react-aria/table";
|
|
11
11
|
import { useTag, useTagGroup } from "@react-aria/tag";
|
|
12
12
|
import { useTooltip, useTooltipTrigger } from "@react-aria/tooltip";
|
|
13
|
+
import { RouterProvider, useRouter } from "@react-aria/utils";
|
|
13
14
|
import { VisuallyHidden } from "@react-aria/visually-hidden";
|
|
14
15
|
import { useCalendarState } from "@react-stately/calendar";
|
|
15
16
|
import { Item, Section } from "@react-stately/collections";
|
|
@@ -79,6 +80,7 @@ export {
|
|
|
79
80
|
Radio,
|
|
80
81
|
RadioContext,
|
|
81
82
|
RadioGroup,
|
|
83
|
+
RouterProvider,
|
|
82
84
|
Row,
|
|
83
85
|
Section,
|
|
84
86
|
TableBody,
|
|
@@ -126,6 +128,7 @@ export {
|
|
|
126
128
|
useRadioGroup,
|
|
127
129
|
useRadioGroupState,
|
|
128
130
|
useRenderProps,
|
|
131
|
+
useRouter,
|
|
129
132
|
useSelect,
|
|
130
133
|
useSelectState,
|
|
131
134
|
useSeparator,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@koobiq/react-primitives",
|
|
3
|
-
"version": "0.0.1-beta.
|
|
3
|
+
"version": "0.0.1-beta.28",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@react-aria/checkbox": "^3.14.0",
|
|
30
30
|
"@react-aria/dialog": "^3.5.19",
|
|
31
31
|
"@react-aria/i18n": "^3.12.10",
|
|
32
|
-
"@react-aria/link": "^3.
|
|
32
|
+
"@react-aria/link": "^3.8.3",
|
|
33
33
|
"@react-aria/listbox": "^3.14.2",
|
|
34
34
|
"@react-aria/menu": "^3.18.2",
|
|
35
35
|
"@react-aria/numberfield": "^3.11.8",
|
|
@@ -44,6 +44,7 @@
|
|
|
44
44
|
"@react-aria/textfield": "^3.14.0",
|
|
45
45
|
"@react-aria/toggle": "^3.10.10",
|
|
46
46
|
"@react-aria/tooltip": "^3.7.9",
|
|
47
|
+
"@react-aria/utils": "^3.29.1",
|
|
47
48
|
"@react-aria/visually-hidden": "^3.8.0",
|
|
48
49
|
"@react-stately/calendar": "^3.8.2",
|
|
49
50
|
"@react-stately/collections": "^3.12.2",
|
|
@@ -58,8 +59,8 @@
|
|
|
58
59
|
"@react-stately/toggle": "^3.7.0",
|
|
59
60
|
"@react-stately/tooltip": "^3.4.13",
|
|
60
61
|
"@react-stately/tree": "^3.8.9",
|
|
61
|
-
"@koobiq/
|
|
62
|
-
"@koobiq/
|
|
62
|
+
"@koobiq/logger": "0.0.1-beta.28",
|
|
63
|
+
"@koobiq/react-core": "0.0.1-beta.28"
|
|
63
64
|
},
|
|
64
65
|
"peerDependencies": {
|
|
65
66
|
"react": "18.x || 19.x",
|