@itwin/core-extension 4.6.0-dev.13 → 4.6.0-dev.15

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/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @itwin/core-extension
2
2
 
3
- This log was last generated on Mon, 15 Apr 2024 20:32:33 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 16 Apr 2024 14:47:36 GMT and should not be manually modified.
4
+
5
+ ## 4.5.2
6
+ Tue, 16 Apr 2024 14:46:21 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 4.5.1
6
11
  Wed, 03 Apr 2024 18:26:58 GMT
package/index.d.ts CHANGED
@@ -586,6 +586,8 @@ export type {
586
586
  SubjectProps,
587
587
  TerrainProps,
588
588
  TerrainProviderName,
589
+ TextAnnotation2dProps,
590
+ TextAnnotation3dProps,
589
591
  TextStringPrimitive,
590
592
  TextStringProps,
591
593
  TextureData,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-extension",
3
- "version": "4.6.0-dev.13",
3
+ "version": "4.6.0-dev.15",
4
4
  "description": "iTwin.js Extension API",
5
5
  "type": "module",
6
6
  "typings": "index.d.ts",
@@ -22,15 +22,15 @@
22
22
  "url": "http://www.bentley.com"
23
23
  },
24
24
  "dependencies": {
25
- "@itwin/core-frontend": "4.6.0-dev.13",
26
- "@itwin/core-common": "4.6.0-dev.13"
25
+ "@itwin/core-frontend": "4.6.0-dev.15",
26
+ "@itwin/core-common": "4.6.0-dev.15"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@itwin/eslint-plugin": "4.0.0-dev.44",
30
30
  "eslint": "^8.44.0",
31
31
  "rimraf": "^3.0.2",
32
32
  "typescript": "~5.0.2",
33
- "@itwin/build-tools": "4.6.0-dev.13"
33
+ "@itwin/build-tools": "4.6.0-dev.15"
34
34
  },
35
35
  "scripts": {
36
36
  "compile": "",
package/preview.d.ts CHANGED
@@ -10,9 +10,40 @@ export type {
10
10
  } from "@itwin/core-frontend";
11
11
 
12
12
  export {
13
+ FractionRun,
14
+ LineBreakRun,
15
+ Paragraph,
16
+ Run,
17
+ TextAnnotation,
18
+ TextBlock,
19
+ TextBlockComponent,
20
+ TextRun,
21
+ TextStyle,
22
+ TextStyleSettings
13
23
  } from "@itwin/core-common";
14
24
 
15
25
  export type {
26
+ ApplyTextStyleOptions,
27
+ BaselineShift,
28
+ FractionRunProps,
29
+ LineBreakRunProps,
30
+ ParagraphProps,
31
+ Run,
32
+ RunProps,
33
+ StackedFractionType,
34
+ TextAnnotationAnchor,
35
+ TextAnnotationCreateArgs,
36
+ TextAnnotationProps,
37
+ TextBlockComponentProps,
38
+ TextBlockGeometryProps,
39
+ TextBlockGeometryPropsEntry,
40
+ TextBlockJustification,
41
+ TextBlockProps,
42
+ TextBlockStringifyOptions,
43
+ TextRunProps,
44
+ TextStyleColor,
45
+ TextStyleProps,
46
+ TextStyleSettingsProps
16
47
  } from "@itwin/core-common";
17
48
 
18
49
  // END GENERATED CODE
package/preview.js CHANGED
@@ -10,5 +10,15 @@ const ext = globalThis[globalSymbol].getExtensionApi(import.meta.url);
10
10
  export const {
11
11
  // @itwin/core-frontend:
12
12
  // @itwin/core-common:
13
+ FractionRun,
14
+ LineBreakRun,
15
+ Paragraph,
16
+ Run,
17
+ TextAnnotation,
18
+ TextBlock,
19
+ TextBlockComponent,
20
+ TextRun,
21
+ TextStyle,
22
+ TextStyleSettings,
13
23
  } = ext.exports;
14
24
  // END GENERATED CODE