@xelto.npm/xc2-lib 1.0.40 → 1.0.42

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/index.cjs.js CHANGED
@@ -76051,7 +76051,7 @@ var BottomBarComponent = function BottomBarComponent(_ref5) {
76051
76051
  _ref5$topAlign = _ref5.topAlign,
76052
76052
  topAlign = _ref5$topAlign === void 0 ? 'center' : _ref5$topAlign,
76053
76053
  _ref5$position = _ref5.position,
76054
- position = _ref5$position === void 0 ? 'sticky' : _ref5$position,
76054
+ position = _ref5$position === void 0 ? 'fixed' : _ref5$position,
76055
76055
  _ref5$width = _ref5.width,
76056
76056
  width = _ref5$width === void 0 ? '100vw' : _ref5$width,
76057
76057
  props = _objectWithoutProperties$1(_ref5, _excluded$6);
package/dist/index.esm.js CHANGED
@@ -76031,7 +76031,7 @@ var BottomBarComponent = function BottomBarComponent(_ref5) {
76031
76031
  _ref5$topAlign = _ref5.topAlign,
76032
76032
  topAlign = _ref5$topAlign === void 0 ? 'center' : _ref5$topAlign,
76033
76033
  _ref5$position = _ref5.position,
76034
- position = _ref5$position === void 0 ? 'sticky' : _ref5$position,
76034
+ position = _ref5$position === void 0 ? 'fixed' : _ref5$position,
76035
76035
  _ref5$width = _ref5.width,
76036
76036
  width = _ref5$width === void 0 ? '100vw' : _ref5$width,
76037
76037
  props = _objectWithoutProperties$1(_ref5, _excluded$6);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xelto.npm/xc2-lib",
3
- "version": "1.0.40",
3
+ "version": "1.0.42",
4
4
  "author": "XELTO",
5
5
  "description": "React component library based on MUI",
6
6
  "license": "ISC",