@misael703/ui 1.41.1 → 1.41.2
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-YKGRS57B.js → chunk-NGHLETWP.js} +88 -88
- package/dist/chunk-NGHLETWP.js.map +1 -0
- package/dist/{chunk-6EHY7GB7.mjs → chunk-NOOE5MAD.mjs} +88 -88
- package/dist/chunk-NOOE5MAD.mjs.map +1 -0
- package/dist/components/DataTable.js +7 -7
- package/dist/components/DataTable.mjs +1 -1
- package/dist/index.js +7 -7
- package/dist/index.mjs +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/dist/chunk-6EHY7GB7.mjs.map +0 -1
- package/dist/chunk-YKGRS57B.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -28,7 +28,7 @@ var chunkD44PGK5V_js = require('./chunk-D44PGK5V.js');
|
|
|
28
28
|
var chunkJJ54RD36_js = require('./chunk-JJ54RD36.js');
|
|
29
29
|
var chunkF3PTSBHH_js = require('./chunk-F3PTSBHH.js');
|
|
30
30
|
var chunk2PNXLTEM_js = require('./chunk-2PNXLTEM.js');
|
|
31
|
-
var
|
|
31
|
+
var chunkNGHLETWP_js = require('./chunk-NGHLETWP.js');
|
|
32
32
|
var chunk6SSTTJV4_js = require('./chunk-6SSTTJV4.js');
|
|
33
33
|
var chunkA423552C_js = require('./chunk-A423552C.js');
|
|
34
34
|
var chunkDZC4SOLV_js = require('./chunk-DZC4SOLV.js');
|
|
@@ -432,27 +432,27 @@ Object.defineProperty(exports, "ContextMenu", {
|
|
|
432
432
|
});
|
|
433
433
|
Object.defineProperty(exports, "Accordion", {
|
|
434
434
|
enumerable: true,
|
|
435
|
-
get: function () { return
|
|
435
|
+
get: function () { return chunkNGHLETWP_js.Accordion; }
|
|
436
436
|
});
|
|
437
437
|
Object.defineProperty(exports, "AccordionItem", {
|
|
438
438
|
enumerable: true,
|
|
439
|
-
get: function () { return
|
|
439
|
+
get: function () { return chunkNGHLETWP_js.AccordionItem; }
|
|
440
440
|
});
|
|
441
441
|
Object.defineProperty(exports, "Breadcrumbs", {
|
|
442
442
|
enumerable: true,
|
|
443
|
-
get: function () { return
|
|
443
|
+
get: function () { return chunkNGHLETWP_js.Breadcrumbs; }
|
|
444
444
|
});
|
|
445
445
|
Object.defineProperty(exports, "DataTable", {
|
|
446
446
|
enumerable: true,
|
|
447
|
-
get: function () { return
|
|
447
|
+
get: function () { return chunkNGHLETWP_js.DataTable; }
|
|
448
448
|
});
|
|
449
449
|
Object.defineProperty(exports, "TablePagination", {
|
|
450
450
|
enumerable: true,
|
|
451
|
-
get: function () { return
|
|
451
|
+
get: function () { return chunkNGHLETWP_js.TablePagination; }
|
|
452
452
|
});
|
|
453
453
|
Object.defineProperty(exports, "TableToolbar", {
|
|
454
454
|
enumerable: true,
|
|
455
|
-
get: function () { return
|
|
455
|
+
get: function () { return chunkNGHLETWP_js.TableToolbar; }
|
|
456
456
|
});
|
|
457
457
|
Object.defineProperty(exports, "Checkbox", {
|
|
458
458
|
enumerable: true,
|
package/dist/index.mjs
CHANGED
|
@@ -26,7 +26,7 @@ export { AttachmentList, CommentThread, _internal } from './chunk-G5I2VVOC.mjs';
|
|
|
26
26
|
export { AddressForm, CartDrawer, CompareTable, FreeShippingProgress, OrderSummary, PriceDisplay, PromoCodeInput, QuantitySelector, Rating, VariantSelector, WishlistButton } from './chunk-FD3Y5IP7.mjs';
|
|
27
27
|
export { Drawer, Modal } from './chunk-VOSVV3LL.mjs';
|
|
28
28
|
export { ContextMenu } from './chunk-NS6CI6RP.mjs';
|
|
29
|
-
export { Accordion, AccordionItem, Breadcrumbs, DataTable, TablePagination, TableToolbar } from './chunk-
|
|
29
|
+
export { Accordion, AccordionItem, Breadcrumbs, DataTable, TablePagination, TableToolbar } from './chunk-NOOE5MAD.mjs';
|
|
30
30
|
export { Checkbox, FormField, Input, InputGroup, InputGroupAddon, Label, Radio, Select, Switch, Textarea } from './chunk-SUQLII3F.mjs';
|
|
31
31
|
export { EmptyState, Kpi, NumberInput, Pagination } from './chunk-CNQ7HZQT.mjs';
|
|
32
32
|
export { Alert, Badge, Card, CardBody, CardFooter, CardHeader, Chip, ChipGroup, ProductCard, Skeleton, Spinner } from './chunk-LAMT2PHX.mjs';
|