@symply.io/basic-components 1.0.0-alpha.9 → 1.0.0-bata.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.
- package/AlertDialog/index.d.ts +0 -1
- package/AlertDialog/index.js +2 -2
- package/Autocomplete/index.d.ts +4 -0
- package/Autocomplete/index.js +38 -0
- package/Autocomplete/types.d.ts +14 -0
- package/Autocomplete/types.js +1 -0
- package/Autocomplete/useInteractions.d.ts +5 -0
- package/Autocomplete/useInteractions.js +9 -0
- package/AutocompleteWithFilter/index.d.ts +4 -0
- package/AutocompleteWithFilter/index.js +52 -0
- package/AutocompleteWithFilter/types.d.ts +15 -0
- package/AutocompleteWithFilter/types.js +1 -0
- package/BasicModal/Content.d.ts +0 -1
- package/BasicModal/Content.js +6 -6
- package/BasicModal/index.d.ts +0 -1
- package/BasicModal/index.js +3 -6
- package/BasicTable/TableBody.d.ts +4 -0
- package/BasicTable/TableBody.js +51 -0
- package/BasicTable/TableBodyRow.d.ts +3 -0
- package/BasicTable/TableBodyRow.js +42 -0
- package/BasicTable/TableFooter.d.ts +3 -0
- package/BasicTable/TableFooter.js +44 -0
- package/BasicTable/TableHeader.d.ts +3 -0
- package/BasicTable/TableHeader.js +47 -0
- package/BasicTable/index.d.ts +5 -0
- package/BasicTable/index.js +88 -0
- package/BasicTable/types.d.ts +70 -0
- package/BasicTable/types.js +1 -0
- package/BasicTable/useScroll.d.ts +9 -0
- package/BasicTable/useScroll.js +76 -0
- package/BasicTable/useTable.d.ts +38 -0
- package/BasicTable/useTable.js +94 -0
- package/BreadCrumbs/index.d.ts +4 -0
- package/BreadCrumbs/index.js +37 -0
- package/BreadCrumbs/types.d.ts +9 -0
- package/BreadCrumbs/types.js +1 -0
- package/CheckBox/CheckBox.d.ts +3 -0
- package/CheckBox/CheckBox.js +36 -0
- package/CheckBox/CheckBoxGroup.d.ts +3 -0
- package/CheckBox/CheckBoxGroup.js +30 -0
- package/CheckBox/index.d.ts +3 -0
- package/CheckBox/index.js +3 -0
- package/CheckBox/types.d.ts +12 -0
- package/CheckBox/types.js +1 -0
- package/Copyright/index.d.ts +4 -0
- package/Copyright/index.js +25 -0
- package/Copyright/types.d.ts +5 -0
- package/Copyright/types.js +1 -0
- package/DateInput/FullDateInput/index.d.ts +5 -0
- package/DateInput/FullDateInput/index.js +79 -0
- package/DateInput/FullDateInput/types.d.ts +9 -0
- package/DateInput/FullDateInput/types.js +1 -0
- package/DateInput/FullDateInput/useInteractions.d.ts +8 -0
- package/DateInput/FullDateInput/useInteractions.js +20 -0
- package/DateInput/MonthDayInput/index.d.ts +5 -0
- package/DateInput/MonthDayInput/index.js +65 -0
- package/DateInput/MonthDayInput/types.d.ts +9 -0
- package/DateInput/MonthDayInput/types.js +1 -0
- package/DateInput/MonthDayInput/useInteractions.d.ts +8 -0
- package/DateInput/MonthDayInput/useInteractions.js +19 -0
- package/DateInput/MonthYearInput/index.d.ts +5 -0
- package/DateInput/MonthYearInput/index.js +66 -0
- package/DateInput/MonthYearInput/types.d.ts +9 -0
- package/DateInput/MonthYearInput/types.js +1 -0
- package/DateInput/MonthYearInput/useInteractions.d.ts +8 -0
- package/DateInput/MonthYearInput/useInteractions.js +19 -0
- package/DateInput/index.d.ts +6 -0
- package/DateInput/index.js +6 -0
- package/DigitInput/index.d.ts +1 -4
- package/DigitInput/index.js +3 -3
- package/DigitInput/types.d.ts +2 -1
- package/DynamicHeaderBar/HeaderBar.js +1 -1
- package/DynamicHeaderBar/HeaderButtons.d.ts +0 -1
- package/DynamicHeaderBar/HeaderButtons.js +6 -6
- package/DynamicHeaderBar/HeaderLine.js +1 -1
- package/DynamicHeaderBar/index.js +2 -2
- package/DynamicHeaderBar/types.d.ts +3 -0
- package/FeinInput/index.d.ts +6 -0
- package/FeinInput/index.js +75 -0
- package/FeinInput/types.d.ts +9 -0
- package/FeinInput/types.js +1 -0
- package/FeinInput/useInteractions.d.ts +8 -0
- package/FeinInput/useInteractions.js +16 -0
- package/FormRadioGroup/index.d.ts +0 -1
- package/FormRadioGroup/index.js +3 -3
- package/FormSelector/MultipleSelector.d.ts +1 -3
- package/FormSelector/MultipleSelector.js +2 -2
- package/FormSelector/SimpleSelector.d.ts +1 -3
- package/FormSelector/SimpleSelector.js +2 -2
- package/FormSelector/types.d.ts +2 -1
- package/HelpCaption/index.js +2 -2
- package/LoadingModal/index.d.ts +0 -1
- package/LoadingModal/index.js +1 -1
- package/MenuButtonGroup/MenuItem.d.ts +0 -1
- package/MenuButtonGroup/MenuItem.js +1 -1
- package/MenuButtonGroup/index.js +2 -2
- package/NumberInput/index.d.ts +2 -3
- package/NumberInput/index.js +1 -1
- package/PasswordInput/ConfirmPassword.d.ts +2 -3
- package/PasswordInput/ConfirmPassword.js +1 -1
- package/PasswordInput/Password.d.ts +5 -5
- package/PasswordInput/Password.js +9 -8
- package/PhoneNumberInput/index.d.ts +4 -3
- package/PhoneNumberInput/index.js +15 -4
- package/README.md +428 -3
- package/Sidebar/SidebarItem.d.ts +3 -0
- package/Sidebar/SidebarItem.js +62 -0
- package/Sidebar/SidebarItemsGroup.d.ts +5 -0
- package/Sidebar/SidebarItemsGroup.js +38 -0
- package/Sidebar/SidebarLink.d.ts +3 -0
- package/Sidebar/SidebarLink.js +37 -0
- package/Sidebar/index.d.ts +7 -0
- package/Sidebar/index.js +30 -0
- package/Sidebar/types.d.ts +31 -0
- package/Sidebar/types.js +1 -0
- package/SocialInput/index.d.ts +6 -0
- package/SocialInput/index.js +77 -0
- package/SocialInput/types.d.ts +9 -0
- package/SocialInput/types.js +1 -0
- package/SocialInput/useInteractions.d.ts +10 -0
- package/SocialInput/useInteractions.js +26 -0
- package/TabGroup/index.js +10 -5
- package/TablePagination/Actions.d.ts +3 -0
- package/TablePagination/Actions.js +27 -0
- package/TablePagination/index.d.ts +4 -0
- package/TablePagination/index.js +30 -0
- package/TablePagination/types.d.ts +14 -0
- package/TablePagination/types.js +1 -0
- package/TablePagination/useInteractions.d.ts +14 -0
- package/TablePagination/useInteractions.js +23 -0
- package/TextInput/index.d.ts +2 -3
- package/TextInput/index.js +13 -3
- package/ToastPrompt/Presentation.js +3 -3
- package/ToastPrompt/index.js +1 -1
- package/VideoPlayerModal/index.d.ts +1 -3
- package/VideoPlayerModal/index.js +2 -2
- package/VideoPlayerModal/types.d.ts +2 -1
- package/index.d.ts +20 -0
- package/index.js +20 -0
- package/package.json +8 -2
package/index.js
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
export * from "./AlertDialog";
|
2
|
+
export * from "./Autocomplete";
|
3
|
+
export * from "./AutocompleteWithFilter";
|
2
4
|
export * from "./BasicModal";
|
5
|
+
export * from "./BasicTable";
|
6
|
+
export * from "./BreadCrumbs";
|
7
|
+
export * from "./CheckBox";
|
8
|
+
export * from "./Copyright";
|
9
|
+
export * from "./DateInput";
|
3
10
|
export * from "./DigitInput";
|
4
11
|
export * from "./DynamicHeaderBar";
|
12
|
+
export * from "./FeinInput";
|
5
13
|
export * from "./FormRadioGroup";
|
6
14
|
export * from "./FormSelector";
|
7
15
|
export * from "./HelpCaption";
|
@@ -10,20 +18,32 @@ export * from "./MenuButtonGroup";
|
|
10
18
|
export * from "./NumberInput";
|
11
19
|
export * from "./PasswordInput";
|
12
20
|
export * from "./PhoneNumberInput";
|
21
|
+
export * from "./Sidebar";
|
22
|
+
export * from "./SocialInput";
|
13
23
|
export * from "./TabGroup";
|
24
|
+
export * from "./TablePagination";
|
14
25
|
export * from "./TextInput";
|
15
26
|
export * from "./ToastPrompt";
|
16
27
|
export * from "./VideoPlayerModal";
|
17
28
|
export { default as AlertDialog } from "./AlertDialog";
|
29
|
+
export { default as Autocomplete } from "./Autocomplete";
|
30
|
+
export { default as AutocompleteWithFilter } from "./AutocompleteWithFilter";
|
18
31
|
export { default as BasicModal } from "./BasicModal";
|
32
|
+
export { default as BasicTable } from "./BasicTable";
|
33
|
+
export { default as BreadCrumbs } from "./BreadCrumbs";
|
34
|
+
export { default as Copyright } from "./Copyright";
|
19
35
|
export { default as DigitInput } from "./DigitInput";
|
20
36
|
export { default as DynamicHeaderBar } from "./DynamicHeaderBar";
|
37
|
+
export { default as FeinInput } from "./FeinInput";
|
21
38
|
export { default as FormRadioGroup } from "./FormRadioGroup";
|
22
39
|
export { default as HelpCaption } from "./HelpCaption";
|
23
40
|
export { default as LoadingModal } from "./LoadingModal";
|
24
41
|
export { default as MenuButtonGroup } from "./MenuButtonGroup";
|
25
42
|
export { default as NumberInput } from "./NumberInput";
|
26
43
|
export { default as PhoneNumberInput } from "./PhoneNumberInput";
|
44
|
+
export { default as Sidebar } from "./Sidebar";
|
45
|
+
export { default as SocialInput } from "./SocialInput";
|
27
46
|
export { default as TabGroup } from "./TabGroup";
|
47
|
+
export { default as TablePagination } from "./TablePagination";
|
28
48
|
export { default as TextInput } from "./TextInput";
|
29
49
|
export { default as VideoPlayerModal } from "./VideoPlayerModal";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@symply.io/basic-components",
|
3
|
-
"version": "1.0.0-
|
3
|
+
"version": "1.0.0-bata.7",
|
4
4
|
"description": "Basic and reusable components for all frontend of Symply apps",
|
5
5
|
"keywords": [
|
6
6
|
"react",
|
@@ -44,10 +44,11 @@
|
|
44
44
|
],
|
45
45
|
"devDependencies": {
|
46
46
|
"@types/body-parser": "^1.19.2",
|
47
|
+
"@types/reach__router": "^1.3.10",
|
47
48
|
"@types/react": "^17.0.27",
|
48
49
|
"@types/react-dom": "^17.0.9",
|
49
50
|
"babel-loader": "^8.2.2",
|
50
|
-
"typescript": "
|
51
|
+
"typescript": "~4.6.3"
|
51
52
|
},
|
52
53
|
"dependencies": {
|
53
54
|
"@emotion/react": "^11.7.1",
|
@@ -55,10 +56,15 @@
|
|
55
56
|
"@mui/icons-material": "^5.4.2",
|
56
57
|
"@mui/material": "^5.4.2",
|
57
58
|
"@mui/system": "^5.4.2",
|
59
|
+
"@reach/router": "^1.3.4",
|
58
60
|
"color-alpha": "^1.1.3",
|
59
61
|
"react-player": "^2.9.0",
|
60
62
|
"rifm": "^0.12.1"
|
61
63
|
},
|
64
|
+
"resolutions": {
|
65
|
+
"@types/react": "17.0.27",
|
66
|
+
"@types/react-dom": "17.0.9"
|
67
|
+
},
|
62
68
|
"scripts": {
|
63
69
|
"build": "./node_modules/.bin/tsc"
|
64
70
|
},
|