@myst-theme/styles 0.5.4 → 0.5.7

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,10 +1,8 @@
1
1
 
2
- > @myst-theme/styles@0.5.4 build
2
+ > @myst-theme/styles@0.5.7 build
3
3
  > tailwindcss -m -i ./app.css -o ../docs/public/tailwind.css
4
4
 
5
5
 
6
6
  Rebuilding...
7
7
 
8
- warn - The utility `focus:shadow-[0_10px_38px_-10px_hsla(206,22%,7%,.35),0_10px_20px_-15px_hsla(206,22%,7%,.2),0_0_0_2px_theme(colors.violet7)]` contains an invalid theme value and was not generated.
9
-
10
- Done in 6905ms.
8
+ Done in 8546ms.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @myst-theme/styles
2
2
 
3
+ ## 0.5.7
4
+
5
+ ### Patch Changes
6
+
7
+ - bf66da0: Allow citations to be elements other than `cite` (e.g. a Figure 1 reference is a span element.)
8
+
9
+ ## 0.5.6
10
+
11
+ ## 0.5.5
12
+
3
13
  ## 0.5.4
4
14
 
5
15
  ## 0.5.3
package/citations.css CHANGED
@@ -1,13 +1,13 @@
1
1
  cite {
2
2
  font-style: normal;
3
3
  }
4
- .cite-group.parenthetical cite::after {
4
+ .cite-group.parenthetical > *::after {
5
5
  content: ';\00a0';
6
6
  }
7
- .cite-group.narrative cite::after {
7
+ .cite-group.narrative > *::after {
8
8
  content: ',\00a0';
9
9
  }
10
- .cite-group > cite:last-of-type::after {
10
+ .cite-group > *:last-of-type::after {
11
11
  content: '';
12
12
  }
13
13
  .cite-group.parenthetical:before {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myst-theme/styles",
3
- "version": "0.5.4",
3
+ "version": "0.5.7",
4
4
  "main": "index.js",
5
5
  "style": "app.css",
6
6
  "scripts": {