profinansy-ui-lib 3.2.62 → 3.2.64

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 (29) hide show
  1. package/dist/api/initial.d.ts +1 -1
  2. package/dist/api/notifications/notifications.api.d.ts +9 -0
  3. package/dist/api/notifications/notifications.typed.d.ts +17 -0
  4. package/dist/components/blocks/header/components/HeaderRight/HeaderRight.d.ts +3 -1
  5. package/dist/components/blocks/header/components/Notification/Notification.d.ts +3 -1
  6. package/dist/components/blocks/header/components/Notification/Notification.styled.d.ts +4 -0
  7. package/dist/components/blocks/header/hooks/useGetNotificationsCount.d.ts +4 -0
  8. package/dist/components/blocks/search/components/UserRequests/UserRequests.styled.d.ts +1 -0
  9. package/dist/components/uikit/Table/Table.d.ts +2 -0
  10. package/dist/components/uikit/Table/Table.stories.d.ts +8 -0
  11. package/dist/components/uikit/Table/Table.styled.d.ts +5 -0
  12. package/dist/components/uikit/Table/Table.typed.d.ts +79 -0
  13. package/dist/components/uikit/Table/components/MockData.d.ts +24 -0
  14. package/dist/components/uikit/Table/components/TBody/TBody.d.ts +2 -0
  15. package/dist/components/uikit/Table/components/TBody/TBody.styled.d.ts +16 -0
  16. package/dist/components/uikit/Table/components/THead/THead.d.ts +3 -0
  17. package/dist/components/uikit/Table/components/THead/THead.styled.d.ts +32 -0
  18. package/dist/components/uikit/Table/hooks/useDragging.d.ts +2 -0
  19. package/dist/components/uikit/Table/hooks/useHorizontalScroll.d.ts +6 -0
  20. package/dist/components/uikit/Table/hooks/useLastRow.d.ts +3 -0
  21. package/dist/components/uikit/Table/hooks/useSort.d.ts +7 -0
  22. package/dist/components/uikit/Table/index.d.ts +1 -0
  23. package/dist/components/uikit/Table/utils.d.ts +5 -0
  24. package/dist/constants/common.d.ts +12 -0
  25. package/dist/constants/instrumentsTypes.d.ts +9 -0
  26. package/dist/firebase.d.ts +4 -0
  27. package/dist/index.js +44 -23
  28. package/dist/index.js.LICENSE.txt +85 -0
  29. package/package.json +2 -1
@@ -9,6 +9,91 @@
9
9
  * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
10
10
  */
11
11
 
12
+ /**
13
+ * @license
14
+ * Copyright 2017 Google LLC
15
+ *
16
+ * Licensed under the Apache License, Version 2.0 (the "License");
17
+ * you may not use this file except in compliance with the License.
18
+ * You may obtain a copy of the License at
19
+ *
20
+ * http://www.apache.org/licenses/LICENSE-2.0
21
+ *
22
+ * Unless required by applicable law or agreed to in writing, software
23
+ * distributed under the License is distributed on an "AS IS" BASIS,
24
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25
+ * See the License for the specific language governing permissions and
26
+ * limitations under the License.
27
+ */
28
+
29
+ /**
30
+ * @license
31
+ * Copyright 2019 Google LLC
32
+ *
33
+ * Licensed under the Apache License, Version 2.0 (the "License");
34
+ * you may not use this file except in compliance with the License.
35
+ * You may obtain a copy of the License at
36
+ *
37
+ * http://www.apache.org/licenses/LICENSE-2.0
38
+ *
39
+ * Unless required by applicable law or agreed to in writing, software
40
+ * distributed under the License is distributed on an "AS IS" BASIS,
41
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
42
+ * See the License for the specific language governing permissions and
43
+ * limitations under the License.
44
+ */
45
+
46
+ /**
47
+ * @license
48
+ * Copyright 2020 Google LLC
49
+ *
50
+ * Licensed under the Apache License, Version 2.0 (the "License");
51
+ * you may not use this file except in compliance with the License.
52
+ * You may obtain a copy of the License at
53
+ *
54
+ * http://www.apache.org/licenses/LICENSE-2.0
55
+ *
56
+ * Unless required by applicable law or agreed to in writing, software
57
+ * distributed under the License is distributed on an "AS IS" BASIS,
58
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
59
+ * See the License for the specific language governing permissions and
60
+ * limitations under the License.
61
+ */
62
+
63
+ /**
64
+ * @license
65
+ * Copyright 2021 Google LLC
66
+ *
67
+ * Licensed under the Apache License, Version 2.0 (the "License");
68
+ * you may not use this file except in compliance with the License.
69
+ * You may obtain a copy of the License at
70
+ *
71
+ * http://www.apache.org/licenses/LICENSE-2.0
72
+ *
73
+ * Unless required by applicable law or agreed to in writing, software
74
+ * distributed under the License is distributed on an "AS IS" BASIS,
75
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
76
+ * See the License for the specific language governing permissions and
77
+ * limitations under the License.
78
+ */
79
+
80
+ /**
81
+ * @license
82
+ * Copyright 2022 Google LLC
83
+ *
84
+ * Licensed under the Apache License, Version 2.0 (the "License");
85
+ * you may not use this file except in compliance with the License.
86
+ * You may obtain a copy of the License at
87
+ *
88
+ * http://www.apache.org/licenses/LICENSE-2.0
89
+ *
90
+ * Unless required by applicable law or agreed to in writing, software
91
+ * distributed under the License is distributed on an "AS IS" BASIS,
92
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
93
+ * See the License for the specific language governing permissions and
94
+ * limitations under the License.
95
+ */
96
+
12
97
  /**
13
98
  * @license React
14
99
  * react-dom.production.min.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "profinansy-ui-lib",
3
- "version": "3.2.62",
3
+ "version": "3.2.64",
4
4
  "main": "./dist/index.js",
5
5
  "license": "MIT",
6
6
  "devDependencies": {
@@ -71,6 +71,7 @@
71
71
  "readme": "ERROR: No README data found!",
72
72
  "_id": "profinansy-ui-lib@2.0.66",
73
73
  "dependencies": {
74
+ "firebase": "10.8.0",
74
75
  "profinansy-ui-lib": "^3.1.47"
75
76
  }
76
77
  }