ekm-ui 0.4.81 → 0.4.83
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 +74 -74
- package/CHANGELOG.md +12 -0
- package/dist/card-payment-block.js +9 -9
- package/dist/chunk-2C6KIRDZ.js +7 -0
- package/dist/chunk-2C6KIRDZ.js.map +1 -0
- package/dist/chunk-2OJQHLAM.js +7 -0
- package/dist/chunk-2OJQHLAM.js.map +1 -0
- package/dist/chunk-5AC3S5FV.js +12 -0
- package/dist/chunk-5AC3S5FV.js.map +1 -0
- package/dist/chunk-HRW54QT7.js +7 -0
- package/dist/chunk-HRW54QT7.js.map +1 -0
- package/dist/chunk-IK4MVM4N.js +7 -0
- package/dist/chunk-IK4MVM4N.js.map +1 -0
- package/dist/chunk-JOB452G4.js +7 -0
- package/dist/chunk-JOB452G4.js.map +1 -0
- package/dist/chunk-NMSJJG33.js +7 -0
- package/dist/chunk-NMSJJG33.js.map +1 -0
- package/dist/chunk-TPEKJBUD.js +7 -0
- package/dist/chunk-TPEKJBUD.js.map +1 -0
- package/dist/chunk-YYZ2YQ5H.js +7 -0
- package/dist/chunk-YYZ2YQ5H.js.map +1 -0
- package/dist/country-picker/country-modal.js +9 -9
- package/dist/drag-and-drop.js +9 -9
- package/dist/file-picker/file-picker.js +9 -9
- package/dist/index.js +9 -9
- package/dist/layout/layout.js +9 -9
- package/dist/loading-button.js +1 -1
- package/dist/nbui/nbui-card-form.js +1 -1
- package/dist/nbui/nbui-card-image.js +1 -1
- package/dist/nbui/nbui-card-lg.js +1 -1
- package/dist/nbui/nbui-card-paragraphs-lg.js +1 -1
- package/dist/nbui/nbui-card-paragraphs.js +1 -1
- package/dist/nbui/nbui-card-sm.js +1 -1
- package/dist/nbui/nbui-card-table.js +1 -1
- package/dist/nbui/nbui-card.js +1 -1
- package/dist/product-picker/product-modal.js +9 -9
- package/dist/stacked-list-item.js +9 -9
- package/dist/table-result-block.js +9 -9
- package/package.json +1 -1
- package/src/loading-button.tsx +10 -0
- package/src/nbui/nbui-card-form.tsx +1 -1
- package/src/nbui/nbui-card-image.tsx +1 -1
- package/src/nbui/nbui-card-lg.tsx +1 -1
- package/src/nbui/nbui-card-paragraphs-lg.tsx +1 -1
- package/src/nbui/nbui-card-paragraphs.tsx +1 -1
- package/src/nbui/nbui-card-sm.tsx +1 -1
- package/src/nbui/nbui-card-table.tsx +1 -1
- package/src/nbui/nbui-card.tsx +1 -1
- package/dist/chunk-AN66H4D6.js +0 -7
- package/dist/chunk-AN66H4D6.js.map +0 -1
- package/dist/chunk-EZPRW5WN.js +0 -7
- package/dist/chunk-EZPRW5WN.js.map +0 -1
- package/dist/chunk-FTVJMY65.js +0 -7
- package/dist/chunk-FTVJMY65.js.map +0 -1
- package/dist/chunk-GWERJBUR.js +0 -7
- package/dist/chunk-GWERJBUR.js.map +0 -1
- package/dist/chunk-I2DMRDYJ.js +0 -7
- package/dist/chunk-I2DMRDYJ.js.map +0 -1
- package/dist/chunk-LWTESXND.js +0 -7
- package/dist/chunk-LWTESXND.js.map +0 -1
- package/dist/chunk-UQ566F6W.js +0 -12
- package/dist/chunk-UQ566F6W.js.map +0 -1
- package/dist/chunk-XKE3VK6Z.js +0 -7
- package/dist/chunk-XKE3VK6Z.js.map +0 -1
- package/dist/chunk-YXTGVTGL.js +0 -7
- package/dist/chunk-YXTGVTGL.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/nbui/nbui-card.tsx"],"names":["jsx","jsxs","NBUI_Card"],"mappings":"AAGM,OACE,OAAAA,EADF,QAAAC,MAAA,oBAHC,SAASC,GAAY,CAC1B,OACEF,EAAC,OAAI,UAAU,4HACb,SAAAC,EAAC,OAAI,UAAU,4CACb,UAAAD,EAAC,OAAI,UAAU,mCAAmC,EAClDA,EAAC,OAAI,UAAU,mCAAmC,EAClDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,GACzD,EACF,CAEJ","sourcesContent":["export function NBUI_Card() {\n return (\n <div className=\"w-full flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800\">\n <div className=\"flex h-full flex-col justify-center gap-4\">\n <div className=\"w-1/4 h-6 bg-gray-400 rounded-md\" />\n <div className=\"w-2/4 h-4 bg-gray-400 rounded-md\" />\n <div className=\"mt-2 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n </div>\n </div>\n )\n}"]}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
+
|
|
3
|
+
function e(){return jsx("div",{className:"w-full flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800",children:jsxs("div",{className:"flex h-full flex-col justify-center gap-4",children:[jsx("div",{className:"w-1/4 h-6 bg-gray-400 rounded-md"}),jsx("div",{className:"w-2/4 h-4 bg-gray-400 rounded-md"}),jsxs("div",{className:"flex gap-2",children:[jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-6 bg-gray-200 rounded-md"})]}),jsxs("div",{className:"flex gap-2",children:[jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-6 bg-gray-200 rounded-md"})]}),jsxs("div",{className:"flex gap-2",children:[jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-6 bg-gray-200 rounded-md"})]}),jsx("div",{className:"w-2/4 h-4 bg-gray-400 rounded-md"}),jsxs("div",{className:"flex gap-2",children:[jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-6 bg-gray-200 rounded-md"})]}),jsxs("div",{className:"flex gap-2",children:[jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-6 bg-gray-200 rounded-md"})]}),jsxs("div",{className:"flex gap-2",children:[jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-6 bg-gray-200 rounded-md"})]})]})})}
|
|
4
|
+
|
|
5
|
+
export { e as a };
|
|
6
|
+
//# sourceMappingURL=out.js.map
|
|
7
|
+
//# sourceMappingURL=chunk-YYZ2YQ5H.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/nbui/nbui-card-form.tsx"],"names":["jsx","jsxs","NBUI_Card_Form"],"mappings":"AAIQ,cAAAA,EAEA,QAAAC,MAFA,oBAJD,SAASC,GAAiB,CAC/B,OACEF,EAAC,OAAI,UAAU,4HACb,SAAAC,EAAC,OAAI,UAAU,4CACb,UAAAD,EAAC,OAAI,UAAU,mCAAmC,EAClDA,EAAC,OAAI,UAAU,mCAAmC,EAClDC,EAAC,OAAI,UAAU,aACb,UAAAD,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,GACzD,EACAC,EAAC,OAAI,UAAU,aACb,UAAAD,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,GACzD,EACAC,EAAC,OAAI,UAAU,aACb,UAAAD,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,GACzD,EACAA,EAAC,OAAI,UAAU,mCAAmC,EAClDC,EAAC,OAAI,UAAU,aACb,UAAAD,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,GACzD,EACAC,EAAC,OAAI,UAAU,aACb,UAAAD,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,GACzD,EACAC,EAAC,OAAI,UAAU,aACb,UAAAD,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,GACzD,GACF,EACF,CAEJ","sourcesContent":["export function NBUI_Card_Form() {\n return (\n <div className=\"w-full flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800\">\n <div className=\"flex h-full flex-col justify-center gap-4\">\n <div className=\"w-1/4 h-6 bg-gray-400 rounded-md\" />\n <div className=\"w-2/4 h-4 bg-gray-400 rounded-md\" />\n <div className=\"flex gap-2\">\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-6 bg-gray-200 rounded-md\" />\n </div>\n <div className=\"flex gap-2\">\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-6 bg-gray-200 rounded-md\" />\n </div>\n <div className=\"flex gap-2\">\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-6 bg-gray-200 rounded-md\" />\n </div>\n <div className=\"w-2/4 h-4 bg-gray-400 rounded-md\" />\n <div className=\"flex gap-2\">\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-6 bg-gray-200 rounded-md\" />\n </div>\n <div className=\"flex gap-2\">\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-6 bg-gray-200 rounded-md\" />\n </div>\n <div className=\"flex gap-2\">\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-6 bg-gray-200 rounded-md\" />\n </div>\n </div>\n </div>\n )\n}"]}
|
|
@@ -8,19 +8,19 @@ import '../chunk-KVZTQHFG.js';
|
|
|
8
8
|
import '../chunk-PSYIXRU7.js';
|
|
9
9
|
import '../chunk-HVNLAQA6.js';
|
|
10
10
|
import '../chunk-HW7AZG2V.js';
|
|
11
|
-
import '../chunk-
|
|
12
|
-
import '../chunk-
|
|
13
|
-
import '../chunk-
|
|
14
|
-
import '../chunk-
|
|
15
|
-
import '../chunk-
|
|
16
|
-
import '../chunk-
|
|
17
|
-
import '../chunk-
|
|
11
|
+
import '../chunk-2C6KIRDZ.js';
|
|
12
|
+
import '../chunk-JOB452G4.js';
|
|
13
|
+
import '../chunk-2OJQHLAM.js';
|
|
14
|
+
import '../chunk-HRW54QT7.js';
|
|
15
|
+
import '../chunk-IK4MVM4N.js';
|
|
16
|
+
import '../chunk-NMSJJG33.js';
|
|
17
|
+
import '../chunk-TPEKJBUD.js';
|
|
18
18
|
import '../chunk-7Q6OMA2A.js';
|
|
19
19
|
import '../chunk-RTRHNOTP.js';
|
|
20
20
|
import '../chunk-XABECXZS.js';
|
|
21
21
|
import '../chunk-IJV4UGKJ.js';
|
|
22
22
|
import '../chunk-XXP5K6Y4.js';
|
|
23
|
-
import '../chunk-
|
|
23
|
+
import '../chunk-YYZ2YQ5H.js';
|
|
24
24
|
import '../chunk-LIXVY47P.js';
|
|
25
25
|
import '../chunk-Y5DEGGVQ.js';
|
|
26
26
|
import '../chunk-Q4MYDT2M.js';
|
|
@@ -45,7 +45,7 @@ import '../chunk-Z44LYPKH.js';
|
|
|
45
45
|
import '../chunk-CNJDESTL.js';
|
|
46
46
|
import '../chunk-Z3YTPSEL.js';
|
|
47
47
|
import '../chunk-DGYQSZYV.js';
|
|
48
|
-
import '../chunk-
|
|
48
|
+
import '../chunk-5AC3S5FV.js';
|
|
49
49
|
import '../chunk-ESJIQMQJ.js';
|
|
50
50
|
import '../chunk-MMFRYMGJ.js';
|
|
51
51
|
import '../chunk-W5BREWLN.js';
|
package/dist/drag-and-drop.js
CHANGED
|
@@ -8,19 +8,19 @@ import './chunk-KVZTQHFG.js';
|
|
|
8
8
|
import './chunk-PSYIXRU7.js';
|
|
9
9
|
import './chunk-HVNLAQA6.js';
|
|
10
10
|
import './chunk-HW7AZG2V.js';
|
|
11
|
-
import './chunk-
|
|
12
|
-
import './chunk-
|
|
13
|
-
import './chunk-
|
|
14
|
-
import './chunk-
|
|
15
|
-
import './chunk-
|
|
16
|
-
import './chunk-
|
|
17
|
-
import './chunk-
|
|
11
|
+
import './chunk-2C6KIRDZ.js';
|
|
12
|
+
import './chunk-JOB452G4.js';
|
|
13
|
+
import './chunk-2OJQHLAM.js';
|
|
14
|
+
import './chunk-HRW54QT7.js';
|
|
15
|
+
import './chunk-IK4MVM4N.js';
|
|
16
|
+
import './chunk-NMSJJG33.js';
|
|
17
|
+
import './chunk-TPEKJBUD.js';
|
|
18
18
|
import './chunk-7Q6OMA2A.js';
|
|
19
19
|
import './chunk-RTRHNOTP.js';
|
|
20
20
|
import './chunk-XABECXZS.js';
|
|
21
21
|
import './chunk-IJV4UGKJ.js';
|
|
22
22
|
import './chunk-XXP5K6Y4.js';
|
|
23
|
-
import './chunk-
|
|
23
|
+
import './chunk-YYZ2YQ5H.js';
|
|
24
24
|
import './chunk-LIXVY47P.js';
|
|
25
25
|
import './chunk-Y5DEGGVQ.js';
|
|
26
26
|
import './chunk-Q4MYDT2M.js';
|
|
@@ -45,7 +45,7 @@ import './chunk-Z44LYPKH.js';
|
|
|
45
45
|
import './chunk-CNJDESTL.js';
|
|
46
46
|
import './chunk-Z3YTPSEL.js';
|
|
47
47
|
import './chunk-DGYQSZYV.js';
|
|
48
|
-
import './chunk-
|
|
48
|
+
import './chunk-5AC3S5FV.js';
|
|
49
49
|
import './chunk-ESJIQMQJ.js';
|
|
50
50
|
import './chunk-MMFRYMGJ.js';
|
|
51
51
|
import './chunk-W5BREWLN.js';
|
|
@@ -8,19 +8,19 @@ import '../chunk-KVZTQHFG.js';
|
|
|
8
8
|
import '../chunk-PSYIXRU7.js';
|
|
9
9
|
import '../chunk-HVNLAQA6.js';
|
|
10
10
|
import '../chunk-HW7AZG2V.js';
|
|
11
|
-
import '../chunk-
|
|
12
|
-
import '../chunk-
|
|
13
|
-
import '../chunk-
|
|
14
|
-
import '../chunk-
|
|
15
|
-
import '../chunk-
|
|
16
|
-
import '../chunk-
|
|
17
|
-
import '../chunk-
|
|
11
|
+
import '../chunk-2C6KIRDZ.js';
|
|
12
|
+
import '../chunk-JOB452G4.js';
|
|
13
|
+
import '../chunk-2OJQHLAM.js';
|
|
14
|
+
import '../chunk-HRW54QT7.js';
|
|
15
|
+
import '../chunk-IK4MVM4N.js';
|
|
16
|
+
import '../chunk-NMSJJG33.js';
|
|
17
|
+
import '../chunk-TPEKJBUD.js';
|
|
18
18
|
import '../chunk-7Q6OMA2A.js';
|
|
19
19
|
import '../chunk-RTRHNOTP.js';
|
|
20
20
|
import '../chunk-XABECXZS.js';
|
|
21
21
|
import '../chunk-IJV4UGKJ.js';
|
|
22
22
|
import '../chunk-XXP5K6Y4.js';
|
|
23
|
-
import '../chunk-
|
|
23
|
+
import '../chunk-YYZ2YQ5H.js';
|
|
24
24
|
import '../chunk-LIXVY47P.js';
|
|
25
25
|
import '../chunk-Y5DEGGVQ.js';
|
|
26
26
|
import '../chunk-Q4MYDT2M.js';
|
|
@@ -45,7 +45,7 @@ import '../chunk-Z44LYPKH.js';
|
|
|
45
45
|
import '../chunk-CNJDESTL.js';
|
|
46
46
|
import '../chunk-Z3YTPSEL.js';
|
|
47
47
|
import '../chunk-DGYQSZYV.js';
|
|
48
|
-
import '../chunk-
|
|
48
|
+
import '../chunk-5AC3S5FV.js';
|
|
49
49
|
import '../chunk-ESJIQMQJ.js';
|
|
50
50
|
import '../chunk-MMFRYMGJ.js';
|
|
51
51
|
import '../chunk-W5BREWLN.js';
|
package/dist/index.js
CHANGED
|
@@ -8,19 +8,19 @@ import './chunk-KVZTQHFG.js';
|
|
|
8
8
|
export { a as Search } from './chunk-PSYIXRU7.js';
|
|
9
9
|
export { b as Sidebar } from './chunk-HVNLAQA6.js';
|
|
10
10
|
export { a as Sort } from './chunk-HW7AZG2V.js';
|
|
11
|
-
export { a as NBUI_Card_Image } from './chunk-
|
|
12
|
-
export { a as NBUI_Card_Large } from './chunk-
|
|
13
|
-
export { a as NBUI_Card_Paragraphs_Large } from './chunk-
|
|
14
|
-
export { a as NBUI_Card_Paragraphs } from './chunk-
|
|
15
|
-
export { a as NBUI_Card_Small } from './chunk-
|
|
16
|
-
export { a as NBUI_Card_Table } from './chunk-
|
|
17
|
-
export { a as NBUI_Card } from './chunk-
|
|
11
|
+
export { a as NBUI_Card_Image } from './chunk-2C6KIRDZ.js';
|
|
12
|
+
export { a as NBUI_Card_Large } from './chunk-JOB452G4.js';
|
|
13
|
+
export { a as NBUI_Card_Paragraphs_Large } from './chunk-2OJQHLAM.js';
|
|
14
|
+
export { a as NBUI_Card_Paragraphs } from './chunk-HRW54QT7.js';
|
|
15
|
+
export { a as NBUI_Card_Small } from './chunk-IK4MVM4N.js';
|
|
16
|
+
export { a as NBUI_Card_Table } from './chunk-NMSJJG33.js';
|
|
17
|
+
export { a as NBUI_Card } from './chunk-TPEKJBUD.js';
|
|
18
18
|
export { a as NBUI_Container } from './chunk-7Q6OMA2A.js';
|
|
19
19
|
export { a as StaffPickCard } from './chunk-RTRHNOTP.js';
|
|
20
20
|
export { a as FeaturePageGroup } from './chunk-XABECXZS.js';
|
|
21
21
|
import './chunk-IJV4UGKJ.js';
|
|
22
22
|
export { a as Navbar } from './chunk-XXP5K6Y4.js';
|
|
23
|
-
export { a as NBUI_Card_Form } from './chunk-
|
|
23
|
+
export { a as NBUI_Card_Form } from './chunk-YYZ2YQ5H.js';
|
|
24
24
|
export { a as VideoDashboardNotification } from './chunk-LIXVY47P.js';
|
|
25
25
|
export { a as VideoModal } from './chunk-Y5DEGGVQ.js';
|
|
26
26
|
import './chunk-Q4MYDT2M.js';
|
|
@@ -45,7 +45,7 @@ export { a as ImageThumbnail } from './chunk-Z44LYPKH.js';
|
|
|
45
45
|
export { a as InputAddon } from './chunk-CNJDESTL.js';
|
|
46
46
|
export { a as InputCopy } from './chunk-Z3YTPSEL.js';
|
|
47
47
|
export { a as TextInput } from './chunk-DGYQSZYV.js';
|
|
48
|
-
export { a as LoadingButton } from './chunk-
|
|
48
|
+
export { a as LoadingButton } from './chunk-5AC3S5FV.js';
|
|
49
49
|
export { a as LoveFooter } from './chunk-ESJIQMQJ.js';
|
|
50
50
|
export { a as DateTimePicker } from './chunk-MMFRYMGJ.js';
|
|
51
51
|
export { a as DraggableStackedListItem } from './chunk-W5BREWLN.js';
|
package/dist/layout/layout.js
CHANGED
|
@@ -8,19 +8,19 @@ import '../chunk-KVZTQHFG.js';
|
|
|
8
8
|
import '../chunk-PSYIXRU7.js';
|
|
9
9
|
import '../chunk-HVNLAQA6.js';
|
|
10
10
|
import '../chunk-HW7AZG2V.js';
|
|
11
|
-
import '../chunk-
|
|
12
|
-
import '../chunk-
|
|
13
|
-
import '../chunk-
|
|
14
|
-
import '../chunk-
|
|
15
|
-
import '../chunk-
|
|
16
|
-
import '../chunk-
|
|
17
|
-
import '../chunk-
|
|
11
|
+
import '../chunk-2C6KIRDZ.js';
|
|
12
|
+
import '../chunk-JOB452G4.js';
|
|
13
|
+
import '../chunk-2OJQHLAM.js';
|
|
14
|
+
import '../chunk-HRW54QT7.js';
|
|
15
|
+
import '../chunk-IK4MVM4N.js';
|
|
16
|
+
import '../chunk-NMSJJG33.js';
|
|
17
|
+
import '../chunk-TPEKJBUD.js';
|
|
18
18
|
import '../chunk-7Q6OMA2A.js';
|
|
19
19
|
import '../chunk-RTRHNOTP.js';
|
|
20
20
|
import '../chunk-XABECXZS.js';
|
|
21
21
|
import '../chunk-IJV4UGKJ.js';
|
|
22
22
|
import '../chunk-XXP5K6Y4.js';
|
|
23
|
-
import '../chunk-
|
|
23
|
+
import '../chunk-YYZ2YQ5H.js';
|
|
24
24
|
import '../chunk-LIXVY47P.js';
|
|
25
25
|
import '../chunk-Y5DEGGVQ.js';
|
|
26
26
|
import '../chunk-Q4MYDT2M.js';
|
|
@@ -45,7 +45,7 @@ import '../chunk-Z44LYPKH.js';
|
|
|
45
45
|
import '../chunk-CNJDESTL.js';
|
|
46
46
|
import '../chunk-Z3YTPSEL.js';
|
|
47
47
|
import '../chunk-DGYQSZYV.js';
|
|
48
|
-
import '../chunk-
|
|
48
|
+
import '../chunk-5AC3S5FV.js';
|
|
49
49
|
import '../chunk-ESJIQMQJ.js';
|
|
50
50
|
import '../chunk-MMFRYMGJ.js';
|
|
51
51
|
import '../chunk-W5BREWLN.js';
|
package/dist/loading-button.js
CHANGED
package/dist/nbui/nbui-card.js
CHANGED
|
@@ -8,19 +8,19 @@ import '../chunk-KVZTQHFG.js';
|
|
|
8
8
|
import '../chunk-PSYIXRU7.js';
|
|
9
9
|
import '../chunk-HVNLAQA6.js';
|
|
10
10
|
import '../chunk-HW7AZG2V.js';
|
|
11
|
-
import '../chunk-
|
|
12
|
-
import '../chunk-
|
|
13
|
-
import '../chunk-
|
|
14
|
-
import '../chunk-
|
|
15
|
-
import '../chunk-
|
|
16
|
-
import '../chunk-
|
|
17
|
-
import '../chunk-
|
|
11
|
+
import '../chunk-2C6KIRDZ.js';
|
|
12
|
+
import '../chunk-JOB452G4.js';
|
|
13
|
+
import '../chunk-2OJQHLAM.js';
|
|
14
|
+
import '../chunk-HRW54QT7.js';
|
|
15
|
+
import '../chunk-IK4MVM4N.js';
|
|
16
|
+
import '../chunk-NMSJJG33.js';
|
|
17
|
+
import '../chunk-TPEKJBUD.js';
|
|
18
18
|
import '../chunk-7Q6OMA2A.js';
|
|
19
19
|
import '../chunk-RTRHNOTP.js';
|
|
20
20
|
import '../chunk-XABECXZS.js';
|
|
21
21
|
import '../chunk-IJV4UGKJ.js';
|
|
22
22
|
import '../chunk-XXP5K6Y4.js';
|
|
23
|
-
import '../chunk-
|
|
23
|
+
import '../chunk-YYZ2YQ5H.js';
|
|
24
24
|
import '../chunk-LIXVY47P.js';
|
|
25
25
|
import '../chunk-Y5DEGGVQ.js';
|
|
26
26
|
import '../chunk-Q4MYDT2M.js';
|
|
@@ -45,7 +45,7 @@ import '../chunk-Z44LYPKH.js';
|
|
|
45
45
|
import '../chunk-CNJDESTL.js';
|
|
46
46
|
import '../chunk-Z3YTPSEL.js';
|
|
47
47
|
import '../chunk-DGYQSZYV.js';
|
|
48
|
-
import '../chunk-
|
|
48
|
+
import '../chunk-5AC3S5FV.js';
|
|
49
49
|
import '../chunk-ESJIQMQJ.js';
|
|
50
50
|
import '../chunk-MMFRYMGJ.js';
|
|
51
51
|
import '../chunk-W5BREWLN.js';
|
|
@@ -8,19 +8,19 @@ import './chunk-KVZTQHFG.js';
|
|
|
8
8
|
import './chunk-PSYIXRU7.js';
|
|
9
9
|
import './chunk-HVNLAQA6.js';
|
|
10
10
|
import './chunk-HW7AZG2V.js';
|
|
11
|
-
import './chunk-
|
|
12
|
-
import './chunk-
|
|
13
|
-
import './chunk-
|
|
14
|
-
import './chunk-
|
|
15
|
-
import './chunk-
|
|
16
|
-
import './chunk-
|
|
17
|
-
import './chunk-
|
|
11
|
+
import './chunk-2C6KIRDZ.js';
|
|
12
|
+
import './chunk-JOB452G4.js';
|
|
13
|
+
import './chunk-2OJQHLAM.js';
|
|
14
|
+
import './chunk-HRW54QT7.js';
|
|
15
|
+
import './chunk-IK4MVM4N.js';
|
|
16
|
+
import './chunk-NMSJJG33.js';
|
|
17
|
+
import './chunk-TPEKJBUD.js';
|
|
18
18
|
import './chunk-7Q6OMA2A.js';
|
|
19
19
|
import './chunk-RTRHNOTP.js';
|
|
20
20
|
import './chunk-XABECXZS.js';
|
|
21
21
|
import './chunk-IJV4UGKJ.js';
|
|
22
22
|
import './chunk-XXP5K6Y4.js';
|
|
23
|
-
import './chunk-
|
|
23
|
+
import './chunk-YYZ2YQ5H.js';
|
|
24
24
|
import './chunk-LIXVY47P.js';
|
|
25
25
|
import './chunk-Y5DEGGVQ.js';
|
|
26
26
|
import './chunk-Q4MYDT2M.js';
|
|
@@ -45,7 +45,7 @@ import './chunk-Z44LYPKH.js';
|
|
|
45
45
|
import './chunk-CNJDESTL.js';
|
|
46
46
|
import './chunk-Z3YTPSEL.js';
|
|
47
47
|
import './chunk-DGYQSZYV.js';
|
|
48
|
-
import './chunk-
|
|
48
|
+
import './chunk-5AC3S5FV.js';
|
|
49
49
|
import './chunk-ESJIQMQJ.js';
|
|
50
50
|
import './chunk-MMFRYMGJ.js';
|
|
51
51
|
import './chunk-W5BREWLN.js';
|
|
@@ -8,19 +8,19 @@ import './chunk-KVZTQHFG.js';
|
|
|
8
8
|
import './chunk-PSYIXRU7.js';
|
|
9
9
|
import './chunk-HVNLAQA6.js';
|
|
10
10
|
import './chunk-HW7AZG2V.js';
|
|
11
|
-
import './chunk-
|
|
12
|
-
import './chunk-
|
|
13
|
-
import './chunk-
|
|
14
|
-
import './chunk-
|
|
15
|
-
import './chunk-
|
|
16
|
-
import './chunk-
|
|
17
|
-
import './chunk-
|
|
11
|
+
import './chunk-2C6KIRDZ.js';
|
|
12
|
+
import './chunk-JOB452G4.js';
|
|
13
|
+
import './chunk-2OJQHLAM.js';
|
|
14
|
+
import './chunk-HRW54QT7.js';
|
|
15
|
+
import './chunk-IK4MVM4N.js';
|
|
16
|
+
import './chunk-NMSJJG33.js';
|
|
17
|
+
import './chunk-TPEKJBUD.js';
|
|
18
18
|
import './chunk-7Q6OMA2A.js';
|
|
19
19
|
import './chunk-RTRHNOTP.js';
|
|
20
20
|
import './chunk-XABECXZS.js';
|
|
21
21
|
import './chunk-IJV4UGKJ.js';
|
|
22
22
|
import './chunk-XXP5K6Y4.js';
|
|
23
|
-
import './chunk-
|
|
23
|
+
import './chunk-YYZ2YQ5H.js';
|
|
24
24
|
import './chunk-LIXVY47P.js';
|
|
25
25
|
import './chunk-Y5DEGGVQ.js';
|
|
26
26
|
import './chunk-Q4MYDT2M.js';
|
|
@@ -45,7 +45,7 @@ import './chunk-Z44LYPKH.js';
|
|
|
45
45
|
import './chunk-CNJDESTL.js';
|
|
46
46
|
import './chunk-Z3YTPSEL.js';
|
|
47
47
|
import './chunk-DGYQSZYV.js';
|
|
48
|
-
import './chunk-
|
|
48
|
+
import './chunk-5AC3S5FV.js';
|
|
49
49
|
import './chunk-ESJIQMQJ.js';
|
|
50
50
|
import './chunk-MMFRYMGJ.js';
|
|
51
51
|
import './chunk-W5BREWLN.js';
|
package/package.json
CHANGED
package/src/loading-button.tsx
CHANGED
|
@@ -22,6 +22,16 @@ const buttonColors = Object.freeze({
|
|
|
22
22
|
buttonStyle: " text-red-700 border border-red-700 hover:text-white hover:bg-red-800 focus:ring-red-300 dark:bg-red-600 dark:hover:bg-red-500 dark:focus:ring-red-900 rounded-lg focus:ring-2",
|
|
23
23
|
spinnerStyle: "text-red-700",
|
|
24
24
|
},
|
|
25
|
+
primary:
|
|
26
|
+
{
|
|
27
|
+
buttonStyle: " text-white bg-blue-700 border border-transparent enabled:hover:bg-blue-800 focus:ring-blue-300 dark:bg-blue-600 dark:enabled:hover:bg-blue-700 dark:focus:ring-blue-800 rounded-lg focus:ring-2",
|
|
28
|
+
spinnerStyle: "text-white",
|
|
29
|
+
},
|
|
30
|
+
light:
|
|
31
|
+
{
|
|
32
|
+
buttonStyle: " text-gray-900 bg-white border border-gray-300 enabled:hover:bg-gray-100 focus:ring-4 focus:ring-blue-300 dark:bg-gray-600 dark:text-white dark:border-gray-600 dark:enabled:hover:bg-gray-700 dark:enabled:hover:border-gray-700 dark:focus:ring-gray-700 rounded-lg",
|
|
33
|
+
spinnerStyle: "text-gray-900",
|
|
34
|
+
},
|
|
25
35
|
});
|
|
26
36
|
|
|
27
37
|
const sizes = Object.freeze({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export function NBUI_Card_Form() {
|
|
2
2
|
return (
|
|
3
|
-
<div className="flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800">
|
|
3
|
+
<div className="w-full flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800">
|
|
4
4
|
<div className="flex h-full flex-col justify-center gap-4">
|
|
5
5
|
<div className="w-1/4 h-6 bg-gray-400 rounded-md" />
|
|
6
6
|
<div className="w-2/4 h-4 bg-gray-400 rounded-md" />
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export function NBUI_Card_Image() {
|
|
2
2
|
return (
|
|
3
|
-
<div className="flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800">
|
|
3
|
+
<div className="w-full flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800">
|
|
4
4
|
<div className="flex h-full flex-col justify-center gap-4">
|
|
5
5
|
<div className="w-2/4 h-6 bg-gray-400 rounded-md" />
|
|
6
6
|
<div className="flex items-center">
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export function NBUI_Card_Large() {
|
|
2
2
|
return (
|
|
3
|
-
<div className="flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800">
|
|
3
|
+
<div className="w-full flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800">
|
|
4
4
|
<div className="flex h-full flex-col justify-center gap-4">
|
|
5
5
|
<div className="w-1/4 h-6 bg-gray-400 rounded-md" />
|
|
6
6
|
<div className="w-2/4 h-4 bg-gray-400 rounded-md" />
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export function NBUI_Card_Paragraphs_Large() {
|
|
2
2
|
return (
|
|
3
|
-
<div className="flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800">
|
|
3
|
+
<div className="w-full flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800">
|
|
4
4
|
<div className="flex h-full flex-col justify-center gap-4">
|
|
5
5
|
<div className="w-1/4 h-6 bg-gray-400 rounded-md" />
|
|
6
6
|
<div className="w-2/4 h-4 bg-gray-400 rounded-md" />
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export function NBUI_Card_Paragraphs() {
|
|
2
2
|
return (
|
|
3
|
-
<div className="flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800">
|
|
3
|
+
<div className="w-full flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800">
|
|
4
4
|
<div className="flex h-full flex-col justify-center gap-4">
|
|
5
5
|
<div className="w-1/4 h-6 bg-gray-400 rounded-md" />
|
|
6
6
|
<div className="w-2/4 h-4 bg-gray-400 rounded-md" />
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export function NBUI_Card_Small() {
|
|
2
2
|
return (
|
|
3
|
-
<div className="flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800">
|
|
3
|
+
<div className="w-full flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800">
|
|
4
4
|
<div className="flex h-full flex-col justify-center gap-4">
|
|
5
5
|
<div className="w-1/4 h-6 bg-gray-400 rounded-md" />
|
|
6
6
|
<div className="w-2/4 h-4 bg-gray-400 rounded-md" />
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export function NBUI_Card_Table() {
|
|
2
2
|
return (
|
|
3
|
-
<div className="flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800">
|
|
3
|
+
<div className="w-full flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800">
|
|
4
4
|
<div className="flex h-full flex-col justify-center gap-4">
|
|
5
5
|
<div className="w-1/4 h-6 bg-gray-400 rounded-md" />
|
|
6
6
|
<div className="flex gap-2">
|
package/src/nbui/nbui-card.tsx
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export function NBUI_Card() {
|
|
2
2
|
return (
|
|
3
|
-
<div className="flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800">
|
|
3
|
+
<div className="w-full flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800">
|
|
4
4
|
<div className="flex h-full flex-col justify-center gap-4">
|
|
5
5
|
<div className="w-1/4 h-6 bg-gray-400 rounded-md" />
|
|
6
6
|
<div className="w-2/4 h-4 bg-gray-400 rounded-md" />
|
package/dist/chunk-AN66H4D6.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
-
|
|
3
|
-
function a(){return jsx("div",{className:"flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800",children:jsxs("div",{className:"flex h-full flex-col justify-center gap-4",children:[jsx("div",{className:"w-2/4 h-6 bg-gray-400 rounded-md"}),jsx("div",{className:"flex items-center",children:jsx("div",{className:"mt-2 w-60 h-40 bg-gray-200 rounded-md"})})]})})}
|
|
4
|
-
|
|
5
|
-
export { a };
|
|
6
|
-
//# sourceMappingURL=out.js.map
|
|
7
|
-
//# sourceMappingURL=chunk-AN66H4D6.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/nbui/nbui-card-image.tsx"],"names":["jsx","jsxs","NBUI_Card_Image"],"mappings":"AAGQ,OACI,OAAAA,EADJ,QAAAC,MAAA,oBAHD,SAASC,GAAkB,CAC9B,OACIF,EAAC,OAAI,UAAU,qHACf,SAAAC,EAAC,OAAI,UAAU,4CACX,UAAAD,EAAC,OAAI,UAAU,mCAAmC,EAClDA,EAAC,OAAI,UAAU,oBACX,SAAAA,EAAC,OAAI,UAAU,wCAAwC,EAC3D,GACJ,EACJ,CAGJ","sourcesContent":["export function NBUI_Card_Image() {\n return (\n <div className=\"flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800\">\n <div className=\"flex h-full flex-col justify-center gap-4\">\n <div className=\"w-2/4 h-6 bg-gray-400 rounded-md\" />\n <div className=\"flex items-center\">\n <div className=\"mt-2 w-60 h-40 bg-gray-200 rounded-md\" />\n </div>\n </div>\n </div>\n )\n \n}"]}
|
package/dist/chunk-EZPRW5WN.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
-
|
|
3
|
-
function m(){return jsx("div",{className:"flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800",children:jsxs("div",{className:"flex h-full flex-col justify-center gap-4",children:[jsx("div",{className:"w-1/4 h-6 bg-gray-400 rounded-md"}),jsxs("div",{className:"flex gap-2",children:[jsx("div",{className:"mt-4 w-1/3 h-6 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-40 h-6 bg-gray-300 rounded-md"}),jsx("div",{className:"mt-4 w-40 h-6 bg-gray-300 rounded-md"})]}),jsxs("div",{className:"flex gap-2",children:[jsx("div",{className:"mt-4 w-1/4 h-6 bg-gray-300 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-6 bg-gray-300 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-6 bg-gray-300 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-6 bg-gray-300 rounded-md"})]}),jsxs("div",{className:"flex gap-2",children:[jsx("div",{className:"mt-4 w-1/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"})]}),jsxs("div",{className:"flex gap-2",children:[jsx("div",{className:"mt-4 w-1/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"})]}),jsxs("div",{className:"flex gap-2",children:[jsx("div",{className:"mt-4 w-1/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"})]}),jsxs("div",{className:"flex gap-2",children:[jsx("div",{className:"mt-4 w-1/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"})]}),jsxs("div",{className:"flex gap-2",children:[jsx("div",{className:"mt-4 w-1/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"})]}),jsxs("div",{className:"flex gap-2",children:[jsx("div",{className:"mt-4 w-1/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"})]})]})})}
|
|
4
|
-
|
|
5
|
-
export { m as a };
|
|
6
|
-
//# sourceMappingURL=out.js.map
|
|
7
|
-
//# sourceMappingURL=chunk-EZPRW5WN.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/nbui/nbui-card-table.tsx"],"names":["jsx","jsxs","NBUI_Card_Table"],"mappings":"AAIM,cAAAA,EACA,QAAAC,MADA,oBAJC,SAASC,GAAkB,CAChC,OACEF,EAAC,OAAI,UAAU,qHACf,SAAAC,EAAC,OAAI,UAAU,4CACb,UAAAD,EAAC,OAAI,UAAU,mCAAmC,EAClDC,EAAC,OAAI,UAAU,aACb,UAAAD,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,uCAAuC,EACtDA,EAAC,OAAI,UAAU,uCAAuC,GACxD,EACAC,EAAC,OAAI,UAAU,aACb,UAAAD,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,GACzD,EACAC,EAAC,OAAI,UAAU,aACb,UAAAD,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,GACzD,EACAC,EAAC,OAAI,UAAU,aACb,UAAAD,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,GACzD,EACAC,EAAC,OAAI,UAAU,aACb,UAAAD,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,GACzD,EACAC,EAAC,OAAI,UAAU,aACb,UAAAD,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,GACzD,EACAC,EAAC,OAAI,UAAU,aACb,UAAAD,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,GACzD,EACAC,EAAC,OAAI,UAAU,aACb,UAAAD,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,GACzD,GACF,EACF,CAEF","sourcesContent":["export function NBUI_Card_Table() {\n return (\n <div className=\"flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800\">\n <div className=\"flex h-full flex-col justify-center gap-4\">\n <div className=\"w-1/4 h-6 bg-gray-400 rounded-md\" />\n <div className=\"flex gap-2\">\n <div className=\"mt-4 w-1/3 h-6 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-40 h-6 bg-gray-300 rounded-md\" />\n <div className=\"mt-4 w-40 h-6 bg-gray-300 rounded-md\" />\n </div>\n <div className=\"flex gap-2\">\n <div className=\"mt-4 w-1/4 h-6 bg-gray-300 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-6 bg-gray-300 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-6 bg-gray-300 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-6 bg-gray-300 rounded-md\" />\n </div>\n <div className=\"flex gap-2\">\n <div className=\"mt-4 w-1/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n </div>\n <div className=\"flex gap-2\">\n <div className=\"mt-4 w-1/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n </div>\n <div className=\"flex gap-2\">\n <div className=\"mt-4 w-1/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n </div>\n <div className=\"flex gap-2\">\n <div className=\"mt-4 w-1/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n </div>\n <div className=\"flex gap-2\">\n <div className=\"mt-4 w-1/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n </div>\n <div className=\"flex gap-2\">\n <div className=\"mt-4 w-1/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n </div>\n </div>\n </div>\n )\n}"]}
|
package/dist/chunk-FTVJMY65.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
-
|
|
3
|
-
function r(){return jsx("div",{className:"flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800",children:jsxs("div",{className:"flex h-full flex-col justify-center gap-4",children:[jsx("div",{className:"w-1/4 h-6 bg-gray-400 rounded-md"}),jsx("div",{className:"w-2/4 h-4 bg-gray-400 rounded-md"}),jsx("div",{className:"mt-2 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-1 w-3/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-1 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-1 w-3/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-1 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-1 w-3/4 h-4 bg-gray-200 rounded-md"})]})})}
|
|
4
|
-
|
|
5
|
-
export { r as a };
|
|
6
|
-
//# sourceMappingURL=out.js.map
|
|
7
|
-
//# sourceMappingURL=chunk-FTVJMY65.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/nbui/nbui-card-paragraphs.tsx"],"names":["jsx","jsxs","NBUI_Card_Paragraphs"],"mappings":"AAGI,OACE,OAAAA,EADF,QAAAC,MAAA,oBAHG,SAASC,GAAuB,CACrC,OACEF,EAAC,OAAI,UAAU,qHACf,SAAAC,EAAC,OAAI,UAAU,4CACb,UAAAD,EAAC,OAAI,UAAU,mCAAmC,EAClDA,EAAC,OAAI,UAAU,mCAAmC,EAChDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,GAC3D,EACF,CAEF","sourcesContent":["export function NBUI_Card_Paragraphs() {\n return (\n <div className=\"flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800\">\n <div className=\"flex h-full flex-col justify-center gap-4\">\n <div className=\"w-1/4 h-6 bg-gray-400 rounded-md\" />\n <div className=\"w-2/4 h-4 bg-gray-400 rounded-md\" />\n <div className=\"mt-2 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-1 w-3/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-1 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-1 w-3/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-1 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-1 w-3/4 h-4 bg-gray-200 rounded-md\" />\n </div>\n </div>\n )\n}"]}
|
package/dist/chunk-GWERJBUR.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
-
|
|
3
|
-
function r(){return jsx("div",{className:"flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800",children:jsxs("div",{className:"flex h-full flex-col justify-center gap-4",children:[jsx("div",{className:"w-1/4 h-6 bg-gray-400 rounded-md"}),jsx("div",{className:"w-2/4 h-4 bg-gray-400 rounded-md"}),jsx("div",{className:"mt-2 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"})]})})}
|
|
4
|
-
|
|
5
|
-
export { r as a };
|
|
6
|
-
//# sourceMappingURL=out.js.map
|
|
7
|
-
//# sourceMappingURL=chunk-GWERJBUR.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/nbui/nbui-card-lg.tsx"],"names":["jsx","jsxs","NBUI_Card_Large"],"mappings":"AAGM,OACE,OAAAA,EADF,QAAAC,MAAA,oBAHC,SAASC,GAAkB,CAChC,OACEF,EAAC,OAAI,UAAU,qHACb,SAAAC,EAAC,OAAI,UAAU,4CACb,UAAAD,EAAC,OAAI,UAAU,mCAAmC,EAClDA,EAAC,OAAI,UAAU,mCAAmC,EAClDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,GACzD,EACF,CAEJ","sourcesContent":["export function NBUI_Card_Large() {\n return (\n <div className=\"flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800\">\n <div className=\"flex h-full flex-col justify-center gap-4\">\n <div className=\"w-1/4 h-6 bg-gray-400 rounded-md\" />\n <div className=\"w-2/4 h-4 bg-gray-400 rounded-md\" />\n <div className=\"mt-2 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-4 w-2/4 h-4 bg-gray-200 rounded-md\" />\n </div>\n </div>\n )\n}"]}
|
package/dist/chunk-I2DMRDYJ.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
-
|
|
3
|
-
function r(){return jsx("div",{className:"flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800",children:jsxs("div",{className:"flex h-full flex-col justify-center gap-4",children:[jsx("div",{className:"w-1/4 h-6 bg-gray-400 rounded-md"}),jsx("div",{className:"w-2/4 h-4 bg-gray-400 rounded-md"}),jsx("div",{className:"mt-2 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-1 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-1 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-1 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-1 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-1 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"w-2/4 h-4 bg-gray-400 rounded-md"}),jsx("div",{className:"mt-1 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-1 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-1 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-1 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-1 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-1 w-2/4 h-4 bg-gray-200 rounded-md"})]})})}
|
|
4
|
-
|
|
5
|
-
export { r as a };
|
|
6
|
-
//# sourceMappingURL=out.js.map
|
|
7
|
-
//# sourceMappingURL=chunk-I2DMRDYJ.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/nbui/nbui-card-paragraphs-lg.tsx"],"names":["jsx","jsxs","NBUI_Card_Paragraphs_Large"],"mappings":"AAGI,OACE,OAAAA,EADF,QAAAC,MAAA,oBAHG,SAASC,GAA6B,CAC3C,OACEF,EAAC,OAAI,UAAU,qHACf,SAAAC,EAAC,OAAI,UAAU,4CACb,UAAAD,EAAC,OAAI,UAAU,mCAAmC,EAClDA,EAAC,OAAI,UAAU,mCAAmC,EAChDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACzDA,EAAC,OAAI,UAAU,mCAAmC,EAChDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,EACvDA,EAAC,OAAI,UAAU,wCAAwC,GAC3D,EACF,CAEF","sourcesContent":["export function NBUI_Card_Paragraphs_Large() {\n return (\n <div className=\"flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800\">\n <div className=\"flex h-full flex-col justify-center gap-4\">\n <div className=\"w-1/4 h-6 bg-gray-400 rounded-md\" />\n <div className=\"w-2/4 h-4 bg-gray-400 rounded-md\" />\n <div className=\"mt-2 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-1 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-1 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-1 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-1 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-1 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"w-2/4 h-4 bg-gray-400 rounded-md\" />\n <div className=\"mt-1 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-1 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-1 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-1 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-1 w-2/4 h-4 bg-gray-200 rounded-md\" />\n <div className=\"mt-1 w-2/4 h-4 bg-gray-200 rounded-md\" /> \n </div>\n </div>\n )\n}"]}
|
package/dist/chunk-LWTESXND.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
-
|
|
3
|
-
function e(){return jsx("div",{className:"flex flex-col rounded-lg border border-gray-200 bg-white px-5 py-4 shadow-sm dark:border-gray-700 dark:bg-gray-800",children:jsxs("div",{className:"flex h-full flex-col justify-center gap-4",children:[jsx("div",{className:"w-1/4 h-6 bg-gray-400 rounded-md"}),jsx("div",{className:"w-2/4 h-4 bg-gray-400 rounded-md"}),jsxs("div",{className:"flex gap-2",children:[jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-6 bg-gray-200 rounded-md"})]}),jsxs("div",{className:"flex gap-2",children:[jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-6 bg-gray-200 rounded-md"})]}),jsxs("div",{className:"flex gap-2",children:[jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-6 bg-gray-200 rounded-md"})]}),jsx("div",{className:"w-2/4 h-4 bg-gray-400 rounded-md"}),jsxs("div",{className:"flex gap-2",children:[jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-6 bg-gray-200 rounded-md"})]}),jsxs("div",{className:"flex gap-2",children:[jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-6 bg-gray-200 rounded-md"})]}),jsxs("div",{className:"flex gap-2",children:[jsx("div",{className:"mt-4 w-2/4 h-4 bg-gray-200 rounded-md"}),jsx("div",{className:"mt-4 w-2/4 h-6 bg-gray-200 rounded-md"})]})]})})}
|
|
4
|
-
|
|
5
|
-
export { e as a };
|
|
6
|
-
//# sourceMappingURL=out.js.map
|
|
7
|
-
//# sourceMappingURL=chunk-LWTESXND.js.map
|