ekm-ui 0.3.2 → 0.3.5
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 +89 -72
- package/CHANGELOG.md +12 -0
- package/dist/button.d.ts +8 -7
- package/dist/button.mjs +1 -1
- package/dist/card-payment-block.css +1 -1
- package/dist/card-payment-block.css.map +1 -1
- package/dist/card-payment-block.mjs +12 -11
- package/dist/card.d.ts +7 -0
- package/dist/card.mjs +9 -0
- package/dist/card.mjs.map +1 -0
- package/dist/{chunk-YQAMEBON.mjs → chunk-2PQACPVE.mjs} +2 -2
- package/dist/chunk-2PQACPVE.mjs.map +1 -0
- package/dist/chunk-ASCPOK5F.mjs +9 -0
- package/dist/chunk-ASCPOK5F.mjs.map +1 -0
- package/dist/chunk-KC6MIMS4.mjs +9 -0
- package/dist/chunk-KC6MIMS4.mjs.map +1 -0
- package/dist/{chunk-OZBN2ZC6.mjs → chunk-SQ6HYZPW.mjs} +2 -2
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +12 -11
- package/dist/layout/layout.css +1 -1
- package/dist/layout/layout.css.map +1 -1
- package/dist/layout/layout.mjs +12 -11
- package/dist/page-header.d.ts +1 -1
- package/dist/page-header.mjs +1 -1
- package/dist/radio.d.ts +5 -0
- package/dist/radio.mjs +10 -0
- package/dist/radio.mjs.map +1 -0
- package/dist/stacked-list-item.css +1 -1
- package/dist/stacked-list-item.css.map +1 -1
- package/dist/stacked-list-item.mjs +12 -11
- package/dist/textinput.d.ts +5 -0
- package/dist/textinput.mjs +11 -0
- package/dist/textinput.mjs.map +1 -0
- package/dist/toggleswitch.d.ts +5 -0
- package/dist/toggleswitch.mjs +10 -0
- package/dist/toggleswitch.mjs.map +1 -0
- package/dist/tooltip/tooltip.d.ts +8 -0
- package/dist/tooltip/tooltip.mjs +4 -0
- package/dist/tooltip/tooltip.mjs.map +1 -0
- package/package.json +1 -1
- package/src/button.tsx +141 -34
- package/src/card.tsx +18 -0
- package/src/index.tsx +1 -0
- package/src/page-header.tsx +2 -1
- package/src/radio.tsx +26 -0
- package/src/textinput.tsx +122 -0
- package/src/toggleswitch.tsx +38 -0
- package/src/tooltip/tooltip.tsx +65 -0
- package/dist/chunk-LN7UO7PK.mjs +0 -10
- package/dist/chunk-LN7UO7PK.mjs.map +0 -1
- package/dist/chunk-YQAMEBON.mjs.map +0 -1
- /package/dist/{chunk-OZBN2ZC6.mjs.map → chunk-SQ6HYZPW.mjs.map} +0 -0
package/dist/layout/layout.mjs
CHANGED
|
@@ -1,38 +1,39 @@
|
|
|
1
|
-
export { b as Layout } from '../chunk-
|
|
1
|
+
export { b as Layout } from '../chunk-SQ6HYZPW.mjs';
|
|
2
|
+
import '../chunk-ZHHTK7UM.mjs';
|
|
3
|
+
import '../chunk-QWPN2UNV.mjs';
|
|
4
|
+
import '../chunk-ASCPOK5F.mjs';
|
|
5
|
+
import '../chunk-FAFXVD4P.mjs';
|
|
6
|
+
import '../chunk-256SAVHD.mjs';
|
|
7
|
+
import '../chunk-VPLCWU7T.mjs';
|
|
2
8
|
import '../chunk-3ZCDEN7B.mjs';
|
|
3
9
|
import '../chunk-HDNA6QBW.mjs';
|
|
4
10
|
import '../chunk-HAQTLD4G.mjs';
|
|
5
11
|
import '../chunk-X6GXSTW7.mjs';
|
|
6
|
-
import '../chunk-
|
|
7
|
-
import '../chunk-QWPN2UNV.mjs';
|
|
12
|
+
import '../chunk-EQANFKDN.mjs';
|
|
8
13
|
import '../chunk-RMX72FR3.mjs';
|
|
9
14
|
import '../chunk-NI4IFVX3.mjs';
|
|
10
15
|
import '../chunk-25FJ277C.mjs';
|
|
11
|
-
import '../chunk-
|
|
12
|
-
import '../chunk-256SAVHD.mjs';
|
|
13
|
-
import '../chunk-VPLCWU7T.mjs';
|
|
16
|
+
import '../chunk-BIU2AAPZ.mjs';
|
|
14
17
|
import '../chunk-EIUBW4B6.mjs';
|
|
15
18
|
import '../chunk-B2KVPYRJ.mjs';
|
|
16
19
|
import '../chunk-OT256LE6.mjs';
|
|
17
20
|
import '../chunk-FJQEJBBY.mjs';
|
|
18
21
|
import '../chunk-UVKFEZEW.mjs';
|
|
19
22
|
import '../chunk-EWNPNF2B.mjs';
|
|
20
|
-
import '../chunk-
|
|
21
|
-
import '../chunk-
|
|
23
|
+
import '../chunk-2PQACPVE.mjs';
|
|
24
|
+
import '../chunk-ER4YVWM3.mjs';
|
|
22
25
|
import '../chunk-ZT7KDTGF.mjs';
|
|
23
26
|
import '../chunk-WU66HPYP.mjs';
|
|
24
27
|
import '../chunk-FRIXS4BL.mjs';
|
|
25
28
|
import '../chunk-LWDFKEBO.mjs';
|
|
26
29
|
import '../chunk-PJMH47GY.mjs';
|
|
27
30
|
import '../chunk-KAQJAKQH.mjs';
|
|
28
|
-
import '../chunk-BIU2AAPZ.mjs';
|
|
29
31
|
import '../chunk-VASBTVLS.mjs';
|
|
30
32
|
import '../chunk-YTTLKTRL.mjs';
|
|
31
33
|
import '../chunk-T2OVPC6F.mjs';
|
|
32
34
|
import '../chunk-2IZBG5JT.mjs';
|
|
33
35
|
import '../chunk-ZPLTGYYM.mjs';
|
|
34
36
|
import '../chunk-QRNTMHBL.mjs';
|
|
35
|
-
import '../chunk-ER4YVWM3.mjs';
|
|
36
37
|
import '../chunk-NS6AVKX7.mjs';
|
|
37
38
|
import '../chunk-BISZCSUR.mjs';
|
|
38
39
|
import '../chunk-O3QYDTAF.mjs';
|
|
@@ -42,7 +43,7 @@ import '../chunk-UGSJ7PI7.mjs';
|
|
|
42
43
|
import '../chunk-S7V4MUJ2.mjs';
|
|
43
44
|
import '../chunk-QTAUYFKM.mjs';
|
|
44
45
|
import '../chunk-SAXGEQRG.mjs';
|
|
45
|
-
import '../chunk-
|
|
46
|
+
import '../chunk-KC6MIMS4.mjs';
|
|
46
47
|
import '../chunk-RUPJ2ZHA.mjs';
|
|
47
48
|
//# sourceMappingURL=out.js.map
|
|
48
49
|
//# sourceMappingURL=layout.mjs.map
|
package/dist/page-header.d.ts
CHANGED
package/dist/page-header.mjs
CHANGED
package/dist/radio.d.ts
ADDED
package/dist/radio.mjs
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { a } from './chunk-QTAUYFKM.mjs';
|
|
2
|
+
import { e, a as a$1 } from './chunk-RUPJ2ZHA.mjs';
|
|
3
|
+
import { forwardRef } from 'react';
|
|
4
|
+
import { jsx } from 'react/jsx-runtime';
|
|
5
|
+
|
|
6
|
+
var r=e(a());var s=forwardRef(function(e,i){return jsx("div",{className:"flex items-center",children:jsx("input",a$1({id:e.id,ref:i,type:"radio",className:`h-4 w-4 rounded-full border-gray-300 bg-gray-100 text-blue-600 focus:ring-2 focus:ring-blue-500 dark:border-gray-600 dark:bg-gray-700 dark:ring-offset-gray-800 dark:focus:ring-blue-600 ${disabled&&"opacity-50"}`},e))})});s.propTypes={id:r.default.string.isRequired,checked:r.default.bool,disabled:r.default.bool,onChange:r.default.func};
|
|
7
|
+
|
|
8
|
+
export { s as Radio };
|
|
9
|
+
//# sourceMappingURL=out.js.map
|
|
10
|
+
//# sourceMappingURL=radio.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/radio.tsx"],"names":["import_prop_types","forwardRef","jsx","Radio","props","ref","__spreadValues","PropTypes"],"mappings":"yFAEA,IAAAA,EAAsB,OADtB,OAAS,cAAAC,MAAkB,QAMrB,cAAAC,MAAA,oBAHC,IAAMC,EAAQF,EAAW,SAAeG,EAAOC,EAAK,CACzD,OACEH,EAAC,OAAI,UAAU,oBACb,SAAAA,EAAC,QAAAI,EAAA,CACC,GAAIF,EAAM,GACV,IAAKC,EACL,KAAK,QACL,UAAW,4LACT,UAAY,gBAEVD,EACN,EACF,CAEJ,CAAC,EAEDD,EAAM,UAAY,CAChB,GAAI,EAAAI,QAAU,OAAO,WACrB,QAAS,EAAAA,QAAU,KACnB,SAAU,EAAAA,QAAU,KACpB,SAAU,EAAAA,QAAU,IACtB","sourcesContent":["//@ts-nocheck\nimport { forwardRef } from \"react\";\nimport PropTypes from \"prop-types\";\n\nexport const Radio = forwardRef(function Radio(props, ref) {\n return (\n <div className=\"flex items-center\">\n <input\n id={props.id}\n ref={ref}\n type=\"radio\"\n className={`h-4 w-4 rounded-full border-gray-300 bg-gray-100 text-blue-600 focus:ring-2 focus:ring-blue-500 dark:border-gray-600 dark:bg-gray-700 dark:ring-offset-gray-800 dark:focus:ring-blue-600 ${\n disabled && \"opacity-50\"\n }`}\n {...props}\n />\n </div>\n );\n});\n\nRadio.propTypes = {\n id: PropTypes.string.isRequired,\n checked: PropTypes.bool,\n disabled: PropTypes.bool,\n onChange: PropTypes.func,\n};\n"]}
|