@doenet/doenetml-iframe 0.7.0-alpha17 → 0.7.0-alpha19
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 +2 -2
- package/index.js +20189 -20096
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/style.css +3 -1
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
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-alpha19",
|
|
6
6
|
"license": "AGPL-3.0-or-later",
|
|
7
7
|
"homepage": "https://github.com/Doenet/DoenetML#readme",
|
|
8
8
|
"repository": "github:Doenet/DoenetML",
|
package/style.css
CHANGED
|
@@ -306,7 +306,6 @@ Tailwind base is purposely not included because we want all styles to be prefixe
|
|
|
306
306
|
* Some styles from tailwind preflight need to be included here
|
|
307
307
|
*/
|
|
308
308
|
box-sizing: border-box;
|
|
309
|
-
border-stylke: solid;
|
|
310
309
|
--tw-border-spacing-x: 0;
|
|
311
310
|
--tw-border-spacing-y: 0;
|
|
312
311
|
--tw-translate-x: 0;
|
|
@@ -415,6 +414,9 @@ Tailwind base is purposely not included because we want all styles to be prefixe
|
|
|
415
414
|
width: 3rem;
|
|
416
415
|
align-items: center;
|
|
417
416
|
justify-content: center;
|
|
417
|
+
border-width: 1px;
|
|
418
|
+
--tw-bg-opacity: 1;
|
|
419
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
418
420
|
}
|
|
419
421
|
|
|
420
422
|
#virtual-keyboard-tray .virtual-keyboard-tab-list {
|