@movable/studio-framework 2.40.0-redondo-beach.5 → 2.40.0-redondo-beach.6
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.es.js +5 -1
- package/dist/index.js +5 -1
- package/package.json +4 -4
package/dist/index.es.js
CHANGED
|
@@ -8484,7 +8484,11 @@ var StudioFramework = /*#__PURE__*/function () {
|
|
|
8484
8484
|
}
|
|
8485
8485
|
|
|
8486
8486
|
if (this.shouldPerformStaticCheck) {
|
|
8487
|
-
if (window.RENDERED_STATICALLY = isDocumentEligibleForStaticHandling(targetElement))
|
|
8487
|
+
if (window.RENDERED_STATICALLY = isDocumentEligibleForStaticHandling(targetElement)) {
|
|
8488
|
+
console.log('static status is true - static check has finished');
|
|
8489
|
+
} else {
|
|
8490
|
+
console.log('static status is false - static check has finished');
|
|
8491
|
+
}
|
|
8488
8492
|
}
|
|
8489
8493
|
|
|
8490
8494
|
if (format === 'html') {
|
package/dist/index.js
CHANGED
|
@@ -8494,7 +8494,11 @@ var StudioFramework = /*#__PURE__*/function () {
|
|
|
8494
8494
|
}
|
|
8495
8495
|
|
|
8496
8496
|
if (this.shouldPerformStaticCheck) {
|
|
8497
|
-
if (window.RENDERED_STATICALLY = isDocumentEligibleForStaticHandling(targetElement))
|
|
8497
|
+
if (window.RENDERED_STATICALLY = isDocumentEligibleForStaticHandling(targetElement)) {
|
|
8498
|
+
console.log('static status is true - static check has finished');
|
|
8499
|
+
} else {
|
|
8500
|
+
console.log('static status is false - static check has finished');
|
|
8501
|
+
}
|
|
8498
8502
|
}
|
|
8499
8503
|
|
|
8500
8504
|
if (format === 'html') {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@movable/studio-framework",
|
|
3
|
-
"version": "2.40.0-redondo-beach.
|
|
3
|
+
"version": "2.40.0-redondo-beach.6",
|
|
4
4
|
"description": "A Component library for reactive Studio apps.",
|
|
5
5
|
"author": "Movable Ink",
|
|
6
6
|
"repository": "movableink/studio-framework",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"@babel/preset-react": "^7.14.5",
|
|
36
36
|
"@babel/preset-typescript": "^7.13.0",
|
|
37
37
|
"@movable/eslint-config-react": "^1.0.1",
|
|
38
|
-
"@movable/framework-types": "^2.40.0-redondo-beach.
|
|
39
|
-
"@movable/studio-framework-test-helpers": "^2.40.0-redondo-beach.
|
|
38
|
+
"@movable/framework-types": "^2.40.0-redondo-beach.6",
|
|
39
|
+
"@movable/studio-framework-test-helpers": "^2.40.0-redondo-beach.6",
|
|
40
40
|
"@types/qunit": "^2.11.1",
|
|
41
41
|
"@types/qunit-dom": "^0.7.0",
|
|
42
42
|
"@types/react": "^17.0.6",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"volta": {
|
|
69
69
|
"extends": "../../package.json"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "bc31d57eb14d81d601a9830e9f3b0b15067bd4f4"
|
|
72
72
|
}
|