@internetstiftelsen/styleguide 2.21.25 → 2.21.27

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@internetstiftelsen/styleguide",
3
- "version": "2.21.25",
3
+ "version": "2.21.27",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
package/src/.DS_Store CHANGED
Binary file
package/src/_preview.hbs CHANGED
@@ -9,4 +9,4 @@
9
9
  {{> @icon-sprite component=true}}
10
10
  {{> @logotype-sprite component=true}}
11
11
  </body>
12
- </html>
12
+ </html>
@@ -6,13 +6,11 @@
6
6
  {{heading}}
7
7
  {{/if}}
8
8
  </h3>
9
- {{#if content}}
10
9
  <div class="js-accordion__panel">
11
10
  <div class="o-accordion__panel__content">
12
11
  {{{content}}}
13
12
  </div>
14
13
  </div>
15
- {{/if}}
16
14
  {{/each}}
17
15
  </div>
18
16
  {{#unless has_background}}
@@ -7,7 +7,7 @@
7
7
  &:not([class*='is-in-mega-menu']) {
8
8
  display: none;
9
9
  position: absolute;
10
- z-index: z_index(background);
10
+ z-index: z_index(middlegroundImportant);
11
11
  bottom: 0;
12
12
  transform: translateY(0);
13
13
  transition: transform 0.25s ease-out;
@@ -2,7 +2,7 @@
2
2
 
3
3
  @include organism(header) {
4
4
  position: relative;
5
- z-index: z_index(middleground);
5
+ z-index: z_index(foregroundMinus);
6
6
  border-bottom: 1px solid $color-ash;
7
7
  background-color: $color-snow;
8
8
 
@@ -63,7 +63,7 @@
63
63
 
64
64
  @include m(sliding) {
65
65
  position: fixed;
66
- z-index: z_index(middleground);
66
+ z-index: z_index(foregroundMinus);
67
67
  top: rhythm(1);
68
68
  right: -500px;
69
69
  bottom: rhythm(1);