ekm-ui 0.4.80 → 0.4.81
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 +88 -88
- package/CHANGELOG.md +6 -0
- package/dist/badge.js +1 -1
- package/dist/card-payment-block.css +1 -1
- package/dist/card-payment-block.css.map +1 -1
- package/dist/card-payment-block.js +4 -4
- package/dist/{chunk-UJ5AEZKA.js → chunk-FXWG57AM.js} +2 -2
- package/dist/{chunk-UJ5AEZKA.js.map → chunk-FXWG57AM.js.map} +1 -1
- package/dist/{chunk-MKSPEQBS.js → chunk-HFPVAZEW.js} +2 -2
- package/dist/{chunk-YOAHY5KX.js → chunk-KOZLNTEE.js} +2 -2
- package/dist/{chunk-IJMS44H4.js → chunk-XDR6HF2N.js} +2 -2
- package/dist/country-picker/country-modal.css +1 -1
- package/dist/country-picker/country-modal.css.map +1 -1
- package/dist/country-picker/country-modal.js +4 -4
- package/dist/drag-and-drop.css +1 -1
- package/dist/drag-and-drop.css.map +1 -1
- package/dist/drag-and-drop.js +4 -4
- package/dist/feature-cards/feature-card.js +2 -2
- package/dist/featurePageComponents/mini-feature-block.js +1 -1
- package/dist/file-picker/file-picker.css +1 -1
- package/dist/file-picker/file-picker.css.map +1 -1
- package/dist/file-picker/file-picker.js +4 -4
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +4 -4
- package/dist/layout/layout.css +1 -1
- package/dist/layout/layout.css.map +1 -1
- package/dist/layout/layout.js +4 -4
- package/dist/mini-feature-block.js +2 -2
- package/dist/product-picker/product-modal.css +1 -1
- package/dist/product-picker/product-modal.css.map +1 -1
- package/dist/product-picker/product-modal.js +4 -4
- package/dist/stacked-list-item.css +1 -1
- package/dist/stacked-list-item.css.map +1 -1
- package/dist/stacked-list-item.js +4 -4
- package/dist/table-result-block.css +1 -1
- package/dist/table-result-block.css.map +1 -1
- package/dist/table-result-block.js +4 -4
- package/package.json +1 -1
- package/src/badge.tsx +1 -1
- /package/dist/{chunk-MKSPEQBS.js.map → chunk-HFPVAZEW.js.map} +0 -0
- /package/dist/{chunk-YOAHY5KX.js.map → chunk-KOZLNTEE.js.map} +0 -0
- /package/dist/{chunk-IJMS44H4.js.map → chunk-XDR6HF2N.js.map} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { e as TableResultBlock } from './chunk-
|
|
1
|
+
export { e as TableResultBlock } from './chunk-KOZLNTEE.js';
|
|
2
2
|
import './chunk-DBTCX3TP.js';
|
|
3
3
|
import './chunk-YZ2YZSNQ.js';
|
|
4
4
|
import './chunk-GVNUAH45.js';
|
|
@@ -28,12 +28,12 @@ import './chunk-VE6J42I7.js';
|
|
|
28
28
|
import './chunk-DCVOMIPI.js';
|
|
29
29
|
import './chunk-NQSJ4LIX.js';
|
|
30
30
|
import './chunk-SBGTFQOD.js';
|
|
31
|
-
import './chunk-
|
|
31
|
+
import './chunk-XDR6HF2N.js';
|
|
32
32
|
import './chunk-AO5TGD7T.js';
|
|
33
33
|
import './chunk-WVAVR5V6.js';
|
|
34
34
|
import './chunk-E5EF4RHS.js';
|
|
35
35
|
import './chunk-QCHLLBHM.js';
|
|
36
|
-
import './chunk-
|
|
36
|
+
import './chunk-HFPVAZEW.js';
|
|
37
37
|
import './chunk-IV62JMW4.js';
|
|
38
38
|
import './chunk-AVTJXS4U.js';
|
|
39
39
|
import './chunk-SFEJDNIA.js';
|
|
@@ -70,7 +70,7 @@ import './chunk-P654OT65.js';
|
|
|
70
70
|
import './chunk-5SEJVYKM.js';
|
|
71
71
|
import './chunk-2ATHCBLY.js';
|
|
72
72
|
import './chunk-2OPJLYW6.js';
|
|
73
|
-
import './chunk-
|
|
73
|
+
import './chunk-FXWG57AM.js';
|
|
74
74
|
import './chunk-TJMI4DH2.js';
|
|
75
75
|
import './chunk-TRVGXTCI.js';
|
|
76
76
|
import './chunk-6LHL364H.js';
|
package/package.json
CHANGED
package/src/badge.tsx
CHANGED
|
@@ -20,7 +20,7 @@ const badgeProps = variantProps({
|
|
|
20
20
|
purple:
|
|
21
21
|
"bg-purple-100 text-purple-800 dark:bg-purple-200 dark:text-purple-900 group-hover:bg-purple-200 dark:group-hover:bg-purple-300",
|
|
22
22
|
pink: "bg-pink-100 text-pink-800 dark:bg-pink-200 dark:text-pink-900 group-hover:bg-pink-200 dark:group-hover:bg-pink-300",
|
|
23
|
-
blue: "bg-
|
|
23
|
+
blue: "bg-blue-100 text-blue-800 dark:bg-blue-200 dark:text-blue-900 group-hover:bg-blue-200 dark:group-hover:bg-blue-300",
|
|
24
24
|
cyan: "bg-cyan-100 text-cyan-800 dark:bg-cyan-200 dark:text-cyan-900 group-hover:bg-cyan-200 dark:group-hover:bg-cyan-300",
|
|
25
25
|
dark: "bg-gray-600 text-gray-100 dark:bg-gray-900 dark:text-gray-200 group-hover:bg-gray-500 dark:group-hover:bg-gray-700",
|
|
26
26
|
light:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|