@renaissancerentals/renaissance-component 10.1.16 → 10.1.17

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.
@@ -1,4 +1,5 @@
1
1
  @import 'src/assets/variables';
2
+ $floorplan-hero-featured-color: $secondary-color !default;
2
3
 
3
4
  .section-floorplan--hero {
4
5
  padding: 0;
@@ -119,7 +120,7 @@
119
120
  }
120
121
 
121
122
  h4 {
122
- color: $secondary-color;
123
+ color: $floorplan-hero-featured-color;
123
124
  text-transform: none;
124
125
  }
125
126
 
@@ -3,6 +3,7 @@
3
3
  $floorplan-background-color: $tertiary-color !default;
4
4
  $floorplan-featured-color: $primary-color !default;
5
5
  $floorplan-hover-color: $primary-background-color !default;
6
+
6
7
  .section-floorplan {
7
8
  padding: 0 0 .5rem;
8
9
  background: $floorplan-background-color;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@renaissancerentals/renaissance-component",
3
- "version": "10.1.16",
3
+ "version": "10.1.17",
4
4
  "description": "Renaissance rentals UI component library",
5
5
  "author": "asikpradhan",
6
6
  "license": "MIT",