@eturnity/eturnity_reusable_components 7.45.5-EPDM-10609.5 → 7.45.5-EPDM-10609.6
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/package.json
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
export const TEXT_OVERLAY_TOP_OFFSET = 35
|
2
2
|
export const TEXT_OVERLAY_LEFT_OFFSET = 3
|
3
|
-
export const TEXT_OVERLAY_ARROW_LEFT_OFFSET =
|
4
|
-
export const TEXT_OVERLAY_ARROW_RIGHT_NEGATIVE_OFFSET =
|
3
|
+
export const TEXT_OVERLAY_ARROW_LEFT_OFFSET = 62
|
4
|
+
export const TEXT_OVERLAY_ARROW_RIGHT_NEGATIVE_OFFSET = 68
|