@loafmarkets/ui 0.1.239 → 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 +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- 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
|
@@ -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
|
};
|