@appartmint/mint 4.2.6 → 4.2.7

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": "4.2.6",
4
+ "version": "4.2.7",
5
5
  "license": "MIT",
6
6
  "description": "The front-end TS/SCSS framework of App Art Mint",
7
7
  "keywords": [
@@ -45,21 +45,22 @@
45
45
  "publish:link": "yalc publish"
46
46
  },
47
47
  "devDependencies": {
48
- "cross-env": "^7.0.3",
48
+ "cross-env": "^10.1.0",
49
49
  "cross-replace": "^0.2.0",
50
- "css-loader": "^7.1.2",
50
+ "css-loader": "^7.1.4",
51
51
  "echo-cli": "^2.0.0",
52
- "mini-css-extract-plugin": "^2.9.2",
52
+ "mini-css-extract-plugin": "^2.10.0",
53
+ "npm-check-updates": "^19.6.3",
53
54
  "npm-run-all": "^4.1.5",
54
- "rimraf": "^6.0.1",
55
- "sass": "^1.83.1",
56
- "sass-loader": "^16.0.4",
57
- "ts-loader": "^9.5.1",
58
- "typedoc": "^0.27.6",
59
- "typescript": "^5.5.4",
60
- "webpack": "^5.97.1",
55
+ "rimraf": "^6.1.3",
56
+ "sass": "^1.97.3",
57
+ "sass-loader": "^16.0.7",
58
+ "ts-loader": "^9.5.4",
59
+ "typedoc": "^0.28.17",
60
+ "typescript": "^5.9.3",
61
+ "webpack": "^5.105.4",
61
62
  "webpack-cli": "^6.0.1",
62
- "webpack-remove-empty-scripts": "^1.0.4",
63
+ "webpack-remove-empty-scripts": "^1.1.1",
63
64
  "yalc": "^1.0.0-pre.53"
64
65
  }
65
66
  }
@@ -86,7 +86,6 @@
86
86
  grid-column: 1;
87
87
  }
88
88
  }
89
-
90
89
  }
91
90
 
92
91
  /// Grid styles
@@ -125,4 +124,10 @@
125
124
  grid-column: span 3;
126
125
  }
127
126
  }
127
+
128
+ &-fit {
129
+ display: grid;
130
+ grid-template-columns: repeat(minmax(min(css-var(grid-fit-w), 100%), 1fr));
131
+ gap: css-var(grid-gap);
132
+ }
128
133
  }
@@ -237,24 +237,24 @@ $amp-font-error: $amp-font-error-default !default;
237
237
  @if ($theme-default == dark) {
238
238
 
239
239
  /// Buttons
240
- $btn-back: if($btn-back != $btn-back-default, $btn-back, brand-5);
241
- $btn-border: if($btn-border != $btn-border-default, $btn-border, brand-2);
240
+ $btn-back: if(sass($btn-back != $btn-back-default): $btn-back; else: brand-5);
241
+ $btn-border: if(sass($btn-border != $btn-border-default): $btn-border; else: brand-2);
242
242
 
243
243
  /// Header
244
- $header-back: if($header-back != $header-back-default, $header-back, brand-4);
245
- $header-fore: if($header-fore != $header-fore-default, $header-fore, back);
246
- $header-link-back-hover: if($header-link-back-hover != $header-link-back-hover-default, $header-link-back-hover, glow-5);
244
+ $header-back: if(sass($header-back != $header-back-default): $header-back; else: brand-4);
245
+ $header-fore: if(sass($header-fore != $header-fore-default): $header-fore; else: back);
246
+ $header-link-back-hover: if(sass($header-link-back-hover != $header-link-back-hover-default): $header-link-back-hover; else: glow-5);
247
247
 
248
248
  /// Footer
249
- $footer-heel-fore: if($footer-heel-fore != $footer-heel-fore-default, $footer-heel-fore, fore);
249
+ $footer-heel-fore: if(sass($footer-heel-fore != $footer-heel-fore-default): $footer-heel-fore; else: fore);
250
250
 
251
251
  /// Amplify
252
- $amp-border-primary: if($amp-border-primary != $amp-border-primary-default, $amp-border-primary, brand-1);
253
- $amp-border-focus: if($amp-border-focus != $amp-border-focus-default, $amp-border-focus, brand-3);
254
- $amp-font-hover: if($amp-font-hover != $amp-font-hover-default, $amp-font-hover, brand-0);
255
- $amp-font-interactive: if($amp-font-interactive != $amp-font-interactive-default, $amp-font-interactive, brand-1);
256
- $amp-font-secondary: if($amp-font-secondary != $amp-font-secondary-default, $amp-font-secondary, brand-0);
257
- $amp-font-error: if($amp-font-error != $amp-font-error-default, $amp-font-error, danger-4);
252
+ $amp-border-primary: if(sass($amp-border-primary != $amp-border-primary-default): $amp-border-primary; else: brand-1);
253
+ $amp-border-focus: if(sass($amp-border-focus != $amp-border-focus-default): $amp-border-focus; else: brand-3);
254
+ $amp-font-hover: if(sass($amp-font-hover != $amp-font-hover-default): $amp-font-hover; else: brand-0);
255
+ $amp-font-interactive: if(sass($amp-font-interactive != $amp-font-interactive-default): $amp-font-interactive; else: brand-1);
256
+ $amp-font-secondary: if(sass($amp-font-secondary != $amp-font-secondary-default): $amp-font-secondary; else: brand-0);
257
+ $amp-font-error: if(sass($amp-font-error != $amp-font-error-default): $amp-font-error; else: danger-4);
258
258
  }
259
259
 
260
260
  /// Menu button