@serendie/ui 0.2.0 → 0.2.2
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 +1 @@
|
|
|
1
|
-
export *
|
|
1
|
+
export * from './Accordion';
|
package/dist/index.js
CHANGED
|
@@ -1,94 +1,94 @@
|
|
|
1
|
-
import { SerendiePreset as
|
|
2
|
-
import
|
|
1
|
+
import { SerendiePreset as t } from "./preset.js";
|
|
2
|
+
import { Accordion as m } from "./components/Accordion/Accordion.js";
|
|
3
3
|
import { AccordionGroup as a } from "./components/AccordionGroup.js";
|
|
4
|
-
import { Avatar as
|
|
5
|
-
import { Badge as
|
|
6
|
-
import { Banner as
|
|
7
|
-
import { BottomNavigation as
|
|
8
|
-
import { BottomNavigationItem as
|
|
9
|
-
import { Button as
|
|
10
|
-
import { CheckBox as
|
|
11
|
-
import { ChoiceBox as
|
|
12
|
-
import { DashboardWidget as
|
|
13
|
-
import { Divider as
|
|
14
|
-
import { Drawer as
|
|
15
|
-
import { DropdownMenu as
|
|
16
|
-
import { IconButton as
|
|
17
|
-
import { List as
|
|
18
|
-
import { ListItem as
|
|
19
|
-
import { ModalDialog as
|
|
20
|
-
import { NotificationBadge as
|
|
21
|
-
import { PasswordField as
|
|
22
|
-
import { ProgressIndicator as
|
|
23
|
-
import { RadioButton as
|
|
24
|
-
import { RadioGroup as
|
|
25
|
-
import { Search as
|
|
26
|
-
import { Select as
|
|
27
|
-
import { Switch as
|
|
28
|
-
import { TabItem as
|
|
29
|
-
import { Tabs as
|
|
30
|
-
import { TextArea as
|
|
31
|
-
import { TextField as
|
|
32
|
-
import { Toast as
|
|
33
|
-
import { TopAppBar as
|
|
4
|
+
import { Avatar as c, AvatarStyle as i } from "./components/Avatar.js";
|
|
5
|
+
import { Badge as n, BadgeCloseButton as d, BadgeStyle as s } from "./components/Badge.js";
|
|
6
|
+
import { Banner as S } from "./components/Banner.js";
|
|
7
|
+
import { BottomNavigation as y } from "./components/BottomNavigation.js";
|
|
8
|
+
import { BottomNavigationItem as I, BottomNavigationItemStyle as C } from "./components/BottomNavigationItem.js";
|
|
9
|
+
import { Button as u, ButtonStyle as k } from "./components/Button.js";
|
|
10
|
+
import { CheckBox as b, CheckBoxStyle as v, checkboxCheckedIconCss as D, checkboxIconCss as w, checkboxUncheckedIconCss as A } from "./components/CheckBox.js";
|
|
11
|
+
import { ChoiceBox as P, ChoiceBoxStyle as L } from "./components/ChoiceBox.js";
|
|
12
|
+
import { DashboardWidget as R } from "./components/DashboardWidget.js";
|
|
13
|
+
import { Divider as G, DividerStyle as U } from "./components/Divider.js";
|
|
14
|
+
import { Drawer as j } from "./components/Drawer.js";
|
|
15
|
+
import { DropdownMenu as z, DropdownMenuStyle as E } from "./components/DropdownMenu.js";
|
|
16
|
+
import { IconButton as J, IconButtonStyle as K } from "./components/IconButton.js";
|
|
17
|
+
import { List as Q } from "./components/List.js";
|
|
18
|
+
import { ListItem as X, ListItemStyle as Y } from "./components/ListItem.js";
|
|
19
|
+
import { ModalDialog as _ } from "./components/ModalDialog.js";
|
|
20
|
+
import { NotificationBadge as oo } from "./components/NotificationBadge.js";
|
|
21
|
+
import { PasswordField as to } from "./components/PasswordField.js";
|
|
22
|
+
import { ProgressIndicator as mo, ProgressIndicatorStyle as xo } from "./components/ProgressIndicator.js";
|
|
23
|
+
import { RadioButton as po, RadioButtonStyle as co, radioCheckedIconCss as io, radioIconCss as fo, radioUncheckedIconCss as no } from "./components/RadioButton.js";
|
|
24
|
+
import { RadioGroup as lo } from "./components/RadioGroup.js";
|
|
25
|
+
import { Search as Bo, SearchStyle as yo } from "./components/Search.js";
|
|
26
|
+
import { Select as Io, SelectStyle as Co } from "./components/Select.js";
|
|
27
|
+
import { Switch as uo, SwitchStyle as ko } from "./components/Switch.js";
|
|
28
|
+
import { TabItem as bo, TabItemStyle as vo } from "./components/TabItem.js";
|
|
29
|
+
import { Tabs as wo, TabsStyle as Ao } from "./components/Tabs.js";
|
|
30
|
+
import { TextArea as Po } from "./components/TextArea.js";
|
|
31
|
+
import { TextField as Mo } from "./components/TextField.js";
|
|
32
|
+
import { Toast as Fo, ToastStyle as Go, toaster as Uo } from "./components/Toast.js";
|
|
33
|
+
import { TopAppBar as jo } from "./components/TopAppBar.js";
|
|
34
34
|
export {
|
|
35
|
-
|
|
35
|
+
m as Accordion,
|
|
36
36
|
a as AccordionGroup,
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
37
|
+
c as Avatar,
|
|
38
|
+
i as AvatarStyle,
|
|
39
|
+
n as Badge,
|
|
40
|
+
d as BadgeCloseButton,
|
|
41
41
|
s as BadgeStyle,
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
42
|
+
S as Banner,
|
|
43
|
+
y as BottomNavigation,
|
|
44
|
+
I as BottomNavigationItem,
|
|
45
|
+
C as BottomNavigationItemStyle,
|
|
46
|
+
u as Button,
|
|
47
|
+
k as ButtonStyle,
|
|
48
|
+
b as CheckBox,
|
|
49
|
+
v as CheckBoxStyle,
|
|
50
|
+
P as ChoiceBox,
|
|
51
|
+
L as ChoiceBoxStyle,
|
|
52
|
+
R as DashboardWidget,
|
|
53
|
+
G as Divider,
|
|
54
|
+
U as DividerStyle,
|
|
55
|
+
j as Drawer,
|
|
56
|
+
z as DropdownMenu,
|
|
57
|
+
E as DropdownMenuStyle,
|
|
58
|
+
J as IconButton,
|
|
59
|
+
K as IconButtonStyle,
|
|
60
|
+
Q as List,
|
|
61
|
+
X as ListItem,
|
|
62
|
+
Y as ListItemStyle,
|
|
63
|
+
_ as ModalDialog,
|
|
64
|
+
oo as NotificationBadge,
|
|
65
|
+
to as PasswordField,
|
|
66
|
+
mo as ProgressIndicator,
|
|
67
|
+
xo as ProgressIndicatorStyle,
|
|
68
|
+
po as RadioButton,
|
|
69
|
+
co as RadioButtonStyle,
|
|
70
|
+
lo as RadioGroup,
|
|
71
|
+
Bo as Search,
|
|
72
|
+
yo as SearchStyle,
|
|
73
|
+
Io as Select,
|
|
74
|
+
Co as SelectStyle,
|
|
75
|
+
t as SerendiePreset,
|
|
76
|
+
uo as Switch,
|
|
77
|
+
ko as SwitchStyle,
|
|
78
|
+
bo as TabItem,
|
|
79
|
+
vo as TabItemStyle,
|
|
80
|
+
wo as Tabs,
|
|
81
|
+
Ao as TabsStyle,
|
|
82
|
+
Po as TextArea,
|
|
83
|
+
Mo as TextField,
|
|
84
|
+
Fo as Toast,
|
|
85
|
+
Go as ToastStyle,
|
|
86
|
+
jo as TopAppBar,
|
|
87
|
+
D as checkboxCheckedIconCss,
|
|
88
|
+
w as checkboxIconCss,
|
|
89
|
+
A as checkboxUncheckedIconCss,
|
|
90
|
+
io as radioCheckedIconCss,
|
|
91
|
+
fo as radioIconCss,
|
|
92
|
+
no as radioUncheckedIconCss,
|
|
93
|
+
Uo as toaster
|
|
94
94
|
};
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@serendie/ui",
|
|
3
3
|
"description": "Adaptive UI component library as part of Serendie Design System by Mitsubishi Electric",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "0.2.
|
|
5
|
+
"version": "0.2.2",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
8
8
|
"scripts": {
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
67
67
|
"eslint-plugin-react-refresh": "^0.4.8",
|
|
68
68
|
"eslint-plugin-storybook": "^0.8.0",
|
|
69
|
+
"globby": "14.1.0",
|
|
69
70
|
"lint-staged": "^15.2.8",
|
|
70
71
|
"husky": "^9.1.4",
|
|
71
72
|
"prettier": "^3.3.3",
|
|
@@ -85,6 +86,11 @@
|
|
|
85
86
|
"require": "./dist/index.cjs",
|
|
86
87
|
"types": "./dist/index.d.ts"
|
|
87
88
|
},
|
|
89
|
+
"./*": {
|
|
90
|
+
"import": "./dist/components/*/index.js",
|
|
91
|
+
"require": "./dist/components/*/index.cjs",
|
|
92
|
+
"types": "./dist/components/*/index.d.ts"
|
|
93
|
+
},
|
|
88
94
|
"./css": {
|
|
89
95
|
"types": "./styled-system/css/index.d.ts",
|
|
90
96
|
"require": "./styled-system/css/index.js",
|