@appartmint/mint 1.2.0 → 1.2.2

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": "1.2.0",
4
+ "version": "1.2.2",
5
5
  "license": "MIT",
6
6
  "description": "The front-end TS/SCSS framework of App Art Mint",
7
7
  "keywords": [
@@ -82,7 +82,7 @@
82
82
  overflow: visible;
83
83
 
84
84
  & > #{class(image)},
85
- & > #{prefix(image-widget)} #{class(image)} {
85
+ & > #{prefix(widget-image)} #{class(image)} {
86
86
  width: calc(50% + $card-padding);
87
87
  height: fit-content;
88
88
  margin-right: $card-padding * -2;
@@ -109,7 +109,7 @@
109
109
  flex-direction: row-reverse;
110
110
 
111
111
  & > #{class(image)},
112
- & > #{prefix(image-widget)} #{class(image)} {
112
+ & > #{prefix(widget-image)} #{class(image)} {
113
113
  margin-right: 0;
114
114
  margin-left: $card-padding * -2;
115
115
  }
@@ -118,12 +118,12 @@
118
118
  }
119
119
 
120
120
  & > #{class(image)}:only-child,
121
- & > #{prefix(image-widget)}:only-child #{class(image)} {
121
+ & > #{prefix(widget-image)}:only-child #{class(image)} {
122
122
  width: 100%;
123
123
  }
124
124
 
125
125
  & > #{class(image)},
126
- & > #{prefix(image-widget)} #{class(image)} {
126
+ & > #{prefix(widget-image)} #{class(image)} {
127
127
  overflow: hidden;
128
128
 
129
129
  @include break(sm) {
@@ -171,7 +171,7 @@
171
171
  }
172
172
 
173
173
  & > #{class(image)},
174
- & > #{prefix(image-widget)} #{class(image)} {
174
+ & > #{prefix(widget-image)} #{class(image)} {
175
175
  width: 100%;
176
176
  height: 100%;
177
177
  max-width: $card-logo-size;
@@ -224,7 +224,7 @@
224
224
  flex-direction: column !important;
225
225
 
226
226
  & > #{class(image)},
227
- & > #{prefix(image-widget)} #{class(image)} {
227
+ & > #{prefix(widget-image)} #{class(image)} {
228
228
  overflow: hidden;
229
229
 
230
230
  @include break(sm) {
@@ -7,19 +7,6 @@
7
7
  /// Imports
8
8
  @use '../util' as *;
9
9
 
10
- /// Footer Styles
11
- app-footer {
12
- display: flex;
13
- flex-direction: column;
14
-
15
- &::before {
16
- content: '';
17
- display: flex;
18
- flex-grow: 1;
19
- height: 100%;
20
- background: css-var(trans);
21
- }
22
- }
23
10
 
24
11
  /// Footer styles
25
12
  #{class(footer)} {
@@ -97,7 +97,7 @@ main {
97
97
 
98
98
  @include fluid(padding, map-get($break, xs) * 1px, map-get($break, sm) * 1px, 4px, 16px);
99
99
 
100
- &+:not(#{prefix(footer-partial)}) {
100
+ &+:not(#{prefix(partial-footer)}) {
101
101
  height: 0;
102
102
  overflow: hidden;
103
103
  }