@bitbybit-dev/base 0.20.9 → 0.20.11

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.
@@ -75,4 +75,15 @@ export declare namespace Base {
75
75
  top = "top",
76
76
  bottom = "bottom"
77
77
  }
78
+ enum basicAlignmentEnum {
79
+ topLeft = "topLeft",
80
+ topMid = "topMid",
81
+ topRight = "topRight",
82
+ midLeft = "midLeft",
83
+ midMid = "midMid",
84
+ midRight = "midRight",
85
+ bottomLeft = "bottomLeft",
86
+ bottomMid = "bottomMid",
87
+ bottomRight = "bottomRight"
88
+ }
78
89
  }
@@ -18,4 +18,16 @@ export var Base;
18
18
  topBottomEnum["top"] = "top";
19
19
  topBottomEnum["bottom"] = "bottom";
20
20
  })(topBottomEnum = Base.topBottomEnum || (Base.topBottomEnum = {}));
21
+ let basicAlignmentEnum;
22
+ (function (basicAlignmentEnum) {
23
+ basicAlignmentEnum["topLeft"] = "topLeft";
24
+ basicAlignmentEnum["topMid"] = "topMid";
25
+ basicAlignmentEnum["topRight"] = "topRight";
26
+ basicAlignmentEnum["midLeft"] = "midLeft";
27
+ basicAlignmentEnum["midMid"] = "midMid";
28
+ basicAlignmentEnum["midRight"] = "midRight";
29
+ basicAlignmentEnum["bottomLeft"] = "bottomLeft";
30
+ basicAlignmentEnum["bottomMid"] = "bottomMid";
31
+ basicAlignmentEnum["bottomRight"] = "bottomRight";
32
+ })(basicAlignmentEnum = Base.basicAlignmentEnum || (Base.basicAlignmentEnum = {}));
21
33
  })(Base || (Base = {}));
@@ -122,6 +122,7 @@ export declare const simplex: {
122
122
  8730: number[];
123
123
  8731: number[];
124
124
  8732: number[];
125
+ 8960: number[];
125
126
  };
126
127
  export declare const defaultsVectorParams: {
127
128
  xOffset: number;
@@ -252,6 +253,7 @@ export declare const defaultsVectorParams: {
252
253
  8730: number[];
253
254
  8731: number[];
254
255
  8732: number[];
256
+ 8960: number[];
255
257
  };
256
258
  height: number;
257
259
  lineSpacing: number;
@@ -153,7 +153,9 @@ export const simplex = {
153
153
  // 8731: ∛ (cube root) - with cleaner 3 indicator
154
154
  8731: [24, 2, 21, 5, 21, 4, 19, 5, 18, 6, 17, 6, 16, 5, 15, 3, 15, 2, 16, undefined, 8, 12, 10, 8, 12, 0, undefined, 12, 0, 14, 21, undefined, 14, 21, 24, 21],
155
155
  // 8732: ∜ (fourth root) - with 4 indicator same size as 3
156
- 8732: [24, 5, 21, 3, 18, 6, 18, undefined, 5, 21, 5, 15, undefined, 8, 12, 10, 8, 12, 0, undefined, 12, 0, 14, 21, undefined, 14, 21, 24, 21]
156
+ 8732: [24, 5, 21, 3, 18, 6, 18, undefined, 5, 21, 5, 15, undefined, 8, 12, 10, 8, 12, 0, undefined, 12, 0, 14, 21, undefined, 14, 21, 24, 21],
157
+ // 8960: ⌀ (diameter symbol) - circle with diagonal slash
158
+ 8960: [22, 9, 21, 7, 20, 5, 18, 4, 16, 3, 13, 3, 8, 4, 5, 5, 3, 7, 1, 9, 0, 13, 0, 15, 1, 17, 3, 18, 5, 19, 8, 19, 13, 18, 16, 17, 18, 15, 20, 13, 21, 9, 21, undefined, 6, 3, 16, 18]
157
159
  };
158
160
  export const defaultsVectorParams = {
159
161
  xOffset: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitbybit-dev/base",
3
- "version": "0.20.9",
3
+ "version": "0.20.11",
4
4
  "description": "Bit By Bit Developers Base CAD Library to Program Geometry",
5
5
  "main": "index.js",
6
6
  "repository": {