gatsby-core-theme 38.0.2 → 38.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/CHANGELOG.md CHANGED
@@ -1,3 +1,30 @@
1
+ ## [38.0.3](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v38.0.2...v38.0.3) (2024-09-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * edit page admin bar ([c3bc9c6](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/c3bc9c640e4cd65461af0be28cf288a13da4ded4))
7
+ * styling for storybook ([d677898](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/d67789874f09f00b2fdd8ef3aa886ab591027bba))
8
+ * styling for storybook ([40b45b1](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/40b45b19ac2aef925585c6ef0a6c85770ed8433c))
9
+ * styling for storybook ([189fdb8](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/189fdb8ca98cb6f67cbdbb87484f6d098859ce7c))
10
+ * styling for storybook ([3a63b68](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/3a63b68831086abcec57f293d6497bb0bd3a396c))
11
+ * styling for storybook ([53d0e13](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/53d0e13c174cec2ef0be061605823b9e6d55777e))
12
+ * styling for storybook ([93c65e9](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/93c65e941ce0388cbea504547cb33431a4eb363c))
13
+ * styling for storybook ([2b329a3](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/2b329a316fd134644750290cd2705edee5e42ed3))
14
+ * styling for storybook ([cc388af](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/cc388af8f1860ac19827ce9002d72b8de4386d20))
15
+ * styling for storybook ([aa73531](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/aa73531e10513123425c3fa874cff1ae7e150a68))
16
+ * styling for storybook ([85e8a22](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/85e8a228ae61e28a72246360bf26ada0a424848f))
17
+
18
+
19
+ ### Code Refactoring
20
+
21
+ * correction to path ([95d6f32](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/95d6f32f08103ecb06db890d6747d9fb03855f4c))
22
+ * remove stylelint scss rule ([66e920e](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/66e920e6c29768d76d5419ee770241047c49f8b8))
23
+
24
+
25
+ * Merge branch 'tm-4567-feedback-modal' into 'master' ([2d4383e](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/2d4383e86bc0cf5683e2516ac5fc5fd5be737f0e))
26
+ * Merge branch 'master' into tm-4567-feedback-modal ([32226c7](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/32226c78ccb26c0d70e7930a7848ee802251c9bc))
27
+
1
28
  ## [38.0.2](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v38.0.1...v38.0.2) (2024-09-02)
2
29
 
3
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-core-theme",
3
- "version": "38.0.2",
3
+ "version": "38.0.3",
4
4
  "description": "Gatsby Theme NPM Package",
5
5
  "author": "",
6
6
  "license": "ISC",
@@ -11,7 +11,7 @@
11
11
  a, span {
12
12
  color: #fff;
13
13
  font-size: 1.3rem;
14
- padding: 0 2rem;
14
+ padding: 1rem 2rem;
15
15
  }
16
16
 
17
17
  a {
@@ -12,7 +12,7 @@
12
12
  height: 100vh;
13
13
  top: 0;
14
14
  left: 0;
15
- z-index: --custom-zindex(modal);
15
+ z-index: map.get($z-index, modal);
16
16
  }
17
17
 
18
18
  .activeModal {
@@ -26,7 +26,7 @@
26
26
  height: 100vh;
27
27
  top: 0;
28
28
  left: 0;
29
- z-index: --custom-zindex(modal);
29
+ z-index: map.get($z-index, modal);
30
30
  }
31
31
 
32
32
  .modalContent {
@@ -37,7 +37,7 @@
37
37
  width: 100%;
38
38
  max-width: calc(var(--main-container-max) - 48px);
39
39
  border-radius: 1rem;
40
- z-index: --custom-zindex(modal);
40
+ z-index: map.get($z-index, modal);
41
41
  position: relative;
42
42
  }
43
43
 
@@ -0,0 +1 @@
1
+ @use 'sass:map';
@@ -1,6 +1,6 @@
1
- // Global styles extended in each theme
2
-
3
- // Utils
1
+ /* stylelint-disable no-invalid-position-at-import-rule */
2
+ @use 'sass:map';
3
+ // NOTE: Styles
4
4
  @import './utils/variables/typography';
5
5
  @import './utils/variables/layout';
6
6
  @import './utils/variables/stack-order';
@@ -10,4 +10,4 @@
10
10
  @import './utils/loader';
11
11
  @import './utils/mixins';
12
12
  @import './utils/scrollbar';
13
- @import './utils/animations';
13
+ @import './utils/animations';
@@ -1,5 +1,3 @@
1
- @use 'sass:map';
2
-
3
1
  $z-index: (
4
2
  modal: var(--modal-index),
5
3
  navigation: var(--navigation-index),
@@ -9,8 +7,4 @@ $z-index: (
9
7
  above-content: 1,
10
8
  content: 0,
11
9
  below-content: -1,
12
- );
13
-
14
- @function --custom-zindex($key){
15
- @return map.get($z-index, $key);
16
- };
10
+ );