@bentley/open-site-schema 1.0.27-dev.2 → 1.0.27-dev.3

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.
@@ -1659,15 +1659,16 @@
1659
1659
  <ECEntityClass typeName="CurbType" displayLabel="Curb Type" description="Defines a shared set of properties whose values vary per-type of Curb rather than per-instance.">
1660
1660
  <BaseClass>cvphys:CurbType</BaseClass>
1661
1661
 
1662
- <ECProperty propertyName="PanWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Pan Width" description="Width of curb pan." />
1663
- <ECProperty propertyName="PanThickness" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Pan Thickness" description="Thickness of curb pan." />
1664
- <ECProperty propertyName="StoneExtension" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Stone Extension" description="Width of stone extension." />
1665
- <ECProperty propertyName="StoneThickness" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Stone Thickness" description="Thickness of stone extension." />
1666
- <ECProperty propertyName="CurbHeight" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Curb Height" description="Height of curb." />
1667
- <ECProperty propertyName="CurbTopWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Curb Top Width" description="Width of curb top." />
1668
- <ECProperty propertyName="CurbBottomWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Curb Bottom Width" description="Width of curb bottom." />
1669
- <ECProperty propertyName="MiterWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Miter Width" description="Width of curb miter." />
1670
- <ECProperty propertyName="MiterHeight" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Miter Height" description="Height of curb miter." />
1662
+ <ECProperty propertyName="PanWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Pan Width" description="Width of curb pan." />
1663
+ <ECProperty propertyName="PanThickness" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Pan Thickness" description="Thickness of curb pan." />
1664
+ <ECProperty propertyName="StoneExtension" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Stone Extension" description="Width of stone extension." />
1665
+ <ECProperty propertyName="StoneThickness" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Stone Thickness" description="Thickness of stone extension." />
1666
+ <ECProperty propertyName="CurbHeight" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Curb Height" description="Height of curb." />
1667
+ <ECProperty propertyName="CurbTopWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Curb Top Width" description="Width of curb top." />
1668
+ <ECProperty propertyName="CurbBottomWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Curb Bottom Width" description="Width of curb bottom." />
1669
+ <ECProperty propertyName="MiterWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Miter Width" description="Width of curb miter." />
1670
+ <ECProperty propertyName="MiterHeight" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Miter Height" description="Height of curb miter." />
1671
+ <ECProperty propertyName="PanSlope" minimumValue="-0.1" maximumValue="0.1" typeName="double" kindOfQuantity="cvu:SLOPE" displayLabel="Pan Slope" description="Slope of curb pan." />
1671
1672
  </ECEntityClass>
1672
1673
 
1673
1674
  <ECRelationshipClass typeName="WireOwnsContourLinesAspect" modifier="Sealed" strength="embedding">
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bentley/open-site-schema",
3
3
  "license": "MIT",
4
- "version": "1.0.27-dev.2",
4
+ "version": "1.0.27-dev.3",
5
5
  "homepage": "https://www.itwinjs.org/",
6
6
  "keywords": [
7
7
  "Bentley",