gsintegrations 0.0.65 → 0.0.67

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.
@@ -95246,7 +95246,7 @@ const OutcomeListPage = ({ onSelect, onBack, onAdd, data, }) => {
95246
95246
  })
95247
95247
  : `R$: ${amount}` })))),
95248
95248
  React$1.createElement(Container$1, { maxWidth: "sm", sx: {
95249
- mt: 1,
95249
+ mt: 2,
95250
95250
  px: { xs: 1.5, sm: 2 },
95251
95251
  // push content below the fixed header + card
95252
95252
  paddingTop: `${contentOffset}px`,
@@ -95226,7 +95226,7 @@ const OutcomeListPage = ({ onSelect, onBack, onAdd, data, }) => {
95226
95226
  })
95227
95227
  : `R$: ${amount}` })))),
95228
95228
  React__default.createElement(Container$1, { maxWidth: "sm", sx: {
95229
- mt: 1,
95229
+ mt: 2,
95230
95230
  px: { xs: 1.5, sm: 2 },
95231
95231
  // push content below the fixed header + card
95232
95232
  paddingTop: `${contentOffset}px`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gsintegrations",
3
- "version": "0.0.65",
3
+ "version": "0.0.67",
4
4
  "description": "A React component library template with TypeScript, Storybook, and testing setup",
5
5
  "main": "dist/bundle.cjs.js",
6
6
  "module": "dist/bundle.esm.js",