@internetstiftelsen/styleguide 3.0.17 → 3.0.19

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": "3.0.17",
3
+ "version": "3.0.19",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -278,7 +278,8 @@ figure {
278
278
  // Address differences between Firefox and other browsers.
279
279
  //
280
280
 
281
- hr {
281
+ hr,
282
+ hr.wp-block-separator {
282
283
  box-sizing: content-box;
283
284
  width: 100%;
284
285
  height: 0;
@@ -348,7 +348,7 @@ div.aligncenter {
348
348
  }
349
349
  }
350
350
 
351
- .wp-block-separator {
351
+ hr.wp-block-separator {
352
352
  display: flex;
353
353
  border-top: 0;
354
354
  border-color: $color-concrete;
@@ -375,6 +375,10 @@
375
375
  }
376
376
  }
377
377
 
378
+ @include e(paragraph) {
379
+ color: $color-snow;
380
+ }
381
+
378
382
  @include e(text) {
379
383
  color: $color-snow;
380
384
  }
@@ -136,7 +136,7 @@ module.exports = {
136
136
  has_buttons: true,
137
137
  has_tags: false,
138
138
  has_link: false,
139
- has_text: false,
139
+ has_text: true,
140
140
  text: 'Konferens online 2023'
141
141
 
142
142
  }