@gemeentenijmegen/semantic-html 0.0.2-alpha.51 → 0.0.2-alpha.52

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/dist/index.css CHANGED
@@ -1434,6 +1434,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
1434
1434
  text-transform: var(--utrecht-button-text-transform);
1435
1435
  -webkit-user-select: none;
1436
1436
  user-select: none;
1437
+ text-decoration: none;
1437
1438
  box-shadow: none;
1438
1439
  letter-spacing: normal;
1439
1440
  width: initial;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.2-alpha.51",
2
+ "version": "0.0.2-alpha.52",
3
3
  "author": "gemeente Nijmegen",
4
4
  "description": "Default html element styling for the gemeente Nijmegen design system",
5
5
  "license": "EUPL-1.2",
@@ -24,7 +24,7 @@
24
24
  "clean": "rimraf dist"
25
25
  },
26
26
  "devDependencies": {
27
- "@gemeentenijmegen/components-css": "0.0.1-alpha.44",
27
+ "@gemeentenijmegen/components-css": "0.0.1-alpha.45",
28
28
  "@utrecht/button-css": "2.3.0",
29
29
  "@utrecht/document-css": "1.5.0",
30
30
  "@utrecht/focus-ring-css": "2.3.0",
@@ -41,5 +41,5 @@
41
41
  "rollup": "4.12.1",
42
42
  "rollup-plugin-postcss": "4.0.2"
43
43
  },
44
- "gitHead": "8dbb1728f68a288c0a5b07b20e1b4984c42f0f9e"
44
+ "gitHead": "47f2ebea24217705ccfcefde6f9d4a341fc2de0b"
45
45
  }
@@ -4,6 +4,7 @@
4
4
  .btn {
5
5
  @include utrecht-button;
6
6
 
7
+ text-decoration: none;
7
8
  box-shadow: none;
8
9
  letter-spacing: normal;
9
10
  width: initial;