@douyinfe/semi-icons 2.87.0-alpha.2 → 2.87.0-alpha.3
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"css/semi-icons.css","mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"css/semi-icons.css","mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,C","sources":["webpack://SemiIcons/./lib/es/styles/icons.css"],"sourcesContent":["/* shadow */\n/* sizing */\n/* spacing */\n.semi-icon {\n display: inline-block;\n font-style: normal;\n line-height: 0;\n text-align: center;\n text-transform: none;\n text-rendering: optimizeLegibility;\n fill: currentColor;\n}\n\n.semi-icon-extra-small {\n font-size: 8px;\n}\n\n.semi-icon-small {\n font-size: 12px;\n}\n\n.semi-icon-default {\n font-size: 16px;\n}\n\n.semi-icon-large {\n font-size: 20px;\n}\n\n.semi-icon-extra-large {\n font-size: 24px;\n}\n\n.semi-icon-spinning {\n animation: 0.6s linear infinite semi-icon-animation-rotate;\n animation-fill-mode: forwards;\n}\n\n@keyframes semi-icon-animation-rotate {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}"],"names":[],"sourceRoot":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"css/semi-icons.min.css","mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"css/semi-icons.min.css","mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,C","sources":["webpack://SemiIcons/./lib/es/styles/icons.css"],"sourcesContent":["/* shadow */\n/* sizing */\n/* spacing */\n.semi-icon {\n display: inline-block;\n font-style: normal;\n line-height: 0;\n text-align: center;\n text-transform: none;\n text-rendering: optimizeLegibility;\n fill: currentColor;\n}\n\n.semi-icon-extra-small {\n font-size: 8px;\n}\n\n.semi-icon-small {\n font-size: 12px;\n}\n\n.semi-icon-default {\n font-size: 16px;\n}\n\n.semi-icon-large {\n font-size: 20px;\n}\n\n.semi-icon-extra-large {\n font-size: 24px;\n}\n\n.semi-icon-spinning {\n animation: 0.6s linear infinite semi-icon-animation-rotate;\n animation-fill-mode: forwards;\n}\n\n@keyframes semi-icon-animation-rotate {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}"],"names":[],"sourceRoot":""}
|
package/dist/umd/semi-icons.js
CHANGED
|
@@ -11,6 +11,13 @@
|
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
13
13
|
|
|
14
|
+
/***/ "DYyy":
|
|
15
|
+
/***/ (() => {
|
|
16
|
+
|
|
17
|
+
// extracted by mini-css-extract-plugin
|
|
18
|
+
|
|
19
|
+
/***/ }),
|
|
20
|
+
|
|
14
21
|
/***/ "IpAo":
|
|
15
22
|
/***/ ((module, exports) => {
|
|
16
23
|
|
|
@@ -638,9 +645,8 @@ const BASE_CLASS_PREFIX = 'semi';
|
|
|
638
645
|
// EXTERNAL MODULE: ../../node_modules/classnames/index.js
|
|
639
646
|
var classnames = __webpack_require__("IpAo");
|
|
640
647
|
var classnames_default = /*#__PURE__*/__webpack_require__.n(classnames);
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
648
|
+
// EXTERNAL MODULE: ./lib/es/styles/icons.css
|
|
649
|
+
var icons = __webpack_require__("DYyy");
|
|
644
650
|
;// ./lib/es/components/Icon.js
|
|
645
651
|
var __rest = undefined && undefined.__rest || function (s, e) {
|
|
646
652
|
var t = {};
|