designix 0.5.46 → 0.5.48

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/dist/index.d.ts CHANGED
@@ -1,8 +1,12 @@
1
1
  import { tPageDef } from 'geometrix';
2
2
 
3
- declare const gearWheelWheelDef: tPageDef;
3
+ declare const gearWheelDef: tPageDef;
4
4
 
5
- declare const simplifiedGearWheelDef: tPageDef;
5
+ declare const gearBarDef: tPageDef;
6
+
7
+ declare const gearRingDef: tPageDef;
8
+
9
+ declare const gearEpicycloidDef: tPageDef;
6
10
 
7
11
  declare const heliostatDef: tPageDef;
8
12
 
@@ -68,4 +72,4 @@ declare const verifyContour4Def: tPageDef;
68
72
 
69
73
  declare const verifyExports1Def: tPageDef;
70
74
 
71
- export { baseDef, circlesDef, dummyPoleStaticDef, gearWheelWheelDef, haxisGuidanceDef, heliostatDef, heliostat_2Def, poleStaticDef, rakeDef, rakeStopperDef, rectangleDef, ringDef, ringGuidanceDef, rodDef, simplifiedGearWheelDef, spiderDef, surfaceDef, swingDef, trapezeDef, vaxisDef, vaxisGuidanceDef, vaxisHolderDef, verifyContour1Def, verifyContour2Def, verifyContour3Def, verifyContour4Def, verifyExports1Def, verifyLine1Def, verifyLine2Def, verifyLine3Def, verifyPoint1Def, verifyPoint2Def, verifyVector1Def, voilaDef };
75
+ export { baseDef, circlesDef, dummyPoleStaticDef, gearBarDef, gearEpicycloidDef, gearRingDef, gearWheelDef, haxisGuidanceDef, heliostatDef, heliostat_2Def, poleStaticDef, rakeDef, rakeStopperDef, rectangleDef, ringDef, ringGuidanceDef, rodDef, spiderDef, surfaceDef, swingDef, trapezeDef, vaxisDef, vaxisGuidanceDef, vaxisHolderDef, verifyContour1Def, verifyContour2Def, verifyContour3Def, verifyContour4Def, verifyExports1Def, verifyLine1Def, verifyLine2Def, verifyLine3Def, verifyPoint1Def, verifyPoint2Def, verifyVector1Def, voilaDef };