@wavv/ui 2.0.10 → 2.0.11

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.
@@ -66,7 +66,7 @@ export type { IconName } from './components/Icon/Icon';
66
66
  export type { Action as TransferAction, Item as TransferItem, Next as TransferNext } from './components/TransferList';
67
67
  export type { ListItem, ListOption, ListSection, MultiSelectItem, SelectItem, } from './components/typeDefs/selectionTypes';
68
68
  export type { TagItem } from './components/typeDefs/tagTypes';
69
- export type { AsProp as As, AudioRef, DraftEditorRef, EditorRef, FlexPosition, Height, InputRef, Margin, MarginPadding, MaxHeight, MaxWidth, MaxWidthHeight, MinHeight, MinWidth, MinWidthHeight, MultiSelectRef, Padding, Position, Width, WidthHeight, } from './components/types';
69
+ export type { AsProp as As, AudioRef, DraftEditorRef, EditorRef, FlexPosition, Height, InputRef, Margin, MarginPadding, MaxHeight, MaxWidth, MaxWidthHeight, MinHeight, MinWidth, MinWidthHeight, MultiSelectRef, Padding, Position, Placement, Width, WidthHeight, } from './components/types';
70
70
  export type { ITheme, ThemeProp } from './theme/ThemeTypes';
71
71
  export type { EditorValue } from './components/Editor';
72
72
  export type { Selection } from 'react-aria-components';
@@ -66,7 +66,7 @@ export type { IconName } from './components/Icon/Icon';
66
66
  export type { Action as TransferAction, Item as TransferItem, Next as TransferNext } from './components/TransferList';
67
67
  export type { ListItem, ListOption, ListSection, MultiSelectItem, SelectItem, } from './components/typeDefs/selectionTypes';
68
68
  export type { TagItem } from './components/typeDefs/tagTypes';
69
- export type { AsProp as As, AudioRef, DraftEditorRef, EditorRef, FlexPosition, Height, InputRef, Margin, MarginPadding, MaxHeight, MaxWidth, MaxWidthHeight, MinHeight, MinWidth, MinWidthHeight, MultiSelectRef, Padding, Position, Width, WidthHeight, } from './components/types';
69
+ export type { AsProp as As, AudioRef, DraftEditorRef, EditorRef, FlexPosition, Height, InputRef, Margin, MarginPadding, MaxHeight, MaxWidth, MaxWidthHeight, MinHeight, MinWidth, MinWidthHeight, MultiSelectRef, Padding, Position, Placement, Width, WidthHeight, } from './components/types';
70
70
  export type { ITheme, ThemeProp } from './theme/ThemeTypes';
71
71
  export type { EditorValue } from './components/Editor';
72
72
  export type { Selection } from 'react-aria-components';
package/build/index.d.ts CHANGED
@@ -3138,4 +3138,4 @@ declare const formatDate: (value: Date, option?: TimeSpec | TimeOptions) => stri
3138
3138
  declare const numberWithCommas: (number: number) => string;
3139
3139
 
3140
3140
  export { Accordion, Audio, BarChart, _default$5 as Button, Calendar, Checkbox, Code, _default$4 as ComboBox, CommandMenu, DatePicker, DateRangePicker, DateRangeSelect, Table$1 as DocTable, DraftEditor, _default$3 as Dropdown, DropdownMenu, DropdownSelect, Editor, Ellipsis, Form, _default$2 as Grid, Icon, ImageViewer, InlineCode, InlineInput, _default$1 as InputUtils, Label, LineChart, Menu, Message, MessageHr, Modal, MultiSelect, Notification, NumberInput, Pagination, PhoneInput, PieChart, Popover, Progress, Radio, RangeCalendar, ResetStyles, ScrollbarStyles, SearchInput, _default as Select, Slider, Spinner, Table, Tabs, Tag, TextAreaComponent as TextArea, TextInput, TimeInput, ToastStyles, Toggle, ToggleButton, ToggleButtonGroup, Tooltip, TransferList, UnstyledButton, colors, copyToClipboard, createEditorContent, darkScale, editorContentToText, formatDate, lightScale, marginProps, numberWithCommas, paddingProps, positionProps, theme, useConfirm, useCopy, useElementObserver, useEventListener, useOnClickOutside, usePrevious, useSelectAll, useWindowSize, widthHeightProps };
3141
- export type { AsProp as As, AudioRef, DraftEditorRef, EditorRef, EditorValue, FlexPosition, Height, ITheme, IconName, InputRef, ListItem, ListOption, ListSection, Margin, MarginPadding, MaxHeight, MaxWidth, MaxWidthHeight, MinHeight, MinWidth, MinWidthHeight, MultiSelectItem, MultiSelectRef, Padding, Position, SelectItem, TagItem, ThemeProp, Action as TransferAction, Item as TransferItem, Next as TransferNext, Width, WidthHeight };
3141
+ export type { AsProp as As, AudioRef, DraftEditorRef, EditorRef, EditorValue, FlexPosition, Height, ITheme, IconName, InputRef, ListItem, ListOption, ListSection, Margin, MarginPadding, MaxHeight, MaxWidth, MaxWidthHeight, MinHeight, MinWidth, MinWidthHeight, MultiSelectItem, MultiSelectRef, Padding, Placement, Position, SelectItem, TagItem, ThemeProp, Action as TransferAction, Item as TransferItem, Next as TransferNext, Width, WidthHeight };
@@ -66,7 +66,7 @@ export type { IconName } from './components/Icon/Icon';
66
66
  export type { Action as TransferAction, Item as TransferItem, Next as TransferNext } from './components/TransferList';
67
67
  export type { ListItem, ListOption, ListSection, MultiSelectItem, SelectItem, } from './components/typeDefs/selectionTypes';
68
68
  export type { TagItem } from './components/typeDefs/tagTypes';
69
- export type { AsProp as As, AudioRef, DraftEditorRef, EditorRef, FlexPosition, Height, InputRef, Margin, MarginPadding, MaxHeight, MaxWidth, MaxWidthHeight, MinHeight, MinWidth, MinWidthHeight, MultiSelectRef, Padding, Position, Width, WidthHeight, } from './components/types';
69
+ export type { AsProp as As, AudioRef, DraftEditorRef, EditorRef, FlexPosition, Height, InputRef, Margin, MarginPadding, MaxHeight, MaxWidth, MaxWidthHeight, MinHeight, MinWidth, MinWidthHeight, MultiSelectRef, Padding, Position, Placement, Width, WidthHeight, } from './components/types';
70
70
  export type { ITheme, ThemeProp } from './theme/ThemeTypes';
71
71
  export type { EditorValue } from './components/Editor';
72
72
  export type { Selection } from 'react-aria-components';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavv/ui",
3
- "version": "2.0.10",
3
+ "version": "2.0.11",
4
4
  "files": ["build/**/*"],
5
5
  "main": "build/cjs/index.js",
6
6
  "module": "build/esm/index.js",