@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.mjs
CHANGED
|
@@ -12580,6 +12580,7 @@ var progressShrink = keyframes`
|
|
|
12580
12580
|
var VARIANT_COLORS = {
|
|
12581
12581
|
success: { accent: "#0ecb81", icon: "\u2713" },
|
|
12582
12582
|
error: { accent: "#f6465d", icon: "\u2715" },
|
|
12583
|
+
sell: { accent: "#f6465d", icon: "\u2713" },
|
|
12583
12584
|
info: { accent: "#E6C656", icon: "\u2139" },
|
|
12584
12585
|
pending: { accent: "#7EB3E6", icon: "\u25CC" }
|
|
12585
12586
|
};
|