@steroidsjs/core 2.2.26 → 2.2.27

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steroidsjs/core",
3
- "version": "2.2.26",
3
+ "version": "2.2.27",
4
4
  "description": "",
5
5
  "author": "Vladimir Kozhin <hello@kozhindev.com>",
6
6
  "repository": {
@@ -123,6 +123,7 @@ function Button(props) {
123
123
  isFailed: isFailed,
124
124
  isLoading: isLoading,
125
125
  disabled: disabled,
126
+ submitting: submitting,
126
127
  tag: tag, formId: (context === null || context === void 0 ? void 0 : context.formId) || null, url: url || (tag === 'a' ? '#' : null), onClick: !disabled ? onClick : undefined, children: props.label || props.children }));
127
128
  if (layout) {
128
129
  return (React.createElement(FieldLayout_1["default"], { layout: layout }, button));