react-better-html 1.1.127 → 1.1.128
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.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
|
@@ -2141,7 +2141,7 @@ var Button_default = Button2;
|
|
|
2141
2141
|
|
|
2142
2142
|
// src/components/alerts/Alert.tsx
|
|
2143
2143
|
var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
2144
|
-
var StyledDiv2 =
|
|
2144
|
+
var StyledDiv2 = import_styled_components6.default.div.withConfig({
|
|
2145
2145
|
shouldForwardProp: (prop) => !["theme"].includes(prop)
|
|
2146
2146
|
})`
|
|
2147
2147
|
@keyframes fadeInFromLeft {
|