@liujip0/components 0.2.11 → 0.2.12

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,9 +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
4
  import { Input as n } from "./Input.js";
6
- function d({ ...t }) {
5
+ import '../../assets/Password.css';function d({ ...t }) {
7
6
  const [s, i] = r(!1);
8
7
  return /* @__PURE__ */ o(
9
8
  n,
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";
3
- import { IconButton as x } from "./components/Button/IconButton/IconButton.js";
4
- import { ToggleButton as f } from "./components/Button/ToggleButton/ToggleButton.js";
5
- 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";
1
+ import { Password as e } from "./components/Input/Password.js";
2
+ import { Button as x } from "./components/Button/Button.js";
3
+ import { IconButton as a } from "./components/Button/IconButton/IconButton.js";
4
+ import { ToggleButton as n } from "./components/Button/ToggleButton/ToggleButton.js";
5
+ import { ToggleButtonGroup as l } from "./components/Button/ToggleButton/ToggleButtonGroup.js";
6
+ import { Dialog as u, DialogActions as g, DialogContent as s, DialogTitle as b } from "./components/Dialog/Dialog.js";
7
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";
8
+ import { Input as D } from "./components/Input/Input.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
+ 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,
23
+ x as Button,
24
+ A as Checkbox,
25
+ I as Counter,
26
+ u as Dialog,
27
+ g as DialogActions,
28
+ s as DialogContent,
29
29
  b as DialogTitle,
30
30
  d as Divider,
31
- x as IconButton,
32
- B as Input,
33
- R as Radio,
34
- v as RadioGroup,
35
- j as Select,
36
- w as Snackbar,
31
+ a as IconButton,
32
+ D as Input,
33
+ e 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
- n as ToggleButtonGroup,
47
- U as Tooltip,
48
- r as default
46
+ n as ToggleButton,
47
+ l as ToggleButtonGroup,
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.11",
4
+ "version": "0.2.12",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
7
7
  "types": "dist/main.d.ts",
@@ -16,7 +16,7 @@
16
16
  "devDependencies": {
17
17
  "@eslint/js": "^9.34.0",
18
18
  "@material-symbols/font-400": "^0.35.0",
19
- "@types/node": "^24.3.0",
19
+ "@types/node": "^24.3.1",
20
20
  "@types/react": "^19.1.12",
21
21
  "@types/react-dom": "^19.1.9",
22
22
  "@vitejs/plugin-react": "^5.0.2",
File without changes