@kaio-xyz/design-system 1.1.19 → 1.1.21

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.d.ts CHANGED
@@ -186,7 +186,7 @@ type ListProps = {
186
186
  declare const List: ({ label, children }: ListProps) => react_jsx_runtime.JSX.Element;
187
187
 
188
188
  type ListItem = {
189
- value: string;
189
+ value?: string;
190
190
  label: string;
191
191
  key?: string;
192
192
  };
package/dist/index.esm.js CHANGED
@@ -794,7 +794,7 @@ var InvestmentGraph = function (_a) {
794
794
  stroke: "var(--neutral-45)",
795
795
  strokeDasharray: "5 5",
796
796
  strokeWidth: 1
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-90)", fillOpacity: 1, fill: "url(#splitColor)", baseValue: dataMin })] }) })] }));
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 })] }) })] }));
798
798
  };
799
799
 
800
800
  var style$2 = {"root":"investments-header-module__root__fxQmk","total":"investments-header-module__total__DrEq0","badge":"investments-header-module__badge__-aeBM"};