@cashub/ui 0.34.2 → 0.34.3

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.
Files changed (2) hide show
  1. package/Tab/TabList.js +1 -1
  2. package/package.json +1 -1
package/Tab/TabList.js CHANGED
@@ -139,7 +139,7 @@ const TabList = _ref => {
139
139
  })
140
140
  }));
141
141
  };
142
- const Container = _styledComponents.default.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n position: relative;\n border-bottom: var(--border-width) solid var(--border-color);\n margin-bottom: var(--spacing);\n overflow: hidden;\n\n ", "\n\n ", "\n"])), _ref2 => {
142
+ const Container = _styledComponents.default.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n position: relative;\n border-bottom: var(--border-width) solid var(--border-color);\n margin-bottom: var(--spacing);\n\n ", "\n\n ", "\n"])), _ref2 => {
143
143
  let {
144
144
  $wrap
145
145
  } = _ref2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cashub/ui",
3
- "version": "0.34.2",
3
+ "version": "0.34.3",
4
4
  "private": false,
5
5
  "author": "CasHUB Team",
6
6
  "description": "CasHUB UI components library",