@xuda.io/runtime-bundle 1.0.1115 → 1.0.1116

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.
Files changed (2) hide show
  1. package/css/mobile.css +1 -1
  2. package/package.json +1 -1
package/css/mobile.css CHANGED
@@ -1059,5 +1059,5 @@ xu-nav {
1059
1059
  margin: 18px auto;
1060
1060
  }
1061
1061
  .display_none {
1062
- display: none;
1062
+ display: none !important;
1063
1063
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/runtime-bundle",
3
- "version": "1.0.1115",
3
+ "version": "1.0.1116",
4
4
  "description": "The Xuda Runtime Bundle refers to a collection of scripts and libraries packaged together to provide the necessary runtime environment for executing plugins or components in the Xuda platform. ",
5
5
  "scripts": {
6
6
  "pub": "npm version patch --force && npm publish --access public"