@wwawing/styles 3.6.0-alpha.2 → 3.6.0

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/output/wwa.css CHANGED
@@ -514,6 +514,32 @@ div.savedata > div.ss > span {
514
514
  padding: 3px 7px;
515
515
  }
516
516
 
517
+ #vardump {
518
+ margin: 0 auto;
519
+ }
520
+
521
+ #vardump > table {
522
+ margin: 0 auto;
523
+ text-align: center;
524
+ width: 560px;
525
+ }
526
+
527
+ #vardump > table th.varlist-header {
528
+ background-color: orange;
529
+ }
530
+
531
+ #vardump > table tr.var-number > th {
532
+ background-color: #FFFF66;
533
+ }
534
+
535
+ #vardump > table tr.var-val > td {
536
+ background-color: #FFFFCC;
537
+ }
538
+
539
+ #vardump > table th, #vardump > table td {
540
+ width: 3em;
541
+ }
542
+
517
543
  #wwa-virtualpad-left,
518
544
  #wwa-virtualpad-right {
519
545
  bottom: 0;
@@ -514,6 +514,32 @@ div.savedata > div.ss > span {
514
514
  padding: 3px 7px;
515
515
  }
516
516
 
517
+ #vardump {
518
+ margin: 0 auto;
519
+ }
520
+
521
+ #vardump > table {
522
+ margin: 0 auto;
523
+ text-align: center;
524
+ width: 560px;
525
+ }
526
+
527
+ #vardump > table th.varlist-header {
528
+ background-color: orange;
529
+ }
530
+
531
+ #vardump > table tr.var-number > th {
532
+ background-color: #FFFF66;
533
+ }
534
+
535
+ #vardump > table tr.var-val > td {
536
+ background-color: #FFFFCC;
537
+ }
538
+
539
+ #vardump > table th, #vardump > table td {
540
+ width: 3em;
541
+ }
542
+
517
543
  #wwa-virtualpad-left,
518
544
  #wwa-virtualpad-right {
519
545
  bottom: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wwawing/styles",
3
- "version": "3.6.0-alpha.2",
3
+ "version": "3.6.0",
4
4
  "description": "WWA Wing stylesheet files",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -21,5 +21,5 @@
21
21
  "ts-node": "^9.1.1",
22
22
  "typescript": "^4.2.4"
23
23
  },
24
- "gitHead": "a97e5d91c6bede0971b23f3d6c8fb1a92dae79ef"
24
+ "gitHead": "d172dfc6834874104894c005931f8765e4364ab3"
25
25
  }