@thestatic-tv/dcl-sdk 2.5.14 → 2.5.15

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 CHANGED
@@ -673,8 +673,8 @@ var UI_DIMENSIONS = {
673
673
  // Notification banner - centered, aligned with toggle buttons
674
674
  notification: {
675
675
  width: 340,
676
- height: 36,
677
- // Same as toggle buttons
676
+ height: 45,
677
+ // Same as toggle buttons (45)
678
678
  bottom: 10,
679
679
  // Same as toggle buttons
680
680
  borderWidth: 2,
package/dist/index.mjs CHANGED
@@ -628,8 +628,8 @@ var UI_DIMENSIONS = {
628
628
  // Notification banner - centered, aligned with toggle buttons
629
629
  notification: {
630
630
  width: 340,
631
- height: 36,
632
- // Same as toggle buttons
631
+ height: 45,
632
+ // Same as toggle buttons (45)
633
633
  bottom: 10,
634
634
  // Same as toggle buttons
635
635
  borderWidth: 2,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thestatic-tv/dcl-sdk",
3
- "version": "2.5.14",
3
+ "version": "2.5.15",
4
4
  "description": "Connect your Decentraland scene to thestatic.tv - full channel lineup, metrics tracking, and interactions",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",