Skip to content

Commit

Permalink
Update changelog, Update docs JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed Jun 18, 2021
1 parent d6d32e8 commit a67981b
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 20 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,22 @@

## 0.9.3

### Bugfix

- #3362 Fix slash divide

### New features

- New `is-underlined` class for underlined text and links
- New `auto` value for margin and padding helper classes

### Improvements

- New `$section-padding-desktop` Sass variable
- New `$hero-body-padding-tablet` Sass variable
- New `$shadow` Sass variable (used for `.box`, `.card`, `.dropdown` and `.panel`)
- Add `is-normal` size modifiers to `.file` and `.content`
- New `%reset` placeholder

### Bugfix

- #3362 Fix slash divide

## 0.9.2

Expand Down
6 changes: 4 additions & 2 deletions docs/_data/variables/components/card.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
},
"$card-shadow": {
"name": "$card-shadow",
"value": "0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02)",
"type": "shadow"
"value": "$shadow",
"type": "variable",
"computed_type": "shadow",
"computed_value": "0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02)"
},
"$card-radius": {
"name": "$card-radius",
Expand Down
6 changes: 4 additions & 2 deletions docs/_data/variables/components/dropdown.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@
},
"$dropdown-content-shadow": {
"name": "$dropdown-content-shadow",
"value": "0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02)",
"type": "shadow"
"value": "$shadow",
"type": "variable",
"computed_type": "shadow",
"computed_value": "0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02)"
},
"$dropdown-content-z": {
"name": "$dropdown-content-z",
Expand Down
2 changes: 1 addition & 1 deletion docs/_data/variables/components/level.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"by_name": {
"$level-item-spacing": {
"name": "$level-item-spacing",
"value": "($block-spacing / 2)",
"value": "($block-spacing * 0.5)",
"type": "compound"
}
},
Expand Down
4 changes: 2 additions & 2 deletions docs/_data/variables/components/navbar.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
},
"$navbar-item-color": {
"name": "$navbar-item-color",
"value": "$text-strong",
"value": "$text",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
"computed_value": "hsl(0, 0%, 29%)"
},
"$navbar-item-hover-color": {
"name": "$navbar-item-hover-color",
Expand Down
6 changes: 4 additions & 2 deletions docs/_data/variables/components/panel.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
},
"$panel-shadow": {
"name": "$panel-shadow",
"value": "0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02)",
"type": "shadow"
"value": "$shadow",
"type": "variable",
"computed_type": "shadow",
"computed_value": "0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02)"
},
"$panel-heading-background-color": {
"name": "$panel-heading-background-color",
Expand Down
6 changes: 4 additions & 2 deletions docs/_data/variables/elements/box.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@
},
"$box-shadow": {
"name": "$box-shadow",
"value": "0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02)",
"type": "shadow"
"value": "$shadow",
"type": "variable",
"computed_type": "shadow",
"computed_value": "0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02)"
},
"$box-padding": {
"name": "$box-padding",
Expand Down
2 changes: 1 addition & 1 deletion docs/_data/variables/helpers/spacing.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"$spacing-values": {
"name": "$spacing-values",
"value": "(\"0\": 0, \"1\": 0.25rem, \"2\": 0.5rem, \"3\": 0.75rem, \"4\": 1rem, \"5\": 1.5rem, \"6\": 3rem)",
"value": "(\"0\": 0, \"1\": 0.25rem, \"2\": 0.5rem, \"3\": 0.75rem, \"4\": 1rem, \"5\": 1.5rem, \"6\": 3rem, \"auto\": auto)",
"type": "string"
}
},
Expand Down
6 changes: 6 additions & 0 deletions docs/_data/variables/utilities/derived-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,11 @@
"computed_type": "size",
"computed_value": "1.5rem"
},
"$shadow": {
"name": "$shadow",
"value": "0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02)",
"type": "shadow"
},
"$custom-colors": {
"name": "$custom-colors",
"value": "null",
Expand Down Expand Up @@ -553,6 +558,7 @@
"$size-normal",
"$size-medium",
"$size-large",
"$shadow",
"$custom-colors",
"$custom-shades",
"$colors",
Expand Down
4 changes: 4 additions & 0 deletions docs/documentation/helpers/typography-helpers.html
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,10 @@
<td><code>is-italic</code></td>
<td>Transforms <strong>all characters</strong> to <strong>italic</strong></td>
</tr>
<tr>
<td>{% include elements/new-tag.html version="0.9.3" %}<code>is-underlined</code></td>
<td><strong>Underlines</strong> the text</td>
</tr>
</tbody>
</table>

Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,5 @@
"bulma.sass",
"LICENSE",
"README.md"
],
"dependencies": {
"sass": "^1.35.1"
}
]
}

0 comments on commit a67981b

Please sign in to comment.