@vertigis/viewer-spec 51.2.0 → 51.3.0

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.
@@ -567,7 +567,15 @@
567
567
  </annotation>
568
568
  <complexType>
569
569
  <complexContent mixed="true">
570
- <extension base="tns:Component" />
570
+ <extension base="tns:Component">
571
+ <attribute name="showBackground" type="boolean" default="true">
572
+ <annotation>
573
+ <documentation xml:lang="en">
574
+ Whether or not the text background should be displayed. Mobile only. Defaults to true.
575
+ </documentation>
576
+ </annotation>
577
+ </attribute>
578
+ </extension>
571
579
  </complexContent>
572
580
  </complexType>
573
581
  </element>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "51.2.0",
3
+ "version": "51.3.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "VertiGIS Viewer Specification",
6
6
  "type": "module",
package/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export declare const version = "51.2.0";
4
+ export declare const version = "51.3.0";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export const version = "51.2.0";
4
+ export const version = "51.3.0";