Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix missing styles properties
  • Loading branch information
ajlende committed Jul 15, 2024
commit befc13979f025eef72ccf9816b40b1ef9d754b4e
11 changes: 11 additions & 0 deletions schemas/json/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -1906,6 +1906,7 @@
"border": {},
"background": {},
"color": {},
"dimensions": {},
"filter": {},
"shadow": {},
"outline": {},
Expand Down Expand Up @@ -1943,10 +1944,16 @@
},
{
"properties": {
"background": {},
"border": {},
"color": {},
"dimensions": {},
"spacing": {},
"typography": {},
"filter": {},
"shadow": {},
"outline": {},
"css": {},
":hover": {
"$ref": "#/definitions/stylesPropertiesComplete"
},
Expand Down Expand Up @@ -2350,6 +2357,7 @@
},
{
"properties": {
"background": {},
"border": {},
"color": {},
"dimensions": {},
Expand Down Expand Up @@ -2386,6 +2394,7 @@
},
{
"properties": {
"background": {},
"border": {},
"color": {},
"dimensions": {},
Expand Down Expand Up @@ -2719,6 +2728,7 @@
},
{
"properties": {
"background": {},
"border": {},
"color": {},
"dimensions": {},
Expand Down Expand Up @@ -2812,6 +2822,7 @@
"background": {},
"border": {},
"color": {},
"dimensions": {},
"spacing": {},
"typography": {},
"filter": {},
Expand Down