@teamix/pro 1.4.11 → 1.4.12
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/pro.css +1 -1
- package/dist/pro.js +3 -2
- package/dist/pro.min.css +1 -1
- package/dist/pro.min.js +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/dist/pro.js
CHANGED
@@ -29895,7 +29895,8 @@ var IconStatusMap = {
|
|
29895
29895
|
fail: 'error-fill',
|
29896
29896
|
process: 'play-fill',
|
29897
29897
|
pause: 'pause-fill',
|
29898
|
-
loading: 'loading-line'
|
29898
|
+
loading: 'loading-line',
|
29899
|
+
help: 'question-circle-fill'
|
29899
29900
|
};
|
29900
29901
|
|
29901
29902
|
var StatusTag = function StatusTag(_ref) {
|
@@ -82425,7 +82426,7 @@ if (!((_window = window) != null && _window.TEAMIXPRO_WITHOUT_ICON)) {
|
|
82425
82426
|
|
82426
82427
|
|
82427
82428
|
|
82428
|
-
var version = '1.4.
|
82429
|
+
var version = '1.4.12';
|
82429
82430
|
|
82430
82431
|
|
82431
82432
|
/***/ }),
|