]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Update changelog, Update docs JSON
authorJeremy Thomas <bbxdesign@gmail.com>
Fri, 18 Jun 2021 17:37:01 +0000 (18:37 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Fri, 18 Jun 2021 17:37:01 +0000 (18:37 +0100)
CHANGELOG.md
docs/_data/variables/components/card.json
docs/_data/variables/components/dropdown.json
docs/_data/variables/components/level.json
docs/_data/variables/components/navbar.json
docs/_data/variables/components/panel.json
docs/_data/variables/elements/box.json
docs/_data/variables/helpers/spacing.json
docs/_data/variables/utilities/derived-variables.json
docs/documentation/helpers/typography-helpers.html
package.json

index 11dfcd0515d27b214304147be378b05c1b8d78ef..543531a208ca1f8c12d358176b58d33934fc5cd6 100644 (file)
@@ -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
 
index eb060eb967e0e3c324a3ac8e2e270dffd96fbd07..8c41ed088772ed37334198897671203cf2c9f7dc 100644 (file)
     },
     "$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",
index ba8b380043a8eb7df34db940aa9786806d66dc60..eca35a2d92cf3ec217c21428517dfb6a87dccb95 100644 (file)
     },
     "$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",
index b5dfc5b382ad54437288842745a4d45afd433365..39771ad907eb1405c0de5ff4f9ff6b2dbd303593 100644 (file)
@@ -2,7 +2,7 @@
   "by_name": {
     "$level-item-spacing": {
       "name": "$level-item-spacing",
-      "value": "($block-spacing / 2)",
+      "value": "($block-spacing * 0.5)",
       "type": "compound"
     }
   },
index 6a25939d0623833bf4e2bddd77555d04148b0f31..d4f1ee5eeaa5fc191c29f597b3117684374c7221 100644 (file)
     },
     "$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",
index 0d01f4c7dc678f79b57a547f9ec1237578d45cc0..72f1a989db8cd024661eef2f26ca7e3c5d77ebb1 100644 (file)
     },
     "$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",
index d811fdb29128f12d7a8fe334cf100594021d15f8..5d8469462d3b00877f02c5c4bc92e1e4e1426ec5 100644 (file)
     },
     "$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",
index 7c01288e38e90cf2fcbb199e97cf8e533d220896..5bd3e546b401f759fbfbd7d632d009946fe80c64 100644 (file)
@@ -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"
     }
   },
index 2289a20b2a920fe2546952e41ee1bca24e654b79..2c37831c1a3e9a5b2db03395c20d1f0d642b1ebd 100644 (file)
       "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",
     "$size-normal",
     "$size-medium",
     "$size-large",
+    "$shadow",
     "$custom-colors",
     "$custom-shades",
     "$colors",
index 47a0be065c8634d5032cf2af42ddaaa3ab3bc252..982892d865b6a6f324e4f0bfeec81186c383256b 100644 (file)
@@ -334,6 +334,10 @@ breadcrumb:
     <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>
 
index a421728919d7aac90427abb2d66e90ed405fc5b4..2fb12ac90f6b4e944ef0523855c76e3ea612b395 100644 (file)
@@ -52,8 +52,5 @@
     "bulma.sass",
     "LICENSE",
     "README.md"
-  ],
-  "dependencies": {
-    "sass": "^1.35.1"
-  }
+  ]
 }