@internetstiftelsen/styleguide 4.0.8-beta.0.8 → 4.0.10-beta.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@internetstiftelsen/styleguide",
3
- "version": "4.0.8-beta.0.8",
3
+ "version": "4.0.10-beta.0.1",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -390,15 +390,13 @@
390
390
  @include e(link) {
391
391
  color: $color-snow;
392
392
  }
393
- }
394
393
 
395
- @include m(sticky-buttons) {
396
394
  @include bp-down(sm-xs) {
397
395
  @include e(buttons) {
398
396
  position: absolute;
399
397
  bottom: 0;
400
- left: rhythm(2);
401
- right: rhythm(2);
398
+ left: rhythm(3);
399
+ right: rhythm(3);
402
400
  display: flex;
403
401
  flex-wrap: nowrap;
404
402
  justify-content: space-between;
@@ -28,13 +28,11 @@ module.exports = {
28
28
  {
29
29
  name: 'Buttons',
30
30
  context: {
31
- no_image_class: 'o-hero--no-break o-hero--sticky-buttons',
31
+ no_image_class: '',
32
32
  has_tags: false,
33
33
  has_buttons: true,
34
34
  limited_width: false,
35
- heading: 'Välkommen till Goto 10',
36
35
  hero_image: 'https://stage.goto10.se/app/uploads/2024/05/toppbild-goto-10-linkoping-1-.jpg.webp',
37
- text: 'Goto 10 är en kostnadsfri mötesplats för kunskapsutbyte och innovation som drivs av Internetstiftelsen. Besök oss i Linköping, Malmö och Stockholm.',
38
36
  },
39
37
  },
40
38
  {
@@ -135,14 +133,13 @@ module.exports = {
135
133
  name: 'No breakpoint',
136
134
  context: {
137
135
  no_image_class: 'o-hero--no-break',
138
- limited_width: false,
139
- has_buttons: true,
140
136
  has_tags: false,
141
- has_link: false,
142
- has_text: true,
143
- text: 'Konferens online 2023'
144
-
145
- }
137
+ has_buttons: true,
138
+ limited_width: false,
139
+ heading: 'Välkommen till Goto 10',
140
+ hero_image: 'https://stage.goto10.se/app/uploads/2024/05/toppbild-goto-10-linkoping-1-.jpg.webp',
141
+ text: 'Goto 10 är en kostnadsfri mötesplats för kunskapsutbyte och innovation som drivs av Internetstiftelsen. Besök oss i Linköping, Malmö och Stockholm.',
142
+ },
146
143
  },
147
144
  {
148
145
  name: 'Dynamic headline',
@@ -17,7 +17,6 @@ $spacing: rhythm(6);
17
17
  &::after {
18
18
  content: '';
19
19
  position: absolute;
20
- z-index: z_index(background);
21
20
  right: 0;
22
21
  left: 0;
23
22
  height: $spacing;