@myst-theme/styles 0.5.7 → 0.5.9

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,8 +1,8 @@
1
1
 
2
- > @myst-theme/styles@0.5.7 build
2
+ > @myst-theme/styles@0.5.9 build
3
3
  > tailwindcss -m -i ./app.css -o ../docs/public/tailwind.css
4
4
 
5
5
 
6
6
  Rebuilding...
7
7
 
8
- Done in 8546ms.
8
+ Done in 3102ms.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @myst-theme/styles
2
2
 
3
+ ## 0.5.9
4
+
5
+ ### Patch Changes
6
+
7
+ - bc17e8f: Change the hover-document css to get around downstream error
8
+
9
+ ## 0.5.8
10
+
3
11
  ## 0.5.7
4
12
 
5
13
  ### Patch Changes
package/hover.css CHANGED
@@ -33,7 +33,7 @@
33
33
  }
34
34
 
35
35
  .hover-document {
36
- @apply text-sm bg-white border rounded shadow-xl dark:bg-slate-800 border-gray-50 article;
36
+ @apply text-sm bg-white border rounded shadow-xl dark:bg-slate-800 border-gray-50;
37
37
  }
38
38
 
39
39
  .hover-link {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myst-theme/styles",
3
- "version": "0.5.7",
3
+ "version": "0.5.9",
4
4
  "main": "index.js",
5
5
  "style": "app.css",
6
6
  "scripts": {