@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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
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:
|
|
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:
|
|
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