@economic/taco 2.72.0-joyride.0 → 2.72.0-tanstack-virtual.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.
- package/dist/taco.cjs +905 -757
- package/dist/taco.cjs.map +1 -1
- package/dist/taco.d.ts +1 -1
- package/dist/taco.js +905 -757
- package/dist/taco.js.map +1 -1
- package/package.json +4 -4
package/dist/taco.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
|
|
18
18
|
import { IdType } from 'react-table';
|
|
19
19
|
import { Matcher } from 'react-day-picker';
|
|
20
20
|
import { Payload } from 'recharts/types/component/DefaultLegendContent';
|
|
21
|
-
import { Placement as Placement_2 } from 'react-joyride
|
|
21
|
+
import { Placement as Placement_2 } from 'react-joyride';
|
|
22
22
|
import * as PopoverPrimitive from '@radix-ui/react-popover';
|
|
23
23
|
import { RadioGroupProps as RadioGroupProps_2 } from 'react-aria-components';
|
|
24
24
|
import { RadioProps } from 'react-aria-components';
|