Skip to content

Commit

Permalink
fix(QPagination): JSON > some default values
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed May 3, 2024
1 parent 6271279 commit 761416f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/src/components/pagination/QPagination.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@
"active-design": {
"type": "String",
"desc": "The design of the ACTIVE button, similar to the flat/outline/push/unelevated props (but those are used for non-active buttons)",
"values": [ "'flat'", "'outline'", "'push'", "'unelevated'" ],
"values": [ "'flat'", "'outline'", "'push'", "'unelevated'", "''" ],
"default": "''",
"category": "style",
"addedIn": "v2.10"
},
Expand Down Expand Up @@ -199,6 +200,7 @@
"type": "String",
"desc": "Apply custom padding (vertical [horizontal]); Size in CSS units, including unit name or standard size name (none|xs|sm|md|lg|xl); Also removes the min width and height when set",
"examples": [ "'16px'", "'10px 5px'", "'2rem'", "'xs'", "'md lg'", "'2px 2px 5px 7px'" ],
"default": "'3px 2px'",
"category": "style"
},

Expand Down

0 comments on commit 761416f

Please sign in to comment.