@altimateai/ui-components 0.0.32-beta.1 → 0.0.32

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,5 +1,5 @@
1
1
  import { j as P } from "./index2.js";
2
- import { a4 as pt, S as en, _ as mt, a2 as kt, a1 as yt, $ as wt } from "./Stack.js";
2
+ import { a1 as pt, Q as en, U as mt, _ as kt, Z as yt, X as wt } from "./Stack.js";
3
3
  import { Prism as vt } from "react-syntax-highlighter";
4
4
  import { useState as Q, useCallback as St, useEffect as xt } from "react";
5
5
  import './redux-toolkit.css';var ls = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
@@ -3,7 +3,7 @@ export { b as buttonVariants } from '../Button-C4jhPGlR.js';
3
3
  import * as react_jsx_runtime from 'react/jsx-runtime';
4
4
  import { DayPicker, DayButton, DateRange } from 'react-day-picker';
5
5
  import * as React$1 from 'react';
6
- import { ComponentProps, HTMLAttributes, AriaRole, ReactNode, ComponentPropsWithoutRef, SelectHTMLAttributes } from 'react';
6
+ import { ComponentProps, HTMLAttributes, AriaRole, ReactNode, SelectHTMLAttributes } from 'react';
7
7
  import * as class_variance_authority_types from 'class-variance-authority/types';
8
8
  import * as SheetPrimitive from '@radix-ui/react-dialog';
9
9
  import { DialogProps } from '@radix-ui/react-dialog';
@@ -398,9 +398,8 @@ interface Props {
398
398
  multiSelect?: boolean;
399
399
  showApplyButton?: boolean;
400
400
  showClearButton?: boolean;
401
- popoverContentProps?: Omit<ComponentPropsWithoutRef<typeof PopoverContent>, "children">;
402
401
  }
403
- declare const Combobox: ({ options, value, onChange, placeholder, showOnlyPlaceholder, searchPlaceholder, buttonProps, id, icon, multiSelect, showApplyButton, showClearButton, popoverContentProps, }: Props) => react_jsx_runtime.JSX.Element;
402
+ declare const Combobox: ({ options, value, onChange, placeholder, showOnlyPlaceholder, searchPlaceholder, buttonProps, id, icon, multiSelect, showApplyButton, showClearButton, }: Props) => react_jsx_runtime.JSX.Element;
404
403
 
405
404
  declare const selectVariants: (props?: ({
406
405
  variant?: "default" | "destructive" | "outline" | "success" | "secondary" | "ghost" | null | undefined;