File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @quantargo/react-layout" ,
3- "version" : " 2.1.2 " ,
3+ "version" : " 2.2.0 " ,
44 "description" : " Drop-in layout components with zero configuration" ,
55 "main" : " dist/index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export default {
1616 plugins : [
1717 typescript ( ) ,
1818 postcss ( {
19- plugins : [ ]
19+ extract : true
2020 } )
2121 ] ,
2222 external : [ 'react' , 'react-dom' ]
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ export type LayoutAutoProps = {
1313
1414type Ref = HTMLElement
1515
16+ /**
17+ * LayoutAuto is designed to fill the gap for the CSS `gap` property, until it is more widely supported.
18+ */
1619export const LayoutAuto = React . forwardRef < Ref , LayoutAutoProps > ( function LayoutAuto ( {
1720 gap = 1 ,
1821 children,
You can’t perform that action at this time.
0 commit comments