react-better-html 1.1.278 → 1.1.279
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.d.mts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -811,6 +811,9 @@ type PageHolderComponentType = {
|
|
|
811
811
|
pageBackgroundColor?: React.CSSProperties["backgroundColor"];
|
|
812
812
|
pageBackgroundImage?: React.CSSProperties["backgroundImage"];
|
|
813
813
|
contentMaxWidth?: React.CSSProperties["maxWidth"];
|
|
814
|
+
border?: React.CSSProperties["border"];
|
|
815
|
+
borderRadius?: React.CSSProperties["borderRadius"];
|
|
816
|
+
boxShadow?: React.CSSProperties["boxShadow"];
|
|
814
817
|
/** @default true */
|
|
815
818
|
contentInsideBox?: boolean;
|
|
816
819
|
behindComponent?: React.ReactNode;
|
package/dist/index.d.ts
CHANGED
|
@@ -811,6 +811,9 @@ type PageHolderComponentType = {
|
|
|
811
811
|
pageBackgroundColor?: React.CSSProperties["backgroundColor"];
|
|
812
812
|
pageBackgroundImage?: React.CSSProperties["backgroundImage"];
|
|
813
813
|
contentMaxWidth?: React.CSSProperties["maxWidth"];
|
|
814
|
+
border?: React.CSSProperties["border"];
|
|
815
|
+
borderRadius?: React.CSSProperties["borderRadius"];
|
|
816
|
+
boxShadow?: React.CSSProperties["boxShadow"];
|
|
814
817
|
/** @default true */
|
|
815
818
|
contentInsideBox?: boolean;
|
|
816
819
|
behindComponent?: React.ReactNode;
|