@rockshin/tao-ui 0.0.3 → 0.0.5

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 (31) hide show
  1. package/dist/components/breadcrumb/breadcrumb.css +2 -979
  2. package/dist/components/button/button.css +2 -979
  3. package/dist/components/checkbox/checkbox.css +3 -979
  4. package/dist/components/collapsible/collapsible.css +2 -979
  5. package/dist/components/context-menu/context-menu.css +1 -1144
  6. package/dist/components/date-picker/date-picker.css +22 -1188
  7. package/dist/components/drawer/drawer.css +27 -1007
  8. package/dist/components/dropdown/dropdown.css +0 -978
  9. package/dist/components/form-field/form.css +4 -980
  10. package/dist/components/input/input.css +1 -1176
  11. package/dist/components/menu/menu.css +3 -980
  12. package/dist/components/modal/modal.css +5 -982
  13. package/dist/components/pagination/pagination.css +4 -980
  14. package/dist/components/radio/radio.css +4 -980
  15. package/dist/components/scroll-area/scroll-area.css +11 -984
  16. package/dist/components/select/mobile-select.css +2 -979
  17. package/dist/components/select/select.css +8 -1181
  18. package/dist/components/spinner/spinner.css +3 -990
  19. package/dist/components/splitter/splitter.css +7 -981
  20. package/dist/components/switch/switch.css +8 -984
  21. package/dist/components/table/table.css +13 -995
  22. package/dist/components/tabs/tabs.css +4 -980
  23. package/dist/components/tag/tag.css +6 -980
  24. package/dist/components/textarea/textarea.css +9 -1182
  25. package/dist/index.d.ts +32 -30
  26. package/dist/index.js +2 -0
  27. package/dist/layouts/stack/layout.css +0 -978
  28. package/dist/theme/control.css +10 -1000
  29. package/dist/theme/theme.css +71 -902
  30. package/llms.txt +1 -1
  31. package/package.json +5 -6
package/dist/index.d.ts CHANGED
@@ -1,30 +1,32 @@
1
- export { Breadcrumb, type BreadcrumbItemType, type BreadcrumbProps, type BreadcrumbSemanticPart, } from './components/breadcrumb/breadcrumb';
2
- export { Button, type ButtonProps, type ButtonSemanticPart, } from './components/button/button';
3
- export { Checkbox, CheckboxGroup, type CheckboxGroupProps, type CheckboxOptionType, type CheckboxProps, type CheckboxSemanticPart, } from './components/checkbox/checkbox';
4
- export { Collapsible, type CollapsibleContentProps, type CollapsibleProps, type CollapsibleSemanticPart, type CollapsibleTriggerProps, } from './components/collapsible/collapsible';
5
- export { ContextMenu, type ContextMenuProps, type ContextMenuSemanticPart, } from './components/context-menu/context-menu';
6
- export { DatePicker, type DatePickerProps, } from './components/date-picker/date-picker';
7
- export { RangePicker, type RangePickerProps, } from './components/date-picker/range-picker';
8
- export { Drawer, type DrawerPlacement, type DrawerProps, type DrawerResizableConfig, type DrawerSemanticPart, type DrawerSize, } from './components/drawer/drawer';
9
- export { Dropdown, type DropdownButtonProps, type DropdownPlacement, type DropdownProps, type DropdownSemanticPart, type DropdownTrigger, type MenuDividerType, type MenuGroupType, type MenuItem, type MenuItemType, type MenuProps, } from './components/dropdown/dropdown';
10
- export { FormActions, type FormActionsProps, type FormActionsSemanticPart, } from './components/form-actions/form-actions';
11
- export { FormField, type FormFieldProps, type FormFieldSemanticPart, } from './components/form-field/form-field';
12
- export { FormSection, type FormSectionProps, type FormSectionSemanticPart, } from './components/form-section/form-section';
13
- export { Input, type InputProps, type InputSemanticPart, } from './components/input/input';
14
- export { type ConfirmType, Modal, type ModalFooterRender, type ModalFuncProps, type ModalFuncReturn, type ModalHookApi, type ModalProps, type ModalSemanticPart, } from './components/modal';
15
- export { Pagination, type PaginationProps, type PaginationSemanticPart, } from './components/pagination/pagination';
16
- export { Radio, RadioGroup, type RadioGroupProps, type RadioOptionType, type RadioProps, type RadioSemanticPart, } from './components/radio/radio';
17
- export { ScrollArea, type ScrollAreaProps, type ScrollAreaSemanticPart, type ScrollAreaType, } from './components/scroll-area/scroll-area';
18
- export { ChevronsUpDownIcon, Select, type SelectOption, type SelectPlacement, type SelectProps, type SelectSemanticPart, } from './components/select/select';
19
- export { Spinner, type SpinnerProps, type SpinnerSemanticPart, } from './components/spinner/spinner';
20
- export { Splitter, type SplitterPanelProps, type SplitterProps, type SplitterSemanticPart, } from './components/splitter/splitter';
21
- export { Switch, type SwitchProps, type SwitchSemanticPart, } from './components/switch/switch';
22
- export { type SorterResult, type SortOrder, Table, type TableColumn, type TableFilterItem, type TablePagination, type TableProps, type TableRowSelection, type TableSemanticPart, } from './components/table/table';
23
- export { type TabItem, Tabs, type TabsProps, type TabsSemanticPart, } from './components/tabs/tabs';
24
- export { CheckableTag, type CheckableTagProps, Tag, type TagColor, type TagProps, type TagSemanticPart, type TagVariant, } from './components/tag/tag';
25
- export { type AutoSizeOptions, Textarea, type TextareaProps, type TextareaSemanticPart, } from './components/textarea/textarea';
26
- export { FormLayout, type FormLayoutProps, } from './layouts/form-layout/form-layout';
27
- export { Stack, type StackProps } from './layouts/stack/stack';
28
- export { type FormatOptions, NumberInput, type NumberInputProps, type PadDecimalsOnBlur, type UseNumberInputOptions, type UseNumberInputReturn, useNumberInput, } from './number-input';
29
- export { TaoPortalScope, TaoProvider, type TaoProviderProps, type TaoSeedToken, type TaoSize, type TaoThemeConfig, type TaoVariant, useTaoConfig, } from './provider/tao-provider';
30
- export { cx, type SemanticClassNames, type SemanticStyles, } from './utils/semantic';
1
+ import "./theme/theme.css";
2
+ import "./theme/control.css";
3
+ export { Breadcrumb, type BreadcrumbItemType, type BreadcrumbProps, type BreadcrumbSemanticPart, } from "./components/breadcrumb/breadcrumb";
4
+ export { Button, type ButtonProps, type ButtonSemanticPart, } from "./components/button/button";
5
+ export { Checkbox, CheckboxGroup, type CheckboxGroupProps, type CheckboxOptionType, type CheckboxProps, type CheckboxSemanticPart, } from "./components/checkbox/checkbox";
6
+ export { Collapsible, type CollapsibleContentProps, type CollapsibleProps, type CollapsibleSemanticPart, type CollapsibleTriggerProps, } from "./components/collapsible/collapsible";
7
+ export { ContextMenu, type ContextMenuProps, type ContextMenuSemanticPart, } from "./components/context-menu/context-menu";
8
+ export { DatePicker, type DatePickerProps, } from "./components/date-picker/date-picker";
9
+ export { RangePicker, type RangePickerProps, } from "./components/date-picker/range-picker";
10
+ export { Drawer, type DrawerPlacement, type DrawerProps, type DrawerResizableConfig, type DrawerSemanticPart, type DrawerSize, } from "./components/drawer/drawer";
11
+ export { Dropdown, type DropdownButtonProps, type DropdownPlacement, type DropdownProps, type DropdownSemanticPart, type DropdownTrigger, type MenuDividerType, type MenuGroupType, type MenuItem, type MenuItemType, type MenuProps, } from "./components/dropdown/dropdown";
12
+ export { FormActions, type FormActionsProps, type FormActionsSemanticPart, } from "./components/form-actions/form-actions";
13
+ export { FormField, type FormFieldProps, type FormFieldSemanticPart, } from "./components/form-field/form-field";
14
+ export { FormSection, type FormSectionProps, type FormSectionSemanticPart, } from "./components/form-section/form-section";
15
+ export { Input, type InputProps, type InputSemanticPart, } from "./components/input/input";
16
+ export { type ConfirmType, Modal, type ModalFooterRender, type ModalFuncProps, type ModalFuncReturn, type ModalHookApi, type ModalProps, type ModalSemanticPart, } from "./components/modal";
17
+ export { Pagination, type PaginationProps, type PaginationSemanticPart, } from "./components/pagination/pagination";
18
+ export { Radio, RadioGroup, type RadioGroupProps, type RadioOptionType, type RadioProps, type RadioSemanticPart, } from "./components/radio/radio";
19
+ export { ScrollArea, type ScrollAreaProps, type ScrollAreaSemanticPart, type ScrollAreaType, } from "./components/scroll-area/scroll-area";
20
+ export { ChevronsUpDownIcon, Select, type SelectOption, type SelectPlacement, type SelectProps, type SelectSemanticPart, } from "./components/select/select";
21
+ export { Spinner, type SpinnerProps, type SpinnerSemanticPart, } from "./components/spinner/spinner";
22
+ export { Splitter, type SplitterPanelProps, type SplitterProps, type SplitterSemanticPart, } from "./components/splitter/splitter";
23
+ export { Switch, type SwitchProps, type SwitchSemanticPart, } from "./components/switch/switch";
24
+ export { type SorterResult, type SortOrder, Table, type TableColumn, type TableFilterItem, type TablePagination, type TableProps, type TableRowSelection, type TableSemanticPart, } from "./components/table/table";
25
+ export { type TabItem, Tabs, type TabsProps, type TabsSemanticPart, } from "./components/tabs/tabs";
26
+ export { CheckableTag, type CheckableTagProps, Tag, type TagColor, type TagProps, type TagSemanticPart, type TagVariant, } from "./components/tag/tag";
27
+ export { type AutoSizeOptions, Textarea, type TextareaProps, type TextareaSemanticPart, } from "./components/textarea/textarea";
28
+ export { FormLayout, type FormLayoutProps, } from "./layouts/form-layout/form-layout";
29
+ export { Stack, type StackProps } from "./layouts/stack/stack";
30
+ export { type FormatOptions, NumberInput, type NumberInputProps, type PadDecimalsOnBlur, type UseNumberInputOptions, type UseNumberInputReturn, useNumberInput, } from "./number-input";
31
+ export { TaoPortalScope, TaoProvider, type TaoProviderProps, type TaoSeedToken, type TaoSize, type TaoThemeConfig, type TaoVariant, useTaoConfig, } from "./provider/tao-provider";
32
+ export { cx, type SemanticClassNames, type SemanticStyles, } from "./utils/semantic";
package/dist/index.js CHANGED
@@ -1,3 +1,5 @@
1
+ import "./theme/theme.css";
2
+ import "./theme/control.css";
1
3
  export { Breadcrumb } from "./components/breadcrumb/breadcrumb.js";
2
4
  export { Button } from "./components/button/button.js";
3
5
  export { Checkbox, CheckboxGroup } from "./components/checkbox/checkbox.js";