mod-base 1.0.23-beta.6 → 1.0.23

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.23
4
+
5
+ - Adding customization to cover all radio button different HTML structures, value props to have gradients as background, input fields active/focus states, back and edit zip code button colors, box shadow for mobile forms, bbb logo filters
6
+
3
7
  ## 1.0.20
4
8
 
5
9
  - Adding stroke icons for vanity, tree services, basement, foundation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-base",
3
- "version": "1.0.23-beta.6",
3
+ "version": "1.0.23",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -61,7 +61,7 @@ $contact-us-blue-light: #8498E7;
61
61
  $radio-btn-checked-text-color: $color-white,
62
62
  $radio-btn-focus-box-shadow: null,
63
63
  $radio-btn-icon-background: transparent,
64
- $radio-btn-icon-color: $color-white,
64
+ $radio-btn-icon-color: $background,
65
65
  $radio-btn-text-color: $color-white,
66
66
  $value-props-background: null
67
67
  ) {