@myst-theme/styles 0.2.9 → 0.3.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.2.9 build
2
+ > @myst-theme/styles@0.3.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 890ms.
8
+ Done in 1087ms.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @myst-theme/styles
2
2
 
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 6404d386: Update to myst v1 release (ESM)
8
+
9
+ ### Patch Changes
10
+
11
+ - 9d52cdb7: Fix table margin for datatables
12
+
13
+ ## 0.2.10
14
+
3
15
  ## 0.2.9
4
16
 
5
17
  ### Patch Changes
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.9",
3
+ "version": "0.3.0",
4
4
  "main": "index.js",
5
5
  "style": "app.css",
6
6
  "scripts": {