@xelto.npm/xc2-lib 1.0.39 → 1.0.41
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 +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -75949,7 +75949,7 @@ var StyledBottomBarWrapper = styled$1(Box$1, {
|
|
|
75949
75949
|
justifyContent: 'center',
|
|
75950
75950
|
alignItems: 'center',
|
|
75951
75951
|
padding: '0 18px',
|
|
75952
|
-
position: position || '
|
|
75952
|
+
position: position || 'fixed',
|
|
75953
75953
|
// top: '100%',
|
|
75954
75954
|
bottom: 0,
|
|
75955
75955
|
left: 0,
|
package/dist/index.esm.js
CHANGED
|
@@ -75929,7 +75929,7 @@ var StyledBottomBarWrapper = styled$1(Box$1, {
|
|
|
75929
75929
|
justifyContent: 'center',
|
|
75930
75930
|
alignItems: 'center',
|
|
75931
75931
|
padding: '0 18px',
|
|
75932
|
-
position: position || '
|
|
75932
|
+
position: position || 'fixed',
|
|
75933
75933
|
// top: '100%',
|
|
75934
75934
|
bottom: 0,
|
|
75935
75935
|
left: 0,
|