@doenet/doenetml-iframe 0.7.0-alpha55 → 0.7.0-beta-18
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/index.d.ts +1 -1
- package/index.js +36633 -12337
- package/index.js.map +1 -1
- package/package.json +5 -2
- package/{index.css → style.css} +1 -1
package/package.json
CHANGED
|
@@ -2,10 +2,13 @@
|
|
|
2
2
|
"name": "@doenet/doenetml-iframe",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"description": "A renderer for DoenetML contained in an iframe",
|
|
5
|
-
"version": "0.7.0-
|
|
5
|
+
"version": "0.7.0-beta-18",
|
|
6
6
|
"license": "AGPL-3.0-or-later",
|
|
7
7
|
"homepage": "https://github.com/Doenet/DoenetML#readme",
|
|
8
|
-
"repository":
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/Doenet/DoenetML.git"
|
|
11
|
+
},
|
|
9
12
|
"files": [
|
|
10
13
|
"./"
|
|
11
14
|
],
|
package/{index.css → style.css}
RENAMED
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
--tw-border-opacity: 1;
|
|
277
277
|
border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
|
|
278
278
|
--tw-text-opacity: 1;
|
|
279
|
-
color: rgb(
|
|
279
|
+
color: rgb(37 99 235 / var(--tw-text-opacity, 1));
|
|
280
280
|
}
|
|
281
281
|
/*
|
|
282
282
|
Tailwind base is purposely not included because we want all styles to be prefixed. We manually copy in whatever is needed from tailwind preflight.
|