@dmsi/wedgekit-react 0.0.843 → 0.0.845

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 (72) hide show
  1. package/dist/{chunk-B4AE3DCA.js → chunk-GCXPSRAD.js} +4 -4
  2. package/dist/{chunk-5BDLTYAC.js → chunk-GLWDUTIL.js} +15 -15
  3. package/dist/{chunk-6NDQCVAN.js → chunk-RTZO2OU7.js} +1 -1
  4. package/dist/{chunk-AS57Y2D3.js → chunk-ZL6NXIGS.js} +5 -1
  5. package/dist/components/AccessCard.js +1 -1
  6. package/dist/components/Accordion.js +2 -2
  7. package/dist/components/Alert.js +2 -2
  8. package/dist/components/CalendarRange.cjs +2 -1
  9. package/dist/components/CalendarRange.js +19 -19
  10. package/dist/components/CompactImagesPreview.js +2 -2
  11. package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.cjs +2 -1
  12. package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.js +19 -19
  13. package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.cjs +2 -1
  14. package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.js +19 -19
  15. package/dist/components/DataGrid/PinnedColumns.cjs +2 -1
  16. package/dist/components/DataGrid/PinnedColumns.js +19 -19
  17. package/dist/components/DataGrid/TableBody/LoadingCell.cjs +2 -1
  18. package/dist/components/DataGrid/TableBody/LoadingCell.js +19 -19
  19. package/dist/components/DataGrid/TableBody/TableBodyRow.cjs +2 -1
  20. package/dist/components/DataGrid/TableBody/TableBodyRow.js +19 -19
  21. package/dist/components/DataGrid/TableBody/index.cjs +2 -1
  22. package/dist/components/DataGrid/TableBody/index.js +19 -19
  23. package/dist/components/DataGrid/index.cjs +2 -1
  24. package/dist/components/DataGrid/index.js +19 -19
  25. package/dist/components/DataGrid/utils.cjs +2 -1
  26. package/dist/components/DataGrid/utils.js +19 -19
  27. package/dist/components/DateInput.cjs +2 -1
  28. package/dist/components/DateInput.js +19 -19
  29. package/dist/components/DateRangeInput.cjs +2 -1
  30. package/dist/components/DateRangeInput.js +19 -19
  31. package/dist/components/FilterGroup.js +2 -2
  32. package/dist/components/MobileDataGrid/ColumnList.js +4 -4
  33. package/dist/components/MobileDataGrid/ColumnSelector/index.cjs +2 -1
  34. package/dist/components/MobileDataGrid/ColumnSelector/index.js +19 -19
  35. package/dist/components/MobileDataGrid/MobileDataGridCard/index.js +3 -3
  36. package/dist/components/MobileDataGrid/MobileDataGridHeader.cjs +2 -1
  37. package/dist/components/MobileDataGrid/MobileDataGridHeader.js +19 -19
  38. package/dist/components/MobileDataGrid/RowDetailModalProvider/ModalContent.js +1 -1
  39. package/dist/components/MobileDataGrid/RowDetailModalProvider/index.js +5 -5
  40. package/dist/components/MobileDataGrid/index.cjs +2 -1
  41. package/dist/components/MobileDataGrid/index.js +19 -19
  42. package/dist/components/Modal.js +3 -3
  43. package/dist/components/NestedMenu.js +4 -4
  44. package/dist/components/Notification.js +3 -3
  45. package/dist/components/PDFViewer/DownloadIcon.cjs +43 -9
  46. package/dist/components/PDFViewer/DownloadIcon.js +6 -2
  47. package/dist/components/PDFViewer/PDFElement.js +2 -2
  48. package/dist/components/PDFViewer/PDFNavigation.js +2 -2
  49. package/dist/components/PDFViewer/index.cjs +2 -1
  50. package/dist/components/PDFViewer/index.js +8 -8
  51. package/dist/components/Password.cjs +45 -11
  52. package/dist/components/Password.js +4 -1
  53. package/dist/components/ProductImagePreview/index.js +2 -2
  54. package/dist/components/SimpleTable.js +2 -2
  55. package/dist/components/Stepper.cjs +43 -9
  56. package/dist/components/Stepper.js +5 -2
  57. package/dist/components/Time.js +3 -3
  58. package/dist/components/Tooltip.cjs +41 -9
  59. package/dist/components/Tooltip.js +5 -1
  60. package/dist/components/Upload.js +3 -3
  61. package/dist/components/index.cjs +2 -1
  62. package/dist/components/index.js +33 -33
  63. package/package.json +1 -1
  64. package/dist/{chunk-QNIZDGFV.js → chunk-3XNNZ43V.js} +3 -3
  65. package/dist/{chunk-EQ2RAI53.js → chunk-54PBZBOB.js} +3 -3
  66. package/dist/{chunk-WJJB7IJZ.js → chunk-EU7ONAGD.js} +3 -3
  67. package/dist/{chunk-CJPGHBV5.js → chunk-HG4SUTLG.js} +3 -3
  68. package/dist/{chunk-GQDUOL5Y.js → chunk-L3IW57SO.js} +3 -3
  69. package/dist/{chunk-7YW4Q7OQ.js → chunk-NYBPEUKC.js} +3 -3
  70. package/dist/{chunk-FP3Y5JJN.js → chunk-ONIY5LKN.js} +6 -6
  71. package/dist/{chunk-TURMALTW.js → chunk-QCTZTMHH.js} +3 -3
  72. package/dist/{chunk-FESS4LWU.js → chunk-XMX5DKIE.js} +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dmsi/wedgekit-react",
3
3
  "private": false,
4
- "version": "0.0.843",
4
+ "version": "0.0.845",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "tsup",
@@ -1,9 +1,9 @@
1
- import {
2
- Card
3
- } from "./chunk-F4VE3THQ.js";
4
1
  import {
5
2
  Stack
6
3
  } from "./chunk-MTGNBARV.js";
4
+ import {
5
+ Card
6
+ } from "./chunk-F4VE3THQ.js";
7
7
  import {
8
8
  Paragraph
9
9
  } from "./chunk-WMPWWFUJ.js";
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  PdfPage
3
3
  } from "./chunk-VJVY6NPF.js";
4
- import {
5
- Spinner
6
- } from "./chunk-SBRRNFOP.js";
7
4
  import {
8
5
  Stack
9
6
  } from "./chunk-MTGNBARV.js";
7
+ import {
8
+ Spinner
9
+ } from "./chunk-SBRRNFOP.js";
10
10
 
11
11
  // src/components/PDFViewer/PDFElement.tsx
12
12
  import { usePdf } from "@mikecousins/react-pdf";
@@ -10,12 +10,12 @@ import {
10
10
  import {
11
11
  Heading2
12
12
  } from "./chunk-MXSJF6TW.js";
13
- import {
14
- Button
15
- } from "./chunk-BMAZBFUU.js";
16
13
  import {
17
14
  Stack
18
15
  } from "./chunk-MTGNBARV.js";
16
+ import {
17
+ Button
18
+ } from "./chunk-BMAZBFUU.js";
19
19
  import {
20
20
  Icon
21
21
  } from "./chunk-NKUETCDA.js";
@@ -1,9 +1,9 @@
1
- import {
2
- useMatchesMobile
3
- } from "./chunk-BXEE6VGQ.js";
4
1
  import {
5
2
  Stack
6
3
  } from "./chunk-MTGNBARV.js";
4
+ import {
5
+ useMatchesMobile
6
+ } from "./chunk-BXEE6VGQ.js";
7
7
 
8
8
  // src/components/CompactImagesPreview.tsx
9
9
  import { useCallback } from "react";
@@ -16,12 +16,12 @@ import {
16
16
  import {
17
17
  Grid
18
18
  } from "./chunk-BWPNXY7T.js";
19
- import {
20
- useMatchesMobile
21
- } from "./chunk-BXEE6VGQ.js";
22
19
  import {
23
20
  Stack
24
21
  } from "./chunk-MTGNBARV.js";
22
+ import {
23
+ useMatchesMobile
24
+ } from "./chunk-BXEE6VGQ.js";
25
25
 
26
26
  // src/components/ProductImagePreview/useProductImagePreview.ts
27
27
  import { useCallback, useEffect, useRef, useState, useMemo } from "react";
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  Heading3
3
3
  } from "./chunk-MXSJF6TW.js";
4
- import {
5
- Button
6
- } from "./chunk-BMAZBFUU.js";
7
4
  import {
8
5
  Stack
9
6
  } from "./chunk-MTGNBARV.js";
7
+ import {
8
+ Button
9
+ } from "./chunk-BMAZBFUU.js";
10
10
  import {
11
11
  Paragraph
12
12
  } from "./chunk-WMPWWFUJ.js";
@@ -4,18 +4,18 @@ import {
4
4
  import {
5
5
  MobileDataGridColumn
6
6
  } from "./chunk-6EYMKEJ6.js";
7
- import {
8
- Checkbox
9
- } from "./chunk-M7WHWZ2J.js";
10
- import {
11
- Subheader
12
- } from "./chunk-BYC6QID5.js";
13
7
  import {
14
8
  Stack
15
9
  } from "./chunk-MTGNBARV.js";
10
+ import {
11
+ Checkbox
12
+ } from "./chunk-M7WHWZ2J.js";
16
13
  import {
17
14
  Paragraph
18
15
  } from "./chunk-WMPWWFUJ.js";
16
+ import {
17
+ Subheader
18
+ } from "./chunk-BYC6QID5.js";
19
19
  import {
20
20
  Icon
21
21
  } from "./chunk-NKUETCDA.js";
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  Heading2
3
3
  } from "./chunk-MXSJF6TW.js";
4
- import {
5
- Button
6
- } from "./chunk-BMAZBFUU.js";
7
4
  import {
8
5
  Stack
9
6
  } from "./chunk-MTGNBARV.js";
7
+ import {
8
+ Button
9
+ } from "./chunk-BMAZBFUU.js";
10
10
  import {
11
11
  Paragraph
12
12
  } from "./chunk-WMPWWFUJ.js";
@@ -1,9 +1,9 @@
1
- import {
2
- Subheader
3
- } from "./chunk-BYC6QID5.js";
4
1
  import {
5
2
  Stack
6
3
  } from "./chunk-MTGNBARV.js";
4
+ import {
5
+ Subheader
6
+ } from "./chunk-BYC6QID5.js";
7
7
 
8
8
  // src/components/SimpleTable.tsx
9
9
  import clsx from "clsx";