@bentley/open-site-schema 1.0.26-dev.4 → 1.0.26

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.
@@ -16,7 +16,7 @@
16
16
 
17
17
  <ECCustomAttributes>
18
18
  <ProductionStatus xmlns="CoreCustomAttributes.01.00.03">
19
- <SupportedUse>NotForProduction</SupportedUse>
19
+ <SupportedUse>FieldTesting</SupportedUse>
20
20
  </ProductionStatus>
21
21
  <SchemaLayerInfo xmlns="BisCustomAttributes.01.00.00">
22
22
  <Value>Application</Value>
@@ -1587,9 +1587,9 @@
1587
1587
  <ECEntityClass typeName="HatchingAspect" modifier="Sealed" displayLabel="Hatching">
1588
1588
  <BaseClass>bis:ElementUniqueAspect</BaseClass>
1589
1589
 
1590
- <ECProperty propertyName="Spacing" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Spacing" description="Space between the hatch lines." />
1591
- <ECProperty propertyName="Angle" minimumValue="-3.141592653589793" maximumValue="3.141592653589793" typeName="double" kindOfQuantity="cvu:ANGLE" displayLabel="Angle" description="Angle of the hatch lines." />
1592
- <ECProperty propertyName="Width" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Width" description="Width of the hatch lines." >
1590
+ <ECProperty propertyName="Spacing" category="EdgeHatchingAspect_Hatching" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Spacing" description="Space between the hatch lines." />
1591
+ <ECProperty propertyName="Angle" category="EdgeHatchingAspect_Hatching" minimumValue="-3.141592653589793" maximumValue="3.141592653589793" typeName="double" kindOfQuantity="cvu:ANGLE" displayLabel="Angle" description="Angle of the hatch lines." />
1592
+ <ECProperty propertyName="Width" category="EdgeHatchingAspect_Hatching" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Width" description="Width of the hatch lines." >
1593
1593
  <ECCustomAttributes>
1594
1594
  <HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
1595
1595
  <Deprecated xmlns="CoreCustomAttributes.01.00.03">
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.26-dev.4",
4
+ "version": "1.0.26",
5
5
  "homepage": "https://www.itwinjs.org/",
6
6
  "keywords": [
7
7
  "Bentley",