@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.cjs.js
CHANGED
|
@@ -335,6 +335,7 @@ var style$r = {"root":"badge-module__root__rXpaz"};
|
|
|
335
335
|
var BadgeStatuses = {
|
|
336
336
|
success: "success",
|
|
337
337
|
rejected: "rejected",
|
|
338
|
+
none: "none",
|
|
338
339
|
warning: "warning",
|
|
339
340
|
loading: "loading"
|
|
340
341
|
};
|
|
@@ -816,7 +817,7 @@ var InvestmentGraph = function (_a) {
|
|
|
816
817
|
stroke: "var(--neutral-45)",
|
|
817
818
|
strokeDasharray: "5 5",
|
|
818
819
|
strokeWidth: 1
|
|
819
|
-
}, labelFormatter: function (e) { return formatDate(e); } }), jsxRuntime.jsx(recharts.Area, { dataKey: "value", strokeWidth: 2.5, activeDot: { r: 6, fill: "var(--neutral-90)", stroke: "white", strokeWidth: 2 }, stroke: "var(--neutral-
|
|
820
|
+
}, labelFormatter: function (e) { return formatDate(e); } }), jsxRuntime.jsx(recharts.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 })] }) })] }));
|
|
820
821
|
};
|
|
821
822
|
|
|
822
823
|
var style$2 = {"root":"investments-header-module__root__fxQmk","total":"investments-header-module__total__DrEq0","badge":"investments-header-module__badge__-aeBM"};
|
|
@@ -902,6 +903,7 @@ var Drawer = function (_a) {
|
|
|
902
903
|
|
|
903
904
|
exports.Accordion = Accordion;
|
|
904
905
|
exports.Badge = Badge;
|
|
906
|
+
exports.BadgeStatuses = BadgeStatuses;
|
|
905
907
|
exports.Button = Button;
|
|
906
908
|
exports.Checkbox = Checkbox;
|
|
907
909
|
exports.Clipboard = Clipboard;
|