analytica-frontend-lib 1.1.29 → 1.1.30
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/Accordation/index.js +1 -1
- package/dist/Accordation/index.js.map +1 -1
- package/dist/Accordation/index.mjs +1 -1
- package/dist/Accordation/index.mjs.map +1 -1
- package/dist/Card/index.js +1 -1
- package/dist/Card/index.js.map +1 -1
- package/dist/Card/index.mjs +1 -1
- package/dist/Card/index.mjs.map +1 -1
- package/dist/Quiz/index.js +1 -1
- package/dist/Quiz/index.js.map +1 -1
- package/dist/Quiz/index.mjs +1 -1
- package/dist/Quiz/index.mjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4103,7 +4103,7 @@ var CardBase = (0, import_react14.forwardRef)(
|
|
|
4103
4103
|
);
|
|
4104
4104
|
var ACTION_CARD_CLASSES = {
|
|
4105
4105
|
warning: "bg-warning-background",
|
|
4106
|
-
success: "bg-success-
|
|
4106
|
+
success: "bg-success-200",
|
|
4107
4107
|
error: "bg-error-100",
|
|
4108
4108
|
info: "bg-info-background"
|
|
4109
4109
|
};
|