@appartmint/mint 0.12.30 → 0.13.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": "0.12.30",
4
+ "version": "0.13.1",
5
5
  "license": "MIT",
6
6
  "description": "The front-end TS/SCSS framework of App Art Mint",
7
7
  "keywords": [
@@ -11,6 +11,7 @@
11
11
  #{class(btn)},
12
12
  #{class(btn-icon)},
13
13
  #{class(pill)} {
14
+ width: fit-content;
14
15
  max-width: 100%;
15
16
  text-decoration: none;
16
17
  text-overflow: ellipsis;
@@ -328,7 +328,6 @@
328
328
  nav {
329
329
  height: calc(100vh - css-var(header-height));
330
330
  height: calc(100dvh - css-var(header-height));
331
- background: css-var(back);
332
331
  overflow: auto;
333
332
  background-repeat: repeat;
334
333
 
@@ -338,6 +337,10 @@
338
337
  justify-content: center;
339
338
  }
340
339
 
340
+ &#{neg(class(border))} {
341
+ background: css-var(back);
342
+ }
343
+
341
344
  &> :last-child {
342
345
  margin-bottom: 0;
343
346
  }
@@ -369,6 +372,7 @@
369
372
  font-family: $font-secondary, $font-backups !important;
370
373
  font-size: 3em;
371
374
  padding: 0.5rem;
375
+ margin: 0.5rem 0;
372
376
  text-align: center;
373
377
  border-radius: $header-link-border-radius;
374
378
 
@@ -92,16 +92,6 @@ a {
92
92
  white-space: nowrap;
93
93
  }
94
94
  }
95
-
96
- i {
97
- &:first-child {
98
- margin-right: 0.25em;
99
- }
100
-
101
- &:last-child {
102
- margin-left: 0.25em;
103
- }
104
- }
105
95
  }
106
96
 
107
97
  button,
@@ -112,6 +102,16 @@ a[routerLink] {
112
102
  a,
113
103
  button {
114
104
  font-size: inherit;
105
+
106
+ i {
107
+ &:first-child {
108
+ margin-right: 0.5em;
109
+ }
110
+
111
+ &:last-child {
112
+ margin-left: 0.5em;
113
+ }
114
+ }
115
115
  }
116
116
 
117
117
  img,
@@ -63,13 +63,14 @@
63
63
  }
64
64
 
65
65
  #{class(frame)} {
66
+ height: fit-content;
67
+
66
68
  @extend #{class(border)};
67
69
  @if $texture-border-image {
68
70
  padding: $texture-border-width;
69
71
  } @else if $texture-border-color {
70
72
  padding: 0;
71
73
  }
72
-
73
74
  }
74
75
 
75
76
  #{class(card)} {