@nulogy/components 11.3.0 → 11.3.1

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/main.js CHANGED
@@ -27720,8 +27720,10 @@
27720
27720
  })(function (_ref3) {
27721
27721
  var theme = _ref3.theme;
27722
27722
  return {
27723
- position: "sticky",
27723
+ position: "fixed",
27724
27724
  bottom: 0,
27725
+ left: 0,
27726
+ right: 0,
27725
27727
  marginLeft: theme.space.x1,
27726
27728
  marginRight: theme.space.x1,
27727
27729
  padding: theme.space.x2,
@@ -27703,8 +27703,10 @@ var Footer = styled.div.withConfig({
27703
27703
  })(function (_ref3) {
27704
27704
  var theme = _ref3.theme;
27705
27705
  return {
27706
- position: "sticky",
27706
+ position: "fixed",
27707
27707
  bottom: 0,
27708
+ left: 0,
27709
+ right: 0,
27708
27710
  marginLeft: theme.space.x1,
27709
27711
  marginRight: theme.space.x1,
27710
27712
  padding: theme.space.x2,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nulogy/components",
3
- "version": "11.3.0",
3
+ "version": "11.3.1",
4
4
  "description": "Component library for the Nulogy Design System - http://nulogy.design",
5
5
  "private": false,
6
6
  "publishConfig": {