@appartmint/mint 2.0.0 → 2.0.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appartmint/mint",
3
3
  "author": "App Art Mint LLC",
4
- "version": "2.0.0",
4
+ "version": "2.0.1",
5
5
  "license": "MIT",
6
6
  "description": "The front-end TS/SCSS framework of App Art Mint",
7
7
  "keywords": [
@@ -30,9 +30,8 @@
30
30
  "access": "public"
31
31
  },
32
32
  "scripts": {
33
- "preversion": "npm i && npm run test",
34
- "version": "git add -A",
35
- "postversion": "git push && git push --tags && gh release create v$npm_package_version --generate-notes",
33
+ "version": "npm i && git add -A",
34
+ "postversion": "git push && git push --tags && cross-replace gh release create \"v$npm_package_version\" --generate-notes",
36
35
  "prepare": "npm-run-all clean bundle",
37
36
  "clean": "rimraf dist doc",
38
37
  "clear": "npm run clean",
@@ -60,5 +59,8 @@
60
59
  "webpack": "^5.97.1",
61
60
  "webpack-cli": "^6.0.1",
62
61
  "webpack-remove-empty-scripts": "^1.0.4"
62
+ },
63
+ "dependencies": {
64
+ "cross-replace": "^0.2.0"
63
65
  }
64
66
  }
@@ -25,6 +25,7 @@
25
25
  &#{class(hide)} {
26
26
  display: flex;
27
27
  transform: translateY(100%);
28
+ transition: transform 0ms;
28
29
  }
29
30
 
30
31
  * {
@@ -112,6 +112,10 @@ main {
112
112
  overflow: hidden;
113
113
  }
114
114
  }
115
+
116
+ & + #{prefix(partial-footer)} {
117
+ margin-top: 100vh;
118
+ }
115
119
  }
116
120
  }
117
121
  }