Skip to content

Commit

Permalink
Fix #443
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Dec 11, 2024
1 parent af9835e commit 4d3c7dc
Show file tree
Hide file tree
Showing 38 changed files with 47 additions and 87 deletions.
3 changes: 1 addition & 2 deletions src/blocks/accordion/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalTextDecoration": true,
"__experimentalFontStyle": true,
Expand All @@ -93,7 +92,7 @@
"unitone": {
"padding": true,
"fluidTypography": true,
"lineHeight": true
"halfLeading": true
}
},
"styles": [
Expand Down
3 changes: 1 addition & 2 deletions src/blocks/both-sides-content/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalTextDecoration": true,
"__experimentalFontStyle": true,
Expand All @@ -37,7 +36,7 @@
"unitone": {
"flexBasis": true,
"fluidTypography": true,
"lineHeight": true
"halfLeading": true
}
},
"category": "unitone/layout",
Expand Down
3 changes: 1 addition & 2 deletions src/blocks/both-sides/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalTextDecoration": true,
"__experimentalFontStyle": true,
Expand All @@ -48,7 +47,7 @@
},
"alignItems": true,
"fluidTypography": true,
"lineHeight": true
"halfLeading": true
}
},
"example": {
Expand Down
3 changes: 1 addition & 2 deletions src/blocks/breadcrumbs/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalTextDecoration": true,
"__experimentalFontStyle": true,
Expand All @@ -38,7 +37,7 @@
},
"unitone": {
"fluidTypography": true,
"lineHeight": true
"halfLeading": true
}
},
"example": {},
Expand Down
3 changes: 1 addition & 2 deletions src/blocks/center/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalTextDecoration": true,
"__experimentalFontStyle": true,
Expand All @@ -43,7 +42,7 @@
"gutters": true,
"maxWidth": true,
"fluidTypography": true,
"lineHeight": true
"halfLeading": true
}
},
"example": {
Expand Down
3 changes: 1 addition & 2 deletions src/blocks/child-pages/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalTextDecoration": true,
"__experimentalFontStyle": true,
Expand All @@ -51,7 +50,7 @@
"unitone": {
"gap": true,
"fluidTypography": true,
"lineHeight": true
"halfLeading": true
}
},
"styles": [
Expand Down
3 changes: 1 addition & 2 deletions src/blocks/cluster-divided-content/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalTextDecoration": true,
"__experimentalFontStyle": true,
Expand All @@ -43,7 +42,7 @@
},
"unitone": {
"fluidTypography": true,
"lineHeight": true
"halfLeading": true
}
},
"category": "unitone/layout",
Expand Down
3 changes: 1 addition & 2 deletions src/blocks/cluster-divided/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalTextDecoration": true,
"__experimentalFontStyle": true,
Expand All @@ -65,7 +64,7 @@
"dividerType": [ "stripe", "slash", "bordered" ],
"divider": true,
"fluidTypography": true,
"lineHeight": true
"halfLeading": true
}
},
"example": {
Expand Down
3 changes: 1 addition & 2 deletions src/blocks/cluster/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalTextDecoration": true,
"__experimentalFontStyle": true,
Expand All @@ -50,7 +49,7 @@
"splitOnAxis": true
},
"fluidTypography": true,
"lineHeight": true
"halfLeading": true
}
},
"example": {
Expand Down
3 changes: 1 addition & 2 deletions src/blocks/container/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalTextDecoration": true,
"__experimentalFontStyle": true,
Expand All @@ -47,7 +46,7 @@
"gutters": true,
"blockAlign": true,
"fluidTypography": true,
"lineHeight": true
"halfLeading": true
}
},
"example": {
Expand Down
3 changes: 1 addition & 2 deletions src/blocks/cover-content/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalTextDecoration": true,
"__experimentalFontStyle": true,
Expand All @@ -54,7 +53,7 @@
"unitone": {
"position": true,
"fluidTypography": true,
"lineHeight": true
"halfLeading": true
}
},
"category": "unitone/layout",
Expand Down
3 changes: 1 addition & 2 deletions src/blocks/cover/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalTextDecoration": true,
"__experimentalFontStyle": true,
Expand All @@ -43,7 +42,7 @@
"minHeight": true,
"padding": true,
"fluidTypography": true,
"lineHeight": true
"halfLeading": true
}
},
"example": {
Expand Down
3 changes: 1 addition & 2 deletions src/blocks/decorator/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalTextDecoration": true,
"__experimentalFontStyle": true,
Expand Down Expand Up @@ -99,7 +98,7 @@
"overflow": true,
"maxHeight": true,
"fluidTypography": true,
"lineHeight": true,
"halfLeading": true,
"parallax": true,
"scrollAnimation": true,
"style": true
Expand Down
3 changes: 1 addition & 2 deletions src/blocks/flex-divided-content/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalTextDecoration": true,
"__experimentalFontStyle": true,
Expand All @@ -49,7 +48,7 @@
},
"unitone": {
"fluidTypography": true,
"lineHeight": true
"halfLeading": true
}
},
"category": "unitone/layout",
Expand Down
3 changes: 1 addition & 2 deletions src/blocks/flex-divided/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalTextDecoration": true,
"__experimentalFontStyle": true,
Expand All @@ -76,7 +75,7 @@
"dividerType": [ "stripe", "slash", "bordered" ],
"divider": true,
"fluidTypography": true,
"lineHeight": true
"halfLeading": true
}
},
"example": {
Expand Down
3 changes: 1 addition & 2 deletions src/blocks/flex/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalTextDecoration": true,
"__experimentalFontStyle": true,
Expand Down Expand Up @@ -69,7 +68,7 @@
"splitOnAxis": true
},
"fluidTypography": true,
"lineHeight": true
"halfLeading": true
}
},
"example": {
Expand Down
3 changes: 1 addition & 2 deletions src/blocks/grid-divided-content/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalTextDecoration": true,
"__experimentalFontStyle": true,
Expand All @@ -43,7 +42,7 @@
},
"unitone": {
"fluidTypography": true,
"lineHeight": true
"halfLeading": true
}
},
"category": "unitone/layout",
Expand Down
3 changes: 1 addition & 2 deletions src/blocks/grid-divided/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalTextDecoration": true,
"__experimentalFontStyle": true,
Expand All @@ -150,7 +149,7 @@
"splitOnAxis": true
},
"fluidTypography": true,
"lineHeight": true,
"halfLeading": true,
"dividerType": [ "stripe", "underline", "bordered" ],
"divider": true
}
Expand Down
3 changes: 1 addition & 2 deletions src/blocks/grid/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalTextDecoration": true,
"__experimentalFontStyle": true,
Expand Down Expand Up @@ -147,7 +146,7 @@
"splitOnAxis": true
},
"fluidTypography": true,
"lineHeight": true
"halfLeading": true
}
},
"example": {
Expand Down
3 changes: 1 addition & 2 deletions src/blocks/gutters/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalTextDecoration": true,
"__experimentalFontStyle": true,
Expand All @@ -38,7 +37,7 @@
"unitone": {
"padding": true,
"fluidTypography": true,
"lineHeight": true
"halfLeading": true
}
},
"example": {
Expand Down
3 changes: 1 addition & 2 deletions src/blocks/layer/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalTextDecoration": true,
"__experimentalFontStyle": true,
Expand All @@ -55,7 +54,7 @@
},
"unitone": {
"fluidTypography": true,
"lineHeight": true,
"halfLeading": true,
"maxWidth": true
}
},
Expand Down
3 changes: 1 addition & 2 deletions src/blocks/layers/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalTextDecoration": true,
"__experimentalFontStyle": true,
Expand All @@ -64,7 +63,7 @@
"gap": true,
"minHeight": true,
"fluidTypography": true,
"lineHeight": true,
"halfLeading": true,
"scrollAnimation": true
}
},
Expand Down
3 changes: 1 addition & 2 deletions src/blocks/reel/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalTextDecoration": true,
"__experimentalFontStyle": true,
Expand All @@ -50,7 +49,7 @@
"unitone": {
"gap": true,
"fluidTypography": true,
"lineHeight": true
"halfLeading": true
}
},
"example": {
Expand Down
Loading

0 comments on commit 4d3c7dc

Please sign in to comment.