@instructure/platform-assignment-review 0.4.19 → 0.4.20
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.js +5 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -749,6 +749,11 @@ const Fi = /* @__PURE__ */ new Set([
|
|
|
749
749
|
"text-decoration",
|
|
750
750
|
"text-indent",
|
|
751
751
|
"white-space",
|
|
752
|
+
// Chrome's CSSOM expands `white-space` to these longhands when iterating
|
|
753
|
+
// element.style — the shorthand never appears in the iterator, so the hook
|
|
754
|
+
// would strip them unless listed explicitly (same as border-radius below).
|
|
755
|
+
"white-space-collapse",
|
|
756
|
+
"text-wrap-mode",
|
|
752
757
|
"vertical-align",
|
|
753
758
|
"text-transform",
|
|
754
759
|
"letter-spacing",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/platform-assignment-review",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.20",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"graphql": "^16.0.0",
|
|
40
40
|
"graphql-tag": "^2.12.0",
|
|
41
41
|
"zod": "^3.23.8",
|
|
42
|
-
"@instructure/platform-sanitize": "0.5.
|
|
42
|
+
"@instructure/platform-sanitize": "0.5.3"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@testing-library/jest-dom": "^6.9.1",
|