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.mjs
CHANGED
|
@@ -2055,7 +2055,7 @@ var Button_default = Button2;
|
|
|
2055
2055
|
|
|
2056
2056
|
// src/components/alerts/Alert.tsx
|
|
2057
2057
|
import { jsx as jsx6, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
2058
|
-
var StyledDiv2 = styled6
|
|
2058
|
+
var StyledDiv2 = styled6.div.withConfig({
|
|
2059
2059
|
shouldForwardProp: (prop) => !["theme"].includes(prop)
|
|
2060
2060
|
})`
|
|
2061
2061
|
@keyframes fadeInFromLeft {
|