@myst-theme/styles 0.5.14 → 0.5.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
 
2
- > @myst-theme/styles@0.5.14 build
2
+ > @myst-theme/styles@0.5.16 build
3
3
  > tailwindcss -m -i ./app.css -o ../docs/public/tailwind.css
4
4
 
5
5
  Browserslist: caniuse-lite is outdated. Please run:
@@ -8,4 +8,4 @@ Browserslist: caniuse-lite is outdated. Please run:
8
8
 
9
9
  Rebuilding...
10
10
 
11
- Done in 2092ms.
11
+ Done in 2163ms.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @myst-theme/styles
2
2
 
3
+ ## 0.5.16
4
+
5
+ ## 0.5.15
6
+
7
+ ### Patch Changes
8
+
9
+ - acc8441: Improve handling for subfigures
10
+
3
11
  ## 0.5.14
4
12
 
5
13
  ## 0.5.13
package/figures.css CHANGED
@@ -8,6 +8,13 @@ figure.quote figcaption > p:before {
8
8
  figure.code > div {
9
9
  margin: 0;
10
10
  }
11
+ figure.subcontainer {
12
+ margin-bottom: 0;
13
+ }
14
+ figure.subcontainer figcaption {
15
+ margin-top: 0.25em;
16
+ text-align: center;
17
+ }
11
18
  figure figcaption > p {
12
19
  margin-top: 0 !important;
13
20
  margin-bottom: 0 !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myst-theme/styles",
3
- "version": "0.5.14",
3
+ "version": "0.5.16",
4
4
  "main": "index.js",
5
5
  "style": "app.css",
6
6
  "scripts": {