mod-base 1.0.51 → 1.0.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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.52
4
+
5
+ - Adding `radius-xxs` (equivalent to 2px). Used widely across S3 pages.
6
+
3
7
  ## 1.0.50 & 1.0.51
4
8
 
5
9
  - Adding dark mode styles for our new, standardized circular radio button style
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-base",
3
- "version": "1.0.51",
3
+ "version": "1.0.52",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -1,3 +1,4 @@
1
+ $radius-xxs: .125rem;
1
2
  $radius-xs: .25rem;
2
3
  $radius-sm: .375rem;
3
4
  $radius-md: .75rem;