File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -198,8 +198,12 @@ class AnchorDocs extends React.Component {
198198 "left" ,
199199 "right" ,
200200 "bottom" ,
201+ "transform" ,
202+ "transformOrigin" ,
201203 "transition" ,
202204 "cursor" ,
205+ "zIndex" ,
206+ "opacity" ,
203207 ] }
204208 />
205209 </ InfoCodeRow >
Original file line number Diff line number Diff line change @@ -645,6 +645,9 @@ class ButtonDocs extends React.Component {
645645 "order" ,
646646 "rounded" ,
647647 "bg" ,
648+ "bgSize" ,
649+ "bgPos" ,
650+ "bgRepeat" ,
648651 "hoverBg" ,
649652 "h" ,
650653 "minH" ,
@@ -671,9 +674,12 @@ class ButtonDocs extends React.Component {
671674 "right" ,
672675 "bottom" ,
673676 "transform" ,
677+ "transformOrigin" ,
674678 "transition" ,
675679 "overflow" ,
676680 "cursor" ,
681+ "zIndex" ,
682+ "opacity" ,
677683 ] }
678684 />
679685 </ InfoCodeRow >
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ const DivDocs = () => {
5252 "bgImg" ,
5353 "bgPos" ,
5454 "bgSize" ,
55+ "bgRepeat" ,
5556 "h" ,
5657 "minH" ,
5758 "maxH" ,
@@ -77,9 +78,12 @@ const DivDocs = () => {
7778 "right" ,
7879 "bottom" ,
7980 "transform" ,
81+ "transformOrigin" ,
8082 "transition" ,
8183 "overflow" ,
8284 "cursor" ,
85+ "zIndex" ,
86+ "opacity" ,
8387 ] }
8488 />
8589 </ InfoCodeRow >
Original file line number Diff line number Diff line change @@ -153,7 +153,11 @@ class IconDocs extends React.Component {
153153 "left" ,
154154 "right" ,
155155 "bottom" ,
156+ "transform" ,
157+ "transformOrigin" ,
156158 "cursor" ,
159+ "zIndex" ,
160+ "opacity" ,
157161 ] }
158162 />
159163 </ InfoCodeRow >
Original file line number Diff line number Diff line change @@ -101,8 +101,11 @@ class ImageDocs extends React.Component {
101101 "right" ,
102102 "bottom" ,
103103 "transform" ,
104+ "transformOrigin" ,
104105 "transition" ,
105106 "cursor" ,
107+ "zIndex" ,
108+ "opacity" ,
106109 ] }
107110 />
108111 </ InfoCodeRow >
Original file line number Diff line number Diff line change @@ -493,6 +493,9 @@ class InputDocs extends React.Component {
493493 "order" ,
494494 "rounded" ,
495495 "bg" ,
496+ "bgSize" ,
497+ "bgPos" ,
498+ "bgRepeat" ,
496499 "hoverBg" ,
497500 "focusBg" ,
498501 "focusTextColor" ,
@@ -523,9 +526,12 @@ class InputDocs extends React.Component {
523526 "right" ,
524527 "bottom" ,
525528 "transform" ,
529+ "transformOrigin" ,
526530 "transition" ,
527531 "overflow" ,
528532 "cursor" ,
533+ "zIndex" ,
534+ "opacity" ,
529535 ] }
530536 />
531537 </ InfoCodeRow >
Original file line number Diff line number Diff line change @@ -270,9 +270,12 @@ class TagDocs extends React.Component {
270270 "right" ,
271271 "bottom" ,
272272 "transform" ,
273+ "transformOrigin" ,
273274 "transition" ,
274275 "overflow" ,
275276 "cursor" ,
277+ "zIndex" ,
278+ "opacity" ,
276279 ] }
277280 />
278281 </ InfoCodeRow >
Original file line number Diff line number Diff line change @@ -59,8 +59,12 @@ const TextDocs = () => {
5959 "left" ,
6060 "right" ,
6161 "bottom" ,
62+ "transform" ,
63+ "transformOrigin" ,
6264 "transition" ,
6365 "cursor" ,
66+ "zIndex" ,
67+ "opacity" ,
6468 ] }
6569 />
6670 </ InfoCodeRow >
You can’t perform that action at this time.
0 commit comments