@marigold/theme-docs 2.2.3 → 2.2.5

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.
Files changed (2) hide show
  1. package/dist/styles.css +0 -4
  2. package/package.json +4 -4
package/dist/styles.css CHANGED
@@ -660,10 +660,6 @@ video {
660
660
  right: 1rem;
661
661
  }
662
662
 
663
- .top-0 {
664
- top: 0px;
665
- }
666
-
667
663
  .top-1\/2 {
668
664
  top: 50%;
669
665
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marigold/theme-docs",
3
- "version": "2.2.3",
3
+ "version": "2.2.5",
4
4
  "description": "Marigold Docs Theme",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -48,9 +48,9 @@
48
48
  "@marigold/tsconfig": "0.4.0"
49
49
  },
50
50
  "dependencies": {
51
- "@marigold/components": "10.1.2",
52
- "@marigold/system": "10.1.2",
53
- "@marigold/theme-preset": "1.3.26"
51
+ "@marigold/components": "10.2.0",
52
+ "@marigold/system": "10.2.0",
53
+ "@marigold/theme-preset": "1.3.28"
54
54
  },
55
55
  "scripts": {
56
56
  "build": "NODE_ENV=production tsup && tailwindcss -o dist/styles.css"