@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 * as Accordion from './Accordion';
1
+ export * from './Accordion';
@@ -0,0 +1,4 @@
1
+ import { Accordion as c } from "./Accordion.js";
2
+ export {
3
+ c as Accordion
4
+ };
package/dist/index.js CHANGED
@@ -1,94 +1,94 @@
1
- import { SerendiePreset as r } from "./preset.js";
2
- import * as o from "./components/Accordion/Accordion.js";
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 p, AvatarStyle as c } from "./components/Avatar.js";
5
- import { Badge as f, BadgeCloseButton as n, BadgeStyle as s } from "./components/Badge.js";
6
- import { Banner as l } from "./components/Banner.js";
7
- import { BottomNavigation as B } from "./components/BottomNavigation.js";
8
- import { BottomNavigationItem as h, BottomNavigationItemStyle as I } from "./components/BottomNavigationItem.js";
9
- import { Button as g, ButtonStyle as u } from "./components/Button.js";
10
- import { CheckBox as T, CheckBoxStyle as b, checkboxCheckedIconCss as v, checkboxIconCss as D, checkboxUncheckedIconCss as w } from "./components/CheckBox.js";
11
- import { ChoiceBox as N, ChoiceBoxStyle as P } from "./components/ChoiceBox.js";
12
- import { DashboardWidget as M } from "./components/DashboardWidget.js";
13
- import { Divider as F, DividerStyle as G } from "./components/Divider.js";
14
- import { Drawer as W } from "./components/Drawer.js";
15
- import { DropdownMenu as q, DropdownMenuStyle as z } from "./components/DropdownMenu.js";
16
- import { IconButton as H, IconButtonStyle as J } from "./components/IconButton.js";
17
- import { List as O } from "./components/List.js";
18
- import { ListItem as V, ListItemStyle as X } from "./components/ListItem.js";
19
- import { ModalDialog as Z } from "./components/ModalDialog.js";
20
- import { NotificationBadge as $ } from "./components/NotificationBadge.js";
21
- import { PasswordField as eo } from "./components/PasswordField.js";
22
- import { ProgressIndicator as ro, ProgressIndicatorStyle as mo } from "./components/ProgressIndicator.js";
23
- import { RadioButton as xo, RadioButtonStyle as po, radioCheckedIconCss as co, radioIconCss as io, radioUncheckedIconCss as fo } from "./components/RadioButton.js";
24
- import { RadioGroup as so } from "./components/RadioGroup.js";
25
- import { Search as So, SearchStyle as Bo } from "./components/Search.js";
26
- import { Select as ho, SelectStyle as Io } from "./components/Select.js";
27
- import { Switch as go, SwitchStyle as uo } from "./components/Switch.js";
28
- import { TabItem as To, TabItemStyle as bo } from "./components/TabItem.js";
29
- import { Tabs as Do, TabsStyle as wo } from "./components/Tabs.js";
30
- import { TextArea as No } from "./components/TextArea.js";
31
- import { TextField as Lo } from "./components/TextField.js";
32
- import { Toast as Ro, ToastStyle as Fo, toaster as Go } from "./components/Toast.js";
33
- import { TopAppBar as Wo } from "./components/TopAppBar.js";
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
- o as Accordion,
35
+ m as Accordion,
36
36
  a as AccordionGroup,
37
- p as Avatar,
38
- c as AvatarStyle,
39
- f as Badge,
40
- n as BadgeCloseButton,
37
+ c as Avatar,
38
+ i as AvatarStyle,
39
+ n as Badge,
40
+ d as BadgeCloseButton,
41
41
  s as BadgeStyle,
42
- l as Banner,
43
- B as BottomNavigation,
44
- h as BottomNavigationItem,
45
- I as BottomNavigationItemStyle,
46
- g as Button,
47
- u as ButtonStyle,
48
- T as CheckBox,
49
- b as CheckBoxStyle,
50
- N as ChoiceBox,
51
- P as ChoiceBoxStyle,
52
- M as DashboardWidget,
53
- F as Divider,
54
- G as DividerStyle,
55
- W as Drawer,
56
- q as DropdownMenu,
57
- z as DropdownMenuStyle,
58
- H as IconButton,
59
- J as IconButtonStyle,
60
- O as List,
61
- V as ListItem,
62
- X as ListItemStyle,
63
- Z as ModalDialog,
64
- $ as NotificationBadge,
65
- eo as PasswordField,
66
- ro as ProgressIndicator,
67
- mo as ProgressIndicatorStyle,
68
- xo as RadioButton,
69
- po as RadioButtonStyle,
70
- so as RadioGroup,
71
- So as Search,
72
- Bo as SearchStyle,
73
- ho as Select,
74
- Io as SelectStyle,
75
- r as SerendiePreset,
76
- go as Switch,
77
- uo as SwitchStyle,
78
- To as TabItem,
79
- bo as TabItemStyle,
80
- Do as Tabs,
81
- wo as TabsStyle,
82
- No as TextArea,
83
- Lo as TextField,
84
- Ro as Toast,
85
- Fo as ToastStyle,
86
- Wo as TopAppBar,
87
- v as checkboxCheckedIconCss,
88
- D as checkboxIconCss,
89
- w as checkboxUncheckedIconCss,
90
- co as radioCheckedIconCss,
91
- io as radioIconCss,
92
- fo as radioUncheckedIconCss,
93
- Go as toaster
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.0",
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",