@vertigis/viewer-spec 56.27.1 → 56.28.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.
@@ -703,6 +703,22 @@
703
703
  </restriction>
704
704
  </simpleType>
705
705
  </attribute>
706
+ <attribute name="toolbar-style">
707
+ <annotation>
708
+ <documentation xml:lang="en">
709
+ The visual style of the toolbar. If the toolbar
710
+ is not in a map slot, or nested in rows/columns
711
+ within a map slot, then the toolbar will appear
712
+ with square styling.
713
+ </documentation>
714
+ </annotation>
715
+ <simpleType>
716
+ <restriction base="string">
717
+ <enumeration value="round" />
718
+ <enumeration value="square" />
719
+ </restriction>
720
+ </simpleType>
721
+ </attribute>
706
722
  <attribute name="show-titles" type="boolean" default="true">
707
723
  <annotation>
708
724
  <documentation xml:lang="en">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "56.27.1",
3
+ "version": "56.28.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 = "56.27.1";
4
+ export declare const version = "56.28.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 = "56.27.1";
4
+ export const version = "56.28.0";