@appartmint/mint 2.10.20 → 3.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.10.20",
4
+ "version": "3.0.1",
5
5
  "license": "MIT",
6
6
  "description": "The front-end TS/SCSS framework of App Art Mint",
7
7
  "keywords": [
@@ -14,6 +14,7 @@
14
14
  background: transparent;
15
15
  border: none;
16
16
  color: css-var(fore);
17
+ resize: none;
17
18
  }
18
19
  }
19
20
 
@@ -282,6 +282,13 @@
282
282
  }
283
283
  }
284
284
  }
285
+
286
+ &-actions {
287
+ #{class(content)} {
288
+ flex-direction: row;
289
+ justify-content: space-between;
290
+ }
291
+ }
285
292
  }
286
293
 
287
294
  #{class(grid)}#{class('3')},