@liujip0/components 0.2.5 → 0.2.7

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,10 +1,8 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { useState as r } from "react";
3
- import '../../assets/main.css';/* empty css */
4
3
  import { IconButton as e } from "../Button/IconButton/IconButton.js";
5
- import "../../utils/omit.js";
6
4
  import { Input as n } from "./Input.js";
7
- function f({ ...t }) {
5
+ function d({ ...t }) {
8
6
  const [s, i] = r(!1);
9
7
  return /* @__PURE__ */ o(
10
8
  n,
@@ -24,5 +22,5 @@ function f({ ...t }) {
24
22
  );
25
23
  }
26
24
  export {
27
- f as Password
25
+ d as Password
28
26
  };
package/dist/main.d.ts CHANGED
@@ -7,6 +7,7 @@ export { ToggleButtonGroup } from './components/Button/ToggleButton/ToggleButton
7
7
  export { Dialog, DialogActions, DialogContent, DialogTitle, } from './components/Dialog/Dialog.tsx';
8
8
  export { Divider } from './components/Divider/Divider.tsx';
9
9
  export { Input } from './components/Input/Input.tsx';
10
+ export { Password } from './components/Input/Password.tsx';
10
11
  export { TextArea } from './components/Input/TextArea.tsx';
11
12
  export { Checkbox } from './components/Input/Checkbox/Checkbox.tsx';
12
13
  export { Counter } from './components/Input/Counter/Counter.tsx';
package/dist/main.js CHANGED
@@ -1,49 +1,50 @@
1
- import './assets/main.css';/* empty css */
2
- import { Button as p } from "./components/Button/Button.js";
1
+ import { Button as e } from "./components/Button/Button.js";
3
2
  import { IconButton as x } from "./components/Button/IconButton/IconButton.js";
4
- import { ToggleButton as f } from "./components/Button/ToggleButton/ToggleButton.js";
3
+ import { ToggleButton as a } from "./components/Button/ToggleButton/ToggleButton.js";
5
4
  import { ToggleButtonGroup as n } from "./components/Button/ToggleButton/ToggleButtonGroup.js";
6
- import { Dialog as T, DialogActions as u, DialogContent as g, DialogTitle as b } from "./components/Dialog/Dialog.js";
7
- import { Divider as d } from "./components/Divider/Divider.js";
8
- import { Input as B } from "./components/Input/Input.js";
9
- import { TextArea as C } from "./components/Input/TextArea.js";
10
- import { Checkbox as k } from "./components/Input/Checkbox/Checkbox.js";
11
- import { Counter as G } from "./components/Input/Counter/Counter.js";
12
- import { Radio as R } from "./components/Input/Radio/Radio.js";
13
- import { RadioGroup as v } from "./components/Input/Radio/RadioGroup.js";
14
- import { Select as j } from "./components/Input/Select/Select.js";
15
- import { Snackbar as w } from "./components/Snackbar/Snackbar.js";
5
+ import { Dialog as l, DialogActions as T, DialogContent as u, 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";
8
+ import { Password as D } from "./components/Input/Password.js";
9
+ import { TextArea as h } from "./components/Input/TextArea.js";
10
+ import { Checkbox as A } from "./components/Input/Checkbox/Checkbox.js";
11
+ import { Counter as I } from "./components/Input/Counter/Counter.js";
12
+ import { Radio as S } from "./components/Input/Radio/Radio.js";
13
+ import { RadioGroup as w } from "./components/Input/Radio/RadioGroup.js";
14
+ import { Select as P } from "./components/Input/Select/Select.js";
15
+ import { Snackbar as q } from "./components/Snackbar/Snackbar.js";
16
16
  import { Table as z, TableHead as E, Td as F, Th as J } from "./components/Table/Table.js";
17
17
  import { Tab as L } from "./components/Tabs/Tab.js";
18
18
  import { TabBar as N } from "./components/Tabs/TabBar.js";
19
- import { Tabs as P } from "./components/Tabs/Tabs.js";
20
- import { Tooltip as U } from "./components/Tooltip/Tooltip.js";
21
- const r = "./main.css";
19
+ import { Tabs as Q } from "./components/Tabs/Tabs.js";
20
+ import { Tooltip as V } from "./components/Tooltip/Tooltip.js";
21
+ import './assets/main.css';const o = "./main.css";
22
22
  export {
23
- p as Button,
24
- k as Checkbox,
25
- G as Counter,
26
- T as Dialog,
27
- u as DialogActions,
28
- g as DialogContent,
29
- b as DialogTitle,
30
- d as Divider,
23
+ e as Button,
24
+ A as Checkbox,
25
+ I as Counter,
26
+ l as Dialog,
27
+ T as DialogActions,
28
+ u as DialogContent,
29
+ g as DialogTitle,
30
+ b as Divider,
31
31
  x as IconButton,
32
- B as Input,
33
- R as Radio,
34
- v as RadioGroup,
35
- j as Select,
36
- w as Snackbar,
32
+ d as Input,
33
+ D as Password,
34
+ S as Radio,
35
+ w as RadioGroup,
36
+ P as Select,
37
+ q as Snackbar,
37
38
  L as Tab,
38
39
  N as TabBar,
39
40
  z as Table,
40
41
  E as TableHead,
41
- P as Tabs,
42
+ Q as Tabs,
42
43
  F as Td,
43
- C as TextArea,
44
+ h as TextArea,
44
45
  J as Th,
45
- f as ToggleButton,
46
+ a as ToggleButton,
46
47
  n as ToggleButtonGroup,
47
- U as Tooltip,
48
- r as default
48
+ V as Tooltip,
49
+ o as default
49
50
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@liujip0/components",
3
3
  "private": false,
4
- "version": "0.2.5",
4
+ "version": "0.2.7",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
7
7
  "types": "dist/main.d.ts",