cloud-business 0.1.114-4 → 0.1.114-5
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/cloud-business.css +0 -4
- package/cloud-business.js +2 -2
- package/cloud-business.min.css +1 -1
- package/cloud-business.min.js +1 -1
- package/package.json +1 -1
package/cloud-business.css
CHANGED
|
@@ -20522,10 +20522,6 @@ body {
|
|
|
20522
20522
|
/* Project id 4166906 */
|
|
20523
20523
|
src: url('//at.alicdn.com/t/c/font_4166906_m8m8qzy98uj.woff2?t=1710210006017') format('woff2'), url('//at.alicdn.com/t/c/font_4166906_m8m8qzy98uj.woff?t=1710210006017') format('woff'), url('//at.alicdn.com/t/c/font_4166906_m8m8qzy98uj.ttf?t=1710210006017') format('truetype');
|
|
20524
20524
|
}
|
|
20525
|
-
.cloud-icon {
|
|
20526
|
-
font-size: 1.143em;
|
|
20527
|
-
line-height: 1;
|
|
20528
|
-
}
|
|
20529
20525
|
.disabled {
|
|
20530
20526
|
color: rgba(0, 0, 0, 0.25) !important;
|
|
20531
20527
|
cursor: not-allowed !important;
|
package/cloud-business.js
CHANGED
|
@@ -209603,7 +209603,7 @@
|
|
|
209603
209603
|
}
|
|
209604
209604
|
// 检验当前运行环境
|
|
209605
209605
|
if (typeof window === 'undefined') {
|
|
209606
|
-
console.warn('cloud-business@0.1.114-
|
|
209606
|
+
console.warn('cloud-business@0.1.114-5 仅支持在浏览器环境进行使用!');
|
|
209607
209607
|
}
|
|
209608
209608
|
var bodys = document.getElementsByTagName('body')[0];
|
|
209609
209609
|
var colors = [1, 2, 3, 4, 5, 6, 7];
|
|
@@ -209613,7 +209613,7 @@
|
|
|
209613
209613
|
bodys.style.setProperty("--shuyunBlue".concat(i$2 + 1), color);
|
|
209614
209614
|
}
|
|
209615
209615
|
}
|
|
209616
|
-
var version = '0.1.114-
|
|
209616
|
+
var version = '0.1.114-5';
|
|
209617
209617
|
|
|
209618
209618
|
exports.AreaSelector = AreaSelector;
|
|
209619
209619
|
exports.AreaSelectorNew = AreaSelector$1;
|