@wwawing/all 3.6.12 → 3.7.2

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.
@@ -501,9 +501,32 @@ div.savedata > div.ss > span {
501
501
 
502
502
  .wwa-vardump-wrapper > table tr.var-number > th {
503
503
  background-color: #FFFF66;
504
+ position: relative;
505
+ }
506
+ .wwa-vardump-wrapper > table tr.var-number > th[data-labelled-var-index=true] {
507
+ font-weight: bold;
508
+ text-decoration: underline;
509
+ background-color: #66FFFF;
510
+ cursor: pointer;
511
+ }
512
+ .wwa-vardump-wrapper > table tr.var-number > th > div {
513
+ cursor: auto;
514
+ position: absolute;
515
+ top: 15px;
516
+ left: 45px;
517
+ display: block;
518
+ width: max-content;
519
+ background-color: #000000;
520
+ color: #FFFFFF;
521
+ z-index: 100;
522
+ padding: 5px;
523
+ }
524
+ .wwa-vardump-wrapper > table tr.var-number > th > div[aria-hidden=true] {
525
+ display: none;
504
526
  }
505
527
 
506
- .wwa-vardump-wrapper > table tr.var-val > td {
528
+ .wwa-vardump-wrapper > table tr.var-val > td,
529
+ .wwa-vardump-wrapper > table > td.varlist-information {
507
530
  background-color: #FFFFCC;
508
531
  }
509
532
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wwawing/all",
3
- "version": "3.6.12",
3
+ "version": "3.7.2",
4
4
  "description": "World Wide Adventure: an RPG Engine.",
5
5
  "author": "WWA Wing Team",
6
6
  "license": "MIT",
@@ -22,13 +22,13 @@
22
22
  "@octokit/rest": "^18.5.3",
23
23
  "@types/jszip": "^3.4.1",
24
24
  "@types/shelljs": "^0.8.8",
25
- "@wwawing/assets": "^3.6.12",
26
- "@wwawing/common-interface": "^3.6.12",
27
- "@wwawing/debug-server": "^3.6.12",
28
- "@wwawing/engine": "^3.6.12",
29
- "@wwawing/loader": "^3.6.12",
30
- "@wwawing/page-generator": "^3.6.12",
31
- "@wwawing/styles": "^3.6.12",
25
+ "@wwawing/assets": "^3.7.2",
26
+ "@wwawing/common-interface": "^3.7.2",
27
+ "@wwawing/debug-server": "^3.7.2",
28
+ "@wwawing/engine": "^3.7.2",
29
+ "@wwawing/loader": "^3.7.2",
30
+ "@wwawing/page-generator": "^3.7.2",
31
+ "@wwawing/styles": "^3.7.2",
32
32
  "jszip": "^3.6.0",
33
33
  "npm-run-all": "^4.1.5",
34
34
  "shelljs": "^0.8.4",
@@ -40,8 +40,8 @@
40
40
  "access": "public"
41
41
  },
42
42
  "engines": {
43
- "node": ">=14",
43
+ "node": ">=16",
44
44
  "npm": ">=8"
45
45
  },
46
- "gitHead": "c2dc2390145ed99deebbdaab3ca87d5410da184b"
46
+ "gitHead": "7061ccf10b3c472d753afd7dbec9c70172dd20dc"
47
47
  }