@hyperframes/core 0.7.63 → 0.7.65
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/compiler/htmlParityContract.d.ts +33 -0
- package/dist/compiler/htmlParityContract.d.ts.map +1 -0
- package/dist/compiler/htmlParityContract.js +118 -0
- package/dist/compiler/htmlParityContract.js.map +1 -0
- package/dist/compiler/index.d.ts +1 -0
- package/dist/compiler/index.d.ts.map +1 -1
- package/dist/compiler/index.js +1 -0
- package/dist/compiler/index.js.map +1 -1
- package/dist/compiler/inlineSubCompositions.d.ts.map +1 -1
- package/dist/compiler/inlineSubCompositions.js +19 -1
- package/dist/compiler/inlineSubCompositions.js.map +1 -1
- package/dist/editing/draftMarkers.d.ts +13 -0
- package/dist/editing/draftMarkers.d.ts.map +1 -0
- package/dist/editing/draftMarkers.js +13 -0
- package/dist/editing/draftMarkers.js.map +1 -0
- package/dist/generated/runtime-inline.js +1 -1
- package/dist/generated/runtime-inline.js.map +1 -1
- package/dist/hyperframe.runtime.iife.js +1 -1
- package/dist/studio-api/helpers/draftMarkers.d.ts +2 -2
- package/dist/studio-api/helpers/draftMarkers.d.ts.map +1 -1
- package/dist/studio-api/helpers/draftMarkers.js +2 -2
- package/dist/studio-api/helpers/draftMarkers.js.map +1 -1
- package/package.json +19 -15
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
/** @deprecated Import from @hyperframes/
|
|
2
|
-
export * from "
|
|
1
|
+
/** @deprecated Import from @hyperframes/core/editing/draft-markers. */
|
|
2
|
+
export * from "../../editing/draftMarkers.js";
|
|
3
3
|
//# sourceMappingURL=draftMarkers.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"draftMarkers.d.ts","sourceRoot":"","sources":["../../../src/studio-api/helpers/draftMarkers.ts"],"names":[],"mappings":"AAAA,uEAAuE;AACvE,cAAc,
|
|
1
|
+
{"version":3,"file":"draftMarkers.d.ts","sourceRoot":"","sources":["../../../src/studio-api/helpers/draftMarkers.ts"],"names":[],"mappings":"AAAA,uEAAuE;AACvE,cAAc,+BAA+B,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
/** @deprecated Import from @hyperframes/
|
|
2
|
-
export * from "
|
|
1
|
+
/** @deprecated Import from @hyperframes/core/editing/draft-markers. */
|
|
2
|
+
export * from "../../editing/draftMarkers.js";
|
|
3
3
|
//# sourceMappingURL=draftMarkers.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"draftMarkers.js","sourceRoot":"","sources":["../../../src/studio-api/helpers/draftMarkers.ts"],"names":[],"mappings":"AAAA,uEAAuE;AACvE,cAAc,
|
|
1
|
+
{"version":3,"file":"draftMarkers.js","sourceRoot":"","sources":["../../../src/studio-api/helpers/draftMarkers.ts"],"names":[],"mappings":"AAAA,uEAAuE;AACvE,cAAc,+BAA+B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hyperframes/core",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.65",
|
|
4
4
|
"description": "",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -42,17 +42,9 @@
|
|
|
42
42
|
"import": "./dist/editing/affordances.js",
|
|
43
43
|
"types": "./dist/editing/affordances.d.ts"
|
|
44
44
|
},
|
|
45
|
-
"./
|
|
46
|
-
"import": "./dist/
|
|
47
|
-
"types": "./dist/
|
|
48
|
-
},
|
|
49
|
-
"./generators": {
|
|
50
|
-
"import": "./dist/generators/hyperframes.js",
|
|
51
|
-
"types": "./dist/generators/hyperframes.d.ts"
|
|
52
|
-
},
|
|
53
|
-
"./lint": {
|
|
54
|
-
"import": "./dist/lint/index.js",
|
|
55
|
-
"types": "./dist/lint/index.d.ts"
|
|
45
|
+
"./editing/draft-markers": {
|
|
46
|
+
"import": "./dist/editing/draftMarkers.js",
|
|
47
|
+
"types": "./dist/editing/draftMarkers.d.ts"
|
|
56
48
|
},
|
|
57
49
|
"./variables": {
|
|
58
50
|
"import": "./dist/variables.js",
|
|
@@ -62,6 +54,14 @@
|
|
|
62
54
|
"import": "./dist/slideshow/index.js",
|
|
63
55
|
"types": "./dist/slideshow/index.d.ts"
|
|
64
56
|
},
|
|
57
|
+
"./generators": {
|
|
58
|
+
"import": "./dist/generators/hyperframes.js",
|
|
59
|
+
"types": "./dist/generators/hyperframes.d.ts"
|
|
60
|
+
},
|
|
61
|
+
"./lint": {
|
|
62
|
+
"import": "./dist/lint/index.js",
|
|
63
|
+
"types": "./dist/lint/index.d.ts"
|
|
64
|
+
},
|
|
65
65
|
"./compiler": {
|
|
66
66
|
"import": "./dist/compiler/index.js",
|
|
67
67
|
"types": "./dist/compiler/index.d.ts"
|
|
@@ -183,6 +183,10 @@
|
|
|
183
183
|
"import": "./dist/fonts/systemFontLocator.js",
|
|
184
184
|
"types": "./dist/fonts/systemFontLocator.d.ts"
|
|
185
185
|
},
|
|
186
|
+
"./figma": {
|
|
187
|
+
"import": "./dist/figma/index.js",
|
|
188
|
+
"types": "./dist/figma/index.d.ts"
|
|
189
|
+
},
|
|
186
190
|
"./schemas/registry.json": "./schemas/registry.json",
|
|
187
191
|
"./schemas/registry-item.json": "./schemas/registry-item.json"
|
|
188
192
|
},
|
|
@@ -194,9 +198,9 @@
|
|
|
194
198
|
"bpm-detective": "^2.0.5",
|
|
195
199
|
"linkedom": "^0.18.12",
|
|
196
200
|
"postcss": "^8.5.8",
|
|
197
|
-
"@hyperframes/
|
|
198
|
-
"@hyperframes/
|
|
199
|
-
"@hyperframes/
|
|
201
|
+
"@hyperframes/parsers": "0.7.65",
|
|
202
|
+
"@hyperframes/lint": "0.7.65",
|
|
203
|
+
"@hyperframes/studio-server": "0.7.65"
|
|
200
204
|
},
|
|
201
205
|
"devDependencies": {
|
|
202
206
|
"@types/jsdom": "^28.0.0",
|