@kaio-xyz/design-system 1.1.18 → 1.1.20
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/index.cjs.js +3 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.esm.js +3 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -321,5 +321,5 @@ type DrawerProps = {
|
|
|
321
321
|
};
|
|
322
322
|
declare const Drawer: ({ isOpen, title, children, className, actions, onClose, isLarge, }: DrawerProps) => react.ReactPortal;
|
|
323
323
|
|
|
324
|
-
export { Accordion, Badge, Button, Checkbox, Clipboard, ConfirmModal, Container, Drawer, DropdownMenu, FormSelect, InfoModal, InvestmentGraph, InvestmentsHeader, List, ListItem, Loader, Modal, OtpModal, PasswordField, Select, SpinnedIcon, Stack, Step, Stepper, Table, TextField, Timeframes, Tooltip, ValidatePasswordField, periodOptions };
|
|
325
|
-
export type { ButtonProps, ConfirmModalProps$1 as ConfirmModalProps, DataPoint, DrawerProps, TimeFrame };
|
|
324
|
+
export { Accordion, Badge, BadgeStatuses, Button, Checkbox, Clipboard, ConfirmModal, Container, Drawer, DropdownMenu, FormSelect, InfoModal, InvestmentGraph, InvestmentsHeader, List, ListItem, Loader, Modal, OtpModal, PasswordField, Select, SpinnedIcon, Stack, Step, Stepper, Table, TextField, Timeframes, Tooltip, ValidatePasswordField, periodOptions };
|
|
325
|
+
export type { BadgeStatus, ButtonProps, ConfirmModalProps$1 as ConfirmModalProps, DataPoint, DrawerProps, TimeFrame };
|
package/dist/index.esm.js
CHANGED
|
@@ -312,6 +312,7 @@ var style$r = {"root":"badge-module__root__rXpaz"};
|
|
|
312
312
|
var BadgeStatuses = {
|
|
313
313
|
success: "success",
|
|
314
314
|
rejected: "rejected",
|
|
315
|
+
none: "none",
|
|
315
316
|
warning: "warning",
|
|
316
317
|
loading: "loading"
|
|
317
318
|
};
|
|
@@ -793,7 +794,7 @@ var InvestmentGraph = function (_a) {
|
|
|
793
794
|
stroke: "var(--neutral-45)",
|
|
794
795
|
strokeDasharray: "5 5",
|
|
795
796
|
strokeWidth: 1
|
|
796
|
-
}, labelFormatter: function (e) { return formatDate(e); } }), jsx(Area, { dataKey: "value", strokeWidth: 2.5, activeDot: { r: 6, fill: "var(--neutral-90)", stroke: "white", strokeWidth: 2 }, stroke: "var(--neutral-
|
|
797
|
+
}, labelFormatter: function (e) { return formatDate(e); } }), jsx(Area, { dataKey: "value", strokeWidth: 2.5, activeDot: { r: 6, fill: "var(--neutral-90)", stroke: "white", strokeWidth: 2 }, stroke: "var(--neutral-70)", fillOpacity: 1, fill: "url(#splitColor)", baseValue: dataMin })] }) })] }));
|
|
797
798
|
};
|
|
798
799
|
|
|
799
800
|
var style$2 = {"root":"investments-header-module__root__fxQmk","total":"investments-header-module__total__DrEq0","badge":"investments-header-module__badge__-aeBM"};
|
|
@@ -877,5 +878,5 @@ var Drawer = function (_a) {
|
|
|
877
878
|
return createPortal(drawerContent, document.body);
|
|
878
879
|
};
|
|
879
880
|
|
|
880
|
-
export { Accordion, Badge, Button, Checkbox, Clipboard, ConfirmModal, Container, Drawer, DropdownMenu, FormSelect, InfoModal, InvestmentGraph, InvestmentsHeader, List, ListItem, Loader, Modal, OtpModal, PasswordField, Select, SpinnedIcon, Stack, Step, Stepper, Table, TextField, Timeframes, Tooltip, ValidatePasswordField, periodOptions };
|
|
881
|
+
export { Accordion, Badge, BadgeStatuses, Button, Checkbox, Clipboard, ConfirmModal, Container, Drawer, DropdownMenu, FormSelect, InfoModal, InvestmentGraph, InvestmentsHeader, List, ListItem, Loader, Modal, OtpModal, PasswordField, Select, SpinnedIcon, Stack, Step, Stepper, Table, TextField, Timeframes, Tooltip, ValidatePasswordField, periodOptions };
|
|
881
882
|
//# sourceMappingURL=index.esm.js.map
|