reactbridge-sdk 0.2.9 → 0.2.11

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 CHANGED
@@ -3117,6 +3117,7 @@ const ReportLayout = ({ title, description, selectedDateRange, onDateRangeChange
3117
3117
  display: "flex",
3118
3118
  flexDirection: "column",
3119
3119
  gap: (theme === null || theme === void 0 ? void 0 : theme.spacing.md) || "12px",
3120
+ padding: (theme === null || theme === void 0 ? void 0 : theme.spacing.md) || "12px",
3120
3121
  } },
3121
3122
  React.createElement("div", { style: {
3122
3123
  display: "flex",