@nationalarchives/frontend 0.1.62 → 0.1.63

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.
@@ -206,13 +206,15 @@ small {
206
206
  }
207
207
  }
208
208
 
209
- .tna-heading--no-link-arrow {
209
+ /* stylelint-disable scss/percent-placeholder-pattern */
210
+ &--no-link-arrow {
210
211
  a {
211
212
  &::after {
212
213
  display: none;
213
214
  }
214
215
  }
215
216
  }
217
+ /* stylelint-enable scss/percent-placeholder-pattern */
216
218
 
217
219
  strong {
218
220
  font-weight: inherit;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nationalarchives/frontend",
3
- "version": "0.1.62",
3
+ "version": "0.1.63",
4
4
  "description": "The National Archives frontend styles",
5
5
  "scripts": {
6
6
  "start": "storybook dev -p 6006",