opus-toolkit-components 0.7.7 → 0.7.8
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.
|
@@ -12476,6 +12476,7 @@ function Loader(_ref) {
|
|
|
12476
12476
|
;// ./src/components/Pills/Pill.js
|
|
12477
12477
|
|
|
12478
12478
|
const statusClasses = {
|
|
12479
|
+
primary: "bg-[--color-primary-btn] text-[--color-white]",
|
|
12479
12480
|
danger: "bg-[--color-util-red] text-[--color-white]",
|
|
12480
12481
|
warning: "bg-[--color-util-amber] text-[--color-white]",
|
|
12481
12482
|
success: "bg-[--color-util-green] text-[--color-white]",
|
|
@@ -12516,4 +12517,4 @@ const Pill = _ref => {
|
|
|
12516
12517
|
/******/ })()
|
|
12517
12518
|
;
|
|
12518
12519
|
});
|
|
12519
|
-
//# sourceMappingURL=main.
|
|
12520
|
+
//# sourceMappingURL=main.43655bc1feda5d97eff1.js.map
|