@ape.swap/bonds-sdk 1.0.644 → 1.0.646

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.
@@ -2,7 +2,7 @@ import { jsx as _jsx } from "theme-ui/jsx-runtime";
2
2
  import { Box, Flex } from 'theme-ui';
3
3
  var ProgressBar = function (_a) {
4
4
  var value = _a.value, _b = _a.color, color = _b === void 0 ? 'text' : _b;
5
- return (_jsx(Flex, { sx: { width: ['100px', '100px', '100px', '100%'], alignItems: 'center', flexDirection: 'row', mt: '5px' }, children: _jsx(Box, { sx: {
5
+ return (_jsx(Flex, { sx: { width: ['100px', '100px', '100px', '100%'], alignItems: 'center', flexDirection: 'row', mt: '5px' }, children: _jsx(Box, { className: "progressbar-completed", sx: {
6
6
  width: '100%',
7
7
  height: '5px',
8
8
  backgroundColor: 'white4',
@@ -194,8 +194,7 @@
194
194
  font-size: 16px;
195
195
  border-radius: 10px;
196
196
  height: 90%;
197
- padding-top: 10px;
198
- padding-bottom: 10px;
197
+ padding: 10px;
199
198
  }
200
199
 
201
200
  .block-header {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Ape Bond SDK",
4
4
  "author": "Ape Bond",
5
5
  "license": "MIT",
6
- "version": "1.0.644",
6
+ "version": "1.0.646",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",