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