@myst-theme/styles 1.1.0 → 1.1.1

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@1.1.0 build
2
+ > @myst-theme/styles@1.1.1 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 3031ms.
11
+ Done in 3269ms.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @myst-theme/styles
2
2
 
3
+ ## 1.1.1
4
+
3
5
  ## 1.1.0
4
6
 
5
7
  ### Patch Changes
package/button.css CHANGED
@@ -11,7 +11,7 @@
11
11
  @apply bg-blue-700;
12
12
  }
13
13
  /* Hide external link icon on buttons */
14
- .external-link-icon {
14
+ & .link-icon {
15
15
  @apply hidden;
16
16
  }
17
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myst-theme/styles",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "main": "index.js",
5
5
  "style": "app.css",
6
6
  "scripts": {
package/typography.css CHANGED
@@ -15,8 +15,8 @@
15
15
  @apply text-blue-700 dark:text-blue-400 underline decoration-[0.1em] underline-offset-[0.15em] decoration-blue-400 dark:decoration-blue-500 hover:text-blue-500 dark:hover:text-blue-300 hover:decoration-blue-500 dark:hover:decoration-blue-300;
16
16
  }
17
17
 
18
- /* External link icon (styles the ArrowTopRightOnSquareIcon component) */
19
- .external-link-icon {
18
+ /* Styles the icon that comes with External and Download links */
19
+ .link-icon {
20
20
  @apply inline-block w-[0.85em] h-[0.85em] ml-0.5 align-baseline opacity-80;
21
21
  }
22
22
  }