Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102626833
grid2Classes.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Feb 22, 16:16
Size
1 KB
Mime Type
text/x-java
Expires
Mon, Feb 24, 16:16 (2 d)
Engine
blob
Format
Raw Data
Handle
24324505
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
grid2Classes.js
View Options
import
_toConsumableArray
from
"@babel/runtime/helpers/esm/toConsumableArray"
;
import
{
unstable_generateUtilityClasses
as
generateUtilityClasses
}
from
'@mui/utils'
;
import
generateUtilityClass
from
'../generateUtilityClass'
;
export
function
getGrid2UtilityClass
(
slot
)
{
return
generateUtilityClass
(
'MuiGrid2'
,
slot
);
}
var
SPACINGS
=
[
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
];
var
DIRECTIONS
=
[
'column-reverse'
,
'column'
,
'row-reverse'
,
'row'
];
var
WRAPS
=
[
'nowrap'
,
'wrap-reverse'
,
'wrap'
];
var
GRID_SIZES
=
[
'auto'
,
true
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
,
11
,
12
];
var
grid2Classes
=
generateUtilityClasses
(
'MuiGrid2'
,
[
'root'
,
'container'
,
'item'
,
'zeroMinWidth'
].
concat
(
_toConsumableArray
(
SPACINGS
.
map
(
function
(
spacing
)
{
return
"spacing-xs-"
.
concat
(
spacing
);
})),
_toConsumableArray
(
DIRECTIONS
.
map
(
function
(
direction
)
{
return
"direction-xs-"
.
concat
(
direction
);
})),
_toConsumableArray
(
WRAPS
.
map
(
function
(
wrap
)
{
return
"wrap-xs-"
.
concat
(
wrap
);
})),
_toConsumableArray
(
GRID_SIZES
.
map
(
function
(
size
)
{
return
"grid-xs-"
.
concat
(
size
);
})),
_toConsumableArray
(
GRID_SIZES
.
map
(
function
(
size
)
{
return
"grid-sm-"
.
concat
(
size
);
})),
_toConsumableArray
(
GRID_SIZES
.
map
(
function
(
size
)
{
return
"grid-md-"
.
concat
(
size
);
})),
_toConsumableArray
(
GRID_SIZES
.
map
(
function
(
size
)
{
return
"grid-lg-"
.
concat
(
size
);
})),
_toConsumableArray
(
GRID_SIZES
.
map
(
function
(
size
)
{
return
"grid-xl-"
.
concat
(
size
);
}))));
export
default
grid2Classes
;
Event Timeline
Log In to Comment