@dmsi/wedgekit-react 0.0.159 → 0.0.160
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.
- package/dist/{chunk-WJ447JB5.js → chunk-4NCDT5ZY.js} +5 -5
- package/dist/{chunk-QFSGM4MP.js → chunk-NT2ZKA4W.js} +4 -4
- package/dist/{chunk-GG5JOFS6.js → chunk-PLMGI5K5.js} +1 -1
- package/dist/{chunk-IDSFWKOR.js → chunk-PMBEIP24.js} +1 -1
- package/dist/{chunk-N7EKJEYO.js → chunk-RUTYNLKS.js} +3 -3
- package/dist/{chunk-KADNOKNW.js → chunk-XH65MD2C.js} +1 -1
- package/dist/components/DataGridCell.js +8 -8
- package/dist/components/DateInput.js +9 -9
- package/dist/components/DateRangeInput.js +10 -10
- package/dist/components/FilterGroup.js +7 -7
- package/dist/components/Input.js +2 -2
- package/dist/components/LoadingScrim.cjs +1 -1
- package/dist/components/LoadingScrim.js +1 -1
- package/dist/components/Menu.js +2 -2
- package/dist/components/MenuOption.js +2 -2
- package/dist/components/MobileDataGrid.js +3 -3
- package/dist/components/Modal.js +2 -2
- package/dist/components/NestedMenu.js +2 -2
- package/dist/components/Notification.js +3 -3
- package/dist/components/PDFViewer.cjs +203 -42
- package/dist/components/PDFViewer.js +94 -40
- package/dist/components/Password.js +2 -2
- package/dist/components/PaymentOnAccountModal.cjs +1 -1
- package/dist/components/PaymentOnAccountModal.js +8 -8
- package/dist/components/Search.js +3 -3
- package/dist/components/Select.js +3 -3
- package/dist/components/SelectPaymentMethod.cjs +1 -1
- package/dist/components/SelectPaymentMethod.js +3 -3
- package/dist/components/Spinner.cjs +1 -1
- package/dist/components/Spinner.js +1 -1
- package/dist/components/Stepper.js +2 -2
- package/dist/components/Time.js +2 -2
- package/dist/components/Toast.js +3 -3
- package/dist/components/Upload.js +3 -3
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.js +23 -23
- package/package.json +1 -1
- package/src/components/PDFViewer.tsx +63 -17
- package/src/components/Spinner.tsx +1 -1
- package/dist/{chunk-MVGOAMTP.js → chunk-4T3DRGLF.js} +3 -3
- package/dist/{chunk-NRCUFAOZ.js → chunk-5GOJRLQO.js} +3 -3
- package/dist/{chunk-AEDEFN7A.js → chunk-FFU6FB3K.js} +3 -3
- package/dist/{chunk-LPARJM6S.js → chunk-YR7JUKYO.js} +3 -3
|
@@ -15,7 +15,7 @@ export const Spinner: React.FC<SpinnerProps> = ({ size = "small", testid }) => {
|
|
|
15
15
|
viewBox="0 0 24 24"
|
|
16
16
|
xmlns="http://www.w3.org/2000/svg"
|
|
17
17
|
fill="#1D1E1E"
|
|
18
|
-
className=
|
|
18
|
+
className="animate-spin"
|
|
19
19
|
aria-label="Loading"
|
|
20
20
|
>
|
|
21
21
|
<circle cx="12" cy="4" r="2" opacity="1">
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Label
|
|
3
|
-
} from "./chunk-JWCT72WR.js";
|
|
4
1
|
import {
|
|
5
2
|
formatCurrencyDisplay,
|
|
6
3
|
formatDecimalValue,
|
|
7
4
|
getDecimalPlaceholder
|
|
8
5
|
} from "./chunk-5UH6QUFB.js";
|
|
6
|
+
import {
|
|
7
|
+
Label
|
|
8
|
+
} from "./chunk-JWCT72WR.js";
|
|
9
9
|
import {
|
|
10
10
|
Icon
|
|
11
11
|
} from "./chunk-NKUETCDA.js";
|
|
@@ -13,12 +13,12 @@ import {
|
|
|
13
13
|
import {
|
|
14
14
|
ModalScrim
|
|
15
15
|
} from "./chunk-ZFOANBWG.js";
|
|
16
|
-
import {
|
|
17
|
-
findDocumentRoot
|
|
18
|
-
} from "./chunk-4T7F5BZZ.js";
|
|
19
16
|
import {
|
|
20
17
|
useMatchesMobile
|
|
21
18
|
} from "./chunk-WNQ53SVY.js";
|
|
19
|
+
import {
|
|
20
|
+
findDocumentRoot
|
|
21
|
+
} from "./chunk-4T7F5BZZ.js";
|
|
22
22
|
|
|
23
23
|
// src/components/Modal.tsx
|
|
24
24
|
import clsx from "clsx";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
useMenuPosition
|
|
3
3
|
} from "./chunk-5GUW4DUY.js";
|
|
4
|
-
import {
|
|
5
|
-
findDocumentRoot
|
|
6
|
-
} from "./chunk-4T7F5BZZ.js";
|
|
7
4
|
import {
|
|
8
5
|
useMatchesMobile
|
|
9
6
|
} from "./chunk-WNQ53SVY.js";
|
|
7
|
+
import {
|
|
8
|
+
findDocumentRoot
|
|
9
|
+
} from "./chunk-4T7F5BZZ.js";
|
|
10
10
|
import {
|
|
11
11
|
__objRest,
|
|
12
12
|
__spreadProps,
|