@loafmarkets/ui 0.1.238 → 0.1.240
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.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1116,7 +1116,7 @@ type PropertyPhotoGalleryProps = {
|
|
|
1116
1116
|
};
|
|
1117
1117
|
declare function PropertyPhotoGallery({ isOpen, onClose, startIndex, title, subtitle, images, }: PropertyPhotoGalleryProps): react_jsx_runtime.JSX.Element | null;
|
|
1118
1118
|
|
|
1119
|
-
type ToastVariant = 'success' | 'error' | 'info' | 'pending';
|
|
1119
|
+
type ToastVariant = 'success' | 'error' | 'info' | 'pending' | 'sell';
|
|
1120
1120
|
type ToastData = {
|
|
1121
1121
|
id: string;
|
|
1122
1122
|
variant: ToastVariant;
|
package/dist/index.d.ts
CHANGED
|
@@ -1116,7 +1116,7 @@ type PropertyPhotoGalleryProps = {
|
|
|
1116
1116
|
};
|
|
1117
1117
|
declare function PropertyPhotoGallery({ isOpen, onClose, startIndex, title, subtitle, images, }: PropertyPhotoGalleryProps): react_jsx_runtime.JSX.Element | null;
|
|
1118
1118
|
|
|
1119
|
-
type ToastVariant = 'success' | 'error' | 'info' | 'pending';
|
|
1119
|
+
type ToastVariant = 'success' | 'error' | 'info' | 'pending' | 'sell';
|
|
1120
1120
|
type ToastData = {
|
|
1121
1121
|
id: string;
|
|
1122
1122
|
variant: ToastVariant;
|
package/dist/index.js
CHANGED
|
@@ -8839,8 +8839,8 @@ function PropertyOverview({
|
|
|
8839
8839
|
/* @__PURE__ */ jsxRuntime.jsx(StatValue, { style: { color: "#4ade80" }, children: "+90%" })
|
|
8840
8840
|
] }),
|
|
8841
8841
|
/* @__PURE__ */ jsxRuntime.jsxs(StatRow, { children: [
|
|
8842
|
-
/* @__PURE__ */ jsxRuntime.jsx(StatLabel, { children: "
|
|
8843
|
-
/* @__PURE__ */ jsxRuntime.jsx(StatValue, { style: { color: "#4ade80" }, children: "$0.042 /
|
|
8842
|
+
/* @__PURE__ */ jsxRuntime.jsx(StatLabel, { children: "Current Dividend" }),
|
|
8843
|
+
/* @__PURE__ */ jsxRuntime.jsx(StatValue, { style: { color: "#4ade80" }, children: "$0.042 / share / mo" })
|
|
8844
8844
|
] }),
|
|
8845
8845
|
/* @__PURE__ */ jsxRuntime.jsx(StatsColumnHeader, { style: { marginTop: "1.25rem" }, children: "Capital History" }),
|
|
8846
8846
|
/* @__PURE__ */ jsxRuntime.jsxs(TimelineWrap, { children: [
|
|
@@ -12606,6 +12606,7 @@ var progressShrink = styled9.keyframes`
|
|
|
12606
12606
|
var VARIANT_COLORS = {
|
|
12607
12607
|
success: { accent: "#0ecb81", icon: "\u2713" },
|
|
12608
12608
|
error: { accent: "#f6465d", icon: "\u2715" },
|
|
12609
|
+
sell: { accent: "#f6465d", icon: "\u2713" },
|
|
12609
12610
|
info: { accent: "#E6C656", icon: "\u2139" },
|
|
12610
12611
|
pending: { accent: "#7EB3E6", icon: "\u25CC" }
|
|
12611
12612
|
};
|