isite 2024.6.7 → 2024.6.9

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.
@@ -99,7 +99,7 @@ i-radio {
99
99
  }
100
100
 
101
101
  i-button {
102
- display: contents;
102
+ display: inline-block;
103
103
  margin-top: 20px;
104
104
  }
105
105
  i-button button {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isite",
3
- "version": "2024.06.07",
3
+ "version": "2024.06.09",
4
4
  "description": "Create High Level Multi-Language Web Site [Fast and Easy] ",
5
5
  "main": "index.js",
6
6
  "repository": {