@wwawing/styles 3.13.0-acorn-statement.based-on.3.12.6.p.9 → 3.13.0-unstable.based-on.3.12.7

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
@@ -53,6 +53,15 @@ div#wwa-sidebar > div.item-cell.onpress, div#wwa-sidebar > div.wide-cell-row.onp
53
53
  margin: 3px 0 0 3px;
54
54
  }
55
55
 
56
+ #wwa-debug-console-area {
57
+ /*!*/
58
+ }
59
+
60
+ #wwa-debug-console {
61
+ display: flex;
62
+ justify-content: center;
63
+ }
64
+
56
65
  .wide-button, div.status-value-box, div#wwa-sidebar > div.wide-cell-row {
57
66
  position: absolute;
58
67
  }
@@ -239,12 +248,22 @@ canvas.wwa-canvas {
239
248
  font-size: 12px;
240
249
  background-color: #FFFFFF;
241
250
  }
251
+ #wwa-cover > #unstable-version-warning {
252
+ position: absolute;
253
+ bottom: 48px;
254
+ height: 16px;
255
+ text-align: left;
256
+ padding: 0 4px;
257
+ font-weight: bold;
258
+ background-color: red;
259
+ color: white;
260
+ }
242
261
  #wwa-cover > #version {
243
262
  position: absolute;
244
263
  bottom: 32px;
245
264
  height: 16px;
246
265
  text-align: left;
247
- padding-left: 4px;
266
+ padding: 0 4px;
248
267
  color: #000000;
249
268
  }
250
269
  #wwa-cover > #progress-message-container {
@@ -252,7 +271,7 @@ canvas.wwa-canvas {
252
271
  bottom: 16px;
253
272
  height: 16px;
254
273
  text-align: left;
255
- padding-left: 4px;
274
+ padding: 0 4px;
256
275
  color: #000000;
257
276
  }
258
277
  #wwa-cover > #progress-bar {
@@ -53,6 +53,15 @@ div#wwa-sidebar > div.item-cell.onpress, div#wwa-sidebar > div.wide-cell-row.onp
53
53
  margin: 3px 0 0 3px;
54
54
  }
55
55
 
56
+ #wwa-debug-console-area {
57
+ /*!*/
58
+ }
59
+
60
+ #wwa-debug-console {
61
+ display: flex;
62
+ justify-content: center;
63
+ }
64
+
56
65
  .wide-button, div.status-value-box, div#wwa-sidebar > div.wide-cell-row {
57
66
  position: absolute;
58
67
  }
@@ -239,12 +248,22 @@ canvas.wwa-canvas {
239
248
  font-size: 12px;
240
249
  background-color: #FFFFFF;
241
250
  }
251
+ #wwa-cover > #unstable-version-warning {
252
+ position: absolute;
253
+ bottom: 48px;
254
+ height: 16px;
255
+ text-align: left;
256
+ padding: 0 4px;
257
+ font-weight: bold;
258
+ background-color: red;
259
+ color: white;
260
+ }
242
261
  #wwa-cover > #version {
243
262
  position: absolute;
244
263
  bottom: 32px;
245
264
  height: 16px;
246
265
  text-align: left;
247
- padding-left: 4px;
266
+ padding: 0 4px;
248
267
  color: #000000;
249
268
  }
250
269
  #wwa-cover > #progress-message-container {
@@ -252,7 +271,7 @@ canvas.wwa-canvas {
252
271
  bottom: 16px;
253
272
  height: 16px;
254
273
  text-align: left;
255
- padding-left: 4px;
274
+ padding: 0 4px;
256
275
  color: #000000;
257
276
  }
258
277
  #wwa-cover > #progress-bar {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wwawing/styles",
3
- "version": "3.13.0-acorn-statement.based-on.3.12.6.p.9",
3
+ "version": "3.13.0-unstable.based-on.3.12.7",
4
4
  "description": "WWA Wing stylesheet files",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -20,5 +20,5 @@
20
20
  "ts-node": "^10.9.1",
21
21
  "typescript": "^5.0.4"
22
22
  },
23
- "gitHead": "9c9b0002d6715abfb764addd1448057ccebc998e"
23
+ "gitHead": "9c6c1e4793816ac10ce0fa627ffe4b85b934d7e3"
24
24
  }