@lumiastream/ui 0.6.2 → 0.6.3
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/dist/index.js +3 -2
- package/dist/se-import.js +3 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6483,7 +6483,7 @@ function mapHypeCup(widget, ctx) {
|
|
|
6483
6483
|
// Phase 1 ships a single preset; SE's per-cup polygon set isn't lifted
|
|
6484
6484
|
// yet (it'd require multi-cup support which we deliberately deferred).
|
|
6485
6485
|
// The streamer can swap a custom cup image + wireframe via Settings.
|
|
6486
|
-
preset: "
|
|
6486
|
+
preset: "cup-01",
|
|
6487
6487
|
customCup: null,
|
|
6488
6488
|
cup: {
|
|
6489
6489
|
x: cupX,
|
|
@@ -6498,7 +6498,7 @@ function mapHypeCup(widget, ctx) {
|
|
|
6498
6498
|
maxBodies
|
|
6499
6499
|
},
|
|
6500
6500
|
tokens: {
|
|
6501
|
-
defaultRadius:
|
|
6501
|
+
defaultRadius: 16
|
|
6502
6502
|
},
|
|
6503
6503
|
events: categoriesFromListeners(widget.listeners),
|
|
6504
6504
|
chat: {
|
|
@@ -6507,6 +6507,7 @@ function mapHypeCup(widget, ctx) {
|
|
|
6507
6507
|
display: {
|
|
6508
6508
|
showWireframes: !!v.showWireframes,
|
|
6509
6509
|
showEventMessages: !!v.textEnabled,
|
|
6510
|
+
showPlatformIcons: false,
|
|
6510
6511
|
messageDuration: duration
|
|
6511
6512
|
},
|
|
6512
6513
|
sprites,
|
package/dist/se-import.js
CHANGED
|
@@ -3403,7 +3403,7 @@ function mapHypeCup(widget, ctx) {
|
|
|
3403
3403
|
// Phase 1 ships a single preset; SE's per-cup polygon set isn't lifted
|
|
3404
3404
|
// yet (it'd require multi-cup support which we deliberately deferred).
|
|
3405
3405
|
// The streamer can swap a custom cup image + wireframe via Settings.
|
|
3406
|
-
preset: "
|
|
3406
|
+
preset: "cup-01",
|
|
3407
3407
|
customCup: null,
|
|
3408
3408
|
cup: {
|
|
3409
3409
|
x: cupX,
|
|
@@ -3418,7 +3418,7 @@ function mapHypeCup(widget, ctx) {
|
|
|
3418
3418
|
maxBodies
|
|
3419
3419
|
},
|
|
3420
3420
|
tokens: {
|
|
3421
|
-
defaultRadius:
|
|
3421
|
+
defaultRadius: 16
|
|
3422
3422
|
},
|
|
3423
3423
|
events: categoriesFromListeners(widget.listeners),
|
|
3424
3424
|
chat: {
|
|
@@ -3427,6 +3427,7 @@ function mapHypeCup(widget, ctx) {
|
|
|
3427
3427
|
display: {
|
|
3428
3428
|
showWireframes: !!v.showWireframes,
|
|
3429
3429
|
showEventMessages: !!v.textEnabled,
|
|
3430
|
+
showPlatformIcons: false,
|
|
3430
3431
|
messageDuration: duration
|
|
3431
3432
|
},
|
|
3432
3433
|
sprites,
|