@internetstiftelsen/styleguide 4.0.16 → 4.0.17-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.16",
3
+ "version": "4.0.17-beta.0.1",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -393,3 +393,11 @@ hr.wp-block-separator {
393
393
  width: 100vw;
394
394
  }
395
395
  }
396
+
397
+ ul.wp-block-list,
398
+ ol.wp-block-list {
399
+ li > a {
400
+ @extend %break-long-links;
401
+ @extend %link-styles;
402
+ }
403
+ }
@@ -4,6 +4,7 @@ module.exports = {
4
4
  context: {
5
5
  name: 'Information',
6
6
  type: 'info',
7
+ role: 'alert',
7
8
  text: 'Meddelanderuta med vanlig information, t.ex information om öppettider. <a href="https://internetstiftelsen.se">Dessa meddelanden</a> är fasta dv.s inget dom dyker upp tillfälligt när användaren interagerar med tjänsten.',
8
9
  additional_classes: false,
9
10
  },