@wwawing/styles 4.0.9-fps-measure.based-on.4.0.8 → 4.0.10

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
@@ -266,7 +266,7 @@ canvas.wwa-canvas {
266
266
  text-align: left;
267
267
  padding: 0 4px;
268
268
  font-weight: bold;
269
- background-color: black;
269
+ background-color: red;
270
270
  color: white;
271
271
  }
272
272
  #wwa-cover > #version {
@@ -474,7 +474,6 @@ canvas.wwa-canvas {
474
474
  overflow: hidden;
475
475
  font-size: 12px;
476
476
  line-height: 1.2;
477
- font-weight: bold;
478
477
  }
479
478
  #wwa-game-frame-rate-window[aria-hidden=true] {
480
479
  display: none;
@@ -492,7 +491,7 @@ canvas.wwa-canvas {
492
491
  border: 0 none;
493
492
  border-radius: 50%;
494
493
  font-size: 8px;
495
- font-weight: bold;
494
+ font-weight: inherit;
496
495
  text-align: center;
497
496
  cursor: pointer;
498
497
  }
@@ -502,6 +501,9 @@ canvas.wwa-canvas {
502
501
  #wwa-game-frame-rate-window > .wwa-game-frame-rate-window-close-button:focus {
503
502
  outline: 1px solid #000000;
504
503
  }
504
+ #wwa-game-frame-rate-window:not([data-classic-mode-enabled=true]) {
505
+ font-weight: bold;
506
+ }
505
507
 
506
508
  div.savedata {
507
509
  display: inline-block;
@@ -266,7 +266,7 @@ canvas.wwa-canvas {
266
266
  text-align: left;
267
267
  padding: 0 4px;
268
268
  font-weight: bold;
269
- background-color: black;
269
+ background-color: red;
270
270
  color: white;
271
271
  }
272
272
  #wwa-cover > #version {
@@ -474,7 +474,6 @@ canvas.wwa-canvas {
474
474
  overflow: hidden;
475
475
  font-size: 12px;
476
476
  line-height: 1.2;
477
- font-weight: bold;
478
477
  }
479
478
  #wwa-game-frame-rate-window[aria-hidden=true] {
480
479
  display: none;
@@ -492,7 +491,7 @@ canvas.wwa-canvas {
492
491
  border: 0 none;
493
492
  border-radius: 50%;
494
493
  font-size: 8px;
495
- font-weight: bold;
494
+ font-weight: inherit;
496
495
  text-align: center;
497
496
  cursor: pointer;
498
497
  }
@@ -502,6 +501,9 @@ canvas.wwa-canvas {
502
501
  #wwa-game-frame-rate-window > .wwa-game-frame-rate-window-close-button:focus {
503
502
  outline: 1px solid #000000;
504
503
  }
504
+ #wwa-game-frame-rate-window:not([data-classic-mode-enabled=true]) {
505
+ font-weight: bold;
506
+ }
505
507
 
506
508
  div.savedata {
507
509
  display: inline-block;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wwawing/styles",
3
- "version": "4.0.9-fps-measure.based-on.4.0.8",
3
+ "version": "4.0.10",
4
4
  "description": "WWA Wing stylesheet files",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -25,5 +25,5 @@
25
25
  "ts-node": "^10.9.2",
26
26
  "typescript": "^5.8.3"
27
27
  },
28
- "gitHead": "2640d423f7850d6cadaf5ce79f1b5874846829cd"
28
+ "gitHead": "2584e4f982b5e2b226866a4d88426847cfa9ceed"
29
29
  }