@myst-theme/styles 0.6.1 → 0.8.0

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.6.1 build
2
+ > @myst-theme/styles@0.8.0 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 2106ms.
11
+ Done in 2126ms.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @myst-theme/styles
2
2
 
3
+ ## 0.8.0
4
+
5
+ ## 0.7.0
6
+
7
+ ### Minor Changes
8
+
9
+ - 5dea885b: Add support for pull-quotes, fix figure classes
10
+
3
11
  ## 0.6.1
4
12
 
5
13
  ## 0.6.0
package/figures.css CHANGED
@@ -1,11 +1,14 @@
1
- figure.quote figcaption {
1
+ figure.fig-quote figcaption {
2
2
  text-align: right;
3
3
  }
4
- figure.quote figcaption > p:before {
4
+ figure.fig-quote figcaption > p:before {
5
5
  content: '—';
6
6
  padding-right: 0.5em;
7
7
  }
8
- figure.code > div {
8
+ figure.fig-quote.pull-quote > blockquote {
9
+ font-size: 1.4rem;
10
+ }
11
+ figure.fig-code > div {
9
12
  margin: 0;
10
13
  }
11
14
  figure.subcontainer {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myst-theme/styles",
3
- "version": "0.6.1",
3
+ "version": "0.8.0",
4
4
  "main": "index.js",
5
5
  "style": "app.css",
6
6
  "scripts": {