@myst-theme/styles 0.2.5 → 0.2.6

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.2.5 build
2
+ > @myst-theme/styles@0.2.6 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 1046ms.
8
+ Done in 1171ms.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @myst-theme/styles
2
2
 
3
+ ## 0.2.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 4c9b763a: Updates to styles for hover documents
8
+
3
9
  ## 0.2.5
4
10
 
5
11
  ### Patch Changes
package/hover.css CHANGED
@@ -32,7 +32,7 @@
32
32
  }
33
33
 
34
34
  .hover-document {
35
- @apply w-[500px] sm:max-w-[500px] bg-white dark:bg-slate-800 text-sm rounded border border-gray-50 shadow-xl article;
35
+ @apply bg-white dark:bg-slate-800 text-sm rounded border border-gray-50 shadow-xl article;
36
36
  }
37
37
 
38
38
  .hover-link {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myst-theme/styles",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "main": "index.js",
5
5
  "style": "app.css",
6
6
  "scripts": {