@liujip0/components 0.2.0 → 0.2.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.
package/dist/main.d.ts CHANGED
@@ -1,3 +1,5 @@
1
+ declare const _default: "./main.css";
2
+ export default _default;
1
3
  export { Button } from './components/Button/Button.tsx';
2
4
  export { IconButton } from './components/Button/IconButton/IconButton.tsx';
3
5
  export { ToggleButton } from './components/Button/ToggleButton/ToggleButton.tsx';
package/dist/main.js CHANGED
@@ -1,46 +1,48 @@
1
- import { Button as t } from "./components/Button/Button.js";
2
- import { IconButton as p } from "./components/Button/IconButton/IconButton.js";
3
- import { ToggleButton as f } from "./components/Button/ToggleButton/ToggleButton.js";
4
- import { ToggleButtonGroup as a } from "./components/Button/ToggleButton/ToggleButtonGroup.js";
5
- import { Dialog as i, DialogActions as l, DialogContent as n, DialogTitle as g } from "./components/Dialog/Dialog.js";
6
- import { Divider as b } from "./components/Divider/Divider.js";
7
- import { Input as d } from "./components/Input/Input.js";
1
+ import { Button as e } from "./components/Button/Button.js";
2
+ import { IconButton as x } from "./components/Button/IconButton/IconButton.js";
3
+ import { ToggleButton as a } from "./components/Button/ToggleButton/ToggleButton.js";
4
+ import { ToggleButtonGroup as n } from "./components/Button/ToggleButton/ToggleButtonGroup.js";
5
+ import { Dialog as l, DialogActions as T, DialogContent as u, DialogTitle as g } from "./components/Dialog/Dialog.js";
6
+ import { Divider as c } from "./components/Divider/Divider.js";
7
+ import { Input as s } from "./components/Input/Input.js";
8
8
  import { TextArea as D } from "./components/Input/TextArea.js";
9
9
  import { Checkbox as h } from "./components/Input/Checkbox/Checkbox.js";
10
- import { Counter as s } from "./components/Input/Counter/Counter.js";
11
- import { Radio as G } from "./components/Input/Radio/Radio.js";
12
- import { RadioGroup as R } from "./components/Input/Radio/RadioGroup.js";
13
- import { Select as v } from "./components/Input/Select/Select.js";
14
- import { Snackbar as j } from "./components/Snackbar/Snackbar.js";
15
- import { Table as w, TableHead as y, Td as z, Th as E } from "./components/Table/Table.js";
16
- import { Tab as J } from "./components/Tabs/Tab.js";
17
- import { TabBar as L } from "./components/Tabs/TabBar.js";
18
- import { Tabs as N } from "./components/Tabs/Tabs.js";
19
- import { Tooltip as P } from "./components/Tooltip/Tooltip.js";
20
- import './assets/main.css';export {
21
- t as Button,
10
+ import { Counter as A } from "./components/Input/Counter/Counter.js";
11
+ import { Radio as I } from "./components/Input/Radio/Radio.js";
12
+ import { RadioGroup as S } from "./components/Input/Radio/RadioGroup.js";
13
+ import { Select as H } from "./components/Input/Select/Select.js";
14
+ import { Snackbar as q } from "./components/Snackbar/Snackbar.js";
15
+ import { Table as y, TableHead as z, Td as E, Th as F } from "./components/Table/Table.js";
16
+ import { Tab as K } from "./components/Tabs/Tab.js";
17
+ import { TabBar as M } from "./components/Tabs/TabBar.js";
18
+ import { Tabs as O } from "./components/Tabs/Tabs.js";
19
+ import { Tooltip as Q } from "./components/Tooltip/Tooltip.js";
20
+ import './assets/main.css';const o = "./main.css";
21
+ export {
22
+ e as Button,
22
23
  h as Checkbox,
23
- s as Counter,
24
- i as Dialog,
25
- l as DialogActions,
26
- n as DialogContent,
24
+ A as Counter,
25
+ l as Dialog,
26
+ T as DialogActions,
27
+ u as DialogContent,
27
28
  g as DialogTitle,
28
- b as Divider,
29
- p as IconButton,
30
- d as Input,
31
- G as Radio,
32
- R as RadioGroup,
33
- v as Select,
34
- j as Snackbar,
35
- J as Tab,
36
- L as TabBar,
37
- w as Table,
38
- y as TableHead,
39
- N as Tabs,
40
- z as Td,
29
+ c as Divider,
30
+ x as IconButton,
31
+ s as Input,
32
+ I as Radio,
33
+ S as RadioGroup,
34
+ H as Select,
35
+ q as Snackbar,
36
+ K as Tab,
37
+ M as TabBar,
38
+ y as Table,
39
+ z as TableHead,
40
+ O as Tabs,
41
+ E as Td,
41
42
  D as TextArea,
42
- E as Th,
43
- f as ToggleButton,
44
- a as ToggleButtonGroup,
45
- P as Tooltip
43
+ F as Th,
44
+ a as ToggleButton,
45
+ n as ToggleButtonGroup,
46
+ Q as Tooltip,
47
+ o as default
46
48
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@liujip0/components",
3
3
  "private": false,
4
- "version": "0.2.0",
4
+ "version": "0.2.1",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
7
7
  "types": "dist/main.d.ts",