versacall-core-library-react 2.0.52 → 2.0.53
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.
|
@@ -161,6 +161,10 @@ function CoreToolbar(props) {
|
|
|
161
161
|
id: '__save'
|
|
162
162
|
}), " (Ctrl+S)"),
|
|
163
163
|
"aria-label": "save"
|
|
164
|
+
}, /*#__PURE__*/_react.default.createElement(_Badge.default, {
|
|
165
|
+
badgeContent: "!",
|
|
166
|
+
color: "error",
|
|
167
|
+
invisible: !warning
|
|
164
168
|
}, /*#__PURE__*/_react.default.createElement(_Button.default, {
|
|
165
169
|
variant: "contained",
|
|
166
170
|
color: "primary",
|
|
@@ -174,10 +178,6 @@ function CoreToolbar(props) {
|
|
|
174
178
|
id: '__save'
|
|
175
179
|
}),
|
|
176
180
|
disabled: props.saveDisabled
|
|
177
|
-
}, /*#__PURE__*/_react.default.createElement(_Badge.default, {
|
|
178
|
-
badgeContent: "!",
|
|
179
|
-
color: "error",
|
|
180
|
-
invisible: !warning
|
|
181
181
|
}, /*#__PURE__*/_react.default.createElement(_Save.default, {
|
|
182
182
|
className: classes.iconStyle
|
|
183
183
|
}), /*#__PURE__*/_react.default.createElement(_reactIntl.FormattedMessage, {
|
package/package.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"versacall": {
|
|
3
3
|
"title": "Versacall Core Library React",
|
|
4
4
|
"applicationType": "react-library",
|
|
5
|
-
"build":
|
|
5
|
+
"build": 53
|
|
6
6
|
},
|
|
7
7
|
"name": "versacall-core-library-react",
|
|
8
|
-
"version": "2.0.
|
|
8
|
+
"version": "2.0.53",
|
|
9
9
|
"description": "Versacall Core Library",
|
|
10
10
|
"main": "dist/index.js",
|
|
11
11
|
"module": "dist/index.js",
|