@appartmint/mint 4.0.5 → 4.0.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.0.5",
4
+ "version": "4.0.7",
5
5
  "license": "MIT",
6
6
  "description": "The front-end TS/SCSS framework of App Art Mint",
7
7
  "keywords": [
@@ -36,12 +36,8 @@ body {
36
36
 
37
37
  #{class(expand)} {
38
38
  @include break($header-break) {
39
- #{class(buttons)} {
40
- width: auto;
41
-
42
- #{controls(wrapper)} {
43
- display: none;
44
- }
39
+ #{controls(wrapper)} {
40
+ display: none;
45
41
  }
46
42
 
47
43
  #{id(wrapper)} {
@@ -71,6 +67,7 @@ body {
71
67
  justify-content: flex-end;
72
68
  flex-wrap: nowrap;
73
69
  overflow: visible;
70
+ gap: 1rem;
74
71
 
75
72
  &>li {
76
73
  position: relative;
@@ -99,14 +96,14 @@ body {
99
96
  font-size: $arrow-size;
100
97
  position: absolute;
101
98
  top: 50%;
102
- transform: translateY(-50%);
99
+ transform: translate(-50%, -50%);
103
100
  margin-left: $arrow-margin;
104
101
  transition: transform css-var(delay-default);
105
102
  }
106
103
 
107
104
  @include states(hover, focus, expanded) {
108
105
  &::after {
109
- transform: translateY(-50%) rotate(90deg);
106
+ transform: translate(-50%, -50%) rotate(90deg);
110
107
  }
111
108
  }
112
109
  }