@myst-theme/styles 1.0.0 → 1.0.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.0.0 build
2
+ > @myst-theme/styles@1.0.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 3895ms.
11
+ Done in 3095ms.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @myst-theme/styles
2
2
 
3
+ ## 1.0.1
4
+
3
5
  ## 1.0.0
4
6
 
5
7
  ### Patch Changes
package/button.css CHANGED
@@ -1,6 +1,8 @@
1
1
  a.button,
2
+ button.button,
3
+ span.button,
2
4
  cite.button a {
3
- @apply px-4 py-2 font-bold rounded no-underline;
5
+ @apply px-4 py-2 font-bold rounded no-underline cursor-pointer;
4
6
  @apply text-white bg-blue-500 whitespace-nowrap;
5
7
  &:hover {
6
8
  @apply bg-blue-700;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myst-theme/styles",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "main": "index.js",
5
5
  "style": "app.css",
6
6
  "scripts": {
@@ -9,6 +9,10 @@
9
9
  },
10
10
  "author": "Rowan Cockett <rowan@curvenote.com>",
11
11
  "license": "MIT",
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "git+https://github.com/jupyter-book/myst-theme.git"
15
+ },
12
16
  "bugs": {
13
17
  "url": "https://github.com/jupyter-book/myst-theme/issues"
14
18
  },