@saas-ui/react 3.0.0-next.43 → 3.0.0-next.44

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 (40) hide show
  1. package/dist/.tsbuildinfo.json +1 -1
  2. package/dist/components/absolute-center/index.js +1 -0
  3. package/dist/components/action-bar/action-bar.js +1 -0
  4. package/dist/components/aspect-ratio/index.js +1 -0
  5. package/dist/components/blockquote/blockquote.js +1 -0
  6. package/dist/components/checkbox/checkbox.js +1 -0
  7. package/dist/components/checkbox-card/checkbox-card.js +1 -0
  8. package/dist/components/clipboard/clipboard.js +1 -0
  9. package/dist/components/close-button/close-button.js +1 -0
  10. package/dist/components/command/command.js +1 -0
  11. package/dist/components/dialog/dialog.js +1 -0
  12. package/dist/components/drawer/drawer.js +1 -0
  13. package/dist/components/empty-state/empty-state.js +1 -0
  14. package/dist/components/grid-list/grid-list.js +1 -0
  15. package/dist/components/hover-card/hover-card.js +1 -0
  16. package/dist/components/icon-button/icon-button.js +1 -0
  17. package/dist/components/info-tip/info-tip.js +1 -0
  18. package/dist/components/link/link.js +1 -0
  19. package/dist/components/loading-overlay/loading-overlay.js +1 -0
  20. package/dist/components/navbar/navbar.js +1 -0
  21. package/dist/components/number-input/number-input.js +1 -0
  22. package/dist/components/pagination/pagination.js +1 -0
  23. package/dist/components/pin-input/pin-input.js +1 -0
  24. package/dist/components/popover/popover.js +1 -0
  25. package/dist/components/radio/radio.js +1 -0
  26. package/dist/components/radio-card/radio-card.js +1 -0
  27. package/dist/components/search-input/search-input.js +1 -0
  28. package/dist/components/sidebar/sidebar.js +1 -0
  29. package/dist/components/skeleton/skeleton.js +1 -0
  30. package/dist/components/slider/slider.js +1 -0
  31. package/dist/components/spinner/spinner.js +1 -0
  32. package/dist/components/stat/stat.js +1 -0
  33. package/dist/components/status/status.js +1 -0
  34. package/dist/components/steps/steps.js +1 -0
  35. package/dist/components/switch/switch.js +1 -0
  36. package/dist/components/tag/tag.js +1 -0
  37. package/dist/components/toggle-tip/toggle-tip.js +1 -0
  38. package/dist/components/tooltip/tooltip.js +1 -0
  39. package/dist/provider/sui-provider.js +1 -0
  40. package/package.json +3 -3
@@ -1 +1,2 @@
1
+ 'use client';
1
2
  export { AbsoluteCenter, } from '@chakra-ui/react/absolute-center';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx } from "react/jsx-runtime";
2
3
  import { forwardRef } from 'react';
3
4
  import { ActionBar } from '@chakra-ui/react/action-bar';
@@ -1 +1,2 @@
1
+ 'use client';
1
2
  export { AspectRatio, } from '@chakra-ui/react/aspect-ratio';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
3
  import * as React from 'react';
3
4
  import { Blockquote as ChakraBlockquote, } from '@chakra-ui/react';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
3
  import { forwardRef } from 'react';
3
4
  import { Checkbox as ChakraCheckbox } from '@chakra-ui/react/checkbox';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
3
  import { Fragment, forwardRef } from 'react';
3
4
  import { CheckboxCard as ChakraCheckboxCard } from '@chakra-ui/react/checkbox-card';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
3
  import * as React from 'react';
3
4
  import { Clipboard as ChakraClipboard } from '@chakra-ui/react/clipboard';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx } from "react/jsx-runtime";
2
3
  import { forwardRef } from 'react';
3
4
  import { IconButton } from "../icon-button/index.js";
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime";
2
3
  import { createRecipeContext, } from '@chakra-ui/react/styled-system';
3
4
  import { Kbd } from "../kbd/index.js";
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
3
  import { forwardRef } from 'react';
3
4
  import { Dialog as ChakraDialog } from '@chakra-ui/react/dialog';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx } from "react/jsx-runtime";
2
3
  import { forwardRef } from 'react';
3
4
  import { DialogContext } from '@ark-ui/react/dialog';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
3
  import { forwardRef } from 'react';
3
4
  import { Box, EmptyState as ChakraEmptyState, useEmptyStateStyles, } from '@chakra-ui/react';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { GridList } from '@saas-ui/core/grid-list';
2
3
  import { withContext, withProvider } from "./grid-list.context.js";
3
4
  const GridListRoot = withProvider(GridList.Root, 'root');
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx } from "react/jsx-runtime";
2
3
  import * as React from 'react';
3
4
  import { HoverCard } from '@chakra-ui/react/hover-card';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx } from "react/jsx-runtime";
2
3
  import { forwardRef } from 'react';
3
4
  import { Button } from "../button/index.js";
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx } from "react/jsx-runtime";
2
3
  import * as React from 'react';
3
4
  import { IconButton } from "../icon-button/index.js";
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx } from "react/jsx-runtime";
2
3
  import React from 'react';
3
4
  import { Link as ChakraLink } from '@chakra-ui/react/link';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx } from "react/jsx-runtime";
2
3
  import { forwardRef } from 'react';
3
4
  import { Presence, splitPresenceProps, } from '@ark-ui/react/presence';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx } from "react/jsx-runtime";
2
3
  import { forwardRef } from 'react';
3
4
  import { Navbar } from '@saas-ui/core/navbar';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
3
  import { forwardRef } from 'react';
3
4
  import { NumberInput as ChakraNumberInput } from '@chakra-ui/react/number-input';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx } from "react/jsx-runtime";
2
3
  import { forwardRef, useMemo } from 'react';
3
4
  import { Pagination as ChakraPagination, usePaginationContext, } from '@chakra-ui/react/pagination';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
3
  import { forwardRef } from 'react';
3
4
  import { Group } from '@chakra-ui/react/group';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx } from "react/jsx-runtime";
2
3
  import { forwardRef } from 'react';
3
4
  import { Popover as ChakraPopover } from '@chakra-ui/react/popover';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
3
  import { forwardRef } from 'react';
3
4
  import { RadioGroup as ChakraRadioGroup } from '@chakra-ui/react/radio-group';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
3
  import { Fragment, forwardRef } from 'react';
3
4
  import { RadioCard } from '@chakra-ui/react/radio-card';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
3
  import React, { forwardRef } from 'react';
3
4
  import { Group, IconButton, Input, InputElement, mergeRefs, useControllableState, } from '@chakra-ui/react';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx } from "react/jsx-runtime";
2
3
  import { Sidebar, useSidebar } from '@saas-ui/core/sidebar';
3
4
  import { ClassNamesProvider, StylesProvider, useRecipeResult, withContext, withItemContext, withItemProvider, } from "./sidebar.context.js";
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx } from "react/jsx-runtime";
2
3
  import { forwardRef } from 'react';
3
4
  import { Circle } from '@chakra-ui/react/circle';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
3
  import { forwardRef } from 'react';
3
4
  import { Slider as ChakraSlider } from '@chakra-ui/react/slider';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime";
2
3
  import { forwardRef } from 'react';
3
4
  import { Spinner as ChakraSpinner } from '@chakra-ui/react/spinner';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
3
  import * as React from 'react';
3
4
  import { Badge } from '@chakra-ui/react/badge';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
3
  import { forwardRef } from 'react';
3
4
  import { Status as ChakraStatus } from '@chakra-ui/react/status';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
3
  import { Box } from '@chakra-ui/react/box';
3
4
  import { Steps as ChakraSteps, useStepsContext } from '@chakra-ui/react/steps';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
3
  import { forwardRef } from 'react';
3
4
  import { Switch as ChakraSwitch } from '@chakra-ui/react/switch';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
3
  import { forwardRef } from 'react';
3
4
  import { Tag as ChakraTag } from '@chakra-ui/react/tag';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
3
  import * as React from 'react';
3
4
  import { Popover } from "../popover/index.js";
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
3
  import { forwardRef } from 'react';
3
4
  import { Portal } from '@chakra-ui/react/portal';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { jsx as _jsx } from "react/jsx-runtime";
2
3
  import * as React from 'react';
3
4
  import { ChakraProvider } from '@chakra-ui/react';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "3.0.0-next.43",
3
+ "version": "3.0.0-next.44",
4
4
  "description": "Saas UI - The React component library for startups.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -62,8 +62,8 @@
62
62
  "dependencies": {
63
63
  "@ark-ui/react": "^5.25.1",
64
64
  "next-themes": "^0.4.6",
65
- "@saas-ui/core": "3.0.0-next.11",
66
- "@saas-ui/hooks": "3.0.0-next.3"
65
+ "@saas-ui/hooks": "3.0.0-next.3",
66
+ "@saas-ui/core": "3.0.0-next.11"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "@chakra-ui/react": "^3.27.0",