nubomed-ui 2.0.64 → 2.0.65

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.

Potentially problematic release.


This version of nubomed-ui might be problematic. Click here for more details.

package/nubomed-ui.umd.js CHANGED
@@ -137,6 +137,27 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".el-pagination--left[data-v-1e725708]{
137
137
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
138
138
 
139
139
 
140
+ /***/ }),
141
+
142
+ /***/ 5659:
143
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
144
+
145
+ "use strict";
146
+ __webpack_require__.r(__webpack_exports__);
147
+ /* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1601);
148
+ /* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
149
+ /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6314);
150
+ /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
151
+ // Imports
152
+
153
+
154
+ var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
155
+ // Module
156
+ ___CSS_LOADER_EXPORT___.push([module.id, "html{font-size:.8333333333vw}b,strong{font-family:OPPOSans-B,OPPOSans B,OPPOSans;font-weight:400}i{font-style:normal}", ""]);
157
+ // Exports
158
+ /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
159
+
160
+
140
161
  /***/ }),
141
162
 
142
163
  /***/ 6314:
@@ -3814,6 +3835,22 @@ var update = add("6e23d4c3", content, true, {"sourceMap":false,"shadowMode":fals
3814
3835
 
3815
3836
  /***/ }),
3816
3837
 
3838
+ /***/ 5975:
3839
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
3840
+
3841
+ // style-loader: Adds some css to the DOM by adding a <style> tag
3842
+
3843
+ // load the styles
3844
+ var content = __webpack_require__(5659);
3845
+ if(content.__esModule) content = content.default;
3846
+ if(typeof content === 'string') content = [[module.id, content, '']];
3847
+ if(content.locals) module.exports = content.locals;
3848
+ // add the styles to the DOM
3849
+ var add = (__webpack_require__(9548)/* ["default"] */ .A)
3850
+ var update = add("d3234ac6", content, true, {"sourceMap":false,"shadowMode":false});
3851
+
3852
+ /***/ }),
3853
+
3817
3854
  /***/ 9548:
3818
3855
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
3819
3856
 
@@ -6970,6 +7007,8 @@ function camelToKebab(camelCaseStr) {
6970
7007
  }
6971
7008
  // EXTERNAL MODULE: ./locale/index.js + 1 modules
6972
7009
  var locale = __webpack_require__(7294);
7010
+ // EXTERNAL MODULE: ./packages/styles/reset.scss
7011
+ var styles_reset = __webpack_require__(5975);
6973
7012
  ;// ./packages/index.js
6974
7013
 
6975
7014
 
@@ -6977,7 +7016,7 @@ var locale = __webpack_require__(7294);
6977
7016
  /*
6978
7017
  * @Author: chenghuan.dong
6979
7018
  * @Date: 2024-11-08 17:23:47
6980
- * @LastEditTime: 2024-11-20 09:23:44
7019
+ * @LastEditTime: 2024-11-20 10:10:41
6981
7020
  * @LastEditors: chenghuan.dong
6982
7021
  * @Description: 主index.js导出全部组件
6983
7022
  * @FilePath: \nubomed-ui\packages\index.js
@@ -6987,8 +7026,7 @@ var locale = __webpack_require__(7294);
6987
7026
 
6988
7027
  // import nbNotify from './components/NBNotify/src/notify.js'
6989
7028
 
6990
- // 使用iconfont图标
6991
- // import './fonts/iconfont.css'
7029
+
6992
7030
 
6993
7031
  // 获取所有组件
6994
7032
  const components = [];