@fox-js/foxui 4.0.1-90 → 4.0.1-91

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/style.css CHANGED
@@ -786,9 +786,10 @@
786
786
  .fox-row-item {
787
787
  padding: var(--fox-input-item-padding);
788
788
  margin: var(--fox-input-item-margin);
789
+ align-items: center;
790
+ gap: var(--fox-row-item-gap, 12px);
789
791
  border: none;
790
792
  flex-flow: row;
791
- align-items: center;
792
793
  display: flex;
793
794
  }
794
795
 
package/dist/style.js CHANGED
@@ -1,3 +1,3 @@
1
1
  /*!
2
- * @fox-js/foxui-base v4.0.0 2026-06-02T02:43:52.916Z
2
+ * @fox-js/foxui-base v4.0.0 2026-06-08T01:43:05.765Z
3
3
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fox-js/foxui",
3
3
  "type": "module",
4
- "version": "4.0.1-90",
4
+ "version": "4.0.1-91",
5
5
  "description": "FoxUI轻量级移动端组件库(支持小程序开发)",
6
6
  "author": "jiangcheng",
7
7
  "main": "./dist/index.umd.js",