Security upgrades
This commit is contained in:
22
node_modules/@material-ui/system/esm/positions.js
generated
vendored
Normal file
22
node_modules/@material-ui/system/esm/positions.js
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
import style from './style';
|
||||
import compose from './compose';
|
||||
export var position = style({
|
||||
prop: 'position'
|
||||
});
|
||||
export var zIndex = style({
|
||||
prop: 'zIndex',
|
||||
themeKey: 'zIndex'
|
||||
});
|
||||
export var top = style({
|
||||
prop: 'top'
|
||||
});
|
||||
export var right = style({
|
||||
prop: 'right'
|
||||
});
|
||||
export var bottom = style({
|
||||
prop: 'bottom'
|
||||
});
|
||||
export var left = style({
|
||||
prop: 'left'
|
||||
});
|
||||
export default compose(position, zIndex, top, right, bottom, left);
|
||||
Reference in New Issue
Block a user