pixel-react 1.20.52 → 1.20.54

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 (194) hide show
  1. package/README.md +75 -75
  2. package/lib/StyleGuide/ColorPalette/index.d.ts +1 -0
  3. package/lib/StyleGuide/ColorPalette/index.js +2 -0
  4. package/lib/StyleGuide/ColorPalette/index.js.map +1 -0
  5. package/lib/StyleGuide/Typography/TypographyList.d.ts +5 -0
  6. package/lib/StyleGuide/Typography/TypographyList.js +4 -0
  7. package/lib/StyleGuide/Typography/TypographyList.js.map +1 -0
  8. package/lib/StyleGuide/Typography/types.d.ts +8 -0
  9. package/lib/StyleGuide/Typography/types.js +2 -0
  10. package/lib/StyleGuide/Typography/types.js.map +1 -0
  11. package/lib/components/AddContentButton/index.d.ts +1 -0
  12. package/lib/components/AddContentButton/index.js +2 -0
  13. package/lib/components/AddContentButton/index.js.map +1 -0
  14. package/lib/components/Carousel/index.d.ts +1 -0
  15. package/lib/components/Carousel/index.js +2 -0
  16. package/lib/components/Carousel/index.js.map +1 -0
  17. package/lib/components/Charts/BarChart/BarChart.js +8 -8
  18. package/lib/components/Charts/BarChart/types.d.ts +18 -0
  19. package/lib/components/Charts/BarChart/types.js +2 -0
  20. package/lib/components/Charts/BarChart/types.js.map +1 -0
  21. package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js +6 -6
  22. package/lib/components/Charts/IconRadialChart/IconRadialChart.js +4 -4
  23. package/lib/components/Charts/PieChart/PieChart.js +5 -5
  24. package/lib/components/ChatModalAi/ChatModalAi.js +3 -1
  25. package/lib/components/ChatModalAi/ChatModalAi.js.map +1 -1
  26. package/lib/components/ChipWithCount/index.d.ts +1 -0
  27. package/lib/components/ChipWithCount/index.js +2 -0
  28. package/lib/components/ChipWithCount/index.js.map +1 -0
  29. package/lib/components/Comments/Comments.js +14 -14
  30. package/lib/components/Comments/childComment/ChildComment.js +14 -14
  31. package/lib/components/Comments/index.d.ts +1 -0
  32. package/lib/components/Comments/index.js +2 -0
  33. package/lib/components/Comments/index.js.map +1 -0
  34. package/lib/components/ConditionalDropdown/index.d.ts +1 -0
  35. package/lib/components/ConditionalDropdown/index.js +2 -0
  36. package/lib/components/ConditionalDropdown/index.js.map +1 -0
  37. package/lib/components/ConnectingBranch/index.d.ts +1 -0
  38. package/lib/components/ConnectingBranch/index.js +2 -0
  39. package/lib/components/ConnectingBranch/index.js.map +1 -0
  40. package/lib/components/CreateVariable/index.d.ts +1 -0
  41. package/lib/components/CreateVariable/index.js +2 -0
  42. package/lib/components/CreateVariable/index.js.map +1 -0
  43. package/lib/components/DownloadClient/index.d.ts +1 -0
  44. package/lib/components/DownloadClient/index.js +2 -0
  45. package/lib/components/DownloadClient/index.js.map +1 -0
  46. package/lib/components/DragAndDrop/index.d.ts +1 -0
  47. package/lib/components/DragAndDrop/index.js +2 -0
  48. package/lib/components/DragAndDrop/index.js.map +1 -0
  49. package/lib/components/Drawer/Drawer.js +1 -1
  50. package/lib/components/Drawer/Drawer.js.map +1 -1
  51. package/lib/components/EditTextField/EditTextField.js +2 -2
  52. package/lib/components/Editor/Editor.js +1 -21
  53. package/lib/components/Editor/Editor.js.map +1 -1
  54. package/lib/components/Editor/index.d.ts +1 -0
  55. package/lib/components/Editor/index.js +2 -0
  56. package/lib/components/Editor/index.js.map +1 -0
  57. package/lib/components/Excel/Data.d.ts +10 -60
  58. package/lib/components/Excel/Data.js +67 -33
  59. package/lib/components/Excel/Data.js.map +1 -1
  60. package/lib/components/Excel/ExcelFile/ExcelFile.js +2 -2
  61. package/lib/components/Excel/ExcelFile/ExcelFile.js.map +1 -1
  62. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js +4 -1
  63. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js.map +1 -1
  64. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js +5 -3
  65. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js.map +1 -1
  66. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js +8 -8
  67. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js.map +1 -1
  68. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js +1 -1
  69. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js.map +1 -1
  70. package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js +5 -4
  71. package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js.map +1 -1
  72. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js +37 -3
  73. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js.map +1 -1
  74. package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.d.ts +9 -1
  75. package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js +7 -0
  76. package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js.map +1 -1
  77. package/lib/components/Excel/ExcelFile/ExcelFileComponents/areModelsEqual.d.ts +1 -0
  78. package/lib/components/Excel/ExcelFile/ExcelFileComponents/areModelsEqual.js +18 -0
  79. package/lib/components/Excel/ExcelFile/ExcelFileComponents/areModelsEqual.js.map +1 -0
  80. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js +106 -18
  81. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js.map +1 -1
  82. package/lib/components/Excel/Types.d.ts +2 -0
  83. package/lib/components/Excel/dataConversion.d.ts +2 -2
  84. package/lib/components/Excel/dataConversion.js +6 -2
  85. package/lib/components/Excel/dataConversion.js.map +1 -1
  86. package/lib/components/ExpandableTable/ExpandableTable.d.ts +12 -0
  87. package/lib/components/ExpandableTable/ExpandableTable.js +19 -0
  88. package/lib/components/ExpandableTable/ExpandableTable.js.map +1 -0
  89. package/lib/components/FF_Captcha/index.d.ts +0 -0
  90. package/lib/components/FF_Captcha/index.js +2 -0
  91. package/lib/components/FF_Captcha/index.js.map +1 -0
  92. package/lib/components/Form/index.d.ts +1 -0
  93. package/lib/components/Form/index.js +2 -0
  94. package/lib/components/Form/index.js.map +1 -0
  95. package/lib/components/Form/types.d.ts +1 -0
  96. package/lib/components/Form/types.js +2 -0
  97. package/lib/components/Form/types.js.map +1 -0
  98. package/lib/components/GridLayout/index.d.ts +2 -0
  99. package/lib/components/GridLayout/index.js +2 -0
  100. package/lib/components/GridLayout/index.js.map +1 -0
  101. package/lib/components/Icon/iconList.js +2 -0
  102. package/lib/components/Icon/iconList.js.map +1 -1
  103. package/lib/components/LabelEditTextField/LabelEditTextField.js +4 -4
  104. package/lib/components/LazyLoad/index.d.ts +1 -0
  105. package/lib/components/LazyLoad/index.js +2 -0
  106. package/lib/components/LazyLoad/index.js.map +1 -0
  107. package/lib/components/Link/index.d.ts +1 -0
  108. package/lib/components/Link/index.js +2 -0
  109. package/lib/components/Link/index.js.map +1 -0
  110. package/lib/components/MediaPreview/index.d.ts +1 -0
  111. package/lib/components/MediaPreview/index.js +2 -0
  112. package/lib/components/MediaPreview/index.js.map +1 -0
  113. package/lib/components/MobileSkin/types.d.ts +37 -0
  114. package/lib/components/MobileSkin/types.js +2 -0
  115. package/lib/components/MobileSkin/types.js.map +1 -0
  116. package/lib/components/ModulesChip/index.d.ts +1 -0
  117. package/lib/components/ModulesChip/index.js +2 -0
  118. package/lib/components/ModulesChip/index.js.map +1 -0
  119. package/lib/components/NetworkErrorBoundary/NetworkErrorBoundary.d.ts +5 -0
  120. package/lib/components/NetworkErrorBoundary/NetworkErrorBoundary.js +19 -0
  121. package/lib/components/NetworkErrorBoundary/NetworkErrorBoundary.js.map +1 -0
  122. package/lib/components/NetworkErrorBoundary/index.d.ts +1 -0
  123. package/lib/components/NetworkErrorBoundary/index.js +2 -0
  124. package/lib/components/NetworkErrorBoundary/index.js.map +1 -0
  125. package/lib/components/NetworkErrorBoundary/types.d.ts +33 -0
  126. package/lib/components/NetworkErrorBoundary/types.js +2 -0
  127. package/lib/components/NetworkErrorBoundary/types.js.map +1 -0
  128. package/lib/components/PrePostTable/index.d.ts +1 -0
  129. package/lib/components/PrePostTable/index.js +2 -0
  130. package/lib/components/PrePostTable/index.js.map +1 -0
  131. package/lib/components/ScriptGenerationLoader/index.d.ts +1 -0
  132. package/lib/components/ScriptGenerationLoader/index.js +2 -0
  133. package/lib/components/ScriptGenerationLoader/index.js.map +1 -0
  134. package/lib/components/StatusIndicator/StatusIndicator.js +5 -5
  135. package/lib/components/StepsLandingTable/index.d.ts +1 -0
  136. package/lib/components/StepsLandingTable/index.js +2 -0
  137. package/lib/components/StepsLandingTable/index.js.map +1 -0
  138. package/lib/components/Table/NoDataContent.d.ts +4 -0
  139. package/lib/components/Table/NoDataContent.js +9 -0
  140. package/lib/components/Table/NoDataContent.js.map +1 -0
  141. package/lib/components/Table/index.d.ts +1 -0
  142. package/lib/components/Table/index.js +2 -0
  143. package/lib/components/Table/index.js.map +1 -0
  144. package/lib/components/TableTree/Utils/getAllChildIds.d.ts +2 -0
  145. package/lib/components/TableTree/Utils/getAllChildIds.js +12 -0
  146. package/lib/components/TableTree/Utils/getAllChildIds.js.map +1 -0
  147. package/lib/components/TableTree/Utils/renderSpaces.d.ts +0 -0
  148. package/lib/components/TableTree/Utils/renderSpaces.js +2 -0
  149. package/lib/components/TableTree/Utils/renderSpaces.js.map +1 -0
  150. package/lib/components/TableTreeFn/Utils/addNewRow.d.ts +14 -0
  151. package/lib/components/TableTreeFn/Utils/addNewRow.js +80 -0
  152. package/lib/components/TableTreeFn/Utils/addNewRow.js.map +1 -0
  153. package/lib/components/TableTreeFn/Utils/getAllChildIds.d.ts +2 -0
  154. package/lib/components/TableTreeFn/Utils/getAllChildIds.js +12 -0
  155. package/lib/components/TableTreeFn/Utils/getAllChildIds.js.map +1 -0
  156. package/lib/components/TableTreeFn/Utils/renderSpaces.d.ts +0 -0
  157. package/lib/components/TableTreeFn/Utils/renderSpaces.js +2 -0
  158. package/lib/components/TableTreeFn/Utils/renderSpaces.js.map +1 -0
  159. package/lib/components/TableTreeFn/Utils/updateParentSibling.d.ts +3 -0
  160. package/lib/components/TableTreeFn/Utils/updateParentSibling.js +65 -0
  161. package/lib/components/TableTreeFn/Utils/updateParentSibling.js.map +1 -0
  162. package/lib/components/TableWithAccordion/index.d.ts +1 -0
  163. package/lib/components/TableWithAccordion/index.js +2 -0
  164. package/lib/components/TableWithAccordion/index.js.map +1 -0
  165. package/lib/components/TabsWithSilder/index.d.ts +1 -0
  166. package/lib/components/TabsWithSilder/index.js +2 -0
  167. package/lib/components/TabsWithSilder/index.js.map +1 -0
  168. package/lib/components/TextEditor/index.d.ts +1 -0
  169. package/lib/components/TextEditor/index.js +2 -0
  170. package/lib/components/TextEditor/index.js.map +1 -0
  171. package/lib/components/ToggleSwitch/index.d.ts +1 -0
  172. package/lib/components/ToggleSwitch/index.js +2 -0
  173. package/lib/components/ToggleSwitch/index.js.map +1 -0
  174. package/lib/hooks/useClickOutside.d.ts +4 -1
  175. package/lib/hooks/useClickOutside.js +7 -5
  176. package/lib/hooks/useClickOutside.js.map +1 -1
  177. package/lib/index.d.ts +40 -2
  178. package/lib/index.js +7 -7
  179. package/lib/index.js.map +1 -1
  180. package/lib/styles.css +1 -1
  181. package/lib/tsconfig.tsbuildinfo +1 -1
  182. package/lib/utils/OnlineStatus/useOnlineStatus.d.ts +1 -0
  183. package/lib/utils/OnlineStatus/useOnlineStatus.js +20 -0
  184. package/lib/utils/OnlineStatus/useOnlineStatus.js.map +1 -0
  185. package/lib/utils/functionCheck/functionCheck.d.ts +2 -0
  186. package/lib/utils/functionCheck/functionCheck.js +6 -0
  187. package/lib/utils/functionCheck/functionCheck.js.map +1 -0
  188. package/lib/utils/indexDBStore/indexDB copy.d.ts +4 -0
  189. package/lib/utils/indexDBStore/indexDB copy.js +142 -0
  190. package/lib/utils/indexDBStore/indexDB copy.js.map +1 -0
  191. package/lib/utils/toTitleCase/toTitleCase.d.ts +1 -0
  192. package/lib/utils/toTitleCase/toTitleCase.js +7 -0
  193. package/lib/utils/toTitleCase/toTitleCase.js.map +1 -0
  194. package/package.json +118 -109
package/package.json CHANGED
@@ -1,109 +1,118 @@
1
- {
2
- "name": "pixel-react",
3
- "description": "Great for pixel-perfect, design-focused components in React",
4
- "version": "1.20.52",
5
- "main": "lib/index.js",
6
- "module": "lib/index.js",
7
- "types": "lib/index.d.ts",
8
- "sideEffects": [
9
- "lib/styles.css",
10
- "**/*.css",
11
- "**/*.scss"
12
- ],
13
- "author": {
14
- "name": "Padmakant Baloji"
15
- },
16
- "license": "MIT",
17
- "devDependencies": {
18
- "@chromatic-com/storybook": "^3.2.2",
19
- "@rollup/plugin-commonjs": "^28.0.2",
20
- "@rollup/plugin-node-resolve": "^16.0.0",
21
- "@rollup/plugin-terser": "^0.4.4",
22
- "@rollup/plugin-typescript": "^12.1.2",
23
- "@rollup/plugin-url": "^8.0.2",
24
- "@storybook/addon-essentials": "^8.4.5",
25
- "@storybook/addon-interactions": "^8.4.5",
26
- "@storybook/addon-links": "^8.4.5",
27
- "@storybook/addon-onboarding": "^8.4.5",
28
- "@storybook/react": "^8.4.5",
29
- "@storybook/react-vite": "^8.4.5",
30
- "@storybook/test": "^8.4.5",
31
- "@types/draft-js": "^0.11.19",
32
- "@types/js-beautify": "^1.14.3",
33
- "@types/react": "^18.3.12",
34
- "@types/react-dom": "^18.3.1",
35
- "@types/react-google-recaptcha": "^2.1.9",
36
- "chromatic": "^11.16.5",
37
- "cross-env": "^7.0.3",
38
- "monaco-editor": "^0.55.1",
39
- "react": ">=18.2.0 <19.0.0",
40
- "react-dom": ">=18.2.0 <19.0.0",
41
- "rimraf": "^6.0.1",
42
- "rollup": "^4.24.4",
43
- "rollup-plugin-dts": "^6.1.0",
44
- "rollup-plugin-peer-deps-external": "^2.2.4",
45
- "rollup-plugin-postcss": "^4.0.2",
46
- "rollup-plugin-visualizer": "^5.14.0",
47
- "sass": "^1.80.6",
48
- "storybook": "^8.4.5",
49
- "storybook-addon-theme-provider": "^0.2.6",
50
- "typescript": "^5.7.2",
51
- "vite": "^5.4.10"
52
- },
53
- "peerDependencies": {
54
- "react": "^18.2.0",
55
- "react-dom": "^18.2.0"
56
- },
57
- "scripts": {
58
- "audit": "pnpm audit",
59
- "storybook": "storybook dev -p 6006",
60
- "build-storybook": "storybook build",
61
- "build": "rimraf lib && tsc -b && cross-env NODE_ENV=production rollup -c",
62
- "analyze": "tsc -b && cross-env ANALYZE=true rollup -c",
63
- "sync": "git pull origin main && tsc -b && rollup -c",
64
- "chromatic": "chromatic --exit-zero-on-changes",
65
- "clean": "rimraf lib node_modules pnpm-lock.yaml package-lock.json yarn.lock"
66
- },
67
- "dependencies": {
68
- "@dnd-kit/core": "^6.1.0",
69
- "@dnd-kit/modifiers": "^9.0.0",
70
- "@dnd-kit/sortable": "^8.0.0",
71
- "@dnd-kit/utilities": "^3.2.2",
72
- "@monaco-editor/react": "^4.6.0",
73
- "@types/react-draft-wysiwyg": "^1.13.8",
74
- "@types/react-window": "^1.8.8",
75
- "@vitejs/plugin-react": "^4.3.0",
76
- "classnames": "^2.5.1",
77
- "date-fns": "^3.6.0",
78
- "date-fns-tz": "^3.2.0",
79
- "draft-js": "^0.11.7",
80
- "janus-gateway": "^1.3.1",
81
- "js-beautify": "^1.15.1",
82
- "jsencrypt": "^3.3.2",
83
- "react-archer": "^4.4.0",
84
- "react-day-picker": "^9.2.1",
85
- "react-draft-wysiwyg": "^1.15.0",
86
- "react-google-recaptcha": "^3.1.0",
87
- "react-hook-form": "7.64.0",
88
- "react-phone-input-2": "^2.15.1",
89
- "react-phone-number-input": "^3.4.12",
90
- "react-virtuoso": "^4.13.0",
91
- "react-window": "^1.8.10",
92
- "tippy.js": "^6.3.7",
93
- "use-context-selector": "^2.0.0",
94
- "vite-plugin-svgr": "^4.3.0",
95
- "webrtc-adapter": "^9.0.1"
96
- },
97
- "files": [
98
- "lib",
99
- "README.md",
100
- "LICENSE"
101
- ],
102
- "pnpm": {
103
- "overrides": {
104
- "minimatch": ">=10.2.1",
105
- "esbuild": "0.25.0",
106
- "glob": "^13.0.5"
107
- }
108
- }
109
- }
1
+ {
2
+ "name": "pixel-react",
3
+ "description": "Great for pixel-perfect, design-focused components in React",
4
+ "version": "1.20.54",
5
+ "main": "lib/index.js",
6
+ "module": "lib/index.js",
7
+ "types": "lib/index.d.ts",
8
+ "sideEffects": [
9
+ "lib/styles.css",
10
+ "**/*.css",
11
+ "**/*.scss"
12
+ ],
13
+ "author": {
14
+ "name": "Padmakant Baloji"
15
+ },
16
+ "license": "MIT",
17
+ "devDependencies": {
18
+ "@babel/core": "^7.0.0",
19
+ "@babel/preset-react": "^7.26.3",
20
+ "@chromatic-com/storybook": "^3.2.2",
21
+ "@rollup/plugin-babel": "^6.0.4",
22
+ "@rollup/plugin-commonjs": "^28.0.2",
23
+ "@rollup/plugin-node-resolve": "^16.0.0",
24
+ "@rollup/plugin-terser": "^0.4.4",
25
+ "@rollup/plugin-typescript": "^12.1.2",
26
+ "@rollup/plugin-url": "^8.0.2",
27
+ "@storybook/addon-docs": "^8.4.5",
28
+ "@storybook/addon-essentials": "^8.4.5",
29
+ "@storybook/addon-interactions": "^8.4.5",
30
+ "@storybook/addon-links": "^8.4.5",
31
+ "@storybook/addon-onboarding": "^8.4.5",
32
+ "@storybook/blocks": "^8.4.5",
33
+ "@storybook/react": "^8.4.5",
34
+ "@storybook/react-vite": "^8.4.5",
35
+ "@storybook/test": "^8.4.5",
36
+ "@types/draft-js": "^0.11.19",
37
+ "@types/js-beautify": "^1.14.3",
38
+ "@types/node-forge": "^1.3.14",
39
+ "@types/react": "^18.3.12",
40
+ "@types/react-dom": "^18.3.1",
41
+ "@types/react-google-recaptcha": "^2.1.9",
42
+ "chromatic": "^11.16.5",
43
+ "cross-env": "^7.0.3",
44
+ "monaco-editor": "^0.55.1",
45
+ "react": ">=18.2.0 <19.0.0",
46
+ "react-dom": ">=18.2.0 <19.0.0",
47
+ "rimraf": "^6.0.1",
48
+ "rollup": "^4.24.4",
49
+ "rollup-plugin-dts": "^6.1.0",
50
+ "rollup-plugin-peer-deps-external": "^2.2.4",
51
+ "rollup-plugin-postcss": "^4.0.2",
52
+ "rollup-plugin-visualizer": "^5.14.0",
53
+ "sass": "^1.80.6",
54
+ "storybook": "^8.4.5",
55
+ "storybook-addon-theme-provider": "^0.2.6",
56
+ "typescript": "^5.7.2",
57
+ "vite": "^5.4.10"
58
+ },
59
+ "peerDependencies": {
60
+ "react": "^18.2.0",
61
+ "react-dom": "^18.2.0"
62
+ },
63
+ "scripts": {
64
+ "audit": "pnpm audit",
65
+ "storybook": "storybook dev -p 6006",
66
+ "build-storybook": "storybook build",
67
+ "build": "rimraf lib && tsc -b && cross-env NODE_ENV=production rollup -c",
68
+ "analyze": "tsc -b && cross-env ANALYZE=true rollup -c",
69
+ "sync": "git pull origin main && tsc -b && rollup -c",
70
+ "chromatic": "chromatic --exit-zero-on-changes",
71
+ "clean": "rimraf lib node_modules pnpm-lock.yaml package-lock.json yarn.lock"
72
+ },
73
+ "dependencies": {
74
+ "@babel/plugin-transform-react-jsx": "^7.24.7",
75
+ "@dnd-kit/core": "^6.1.0",
76
+ "@dnd-kit/modifiers": "^9.0.0",
77
+ "@dnd-kit/sortable": "^8.0.0",
78
+ "@dnd-kit/utilities": "^3.2.2",
79
+ "@monaco-editor/react": "^4.6.0",
80
+ "@types/react-draft-wysiwyg": "^1.13.8",
81
+ "@types/react-window": "^1.8.8",
82
+ "@vitejs/plugin-react": "^4.3.0",
83
+ "classnames": "^2.5.1",
84
+ "date-fns": "^3.6.0",
85
+ "date-fns-tz": "^3.2.0",
86
+ "draft-js": "^0.11.7",
87
+ "janus-gateway": "^1.3.1",
88
+ "js-beautify": "^1.15.1",
89
+ "jsencrypt": "^3.3.2",
90
+ "node-forge": "^1.3.1",
91
+ "react-archer": "^4.4.0",
92
+ "react-day-picker": "^9.2.1",
93
+ "react-draft-wysiwyg": "^1.15.0",
94
+ "react-google-recaptcha": "^3.1.0",
95
+ "react-hook-form": "7.64.0",
96
+ "react-phone-input-2": "^2.15.1",
97
+ "react-phone-number-input": "^3.4.12",
98
+ "react-virtuoso": "^4.13.0",
99
+ "react-window": "^1.8.10",
100
+ "scss": "^0.2.4",
101
+ "tippy.js": "^6.3.7",
102
+ "use-context-selector": "^2.0.0",
103
+ "vite-plugin-svgr": "^4.3.0",
104
+ "webrtc-adapter": "^9.0.1"
105
+ },
106
+ "files": [
107
+ "lib",
108
+ "README.md",
109
+ "LICENSE"
110
+ ],
111
+ "pnpm": {
112
+ "overrides": {
113
+ "minimatch": ">=10.2.1",
114
+ "esbuild": "0.25.0",
115
+ "glob": "^13.0.5"
116
+ }
117
+ }
118
+ }