@appartmint/mint 4.0.2 → 4.0.3

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.0.2",
4
+ "version": "4.0.3",
5
5
  "license": "MIT",
6
6
  "description": "The front-end TS/SCSS framework of App Art Mint",
7
7
  "keywords": [
@@ -94,7 +94,8 @@
94
94
  box-shadow: none;
95
95
  overflow: visible;
96
96
 
97
- & > #{class(image)} {
97
+ & > #{class(image)},
98
+ & > #{prefix(widget-image)} #{class(image)} {
98
99
  width: calc(50% + css-var(card-padding));
99
100
  height: fit-content;
100
101
  margin-right: calc(css-var(card-padding) * -2);
@@ -119,7 +120,8 @@
119
120
  @include break(sm) {
120
121
  flex-direction: row-reverse;
121
122
 
122
- & > #{class(image)} {
123
+ & > #{class(image)},
124
+ & > #{prefix(widget-image)} #{class(image)} {
123
125
  margin-right: 0;
124
126
  margin-left: calc(css-var(card-padding) * -2);
125
127
  }
@@ -127,7 +129,8 @@
127
129
  }
128
130
  }
129
131
 
130
- & > #{class(image)} {
132
+ & > #{class(image)},
133
+ & > #{prefix(widget-image)} #{class(image)} {
131
134
  overflow: hidden;
132
135
 
133
136
  @include break(sm) {
@@ -179,7 +182,8 @@
179
182
  height: 100%;
180
183
  }
181
184
 
182
- & > #{class(image)} {
185
+ & > #{class(image)},
186
+ & > #{prefix(widget-image)} #{class(image)} {
183
187
  width: 100%;
184
188
  height: 100%;
185
189
  max-width: css-var(card-logo-size);
@@ -301,7 +305,8 @@
301
305
  #{class(card)} {
302
306
  flex-direction: column !important;
303
307
 
304
- & > #{class(image)} {
308
+ & > #{class(image)},
309
+ & > #{prefix(widget-image)} #{class(image)} {
305
310
  overflow: hidden;
306
311
 
307
312
  @include break(sm) {