@idea-fragments/react-components-zendesk 0.1.51 → 0.1.52

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/styles.js CHANGED
@@ -2314,7 +2314,14 @@ var base = {
2314
2314
  },
2315
2315
  section: {
2316
2316
  background: "transparent",
2317
- padding: "".concat(SPACINGS.XXXL, " 0")
2317
+ body: {
2318
+ padding: "".concat(SPACINGS.LG, " ").concat(SPACINGS.MD)
2319
+ },
2320
+ borderRadius: "".concat(SPACINGS.XS),
2321
+ header: {
2322
+ padding: "".concat(SPACINGS.LG, " ").concat(SPACINGS.MD)
2323
+ },
2324
+ shadow: "0 2px 6px 0 #0000001a"
2318
2325
  },
2319
2326
  sidebar: {
2320
2327
  actionButton: {