@symply.io/basic-components 1.0.0-alpha.8 → 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.
Files changed (140) hide show
  1. package/AlertDialog/index.d.ts +0 -1
  2. package/AlertDialog/index.js +2 -2
  3. package/Autocomplete/index.d.ts +4 -0
  4. package/Autocomplete/index.js +38 -0
  5. package/Autocomplete/types.d.ts +14 -0
  6. package/Autocomplete/types.js +1 -0
  7. package/Autocomplete/useInteractions.d.ts +5 -0
  8. package/Autocomplete/useInteractions.js +9 -0
  9. package/AutocompleteWithFilter/index.d.ts +4 -0
  10. package/AutocompleteWithFilter/index.js +52 -0
  11. package/AutocompleteWithFilter/types.d.ts +15 -0
  12. package/AutocompleteWithFilter/types.js +1 -0
  13. package/BasicModal/Content.d.ts +0 -1
  14. package/BasicModal/Content.js +6 -6
  15. package/BasicModal/index.d.ts +0 -1
  16. package/BasicModal/index.js +3 -6
  17. package/BasicTable/TableBody.d.ts +4 -0
  18. package/BasicTable/TableBody.js +51 -0
  19. package/BasicTable/TableBodyRow.d.ts +3 -0
  20. package/BasicTable/TableBodyRow.js +42 -0
  21. package/BasicTable/TableFooter.d.ts +3 -0
  22. package/BasicTable/TableFooter.js +44 -0
  23. package/BasicTable/TableHeader.d.ts +3 -0
  24. package/BasicTable/TableHeader.js +47 -0
  25. package/BasicTable/index.d.ts +5 -0
  26. package/BasicTable/index.js +88 -0
  27. package/BasicTable/types.d.ts +70 -0
  28. package/BasicTable/types.js +1 -0
  29. package/BasicTable/useScroll.d.ts +9 -0
  30. package/BasicTable/useScroll.js +76 -0
  31. package/BasicTable/useTable.d.ts +38 -0
  32. package/BasicTable/useTable.js +94 -0
  33. package/BreadCrumbs/index.d.ts +4 -0
  34. package/BreadCrumbs/index.js +37 -0
  35. package/BreadCrumbs/types.d.ts +9 -0
  36. package/BreadCrumbs/types.js +1 -0
  37. package/CheckBox/CheckBox.d.ts +3 -0
  38. package/CheckBox/CheckBox.js +36 -0
  39. package/CheckBox/CheckBoxGroup.d.ts +3 -0
  40. package/CheckBox/CheckBoxGroup.js +30 -0
  41. package/CheckBox/index.d.ts +3 -0
  42. package/CheckBox/index.js +3 -0
  43. package/CheckBox/types.d.ts +12 -0
  44. package/CheckBox/types.js +1 -0
  45. package/Copyright/index.d.ts +4 -0
  46. package/Copyright/index.js +25 -0
  47. package/Copyright/types.d.ts +5 -0
  48. package/Copyright/types.js +1 -0
  49. package/DateInput/FullDateInput/index.d.ts +5 -0
  50. package/DateInput/FullDateInput/index.js +79 -0
  51. package/DateInput/FullDateInput/types.d.ts +9 -0
  52. package/DateInput/FullDateInput/types.js +1 -0
  53. package/DateInput/FullDateInput/useInteractions.d.ts +8 -0
  54. package/DateInput/FullDateInput/useInteractions.js +20 -0
  55. package/DateInput/MonthDayInput/index.d.ts +5 -0
  56. package/DateInput/MonthDayInput/index.js +65 -0
  57. package/DateInput/MonthDayInput/types.d.ts +9 -0
  58. package/DateInput/MonthDayInput/types.js +1 -0
  59. package/DateInput/MonthDayInput/useInteractions.d.ts +8 -0
  60. package/DateInput/MonthDayInput/useInteractions.js +19 -0
  61. package/DateInput/MonthYearInput/index.d.ts +5 -0
  62. package/DateInput/MonthYearInput/index.js +66 -0
  63. package/DateInput/MonthYearInput/types.d.ts +9 -0
  64. package/DateInput/MonthYearInput/types.js +1 -0
  65. package/DateInput/MonthYearInput/useInteractions.d.ts +8 -0
  66. package/DateInput/MonthYearInput/useInteractions.js +19 -0
  67. package/DateInput/index.d.ts +6 -0
  68. package/DateInput/index.js +6 -0
  69. package/DigitInput/index.d.ts +1 -4
  70. package/DigitInput/index.js +3 -3
  71. package/DigitInput/types.d.ts +2 -1
  72. package/DynamicHeaderBar/HeaderBar.js +1 -1
  73. package/DynamicHeaderBar/HeaderButtons.d.ts +0 -1
  74. package/DynamicHeaderBar/HeaderButtons.js +6 -6
  75. package/DynamicHeaderBar/HeaderLine.js +1 -1
  76. package/DynamicHeaderBar/index.js +2 -2
  77. package/DynamicHeaderBar/types.d.ts +3 -0
  78. package/FeinInput/index.d.ts +6 -0
  79. package/FeinInput/index.js +75 -0
  80. package/FeinInput/types.d.ts +9 -0
  81. package/FeinInput/types.js +1 -0
  82. package/FeinInput/useInteractions.d.ts +8 -0
  83. package/FeinInput/useInteractions.js +16 -0
  84. package/FormRadioGroup/index.d.ts +0 -1
  85. package/FormRadioGroup/index.js +3 -3
  86. package/FormSelector/MultipleSelector.d.ts +0 -1
  87. package/FormSelector/MultipleSelector.js +14 -3
  88. package/FormSelector/SimpleSelector.d.ts +0 -1
  89. package/FormSelector/SimpleSelector.js +3 -3
  90. package/FormSelector/types.d.ts +2 -7
  91. package/HelpCaption/index.js +2 -2
  92. package/LoadingModal/index.d.ts +0 -1
  93. package/LoadingModal/index.js +1 -1
  94. package/MenuButtonGroup/MenuItem.d.ts +0 -1
  95. package/MenuButtonGroup/MenuItem.js +1 -1
  96. package/MenuButtonGroup/index.js +2 -2
  97. package/NumberInput/index.d.ts +2 -3
  98. package/NumberInput/index.js +1 -1
  99. package/PasswordInput/ConfirmPassword.d.ts +2 -3
  100. package/PasswordInput/ConfirmPassword.js +1 -1
  101. package/PasswordInput/Password.d.ts +5 -5
  102. package/PasswordInput/Password.js +9 -8
  103. package/PhoneNumberInput/index.d.ts +4 -3
  104. package/PhoneNumberInput/index.js +15 -4
  105. package/README.md +438 -15
  106. package/Sidebar/SidebarItem.d.ts +3 -0
  107. package/Sidebar/SidebarItem.js +62 -0
  108. package/Sidebar/SidebarItemsGroup.d.ts +5 -0
  109. package/Sidebar/SidebarItemsGroup.js +38 -0
  110. package/Sidebar/SidebarLink.d.ts +3 -0
  111. package/Sidebar/SidebarLink.js +37 -0
  112. package/Sidebar/index.d.ts +7 -0
  113. package/Sidebar/index.js +30 -0
  114. package/Sidebar/types.d.ts +31 -0
  115. package/Sidebar/types.js +1 -0
  116. package/SocialInput/index.d.ts +6 -0
  117. package/SocialInput/index.js +77 -0
  118. package/SocialInput/types.d.ts +9 -0
  119. package/SocialInput/types.js +1 -0
  120. package/SocialInput/useInteractions.d.ts +10 -0
  121. package/SocialInput/useInteractions.js +26 -0
  122. package/TabGroup/index.js +10 -5
  123. package/TablePagination/Actions.d.ts +3 -0
  124. package/TablePagination/Actions.js +27 -0
  125. package/TablePagination/index.d.ts +4 -0
  126. package/TablePagination/index.js +30 -0
  127. package/TablePagination/types.d.ts +14 -0
  128. package/TablePagination/types.js +1 -0
  129. package/TablePagination/useInteractions.d.ts +14 -0
  130. package/TablePagination/useInteractions.js +23 -0
  131. package/TextInput/index.d.ts +2 -3
  132. package/TextInput/index.js +13 -3
  133. package/ToastPrompt/Presentation.js +3 -3
  134. package/ToastPrompt/index.js +1 -1
  135. package/VideoPlayerModal/index.d.ts +1 -3
  136. package/VideoPlayerModal/index.js +2 -2
  137. package/VideoPlayerModal/types.d.ts +2 -1
  138. package/index.d.ts +20 -0
  139. package/index.js +20 -0
  140. 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-alpha.8",
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": "^4.5.5"
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
  },