@weng-lab/ui-components 1.0.2 → 1.0.3

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 (42) hide show
  1. package/README.md +23 -23
  2. package/package.json +1 -1
  3. package/dist/fp.esm-Dkdh137l.js +0 -1669
  4. package/dist/fp.esm-Dkdh137l.js.map +0 -1
  5. package/dist/get-context-CrxlN9Xb.js +0 -78
  6. package/dist/get-context-CrxlN9Xb.js.map +0 -1
  7. package/dist/index-DpW4CEKo.js +0 -49556
  8. package/dist/index-DpW4CEKo.js.map +0 -1
  9. package/dist/src/components/DataTable/datatable.d.ts +0 -6
  10. package/dist/src/components/DataTable/datatable.d.ts.map +0 -1
  11. package/dist/src/components/DataTable/index.d.ts +0 -4
  12. package/dist/src/components/DataTable/index.d.ts.map +0 -1
  13. package/dist/src/components/DataTable/reducer.d.ts +0 -3
  14. package/dist/src/components/DataTable/reducer.d.ts.map +0 -1
  15. package/dist/src/components/DataTable/types.d.ts +0 -187
  16. package/dist/src/components/DataTable/types.d.ts.map +0 -1
  17. package/dist/src/components/GenomeSearch/GenomeSearch.d.ts +0 -4
  18. package/dist/src/components/GenomeSearch/GenomeSearch.d.ts.map +0 -1
  19. package/dist/src/components/GenomeSearch/index.d.ts +0 -5
  20. package/dist/src/components/GenomeSearch/index.d.ts.map +0 -1
  21. package/dist/src/components/GenomeSearch/queries.d.ts +0 -10
  22. package/dist/src/components/GenomeSearch/queries.d.ts.map +0 -1
  23. package/dist/src/components/GenomeSearch/types.d.ts +0 -68
  24. package/dist/src/components/GenomeSearch/types.d.ts.map +0 -1
  25. package/dist/src/components/GenomeSearch/utils.d.ts +0 -14
  26. package/dist/src/components/GenomeSearch/utils.d.ts.map +0 -1
  27. package/dist/src/components/RangeSlider/RangeSlider.d.ts +0 -15
  28. package/dist/src/components/RangeSlider/RangeSlider.d.ts.map +0 -1
  29. package/dist/src/components/RangeSlider/index.d.ts +0 -4
  30. package/dist/src/components/RangeSlider/index.d.ts.map +0 -1
  31. package/dist/src/components/Table/EmptyFallback.d.ts +0 -7
  32. package/dist/src/components/Table/EmptyFallback.d.ts.map +0 -1
  33. package/dist/src/components/Table/Table.d.ts +0 -4
  34. package/dist/src/components/Table/Table.d.ts.map +0 -1
  35. package/dist/src/components/Table/index.d.ts +0 -4
  36. package/dist/src/components/Table/index.d.ts.map +0 -1
  37. package/dist/src/components/Table/types.d.ts +0 -68
  38. package/dist/src/components/Table/types.d.ts.map +0 -1
  39. package/dist/src/index.d.ts +0 -9
  40. package/dist/src/index.d.ts.map +0 -1
  41. package/dist/ui-components.es.js +0 -8
  42. package/dist/ui-components.es.js.map +0 -1
package/README.md CHANGED
@@ -1,24 +1,24 @@
1
- # @weng-lab/ui-components
2
- React MUI components for the Weng/Moore Labs suite of genomics web resources
3
-
4
- ## Prerequisites
5
- This library assumes you have `react` and `react-dom` installed in your project already
6
-
7
- ## Installation
8
- npm
9
- ```
10
- npm install @weng-lab/ui-components @mui/material @mui/icons-material @emotion/styled @emotion/react
11
- ```
12
-
13
- yarn
14
- ```
15
- yarn add @weng-lab/ui-components @mui/material @mui/icons-material @emotion/styled @emotion/react
16
- ```
17
-
18
- pnpm
19
- ```
20
- pnpm add @weng-lab/ui-components @mui/material @mui/icons-material @emotion/styled @emotion/react
21
- ```
22
-
23
- ## Component Documentaion
1
+ # @weng-lab/ui-components
2
+ React MUI components for the Weng/Moore Labs suite of genomics web resources
3
+
4
+ ## Prerequisites
5
+ This library assumes you have `react` and `react-dom` installed in your project already
6
+
7
+ ## Installation
8
+ npm
9
+ ```
10
+ npm install @weng-lab/ui-components @mui/material @mui/icons-material @emotion/styled @emotion/react
11
+ ```
12
+
13
+ yarn
14
+ ```
15
+ yarn add @weng-lab/ui-components @mui/material @mui/icons-material @emotion/styled @emotion/react
16
+ ```
17
+
18
+ pnpm
19
+ ```
20
+ pnpm add @weng-lab/ui-components @mui/material @mui/icons-material @emotion/styled @emotion/react
21
+ ```
22
+
23
+ ## Component Documentaion
24
24
  Please visit weng-lab-components.vercel.app and navigate to the 'ui-components' section for component documentation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weng-lab/ui-components",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "React MUI components for the Weng/Moore Labs suite of genomics web resources",
5
5
  "type": "module",
6
6
  "module": "dist/ui-components.es.js",