ywana-core8 0.0.599 → 0.0.600

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.cjs CHANGED
@@ -5627,7 +5627,8 @@ var CollectionPage = function CollectionPage(props) {
5627
5627
  label: "" + name,
5628
5628
  type: schema,
5629
5629
  onOK: onOK,
5630
- validator: addValidator
5630
+ validator: addValidator,
5631
+ className: className
5631
5632
  }));
5632
5633
  }
5633
5634