@myst-theme/styles 0.14.1 → 0.14.2
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.
- package/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +3 -1
- package/button.css +1 -1
- package/index.js +2 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @myst-theme/styles@0.14.
|
|
2
|
+
> @myst-theme/styles@0.14.2 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
|
|
11
|
+
Done in 3768ms.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @myst-theme/styles
|
|
2
2
|
|
|
3
|
+
## 0.14.2
|
|
4
|
+
|
|
3
5
|
## 0.14.1
|
|
4
6
|
|
|
5
7
|
## 0.14.0
|
|
@@ -48,7 +50,7 @@
|
|
|
48
50
|
|
|
49
51
|
### Patch Changes
|
|
50
52
|
|
|
51
|
-
- 929f161b: Revert recent `col-margin` change to fix [442](https://github.com/
|
|
53
|
+
- 929f161b: Revert recent `col-margin` change to fix [442](https://github.com/jupyter-book/myst-theme/issues/422)
|
|
52
54
|
|
|
53
55
|
## 0.9.8
|
|
54
56
|
|
package/button.css
CHANGED
package/index.js
CHANGED
|
@@ -7,6 +7,7 @@ const content = [
|
|
|
7
7
|
'node_modules/@myst-theme/frontmatter/{src,dist}/**/*.{js,ts,jsx,tsx}',
|
|
8
8
|
'node_modules/@myst-theme/jupyter/{src,dist}/**/*.{js,ts,jsx,tsx}',
|
|
9
9
|
'node_modules/@myst-theme/icons/{src,dist}/**/*.{js,ts,jsx,tsx}',
|
|
10
|
+
'node_modules/@myst-theme/landing-pages/{src,dist}/**/*.{js,ts,jsx,tsx}',
|
|
10
11
|
// Duplicate the above in case this is in a submodule
|
|
11
12
|
'../../packages/myst-to-react/{src,dist}/**/*.{js,ts,jsx,tsx}',
|
|
12
13
|
'../../packages/myst-demo/{src,dist}/**/*.{js,ts,jsx,tsx}',
|
|
@@ -14,6 +15,7 @@ const content = [
|
|
|
14
15
|
'../../packages/frontmatter/{src,dist}/**/*.{js,ts,jsx,tsx}',
|
|
15
16
|
'../../packages/jupyter/{src,dist}/**/*.{js,ts,jsx,tsx}',
|
|
16
17
|
'../../packages/icons/{src,dist}/**/*.{js,ts,jsx,tsx}',
|
|
18
|
+
'../../packages/landing-pages/{src,dist}/**/*.{js,ts,jsx,tsx}',
|
|
17
19
|
];
|
|
18
20
|
|
|
19
21
|
const themeExtensions = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@myst-theme/styles",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.2",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"style": "app.css",
|
|
6
6
|
"scripts": {
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
"author": "Rowan Cockett <rowan@curvenote.com>",
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"bugs": {
|
|
13
|
-
"url": "https://github.com/
|
|
13
|
+
"url": "https://github.com/jupyter-book/myst-theme/issues"
|
|
14
14
|
},
|
|
15
|
-
"homepage": "https://github.com/
|
|
15
|
+
"homepage": "https://github.com/jupyter-book/myst-theme",
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@tailwindcss/typography": "^0.5.9",
|
|
18
18
|
"tailwindcss": "^3.2.4"
|