opus-toolkit-components 1.2.2 → 1.2.4
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.
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
exports["opus-components"] = factory(require("react"), require("react-dom"));
|
|
8
8
|
else
|
|
9
9
|
root["opus-components"] = factory(root["react"], root["react-dom"]);
|
|
10
|
-
})(
|
|
10
|
+
})(this, (__WEBPACK_EXTERNAL_MODULE__155__, __WEBPACK_EXTERNAL_MODULE__514__) => {
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ({
|
|
@@ -3789,9 +3789,9 @@ function Card(_ref) {
|
|
|
3789
3789
|
// Theme override
|
|
3790
3790
|
const intentClasses = {
|
|
3791
3791
|
default: 'bg-[--color-primary-bg] text-[--color-text-weak]',
|
|
3792
|
-
info: 'bg-[--color-util-blue-200] text-[--color-
|
|
3793
|
-
success: 'bg-[--color-util-green-200] text-[--color-
|
|
3794
|
-
error: 'bg-[--color-util-red-200] text-[--color-text-
|
|
3792
|
+
info: 'bg-[--color-util-blue-200] text-[--color-black] border-[--color-util-blue]',
|
|
3793
|
+
success: 'bg-[--color-util-green-200] text-[--color-black] border-[--color-util-green]',
|
|
3794
|
+
error: 'bg-[--color-util-red-200] text-[--color-text-black] border-[--color-util-red]',
|
|
3795
3795
|
brand: 'bg-[--color-brand-primary] text-[--color-white]',
|
|
3796
3796
|
brandSecondary: 'bg-[--color-brand-secondary] text-[--color-white]'
|
|
3797
3797
|
};
|
|
@@ -13021,4 +13021,4 @@ const CookieBanner = _ref => {
|
|
|
13021
13021
|
/******/ })()
|
|
13022
13022
|
;
|
|
13023
13023
|
});
|
|
13024
|
-
//# sourceMappingURL=main.
|
|
13024
|
+
//# sourceMappingURL=opus-components.main.js.map
|