hart-estate-widget 0.0.89 → 0.0.91
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 +6 -0
- package/build/widget.bundle.js +1 -1
- package/build/widget.module.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -84,6 +84,12 @@ export App;
|
|
84
84
|
rotationData: {}, // тип изображений и пути к изображениям кругового просмотра (порядок обязателен)
|
85
85
|
panoramaData: {}, // тип панорамы и пути к изображениям 360°
|
86
86
|
panoramaFov: 75, // угол обзора камеры в режиме панорманого тура
|
87
|
+
|
88
|
+
// цвета
|
89
|
+
colors: {
|
90
|
+
main: '#HEX', // основной цвет кнопок, элементов
|
91
|
+
mainText: '#HEX', // цвет текста для кнопок, элементов, контрастирующий с основным
|
92
|
+
},
|
87
93
|
}
|
88
94
|
|
89
95
|
```
|