@misael703/ui 1.62.1 → 1.63.0
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-2GCYYHNG.mjs → chunk-37ZCEETH.mjs} +24 -12
- package/dist/chunk-37ZCEETH.mjs.map +1 -0
- package/dist/{chunk-K4VUQFUA.js → chunk-BC7BNFXX.js} +24 -12
- package/dist/chunk-BC7BNFXX.js.map +1 -0
- package/dist/components/Charts.d.mts +23 -6
- package/dist/components/Charts.d.ts +23 -6
- package/dist/components/Charts.js +6 -6
- package/dist/components/Charts.mjs +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +6 -6
- package/dist/index.mjs +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/dist/chunk-2GCYYHNG.mjs.map +0 -1
- package/dist/chunk-K4VUQFUA.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -56,7 +56,7 @@ var chunkAJ22SXI2_js = require('./chunk-AJ22SXI2.js');
|
|
|
56
56
|
var chunkEUB4PHPI_js = require('./chunk-EUB4PHPI.js');
|
|
57
57
|
var chunkGGILBESE_js = require('./chunk-GGILBESE.js');
|
|
58
58
|
var chunkC4AKMVDZ_js = require('./chunk-C4AKMVDZ.js');
|
|
59
|
-
var
|
|
59
|
+
var chunkBC7BNFXX_js = require('./chunk-BC7BNFXX.js');
|
|
60
60
|
var chunkPASF6T4H_js = require('./chunk-PASF6T4H.js');
|
|
61
61
|
|
|
62
62
|
|
|
@@ -1111,23 +1111,23 @@ Object.defineProperty(exports, "X", {
|
|
|
1111
1111
|
});
|
|
1112
1112
|
Object.defineProperty(exports, "AreaChart", {
|
|
1113
1113
|
enumerable: true,
|
|
1114
|
-
get: function () { return
|
|
1114
|
+
get: function () { return chunkBC7BNFXX_js.AreaChart; }
|
|
1115
1115
|
});
|
|
1116
1116
|
Object.defineProperty(exports, "BarChart", {
|
|
1117
1117
|
enumerable: true,
|
|
1118
|
-
get: function () { return
|
|
1118
|
+
get: function () { return chunkBC7BNFXX_js.BarChart; }
|
|
1119
1119
|
});
|
|
1120
1120
|
Object.defineProperty(exports, "DonutChart", {
|
|
1121
1121
|
enumerable: true,
|
|
1122
|
-
get: function () { return
|
|
1122
|
+
get: function () { return chunkBC7BNFXX_js.DonutChart; }
|
|
1123
1123
|
});
|
|
1124
1124
|
Object.defineProperty(exports, "LineChart", {
|
|
1125
1125
|
enumerable: true,
|
|
1126
|
-
get: function () { return
|
|
1126
|
+
get: function () { return chunkBC7BNFXX_js.LineChart; }
|
|
1127
1127
|
});
|
|
1128
1128
|
Object.defineProperty(exports, "Sparkline", {
|
|
1129
1129
|
enumerable: true,
|
|
1130
|
-
get: function () { return
|
|
1130
|
+
get: function () { return chunkBC7BNFXX_js.Sparkline; }
|
|
1131
1131
|
});
|
|
1132
1132
|
Object.defineProperty(exports, "cx", {
|
|
1133
1133
|
enumerable: true,
|
package/dist/index.mjs
CHANGED
|
@@ -54,7 +54,7 @@ export { Button, ButtonGroup } from './chunk-NAL457NQ.mjs';
|
|
|
54
54
|
export { AspectRatio, ScrollArea, Separator, Slot, Slottable } from './chunk-IEPKSPBX.mjs';
|
|
55
55
|
export { Carousel } from './chunk-VXJTDBSM.mjs';
|
|
56
56
|
export { AlertCircle, AlertTriangle, AlignCenter, AlignLeft, AlignRight, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, Bell, Bold, Building, CalendarDays, CalendarIcon, Check, CheckCircle, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Clock, Columns3, Copy, CreditCard, Download, Edit, ExternalLink, Eye, EyeOff, FileText, Filter, Folder, Globe, Heart, History, Home, Info, Italic, LayoutGrid, Link, List, Loader, Lock, LogOut, Mail, Map, MapPin, MenuIcon, Minus, Moon, MoreHorizontal, MoreVertical, Package, Phone, Plus, RefreshCw, Rows3, Search, Settings, ShoppingCart, Star, Sun, Tag, Tool, Trash, Truck, Underline, Unlock, Upload, User, Users, Wallet, Wrench, X } from './chunk-BJGMROKL.mjs';
|
|
57
|
-
export { AreaChart, BarChart, DonutChart, LineChart, Sparkline } from './chunk-
|
|
57
|
+
export { AreaChart, BarChart, DonutChart, LineChart, Sparkline } from './chunk-37ZCEETH.mjs';
|
|
58
58
|
export { cx } from './chunk-IEPCH3JB.mjs';
|
|
59
59
|
//# sourceMappingURL=index.mjs.map
|
|
60
60
|
//# sourceMappingURL=index.mjs.map
|