@myst-theme/styles 0.2.10 → 0.3.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,8 +1,8 @@
1
1
 
2
- > @myst-theme/styles@0.2.10 build
2
+ > @myst-theme/styles@0.3.1 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 1147ms.
8
+ Done in 1140ms.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @myst-theme/styles
2
2
 
3
+ ## 0.3.1
4
+
5
+ ## 0.3.0
6
+
7
+ ### Minor Changes
8
+
9
+ - 6404d386: Update to myst v1 release (ESM)
10
+
11
+ ### Patch Changes
12
+
13
+ - 9d52cdb7: Fix table margin for datatables
14
+
3
15
  ## 0.2.10
4
16
 
5
17
  ## 0.2.9
package/jupyter.css CHANGED
@@ -9,13 +9,15 @@
9
9
  display: none;
10
10
  }
11
11
  /* Pandas tables */
12
- .dataframe table {
12
+ /* Here we use important to overwrite mt from typography.css */
13
+ table.dataframe {
13
14
  border: none;
14
15
  border-collapse: collapse;
15
16
  border-spacing: 0;
16
17
  color: black;
17
18
  font-size: 1em;
18
19
  table-layout: fixed;
20
+ margin: 0 !important;
19
21
  }
20
22
  .dataframe thead {
21
23
  border-bottom: 1px solid black;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myst-theme/styles",
3
- "version": "0.2.10",
3
+ "version": "0.3.1",
4
4
  "main": "index.js",
5
5
  "style": "app.css",
6
6
  "scripts": {