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.
- package/dist/bundle.cjs.js +1 -1
- package/dist/bundle.esm.js +1 -1
- package/package.json +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -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:
|
|
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`,
|
package/dist/bundle.esm.js
CHANGED
|
@@ -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:
|
|
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