hart-estate-widget 2.10.0 → 2.10.1

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/README.md CHANGED
@@ -225,7 +225,12 @@ Here you can see a list of accessible options and examples of usage. There are a
225
225
  scales: ['x05', 'x1'],
226
226
 
227
227
  // TODO: other params?
228
- hasRealSize: false, // enable real size icons in classic navigation mode
228
+ defaultLinkOptions: {
229
+ hasRealSize: false, // enable real size icons in classic navigation mode
230
+ realSize: 300, // real size
231
+ realSizeMobileScale: 1, // mobile scale factor in real size
232
+ hoverScale: 1.2 // hover scale factor
233
+ },
229
234
  }
230
235
 
231
236
  ```