@moondreamsdev/dreamer-ui 1.7.7-test.7 → 1.7.7-test.8

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,6 +1,6 @@
1
1
  import { jsxs as g, jsx as l } from "react/jsx-runtime";
2
2
  import { useState as x, useCallback as s } from "react";
3
- import { A as v, T as y } from "./Toast-DfNdN3Lk.js";
3
+ import { A as v, T as y } from "./Toast-COzsZuCT.js";
4
4
  import "react-dom";
5
5
  import { A as b, T as C } from "./useToast-CEKvEJVB.js";
6
6
  import { join as w } from "./utils.esm.js";
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { AccordionOption } from './Accordion';
2
3
  export interface AccordionItemProps extends Omit<AccordionOption, 'defaultOpen'> {
3
4
  children?: React.ReactNode;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  interface ClickableProps extends Omit<React.HTMLProps<HTMLDivElement>, 'onClick'> {
2
3
  children: React.ReactNode;
3
4
  linkTo?: React.HTMLProps<HTMLAnchorElement>['href'];
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface RadioGroupItemProps {
2
3
  value: string;
3
4
  children: React.ReactNode;
@@ -1 +1 @@
1
- export { default } from './Skeleton';
1
+ export { default as Skeleton } from './Skeleton';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TooltipPlacement, TooltipPosition } from './Tooltip';
2
3
  export declare const VIEWPORT_PADDING = 8;
3
4
  export declare const TOOLTIP_OFFSET = 4;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ActionModalContextValue } from '../providers';
2
3
  export declare const ActionModalContext: import("react").Context<ActionModalContextValue | undefined>;
3
4
  export declare function useActionModal(): ActionModalContextValue;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ToastAction, ToastData, ToastType } from '../components/toast';
2
3
  export interface AddToastOptions {
3
4
  id?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export { default as Check } from './Check';
2
3
  export { default as CheckCircled } from './CheckCircled';
3
4
  export { default as ChevronDown } from './ChevronDown';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moondreamsdev/dreamer-ui",
3
- "version": "1.7.7-test.7",
3
+ "version": "1.7.7-test.8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },