@sxo/ui 0.0.1 → 0.1.1

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 (55) hide show
  1. package/README.md +70 -70
  2. package/package.json +6 -7
  3. package/dist/index.cjs +0 -1
  4. package/dist/index.d.ts +0 -2
  5. package/dist/index.js +0 -1025
  6. package/dist/sxo-ui/src/components/Accordion.d.ts +0 -11
  7. package/dist/sxo-ui/src/components/Alert.d.ts +0 -13
  8. package/dist/sxo-ui/src/components/Avatar.d.ts +0 -10
  9. package/dist/sxo-ui/src/components/BackTop.d.ts +0 -4
  10. package/dist/sxo-ui/src/components/Badge.d.ts +0 -5
  11. package/dist/sxo-ui/src/components/Breadcrumb.d.ts +0 -11
  12. package/dist/sxo-ui/src/components/Button.d.ts +0 -11
  13. package/dist/sxo-ui/src/components/Calendar.d.ts +0 -19
  14. package/dist/sxo-ui/src/components/Card.d.ts +0 -7
  15. package/dist/sxo-ui/src/components/Cascader.d.ts +0 -17
  16. package/dist/sxo-ui/src/components/Checkbox.d.ts +0 -11
  17. package/dist/sxo-ui/src/components/DatePicker.d.ts +0 -22
  18. package/dist/sxo-ui/src/components/Descriptions.d.ts +0 -10
  19. package/dist/sxo-ui/src/components/Dialog.d.ts +0 -18
  20. package/dist/sxo-ui/src/components/Divider.d.ts +0 -18
  21. package/dist/sxo-ui/src/components/Drawer.d.ts +0 -13
  22. package/dist/sxo-ui/src/components/Dropdown.d.ts +0 -13
  23. package/dist/sxo-ui/src/components/Empty.d.ts +0 -9
  24. package/dist/sxo-ui/src/components/Feedback.d.ts +0 -16
  25. package/dist/sxo-ui/src/components/Form.d.ts +0 -19
  26. package/dist/sxo-ui/src/components/Input.d.ts +0 -13
  27. package/dist/sxo-ui/src/components/Mentions.d.ts +0 -14
  28. package/dist/sxo-ui/src/components/Menu.d.ts +0 -11
  29. package/dist/sxo-ui/src/components/Pagination.d.ts +0 -15
  30. package/dist/sxo-ui/src/components/Popconfirm.d.ts +0 -10
  31. package/dist/sxo-ui/src/components/Popover.d.ts +0 -10
  32. package/dist/sxo-ui/src/components/Radio.d.ts +0 -11
  33. package/dist/sxo-ui/src/components/Rate.d.ts +0 -11
  34. package/dist/sxo-ui/src/components/Result.d.ts +0 -10
  35. package/dist/sxo-ui/src/components/Search.d.ts +0 -11
  36. package/dist/sxo-ui/src/components/Select.d.ts +0 -10
  37. package/dist/sxo-ui/src/components/Skeleton.d.ts +0 -21
  38. package/dist/sxo-ui/src/components/Slider.d.ts +0 -11
  39. package/dist/sxo-ui/src/components/Statistic.d.ts +0 -8
  40. package/dist/sxo-ui/src/components/Steps.d.ts +0 -22
  41. package/dist/sxo-ui/src/components/Switch.d.ts +0 -9
  42. package/dist/sxo-ui/src/components/Table.d.ts +0 -21
  43. package/dist/sxo-ui/src/components/Tabs.d.ts +0 -9
  44. package/dist/sxo-ui/src/components/Tag.d.ts +0 -12
  45. package/dist/sxo-ui/src/components/Timeline.d.ts +0 -13
  46. package/dist/sxo-ui/src/components/Toast.d.ts +0 -13
  47. package/dist/sxo-ui/src/components/Tooltip.d.ts +0 -7
  48. package/dist/sxo-ui/src/components/Transfer.d.ts +0 -20
  49. package/dist/sxo-ui/src/components/Tree.d.ts +0 -11
  50. package/dist/sxo-ui/src/components/TreeSelect.d.ts +0 -13
  51. package/dist/sxo-ui/src/components/Upload.d.ts +0 -16
  52. package/dist/sxo-ui/src/components/VirtualList.d.ts +0 -8
  53. package/dist/sxo-ui/src/components/index.d.ts +0 -47
  54. package/dist/sxo-ui/src/index.d.ts +0 -2
  55. package/dist/sxo-ui/src/theme.d.ts +0 -5
@@ -1,16 +0,0 @@
1
- export interface UploadOptions {
2
- disabled?: boolean;
3
- drag?: boolean;
4
- }
5
- export declare function getUploadClasses(options?: UploadOptions): {
6
- container: string;
7
- trigger: string;
8
- dragArea: string;
9
- dragIcon: string;
10
- dragText: string;
11
- fileList: string;
12
- fileItem: string;
13
- fileName: string;
14
- fileRemove: string;
15
- hint: string;
16
- };
@@ -1,8 +0,0 @@
1
- export interface VirtualListOptions {
2
- height?: number | string;
3
- }
4
- export declare function getVirtualListClasses(_options?: VirtualListOptions): {
5
- container: string;
6
- wrapper: string;
7
- item: string;
8
- };
@@ -1,47 +0,0 @@
1
- export * from './Accordion';
2
- export * from './Alert';
3
- export * from './Avatar';
4
- export * from './BackTop';
5
- export * from './Badge';
6
- export * from './Breadcrumb';
7
- export * from './Button';
8
- export * from './Calendar';
9
- export * from './Card';
10
- export * from './Cascader';
11
- export * from './Checkbox';
12
- export * from './DatePicker';
13
- export * from './Descriptions';
14
- export * from './Dialog';
15
- export * from './Divider';
16
- export * from './Drawer';
17
- export * from './Dropdown';
18
- export * from './Empty';
19
- export * from './Feedback';
20
- export * from './Form';
21
- export * from './Input';
22
- export * from './Mentions';
23
- export * from './Menu';
24
- export * from './Pagination';
25
- export * from './Popconfirm';
26
- export * from './Popover';
27
- export * from './Radio';
28
- export * from './Rate';
29
- export * from './Result';
30
- export * from './Search';
31
- export * from './Select';
32
- export * from './Skeleton';
33
- export * from './Slider';
34
- export * from './Statistic';
35
- export * from './Steps';
36
- export * from './Switch';
37
- export * from './Table';
38
- export * from './Tabs';
39
- export * from './Tag';
40
- export * from './Timeline';
41
- export * from './Toast';
42
- export * from './Tooltip';
43
- export * from './Transfer';
44
- export * from './Tree';
45
- export * from './TreeSelect';
46
- export * from './Upload';
47
- export * from './VirtualList';
@@ -1,2 +0,0 @@
1
- export * from './components/index';
2
- export * from './theme';
@@ -1,5 +0,0 @@
1
- import { DesignTokens } from '../../sxo-design/src';
2
- export interface ThemeContext {
3
- tokens: DesignTokens;
4
- }
5
- export declare const defaultTheme: ThemeContext;