gatsby-core-theme 25.0.9 → 25.0.10

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/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [25.0.10](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v25.0.9...v25.0.10) (2023-08-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add for menu ([6786f7a](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/6786f7a5ad4131186723d2a05931f8629e918782))
7
+ * anchro dosen't affect ([1f3c893](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/1f3c893d24230d974795bf10b5d5d8ec493d660b))
8
+ * remove transiton time ([a5bb001](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/a5bb0013af34e36fe8d4742b356f3f595cc518cd))
9
+
10
+
11
+ * Merge branch 'tm-3570-INP' into 'master' ([676e420](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/676e420456697000cb833a5d1a9a58fbf5db2328))
12
+
1
13
  ## [25.0.9](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v25.0.8...v25.0.9) (2023-07-28)
2
14
 
3
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-core-theme",
3
- "version": "25.0.9",
3
+ "version": "25.0.10",
4
4
  "description": "Gatsby Theme NPM Package",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -157,7 +157,7 @@
157
157
  max-height: 88px;
158
158
  min-height: 66px;
159
159
  overflow: hidden;
160
- transition: max-height 0.5s ease-out;
160
+ transition: max-height 0s ease-out;
161
161
  cursor: pointer;
162
162
 
163
163
  @include max(mobile) {
@@ -166,7 +166,7 @@
166
166
 
167
167
  &.open {
168
168
  max-height: 2000px;
169
- transition: max-height 0.5s ease-in;
169
+ transition: max-height 0s ease-in;
170
170
  cursor: default;
171
171
  }
172
172
  }
@@ -5,7 +5,7 @@
5
5
  font-size: 1.6rem;
6
6
 
7
7
  &:after {
8
- transition: 0.5s;
8
+ transition: 0s;
9
9
  @include arrow(var(--color-20), 0.8rem, down, false, translateY(-50%));
10
10
  position: absolute;
11
11
  left: 115%;
@@ -36,7 +36,7 @@
36
36
  overflow: hidden;
37
37
  max-height: 0;
38
38
  font-size: 1.6rem;
39
- transition: max-height 0.3s ease-out;
39
+ transition: max-height 0s ease-out;
40
40
  }
41
41
  }
42
42
 
@@ -45,7 +45,7 @@
45
45
  overflow: hidden;
46
46
  max-height: 0;
47
47
  font-size: 1.6rem;
48
- transition: max-height 0.3s ease-out;
48
+ transition: max-height 0s ease-out;
49
49
  }
50
50
  }
51
51
  }
@@ -47,7 +47,7 @@
47
47
  }
48
48
 
49
49
  &:after {
50
- transition: 0.5s;
50
+ transition: 0s;
51
51
  @include arrow(black, 0.9rem, down, false, translateY(-50%));
52
52
  position: absolute;
53
53
  right: 0.5rem;
@@ -62,7 +62,7 @@
62
62
  }
63
63
 
64
64
  .content {
65
- @include collapse(0.5s, 500rem);
65
+ @include collapse(0s, 500rem);
66
66
  @include flex-direction(column);
67
67
  font-size: 1.6rem;
68
68
  color: var(--color-20);
@@ -26,7 +26,7 @@
26
26
  }
27
27
 
28
28
  &:after {
29
- transition: 0.5s;
29
+ transition: 0s;
30
30
  @include arrow(black, 0.9rem, down, false, translateY(-50%));
31
31
  position: absolute;
32
32
  right: 0.5rem;
@@ -41,7 +41,7 @@
41
41
  }
42
42
 
43
43
  .content {
44
- @include collapse(0.5s, 20rem);
44
+ @include collapse(0s, 20rem);
45
45
  font-size: 1.6rem;
46
46
  color: var(--color-20);
47
47
  padding: 0;
@@ -7,7 +7,7 @@
7
7
  height: 100vh;
8
8
  z-index: map-get($z-index, search);
9
9
 
10
- @include collapse(0.15s, 100vh);
10
+ @include collapse(0s, 100vh);
11
11
  }
12
12
  .storyContainer {
13
13
  position: relative;