@misael703/ui 1.62.2 → 1.64.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-5SYT7KZX.js → chunk-CP6DXFGZ.js} +32 -16
- package/dist/chunk-CP6DXFGZ.js.map +1 -0
- package/dist/{chunk-4K26DN5F.mjs → chunk-JTSSM4NE.mjs} +32 -16
- package/dist/chunk-JTSSM4NE.mjs.map +1 -0
- package/dist/components/Charts.d.mts +29 -6
- package/dist/components/Charts.d.ts +29 -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-4K26DN5F.mjs.map +0 -1
- package/dist/chunk-5SYT7KZX.js.map +0 -1
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var chunkCP6DXFGZ_js = require('../chunk-CP6DXFGZ.js');
|
|
5
5
|
require('../chunk-PASF6T4H.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "AreaChart", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunkCP6DXFGZ_js.AreaChart; }
|
|
12
12
|
});
|
|
13
13
|
Object.defineProperty(exports, "BarChart", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunkCP6DXFGZ_js.BarChart; }
|
|
16
16
|
});
|
|
17
17
|
Object.defineProperty(exports, "DonutChart", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkCP6DXFGZ_js.DonutChart; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "LineChart", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkCP6DXFGZ_js.LineChart; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "Sparkline", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunkCP6DXFGZ_js.Sparkline; }
|
|
28
28
|
});
|
|
29
29
|
//# sourceMappingURL=Charts.js.map
|
|
30
30
|
//# sourceMappingURL=Charts.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
export { AreaChart, BarChart, DonutChart, LineChart, Sparkline } from '../chunk-
|
|
2
|
+
export { AreaChart, BarChart, DonutChart, LineChart, Sparkline } from '../chunk-JTSSM4NE.mjs';
|
|
3
3
|
import '../chunk-IEPCH3JB.mjs';
|
|
4
4
|
//# sourceMappingURL=Charts.mjs.map
|
|
5
5
|
//# sourceMappingURL=Charts.mjs.map
|
package/dist/index.d.mts
CHANGED
|
@@ -17,7 +17,7 @@ export { CheckboxGroup, CheckboxGroupProps, MoneyInput, MoneyInputProps, OptionI
|
|
|
17
17
|
export { Avatar, AvatarGroup, AvatarGroupProps, AvatarProps, Menu, MenuItemProps, MenuProps, Stat, StatProps } from './components/Display2.mjs';
|
|
18
18
|
export { CommandItem, CommandPalette, CommandPaletteProps, DateRange, DateRangePicker, DateRangePickerProps, DateRangePresetItem, DateRangePresetKey, DateRangePresetsOptions, MultiCombobox, MultiComboboxOption, MultiComboboxProps, UseCommandPaletteOptions, dateRangePresets, useCommandPalette } from './components/AdvancedPickers.mjs';
|
|
19
19
|
export { AppShell, AppShellHeader, AppShellHeaderApi, AppShellHeaderSlot, AppShellProps, AppShellTheme, NavItem, NavSection, PageHeader, PageHeaderProps } from './components/AppShell.mjs';
|
|
20
|
-
export { AreaChart, AreaChartProps, AxisInterval, BarChart, BarChartProps, BaseChartProps, CartesianChartProps, DonutChart, DonutChartProps, LineChart, LineChartProps, RechartsLike, Sparkline, SparklineProps } from './components/Charts.mjs';
|
|
20
|
+
export { AreaChart, AreaChartProps, AxisInterval, BarChart, BarChartProps, BaseChartProps, CartesianChartProps, ChartTooltipConfig, DonutChart, DonutChartProps, LineChart, LineChartProps, RechartsLike, Sparkline, SparklineProps } from './components/Charts.mjs';
|
|
21
21
|
export { BulletChart, BulletChartProps, BulletTone, CalendarHeatmap, CalendarHeatmapProps, DeltaBadge, DeltaBadgeProps, DeltaTone, HeatmapCell, Meter, MeterOptimum, MeterProps, ProportionBar, ProportionBarProps, ProportionSegment, Sparkbar, SparkbarProps, StatCard, StatCardProps } from './components/Metrics.mjs';
|
|
22
22
|
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, IconProps, 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 './components/Icons.mjs';
|
|
23
23
|
export { Logo, LogoBg, LogoFormat, LogoProps, LogoVariant } from './components/Logo.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ export { CheckboxGroup, CheckboxGroupProps, MoneyInput, MoneyInputProps, OptionI
|
|
|
17
17
|
export { Avatar, AvatarGroup, AvatarGroupProps, AvatarProps, Menu, MenuItemProps, MenuProps, Stat, StatProps } from './components/Display2.js';
|
|
18
18
|
export { CommandItem, CommandPalette, CommandPaletteProps, DateRange, DateRangePicker, DateRangePickerProps, DateRangePresetItem, DateRangePresetKey, DateRangePresetsOptions, MultiCombobox, MultiComboboxOption, MultiComboboxProps, UseCommandPaletteOptions, dateRangePresets, useCommandPalette } from './components/AdvancedPickers.js';
|
|
19
19
|
export { AppShell, AppShellHeader, AppShellHeaderApi, AppShellHeaderSlot, AppShellProps, AppShellTheme, NavItem, NavSection, PageHeader, PageHeaderProps } from './components/AppShell.js';
|
|
20
|
-
export { AreaChart, AreaChartProps, AxisInterval, BarChart, BarChartProps, BaseChartProps, CartesianChartProps, DonutChart, DonutChartProps, LineChart, LineChartProps, RechartsLike, Sparkline, SparklineProps } from './components/Charts.js';
|
|
20
|
+
export { AreaChart, AreaChartProps, AxisInterval, BarChart, BarChartProps, BaseChartProps, CartesianChartProps, ChartTooltipConfig, DonutChart, DonutChartProps, LineChart, LineChartProps, RechartsLike, Sparkline, SparklineProps } from './components/Charts.js';
|
|
21
21
|
export { BulletChart, BulletChartProps, BulletTone, CalendarHeatmap, CalendarHeatmapProps, DeltaBadge, DeltaBadgeProps, DeltaTone, HeatmapCell, Meter, MeterOptimum, MeterProps, ProportionBar, ProportionBarProps, ProportionSegment, Sparkbar, SparkbarProps, StatCard, StatCardProps } from './components/Metrics.js';
|
|
22
22
|
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, IconProps, 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 './components/Icons.js';
|
|
23
23
|
export { Logo, LogoBg, LogoFormat, LogoProps, LogoVariant } from './components/Logo.js';
|
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 chunkCP6DXFGZ_js = require('./chunk-CP6DXFGZ.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 chunkCP6DXFGZ_js.AreaChart; }
|
|
1115
1115
|
});
|
|
1116
1116
|
Object.defineProperty(exports, "BarChart", {
|
|
1117
1117
|
enumerable: true,
|
|
1118
|
-
get: function () { return
|
|
1118
|
+
get: function () { return chunkCP6DXFGZ_js.BarChart; }
|
|
1119
1119
|
});
|
|
1120
1120
|
Object.defineProperty(exports, "DonutChart", {
|
|
1121
1121
|
enumerable: true,
|
|
1122
|
-
get: function () { return
|
|
1122
|
+
get: function () { return chunkCP6DXFGZ_js.DonutChart; }
|
|
1123
1123
|
});
|
|
1124
1124
|
Object.defineProperty(exports, "LineChart", {
|
|
1125
1125
|
enumerable: true,
|
|
1126
|
-
get: function () { return
|
|
1126
|
+
get: function () { return chunkCP6DXFGZ_js.LineChart; }
|
|
1127
1127
|
});
|
|
1128
1128
|
Object.defineProperty(exports, "Sparkline", {
|
|
1129
1129
|
enumerable: true,
|
|
1130
|
-
get: function () { return
|
|
1130
|
+
get: function () { return chunkCP6DXFGZ_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-JTSSM4NE.mjs';
|
|
58
58
|
export { cx } from './chunk-IEPCH3JB.mjs';
|
|
59
59
|
//# sourceMappingURL=index.mjs.map
|
|
60
60
|
//# sourceMappingURL=index.mjs.map
|