x-runtime-lib 0.5.27 → 0.5.28
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 +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6100,11 +6100,11 @@ const dc = ["id"], hc = /* @__PURE__ */ oe({
|
|
|
6100
6100
|
name: "EVENT_SCREEN_SIZE_CHANGE",
|
|
6101
6101
|
params: [
|
|
6102
6102
|
{
|
|
6103
|
-
key: "
|
|
6103
|
+
key: "__newScreenSize__",
|
|
6104
6104
|
name: "PARAM_NEW_SCREEN_SIZE"
|
|
6105
6105
|
},
|
|
6106
6106
|
{
|
|
6107
|
-
key: "
|
|
6107
|
+
key: "__oldScreenSize__",
|
|
6108
6108
|
name: "PARAM_OLD_SCREEN_SIZE"
|
|
6109
6109
|
}
|
|
6110
6110
|
]
|
|
@@ -6114,7 +6114,7 @@ const dc = ["id"], hc = /* @__PURE__ */ oe({
|
|
|
6114
6114
|
name: "EVENT_DARK_MODE_CHANGE",
|
|
6115
6115
|
params: [
|
|
6116
6116
|
{
|
|
6117
|
-
key: "
|
|
6117
|
+
key: "__isDarkMode__",
|
|
6118
6118
|
name: "PARAM_IS_DARK_MODE"
|
|
6119
6119
|
}
|
|
6120
6120
|
]
|
|
@@ -6742,7 +6742,7 @@ const kc = /* @__PURE__ */ Tt(Pc, [["render", Cc]]), Ac = {
|
|
|
6742
6742
|
inputs: [],
|
|
6743
6743
|
outputs: [
|
|
6744
6744
|
{
|
|
6745
|
-
key: "
|
|
6745
|
+
key: "__newNode__",
|
|
6746
6746
|
name: "PARAM_NEW_NODE"
|
|
6747
6747
|
}
|
|
6748
6748
|
]
|