@myst-theme/styles 0.12.0 → 0.13.0

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.12.0 build
2
+ > @myst-theme/styles@0.13.0 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 2588ms.
8
+ Done in 3667ms.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @myst-theme/styles
2
2
 
3
+ ## 0.13.0
4
+
3
5
  ## 0.12.0
4
6
 
5
7
  ## 0.11.0
package/app.css CHANGED
@@ -16,3 +16,4 @@
16
16
  @import './proof.css';
17
17
  @import './toc.css';
18
18
  @import './backmatter.css';
19
+ @import './search.css';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myst-theme/styles",
3
- "version": "0.12.0",
3
+ "version": "0.13.0",
4
4
  "main": "index.js",
5
5
  "style": "app.css",
6
6
  "scripts": {
package/search.css ADDED
@@ -0,0 +1,7 @@
1
+ /* clears the ‘X’ from Chrome */
2
+ input[type='search']::-webkit-search-decoration,
3
+ input[type='search']::-webkit-search-cancel-button,
4
+ input[type='search']::-webkit-search-results-button,
5
+ input[type='search']::-webkit-search-results-decoration {
6
+ display: none;
7
+ }