ekm-ui 0.3.28 → 0.3.31
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/.turbo/turbo-build.log +69 -69
- package/CHANGELOG.md +7 -0
- package/dist/card-payment-block.css +1 -1
- package/dist/card-payment-block.css.map +1 -1
- package/dist/card-payment-block.d.ts +3 -0
- package/dist/card-payment-block.mjs +14 -16
- package/dist/chunk-2GCEP5W6.mjs +9 -0
- package/dist/chunk-2GCEP5W6.mjs.map +1 -0
- package/dist/chunk-ANWYP5U5.mjs +30 -0
- package/dist/chunk-ANWYP5U5.mjs.map +1 -0
- package/dist/chunk-BKPA5PRE.mjs +8 -0
- package/dist/chunk-BKPA5PRE.mjs.map +1 -0
- package/dist/chunk-F6ZWBNIM.mjs +9 -0
- package/dist/chunk-F6ZWBNIM.mjs.map +1 -0
- package/dist/{chunk-WU66HPYP.mjs → chunk-MTR65QZV.mjs} +3 -3
- package/dist/chunk-MTR65QZV.mjs.map +1 -0
- package/dist/chunk-QOVVHEU2.mjs +9 -0
- package/dist/chunk-QOVVHEU2.mjs.map +1 -0
- package/dist/chunk-XGHRMSFX.mjs +12 -0
- package/dist/chunk-XGHRMSFX.mjs.map +1 -0
- package/dist/chunk-XMWWV2CX.mjs +11 -0
- package/dist/chunk-XMWWV2CX.mjs.map +1 -0
- package/dist/chunk-ZWJSMASL.mjs +11 -0
- package/dist/chunk-ZWJSMASL.mjs.map +1 -0
- package/dist/{chunk-Y5K3JRRK.mjs → chunk-ZYRUFOAX.mjs} +3 -3
- package/dist/chunk-ZYRUFOAX.mjs.map +1 -0
- package/dist/dashboard-notification.mjs +3 -1
- package/dist/drag-and-drop.css +2 -0
- package/dist/drag-and-drop.css.map +1 -0
- package/dist/drag-and-drop.d.ts +4 -1
- package/dist/drag-and-drop.mjs +50 -1
- package/dist/draggable-stacked-list-item.mjs +3 -1
- package/dist/dropdown.d.ts +4 -0
- package/dist/dropdown.mjs +1 -1
- package/dist/file-picker/file-picker.css +2 -0
- package/dist/file-picker/file-picker.css.map +1 -0
- package/dist/file-picker/file-picker.mjs +44 -2
- package/dist/fixed-alert.mjs +3 -1
- package/dist/form-row.mjs +3 -1
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.mjs +14 -16
- package/dist/input-copy.mjs +3 -1
- package/dist/layout/layout.css +1 -1
- package/dist/layout/layout.css.map +1 -1
- package/dist/layout/layout.mjs +14 -16
- package/dist/loading-button.d.ts +2 -1
- package/dist/loading-button.mjs +1 -1
- package/dist/mini-feature-block.mjs +3 -1
- package/dist/modal.d.ts +3 -0
- package/dist/modal.mjs +1 -1
- package/dist/stacked-list-item.css +1 -1
- package/dist/stacked-list-item.css.map +1 -1
- package/dist/stacked-list-item.mjs +14 -16
- package/package.json +1 -1
- package/src/card-payment-block.tsx +7 -2
- package/src/dashboard-notification.tsx +1 -1
- package/src/drag-and-drop.tsx +118 -80
- package/src/draggable-stacked-list-item.tsx +2 -1
- package/src/dropdown.tsx +3 -1
- package/src/fixed-alert.tsx +2 -2
- package/src/form-row.tsx +1 -1
- package/src/input-copy.tsx +2 -1
- package/src/loading-button.tsx +5 -5
- package/src/mini-feature-block.tsx +6 -2
- package/src/modal.tsx +4 -0
- package/dist/chunk-4AISL4YA.mjs +0 -12
- package/dist/chunk-4AISL4YA.mjs.map +0 -1
- package/dist/chunk-BIU2AAPZ.mjs +0 -9
- package/dist/chunk-BIU2AAPZ.mjs.map +0 -1
- package/dist/chunk-FJQEJBBY.mjs +0 -8
- package/dist/chunk-FJQEJBBY.mjs.map +0 -1
- package/dist/chunk-KJPNVM7M.mjs +0 -16
- package/dist/chunk-KJPNVM7M.mjs.map +0 -1
- package/dist/chunk-L6TUZV6O.mjs +0 -11
- package/dist/chunk-L6TUZV6O.mjs.map +0 -1
- package/dist/chunk-LWDFKEBO.mjs +0 -9
- package/dist/chunk-LWDFKEBO.mjs.map +0 -1
- package/dist/chunk-MA4QT7NM.mjs +0 -18
- package/dist/chunk-MA4QT7NM.mjs.map +0 -1
- package/dist/chunk-N3423LIB.mjs +0 -12
- package/dist/chunk-N3423LIB.mjs.map +0 -1
- package/dist/chunk-S4LI5APF.mjs +0 -11
- package/dist/chunk-S4LI5APF.mjs.map +0 -1
- package/dist/chunk-T2OVPC6F.mjs +0 -9
- package/dist/chunk-T2OVPC6F.mjs.map +0 -1
- package/dist/chunk-WU66HPYP.mjs.map +0 -1
- package/dist/chunk-Y5K3JRRK.mjs.map +0 -1
package/dist/layout/layout.mjs
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export { b as Layout } from '../chunk-
|
|
1
|
+
export { b as Layout } from '../chunk-ANWYP5U5.mjs';
|
|
2
|
+
import '../chunk-XFCPRHEY.mjs';
|
|
2
3
|
import '../chunk-EHJJX6ZZ.mjs';
|
|
3
4
|
import '../chunk-YFGQ3B3L.mjs';
|
|
4
5
|
import '../chunk-45QX7OUO.mjs';
|
|
@@ -6,8 +7,6 @@ import '../chunk-QWPN2UNV.mjs';
|
|
|
6
7
|
import '../chunk-ASCPOK5F.mjs';
|
|
7
8
|
import '../chunk-25FJ277C.mjs';
|
|
8
9
|
import '../chunk-FAFXVD4P.mjs';
|
|
9
|
-
import '../chunk-MA4QT7NM.mjs';
|
|
10
|
-
import '../chunk-XFCPRHEY.mjs';
|
|
11
10
|
import '../chunk-BRWFUWH7.mjs';
|
|
12
11
|
import '../chunk-256SAVHD.mjs';
|
|
13
12
|
import '../chunk-VPLCWU7T.mjs';
|
|
@@ -17,29 +16,28 @@ import '../chunk-NTGEZMHP.mjs';
|
|
|
17
16
|
import '../chunk-E7S3XFB4.mjs';
|
|
18
17
|
import '../chunk-RMX72FR3.mjs';
|
|
19
18
|
import '../chunk-2IL2LP47.mjs';
|
|
19
|
+
import '../chunk-2GCEP5W6.mjs';
|
|
20
20
|
import '../chunk-KBXHNBM5.mjs';
|
|
21
|
-
import '../chunk-
|
|
22
|
-
import '../chunk-BIU2AAPZ.mjs';
|
|
23
|
-
import '../chunk-D6H235SZ.mjs';
|
|
24
|
-
import '../chunk-S4LI5APF.mjs';
|
|
21
|
+
import '../chunk-ZWJSMASL.mjs';
|
|
25
22
|
import '../chunk-OT256LE6.mjs';
|
|
26
|
-
import '../chunk-
|
|
27
|
-
import '../chunk-
|
|
23
|
+
import '../chunk-BKPA5PRE.mjs';
|
|
24
|
+
import '../chunk-XMWWV2CX.mjs';
|
|
28
25
|
import '../chunk-EWNPNF2B.mjs';
|
|
29
26
|
import '../chunk-OZK25XNR.mjs';
|
|
30
|
-
import '../chunk-
|
|
27
|
+
import '../chunk-XGHRMSFX.mjs';
|
|
31
28
|
import '../chunk-ZT7KDTGF.mjs';
|
|
32
|
-
import '../chunk-
|
|
29
|
+
import '../chunk-MTR65QZV.mjs';
|
|
33
30
|
import '../chunk-FRIXS4BL.mjs';
|
|
34
|
-
import '../chunk-
|
|
31
|
+
import '../chunk-QOVVHEU2.mjs';
|
|
32
|
+
import '../chunk-D6H235SZ.mjs';
|
|
35
33
|
import '../chunk-PJMH47GY.mjs';
|
|
36
34
|
import '../chunk-KAQJAKQH.mjs';
|
|
37
|
-
import '../chunk-PT4DPY4L.mjs';
|
|
38
35
|
import '../chunk-V3MN3IG2.mjs';
|
|
39
36
|
import '../chunk-7Q4BF7BT.mjs';
|
|
40
|
-
import '../chunk-
|
|
41
|
-
import '../chunk-
|
|
42
|
-
import '../chunk-
|
|
37
|
+
import '../chunk-F6ZWBNIM.mjs';
|
|
38
|
+
import '../chunk-PT4DPY4L.mjs';
|
|
39
|
+
import '../chunk-ZYRUFOAX.mjs';
|
|
40
|
+
import '../chunk-EPWIDK35.mjs';
|
|
43
41
|
import '../chunk-QRNTMHBL.mjs';
|
|
44
42
|
import '../chunk-JACXLYPD.mjs';
|
|
45
43
|
import '../chunk-TWLN46WO.mjs';
|
package/dist/loading-button.d.ts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import PropTypes from 'prop-types';
|
|
2
2
|
|
|
3
|
-
declare function LoadingButton({ children, ...props }: {
|
|
3
|
+
declare function LoadingButton({ children, isLoading, ...props }: {
|
|
4
4
|
[x: string]: any;
|
|
5
5
|
children: any;
|
|
6
|
+
isLoading?: boolean | undefined;
|
|
6
7
|
}): JSX.Element;
|
|
7
8
|
declare namespace LoadingButton {
|
|
8
9
|
var propTypes: {
|
package/dist/loading-button.mjs
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
export { a as MiniFeatureBlock } from './chunk-
|
|
1
|
+
export { a as MiniFeatureBlock } from './chunk-BKPA5PRE.mjs';
|
|
2
|
+
import './chunk-BXUZZHLO.mjs';
|
|
3
|
+
import './chunk-PUJZGK7Y.mjs';
|
|
2
4
|
import './chunk-23SJGKDR.mjs';
|
|
3
5
|
//# sourceMappingURL=out.js.map
|
|
4
6
|
//# sourceMappingURL=mini-feature-block.mjs.map
|
package/dist/modal.d.ts
CHANGED
|
@@ -23,6 +23,7 @@ declare namespace Modal {
|
|
|
23
23
|
/** Modal.Body and Modal.Footer compounds used to build up the modal. The footer is optional */
|
|
24
24
|
children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
|
|
25
25
|
};
|
|
26
|
+
var displayName: string;
|
|
26
27
|
}
|
|
27
28
|
declare function ModalBody({ children }: {
|
|
28
29
|
children: any;
|
|
@@ -32,6 +33,7 @@ declare namespace ModalBody {
|
|
|
32
33
|
/** Markup to make up the Modal content */
|
|
33
34
|
children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
|
|
34
35
|
};
|
|
36
|
+
var displayName: string;
|
|
35
37
|
}
|
|
36
38
|
declare function ModalFooter({ children, border }: {
|
|
37
39
|
children: any;
|
|
@@ -43,6 +45,7 @@ declare namespace ModalFooter {
|
|
|
43
45
|
border: PropTypes.Requireable<boolean>;
|
|
44
46
|
children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
|
|
45
47
|
};
|
|
48
|
+
var displayName: string;
|
|
46
49
|
}
|
|
47
50
|
|
|
48
51
|
export { Modal, ModalBody, ModalFooter };
|
package/dist/modal.mjs
CHANGED