@weni/unnnic-system 1.1.61 → 1.1.62
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/scss/spacing.scss +5 -3
- package/dist/unnnic.common.js +119 -30
- package/dist/unnnic.common.js.map +1 -1
- package/dist/unnnic.css +1 -1
- package/dist/unnnic.umd.js +119 -30
- package/dist/unnnic.umd.js.map +1 -1
- package/dist/unnnic.umd.min.js +1 -1
- package/dist/unnnic.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/assets/icons/copy-paste-1.svg +5 -5
- package/src/assets/icons/pencil-write-1.svg +2 -2
- package/src/assets/icons/send-email-3-1.svg +1 -1
- package/src/assets/scss/spacing.scss +5 -3
- package/src/components/Button/ButtonIcon.vue +77 -0
- package/src/components/Icon-svg.vue +0 -3
- package/src/components/index.js +3 -0
- package/src/stories/ButtonIcon.stories.js +40 -0
package/dist/scss/spacing.scss
CHANGED
|
@@ -41,13 +41,15 @@ $unnnic-opacity-level-extra-light: 0.08;
|
|
|
41
41
|
|
|
42
42
|
// Spacing
|
|
43
43
|
$unnnic-inset-nano: 0.5rem;
|
|
44
|
-
$unnnic-spacing-inset-nano: $unnnic-inset-nano;
|
|
45
44
|
$unnnic-inset-xs: 0.75rem;
|
|
46
45
|
$unnnic-inset-sm: 1rem;
|
|
47
|
-
$unnnic-spacing-inset-sm: $unnnic-inset-sm;
|
|
48
46
|
$unnnic-inset-md: 1.5rem;
|
|
49
|
-
$unnnic-spacing-inset-md: $unnnic-inset-md;
|
|
50
47
|
$unnnic-inset-lg: 2rem;
|
|
48
|
+
$unnnic-spacing-inset-nano: $unnnic-inset-nano;
|
|
49
|
+
$unnnic-spacing-inset-xs: $unnnic-inset-xs;
|
|
50
|
+
$unnnic-spacing-inset-sm: $unnnic-inset-sm;
|
|
51
|
+
$unnnic-spacing-inset-md: $unnnic-inset-md;
|
|
52
|
+
$unnnic-spacing-inset-lg: $unnnic-inset-lg;
|
|
51
53
|
|
|
52
54
|
// Squish
|
|
53
55
|
$unnnic-squish-nano: 0.5rem 1rem;
|
package/dist/unnnic.common.js
CHANGED
|
@@ -544,17 +544,6 @@ module.exports = function (exec, SKIP_CLOSING) {
|
|
|
544
544
|
// extracted by mini-css-extract-plugin
|
|
545
545
|
module.exports = {"unnnicColorBackgroundSolo":"#E8F4F4"};
|
|
546
546
|
|
|
547
|
-
/***/ }),
|
|
548
|
-
|
|
549
|
-
/***/ "1d72":
|
|
550
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
551
|
-
|
|
552
|
-
"use strict";
|
|
553
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Icon_svg_vue_vue_type_style_index_0_id_23e93344_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("ad29");
|
|
554
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Icon_svg_vue_vue_type_style_index_0_id_23e93344_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Icon_svg_vue_vue_type_style_index_0_id_23e93344_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
555
|
-
/* unused harmony reexport * */
|
|
556
|
-
|
|
557
|
-
|
|
558
547
|
/***/ }),
|
|
559
548
|
|
|
560
549
|
/***/ "1d80":
|
|
@@ -2366,6 +2355,13 @@ module.exports = {
|
|
|
2366
2355
|
};
|
|
2367
2356
|
|
|
2368
2357
|
|
|
2358
|
+
/***/ }),
|
|
2359
|
+
|
|
2360
|
+
/***/ "6b55":
|
|
2361
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2362
|
+
|
|
2363
|
+
// extracted by mini-css-extract-plugin
|
|
2364
|
+
|
|
2369
2365
|
/***/ }),
|
|
2370
2366
|
|
|
2371
2367
|
/***/ "6bb9":
|
|
@@ -2375,6 +2371,13 @@ module.exports = {
|
|
|
2375
2371
|
|
|
2376
2372
|
/***/ }),
|
|
2377
2373
|
|
|
2374
|
+
/***/ "6c5a":
|
|
2375
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2376
|
+
|
|
2377
|
+
// extracted by mini-css-extract-plugin
|
|
2378
|
+
|
|
2379
|
+
/***/ }),
|
|
2380
|
+
|
|
2378
2381
|
/***/ "6cab":
|
|
2379
2382
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2380
2383
|
|
|
@@ -2535,7 +2538,7 @@ module.exports = function ($this, dummy, Wrapper) {
|
|
|
2535
2538
|
/***/ "7275":
|
|
2536
2539
|
/***/ (function(module, exports) {
|
|
2537
2540
|
|
|
2538
|
-
module.exports = "<svg viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.81312 35.0005C6.26193 35.0005 5.00073 33.7393 5.00073 32.1881V11.564C5.00073 10.0128 6.26193 8.75158 7.81312 8.75158H11.5117L11.0855 7.46914C10.9267 6.99541 10.9617 6.48793 11.1855 6.04044C11.408 5.59171 11.7917 5.25798 12.2667 5.09923C12.4604 5.03424 12.6492 5.00049 12.8254 5.00049L12.8867 5.00174H23.3862C23.8874 5.00174 24.3562 5.19548 24.7099 5.54672C25.0649 5.90045 25.2611 6.37043 25.2624 6.87041C25.2636 7.0754 25.2299 7.27789 25.1649 7.47289L24.7374 8.75158H28.4373C29.9884 8.75158 31.2496 10.0128 31.2496 11.564V15.3138C31.2496 15.8313 30.8297 16.2513 30.3122 16.2513C29.7947 16.2513 29.3747 15.8313 29.3747 15.3138V11.564C29.3747 11.0465 28.9547 10.6265 28.4373 10.6265H24.1124L23.9149 11.219C23.6587 11.9852 22.945 12.5014 22.1363 12.5014H14.1141C13.3066 12.5014 12.5917 11.9864 12.3354 11.2202L12.1367 10.6265H7.81312C7.29564 10.6265 6.87565 11.0465 6.87565 11.564V32.1881C6.87565 32.7056 7.29564 33.1256 7.81312 33.1256H15.3128C15.8303 33.1256 16.2503 33.5455 16.2503 34.063C16.2503 34.5805 15.8303 35.0005 15.3128 35.0005H7.81312ZM12.8617 6.87666L14.1129 10.6265H22.1363L23.3862 6.87666H12.8617Z\" fill=\"#3B414D\"></path><path d=\"M20.9377 35.0004C19.3865 35.0004 18.1253 33.7392 18.1253 32.188V20.9385C18.1253 19.3873 19.3865 18.1261 20.9377 18.1261H32.1872C33.7384 18.1261 34.9996 19.3873 34.9996 20.9385V32.188C34.9996 33.7392 33.7384 35.0004 32.1872 35.0004H20.9377ZM20.9377 20.001C20.4202 20.001 20.0002 20.421 20.0002 20.9385V32.188C20.0002 32.7055 20.4202 33.1255 20.9377 33.1255H32.1872C32.7047 33.1255 33.1247 32.7055 33.1247 32.188V20.9385C33.1247 20.421 32.7047 20.001 32.1872 20.001H20.9377Z\" fill=\"#3B414D\"></path><path d=\"M22.8124 23.751C22.2949 23.751 21.8749 23.331 21.8749 22.8136C21.8749 22.2961 22.2949 21.8761 22.8124 21.8761H30.3121C30.8296 21.8761 31.2495 22.2961 31.2495 22.8136C31.2495 23.331 30.8296 23.751 30.3121 23.751H22.8124Z\" fill=\"#3B414D\"></path><path d=\"M22.8124 27.5008C22.2949 27.5008 21.8749 27.0808 21.8749 26.5633C21.8749 26.0458 22.2949 25.6259 22.8124 25.6259H30.3121C30.8296 25.6259 31.2495 26.0458 31.2495 26.5633C31.2495 27.0808 30.8296 27.5008 30.3121 27.5008H22.8124Z\" fill=\"#3B414D\"></path><path d=\"M22.8124 31.2507C22.2949 31.2507 21.8749 30.8307 21.8749 30.3132C21.8749 29.7957 22.2949 29.3757 22.8124 29.3757H25.6248C26.1423 29.3757 26.5622 29.7957 26.5622 30.3132C26.5622 30.8307 26.1423 31.2507 25.6248 31.2507H22.8124Z\" fill=\"#3B414D\"></path></svg>"
|
|
2541
|
+
module.exports = "<svg viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.81312 35.0005C6.26193 35.0005 5.00073 33.7393 5.00073 32.1881V11.564C5.00073 10.0128 6.26193 8.75158 7.81312 8.75158H11.5117L11.0855 7.46914C10.9267 6.99541 10.9617 6.48793 11.1855 6.04044C11.408 5.59171 11.7917 5.25798 12.2667 5.09923C12.4604 5.03424 12.6492 5.00049 12.8254 5.00049L12.8867 5.00174H23.3862C23.8874 5.00174 24.3562 5.19548 24.7099 5.54672C25.0649 5.90045 25.2611 6.37043 25.2624 6.87041C25.2636 7.0754 25.2299 7.27789 25.1649 7.47289L24.7374 8.75158H28.4373C29.9884 8.75158 31.2496 10.0128 31.2496 11.564V15.3138C31.2496 15.8313 30.8297 16.2513 30.3122 16.2513C29.7947 16.2513 29.3747 15.8313 29.3747 15.3138V11.564C29.3747 11.0465 28.9547 10.6265 28.4373 10.6265H24.1124L23.9149 11.219C23.6587 11.9852 22.945 12.5014 22.1363 12.5014H14.1141C13.3066 12.5014 12.5917 11.9864 12.3354 11.2202L12.1367 10.6265H7.81312C7.29564 10.6265 6.87565 11.0465 6.87565 11.564V32.1881C6.87565 32.7056 7.29564 33.1256 7.81312 33.1256H15.3128C15.8303 33.1256 16.2503 33.5455 16.2503 34.063C16.2503 34.5805 15.8303 35.0005 15.3128 35.0005H7.81312ZM12.8617 6.87666L14.1129 10.6265H22.1363L23.3862 6.87666H12.8617Z\" fill=\"#3B414D\" class=\"primary\"></path><path d=\"M20.9377 35.0004C19.3865 35.0004 18.1253 33.7392 18.1253 32.188V20.9385C18.1253 19.3873 19.3865 18.1261 20.9377 18.1261H32.1872C33.7384 18.1261 34.9996 19.3873 34.9996 20.9385V32.188C34.9996 33.7392 33.7384 35.0004 32.1872 35.0004H20.9377ZM20.9377 20.001C20.4202 20.001 20.0002 20.421 20.0002 20.9385V32.188C20.0002 32.7055 20.4202 33.1255 20.9377 33.1255H32.1872C32.7047 33.1255 33.1247 32.7055 33.1247 32.188V20.9385C33.1247 20.421 32.7047 20.001 32.1872 20.001H20.9377Z\" fill=\"#3B414D\" class=\"primary\"></path><path d=\"M22.8124 23.751C22.2949 23.751 21.8749 23.331 21.8749 22.8136C21.8749 22.2961 22.2949 21.8761 22.8124 21.8761H30.3121C30.8296 21.8761 31.2495 22.2961 31.2495 22.8136C31.2495 23.331 30.8296 23.751 30.3121 23.751H22.8124Z\" fill=\"#3B414D\" class=\"primary\"></path><path d=\"M22.8124 27.5008C22.2949 27.5008 21.8749 27.0808 21.8749 26.5633C21.8749 26.0458 22.2949 25.6259 22.8124 25.6259H30.3121C30.8296 25.6259 31.2495 26.0458 31.2495 26.5633C31.2495 27.0808 30.8296 27.5008 30.3121 27.5008H22.8124Z\" fill=\"#3B414D\" class=\"primary\"></path><path d=\"M22.8124 31.2507C22.2949 31.2507 21.8749 30.8307 21.8749 30.3132C21.8749 29.7957 22.2949 29.3757 22.8124 29.3757H25.6248C26.1423 29.3757 26.5622 29.7957 26.5622 30.3132C26.5622 30.8307 26.1423 31.2507 25.6248 31.2507H22.8124Z\" fill=\"#3B414D\" class=\"primary\"></path></svg>"
|
|
2539
2542
|
|
|
2540
2543
|
/***/ }),
|
|
2541
2544
|
|
|
@@ -3474,6 +3477,17 @@ module.exports = "<svg viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3
|
|
|
3474
3477
|
|
|
3475
3478
|
module.exports = "<svg viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.31471 14.0096L19.0432 29.5967C19.1676 29.7264 19.3169 29.8296 19.4822 29.9001C19.6474 29.9707 19.8253 30.007 20.005 30.007C20.1847 30.007 20.3625 29.9707 20.5278 29.9001C20.6931 29.8296 20.8424 29.7264 20.9668 29.5967L34.689 14.0096C34.7987 13.886 34.8825 13.7415 34.9353 13.5849C34.9882 13.4282 35.009 13.2625 34.9965 13.0977C34.984 12.9328 34.9385 12.7721 34.8627 12.6252C34.7869 12.4783 34.6824 12.3481 34.5553 12.2423L32.243 10.2963C31.9852 10.0789 31.6522 9.97163 31.316 9.99759C30.9797 10.0235 30.6671 10.1807 30.4457 10.435L20.2406 22.25C20.2112 22.2841 20.1749 22.3114 20.134 22.3302C20.0931 22.3489 20.0487 22.3587 20.0037 22.3587C19.9588 22.3587 19.9143 22.3489 19.8734 22.3302C19.8326 22.3114 19.7962 22.2841 19.7669 22.25L9.558 10.4338C9.33639 10.1806 9.02374 10.0252 8.68809 10.0013C8.52167 9.9865 8.35397 10.0052 8.19489 10.0563C8.03582 10.1074 7.8886 10.1898 7.76195 10.2988L5.44845 12.2423C5.32061 12.3479 5.21534 12.4781 5.13889 12.6252C5.06245 12.7723 5.0164 12.9332 5.0035 13.0985C4.99099 13.2635 5.01212 13.4294 5.06562 13.586C5.11911 13.7426 5.20386 13.8868 5.31471 14.0096Z\" fill=\"#3B414D\" class=\"primary\"></path></svg>"
|
|
3476
3479
|
|
|
3480
|
+
/***/ }),
|
|
3481
|
+
|
|
3482
|
+
/***/ "983d":
|
|
3483
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3484
|
+
|
|
3485
|
+
"use strict";
|
|
3486
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_ButtonIcon_vue_vue_type_style_index_0_id_8fa2e918_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("6c5a");
|
|
3487
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_ButtonIcon_vue_vue_type_style_index_0_id_8fa2e918_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_ButtonIcon_vue_vue_type_style_index_0_id_8fa2e918_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
3488
|
+
/* unused harmony reexport * */
|
|
3489
|
+
|
|
3490
|
+
|
|
3477
3491
|
/***/ }),
|
|
3478
3492
|
|
|
3479
3493
|
/***/ "9932":
|
|
@@ -4280,13 +4294,6 @@ $({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {
|
|
|
4280
4294
|
});
|
|
4281
4295
|
|
|
4282
4296
|
|
|
4283
|
-
/***/ }),
|
|
4284
|
-
|
|
4285
|
-
/***/ "ad29":
|
|
4286
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
4287
|
-
|
|
4288
|
-
// extracted by mini-css-extract-plugin
|
|
4289
|
-
|
|
4290
4297
|
/***/ }),
|
|
4291
4298
|
|
|
4292
4299
|
/***/ "ad6d":
|
|
@@ -4885,6 +4892,17 @@ try {
|
|
|
4885
4892
|
module.exports = g;
|
|
4886
4893
|
|
|
4887
4894
|
|
|
4895
|
+
/***/ }),
|
|
4896
|
+
|
|
4897
|
+
/***/ "c921":
|
|
4898
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
4899
|
+
|
|
4900
|
+
"use strict";
|
|
4901
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Icon_svg_vue_vue_type_style_index_0_id_344c6772_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("6b55");
|
|
4902
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Icon_svg_vue_vue_type_style_index_0_id_344c6772_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Icon_svg_vue_vue_type_style_index_0_id_344c6772_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
4903
|
+
/* unused harmony reexport * */
|
|
4904
|
+
|
|
4905
|
+
|
|
4888
4906
|
/***/ }),
|
|
4889
4907
|
|
|
4890
4908
|
/***/ "c975":
|
|
@@ -5469,7 +5487,7 @@ $({ target: 'Object', stat: true, sham: !DESCRIPTORS }, {
|
|
|
5469
5487
|
/***/ "dbe1":
|
|
5470
5488
|
/***/ (function(module, exports) {
|
|
5471
5489
|
|
|
5472
|
-
module.exports = "<svg viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M34.819 5.24875C34.7307 5.15892 34.6174 5.09784 34.4938 5.07352C34.3703 5.04921 34.2422 5.0628 34.1265 5.1125L5.37622 17.4864C5.26835 17.5332 5.17587 17.6095 5.10941 17.7065C5.04295 17.8035 5.0052 17.9173 5.0005 18.0348C4.9958 18.1522 5.02434 18.2687 5.08284 18.3707C5.14134 18.4727 5.22743 18.5561 5.33122 18.6114L13.6688 23.0252C13.7225 23.0554 13.7839 23.0691 13.8453 23.0644C13.9067 23.0597 13.9653 23.0369 14.0138 22.9989L26.8764 12.6238C26.9364 12.5742 27.0127 12.5487 27.0904 12.5524C27.1681 12.556 27.2417 12.5885 27.2967 12.6435C27.3517 12.6986 27.3843 12.7721 27.3879 12.8499C27.3915 12.9276 27.3661 13.0039 27.3164 13.0638L16.9413 25.9265C16.9028 25.974 16.8792 26.0319 16.8735 26.0928C16.8677 26.1537 16.88 26.215 16.9088 26.269L21.3226 34.6065C21.3758 34.707 21.4553 34.791 21.5527 34.8496C21.65 34.9081 21.7615 34.9391 21.8751 34.939H21.8989C22.0164 34.9345 22.1302 34.8969 22.2272 34.8305C22.3243 34.7642 22.4007 34.6718 22.4476 34.564L34.9478 5.93876C34.9978 5.82408 35.0123 5.697 34.9894 5.57398C34.9664 5.45096 34.9071 5.33766 34.819 5.24875V5.24875Z\"></path></svg>"
|
|
5490
|
+
module.exports = "<svg viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M34.819 5.24875C34.7307 5.15892 34.6174 5.09784 34.4938 5.07352C34.3703 5.04921 34.2422 5.0628 34.1265 5.1125L5.37622 17.4864C5.26835 17.5332 5.17587 17.6095 5.10941 17.7065C5.04295 17.8035 5.0052 17.9173 5.0005 18.0348C4.9958 18.1522 5.02434 18.2687 5.08284 18.3707C5.14134 18.4727 5.22743 18.5561 5.33122 18.6114L13.6688 23.0252C13.7225 23.0554 13.7839 23.0691 13.8453 23.0644C13.9067 23.0597 13.9653 23.0369 14.0138 22.9989L26.8764 12.6238C26.9364 12.5742 27.0127 12.5487 27.0904 12.5524C27.1681 12.556 27.2417 12.5885 27.2967 12.6435C27.3517 12.6986 27.3843 12.7721 27.3879 12.8499C27.3915 12.9276 27.3661 13.0039 27.3164 13.0638L16.9413 25.9265C16.9028 25.974 16.8792 26.0319 16.8735 26.0928C16.8677 26.1537 16.88 26.215 16.9088 26.269L21.3226 34.6065C21.3758 34.707 21.4553 34.791 21.5527 34.8496C21.65 34.9081 21.7615 34.9391 21.8751 34.939H21.8989C22.0164 34.9345 22.1302 34.8969 22.2272 34.8305C22.3243 34.7642 22.4007 34.6718 22.4476 34.564L34.9478 5.93876C34.9978 5.82408 35.0123 5.697 34.9894 5.57398C34.9664 5.45096 34.9071 5.33766 34.819 5.24875V5.24875Z\" class=\"primary\"></path></svg>"
|
|
5473
5491
|
|
|
5474
5492
|
/***/ }),
|
|
5475
5493
|
|
|
@@ -6038,7 +6056,7 @@ module.exports = "<svg viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3
|
|
|
6038
6056
|
/***/ "facf":
|
|
6039
6057
|
/***/ (function(module, exports) {
|
|
6040
6058
|
|
|
6041
|
-
module.exports = "<svg viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16.6671 24.2717C16.4171 24.2717 16.1809 24.1742 16.0046 23.9967C15.7971 23.7892 15.6984 23.4917 15.7396 23.2017L16.4021 18.5605C16.4309 18.3605 16.5246 18.173 16.6671 18.0305L28.5996 6.09799C29.3071 5.39049 30.2484 5.00049 31.2509 5.00049C32.2534 5.00049 33.1959 5.39049 33.9021 6.09799C35.3646 7.56049 35.3646 9.93924 33.9021 11.4017L21.9696 23.3342C21.8271 23.4767 21.6396 23.5705 21.4409 23.5992L16.7996 24.263C16.7534 24.268 16.7096 24.2717 16.6671 24.2717ZM17.7721 22.2292L20.8659 21.7867L30.5884 12.0642L27.9359 9.41299L18.2134 19.1355L17.7721 22.2292ZM31.9134 10.738L32.5771 10.0742C33.3084 9.34299 33.3084 8.15424 32.5771 7.42299C32.2234 7.06924 31.7534 6.87549 31.2509 6.87549C30.7496 6.87549 30.2784 7.07049 29.9246 7.42424L29.2609 8.08799L31.9134 10.738Z\" fill=\"#3B414D\"></path><path d=\"M7.81335 35.0005C6.2621 35.0005 5.00085 33.7392 5.00085 32.188V13.438C5.00085 11.8867 6.2621 10.6255 7.81335 10.6255H17.1884C17.7059 10.6255 18.1259 11.0455 18.1259 11.563C18.1259 12.0805 17.7059 12.5005 17.1884 12.5005H7.81335C7.29585 12.5005 6.87585 12.9205 6.87585 13.438V32.188C6.87585 32.7055 7.29585 33.1255 7.81335 33.1255H26.5634C27.0809 33.1255 27.5009 32.7055 27.5009 32.188V22.813C27.5009 22.2955 27.9209 21.8755 28.4384 21.8755C28.9559 21.8755 29.3759 22.2955 29.3759 22.813V32.188C29.3759 33.7392 28.1146 35.0005 26.5634 35.0005H7.81335Z\" fill=\"#3B414D\"></path></svg>"
|
|
6059
|
+
module.exports = "<svg viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16.6671 24.2717C16.4171 24.2717 16.1809 24.1742 16.0046 23.9967C15.7971 23.7892 15.6984 23.4917 15.7396 23.2017L16.4021 18.5605C16.4309 18.3605 16.5246 18.173 16.6671 18.0305L28.5996 6.09799C29.3071 5.39049 30.2484 5.00049 31.2509 5.00049C32.2534 5.00049 33.1959 5.39049 33.9021 6.09799C35.3646 7.56049 35.3646 9.93924 33.9021 11.4017L21.9696 23.3342C21.8271 23.4767 21.6396 23.5705 21.4409 23.5992L16.7996 24.263C16.7534 24.268 16.7096 24.2717 16.6671 24.2717ZM17.7721 22.2292L20.8659 21.7867L30.5884 12.0642L27.9359 9.41299L18.2134 19.1355L17.7721 22.2292ZM31.9134 10.738L32.5771 10.0742C33.3084 9.34299 33.3084 8.15424 32.5771 7.42299C32.2234 7.06924 31.7534 6.87549 31.2509 6.87549C30.7496 6.87549 30.2784 7.07049 29.9246 7.42424L29.2609 8.08799L31.9134 10.738Z\" fill=\"#3B414D\" class=\"primary\"></path><path d=\"M7.81335 35.0005C6.2621 35.0005 5.00085 33.7392 5.00085 32.188V13.438C5.00085 11.8867 6.2621 10.6255 7.81335 10.6255H17.1884C17.7059 10.6255 18.1259 11.0455 18.1259 11.563C18.1259 12.0805 17.7059 12.5005 17.1884 12.5005H7.81335C7.29585 12.5005 6.87585 12.9205 6.87585 13.438V32.188C6.87585 32.7055 7.29585 33.1255 7.81335 33.1255H26.5634C27.0809 33.1255 27.5009 32.7055 27.5009 32.188V22.813C27.5009 22.2955 27.9209 21.8755 28.4384 21.8755C28.9559 21.8755 29.3759 22.2955 29.3759 22.813V32.188C29.3759 33.7392 28.1146 35.0005 26.5634 35.0005H7.81335Z\" fill=\"#3B414D\" class=\"primary\"></path></svg>"
|
|
6042
6060
|
|
|
6043
6061
|
/***/ }),
|
|
6044
6062
|
|
|
@@ -6052,6 +6070,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6052
6070
|
// EXPORTS
|
|
6053
6071
|
__webpack_require__.d(__webpack_exports__, "unnnicInput", function() { return /* reexport */ unnnicInput; });
|
|
6054
6072
|
__webpack_require__.d(__webpack_exports__, "unnnicButton", function() { return /* reexport */ unnnicButton; });
|
|
6073
|
+
__webpack_require__.d(__webpack_exports__, "unnnicButtonIcon", function() { return /* reexport */ unnnicButtonIcon; });
|
|
6055
6074
|
__webpack_require__.d(__webpack_exports__, "unnnicSidebar", function() { return /* reexport */ unnnicSidebar; });
|
|
6056
6075
|
__webpack_require__.d(__webpack_exports__, "unnnicSidebarItem", function() { return /* reexport */ unnnicSidebarItem; });
|
|
6057
6076
|
__webpack_require__.d(__webpack_exports__, "unnnicSidebarMenu", function() { return /* reexport */ unnnicSidebarMenu; });
|
|
@@ -6880,17 +6899,17 @@ var ToolTip_component = normalizeComponent(
|
|
|
6880
6899
|
)
|
|
6881
6900
|
|
|
6882
6901
|
/* harmony default export */ var ToolTip = (ToolTip_component.exports);
|
|
6883
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"65f4d633-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Icon-svg.vue?vue&type=template&id=
|
|
6884
|
-
var
|
|
6902
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"65f4d633-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Icon-svg.vue?vue&type=template&id=344c6772&scoped=true&
|
|
6903
|
+
var Icon_svgvue_type_template_id_344c6772_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span',{class:[
|
|
6885
6904
|
'unnnic-icon',
|
|
6886
6905
|
("unnnic-icon__size--" + _vm.size),
|
|
6887
6906
|
_vm.clickable ? 'unnnic--clickable' : '',
|
|
6888
6907
|
_vm.lineHeight ? ("unnnic-icon__line-height--" + _vm.lineHeight) : '',
|
|
6889
6908
|
_vm.scheme ? ("unnnic-icon-scheme--" + _vm.scheme) : '' ],domProps:{"innerHTML":_vm._s(_vm.svg)},on:{"click":_vm.onClick}})}
|
|
6890
|
-
var
|
|
6909
|
+
var Icon_svgvue_type_template_id_344c6772_scoped_true_staticRenderFns = []
|
|
6891
6910
|
|
|
6892
6911
|
|
|
6893
|
-
// CONCATENATED MODULE: ./src/components/Icon-svg.vue?vue&type=template&id=
|
|
6912
|
+
// CONCATENATED MODULE: ./src/components/Icon-svg.vue?vue&type=template&id=344c6772&scoped=true&
|
|
6894
6913
|
|
|
6895
6914
|
// EXTERNAL MODULE: ./node_modules/svg-inline-loader!./src/assets/icons/headphones-customer-support-2.svg
|
|
6896
6915
|
var headphones_customer_support_2 = __webpack_require__("9e05");
|
|
@@ -7672,8 +7691,8 @@ var messaging_whatsapp_1_default = /*#__PURE__*/__webpack_require__.n(messaging_
|
|
|
7672
7691
|
});
|
|
7673
7692
|
// CONCATENATED MODULE: ./src/components/Icon-svg.vue?vue&type=script&lang=js&
|
|
7674
7693
|
/* harmony default export */ var components_Icon_svgvue_type_script_lang_js_ = (Icon_svgvue_type_script_lang_js_);
|
|
7675
|
-
// EXTERNAL MODULE: ./src/components/Icon-svg.vue?vue&type=style&index=0&id=
|
|
7676
|
-
var
|
|
7694
|
+
// EXTERNAL MODULE: ./src/components/Icon-svg.vue?vue&type=style&index=0&id=344c6772&lang=scss&scoped=true&
|
|
7695
|
+
var Icon_svgvue_type_style_index_0_id_344c6772_lang_scss_scoped_true_ = __webpack_require__("c921");
|
|
7677
7696
|
|
|
7678
7697
|
// EXTERNAL MODULE: ./src/components/Icon-svg.vue?vue&type=style&index=1&lang=scss&
|
|
7679
7698
|
var Icon_svgvue_type_style_index_1_lang_scss_ = __webpack_require__("1804");
|
|
@@ -7690,11 +7709,11 @@ var Icon_svgvue_type_style_index_1_lang_scss_ = __webpack_require__("1804");
|
|
|
7690
7709
|
|
|
7691
7710
|
var Icon_svg_component = normalizeComponent(
|
|
7692
7711
|
components_Icon_svgvue_type_script_lang_js_,
|
|
7693
|
-
|
|
7694
|
-
|
|
7712
|
+
Icon_svgvue_type_template_id_344c6772_scoped_true_render,
|
|
7713
|
+
Icon_svgvue_type_template_id_344c6772_scoped_true_staticRenderFns,
|
|
7695
7714
|
false,
|
|
7696
7715
|
null,
|
|
7697
|
-
"
|
|
7716
|
+
"344c6772",
|
|
7698
7717
|
null
|
|
7699
7718
|
|
|
7700
7719
|
)
|
|
@@ -8303,6 +8322,73 @@ var Button_component = normalizeComponent(
|
|
|
8303
8322
|
)
|
|
8304
8323
|
|
|
8305
8324
|
/* harmony default export */ var Button = (Button_component.exports);
|
|
8325
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"65f4d633-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Button/ButtonIcon.vue?vue&type=template&id=8fa2e918&scoped=true&
|
|
8326
|
+
var ButtonIconvue_type_template_id_8fa2e918_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('button',_vm._g({class:['button-icon', _vm.size]},_vm.$listeners),[_c('unnnic-icon',{attrs:{"icon":_vm.icon,"scheme":"neutral-darkest","size":"ant"}})],1)}
|
|
8327
|
+
var ButtonIconvue_type_template_id_8fa2e918_scoped_true_staticRenderFns = []
|
|
8328
|
+
|
|
8329
|
+
|
|
8330
|
+
// CONCATENATED MODULE: ./src/components/Button/ButtonIcon.vue?vue&type=template&id=8fa2e918&scoped=true&
|
|
8331
|
+
|
|
8332
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Button/ButtonIcon.vue?vue&type=script&lang=js&
|
|
8333
|
+
|
|
8334
|
+
//
|
|
8335
|
+
//
|
|
8336
|
+
//
|
|
8337
|
+
//
|
|
8338
|
+
//
|
|
8339
|
+
//
|
|
8340
|
+
//
|
|
8341
|
+
//
|
|
8342
|
+
//
|
|
8343
|
+
//
|
|
8344
|
+
//
|
|
8345
|
+
//
|
|
8346
|
+
//
|
|
8347
|
+
|
|
8348
|
+
/* harmony default export */ var ButtonIconvue_type_script_lang_js_ = ({
|
|
8349
|
+
components: {
|
|
8350
|
+
UnnnicIcon: Icon_svg
|
|
8351
|
+
},
|
|
8352
|
+
props: {
|
|
8353
|
+
size: {
|
|
8354
|
+
type: String,
|
|
8355
|
+
required: true,
|
|
8356
|
+
validator: function validator(value) {
|
|
8357
|
+
return ['small', 'large'].includes(value);
|
|
8358
|
+
}
|
|
8359
|
+
},
|
|
8360
|
+
icon: {
|
|
8361
|
+
type: String,
|
|
8362
|
+
required: true
|
|
8363
|
+
}
|
|
8364
|
+
}
|
|
8365
|
+
});
|
|
8366
|
+
// CONCATENATED MODULE: ./src/components/Button/ButtonIcon.vue?vue&type=script&lang=js&
|
|
8367
|
+
/* harmony default export */ var Button_ButtonIconvue_type_script_lang_js_ = (ButtonIconvue_type_script_lang_js_);
|
|
8368
|
+
// EXTERNAL MODULE: ./src/components/Button/ButtonIcon.vue?vue&type=style&index=0&id=8fa2e918&lang=scss&scoped=true&
|
|
8369
|
+
var ButtonIconvue_type_style_index_0_id_8fa2e918_lang_scss_scoped_true_ = __webpack_require__("983d");
|
|
8370
|
+
|
|
8371
|
+
// CONCATENATED MODULE: ./src/components/Button/ButtonIcon.vue
|
|
8372
|
+
|
|
8373
|
+
|
|
8374
|
+
|
|
8375
|
+
|
|
8376
|
+
|
|
8377
|
+
|
|
8378
|
+
/* normalize component */
|
|
8379
|
+
|
|
8380
|
+
var ButtonIcon_component = normalizeComponent(
|
|
8381
|
+
Button_ButtonIconvue_type_script_lang_js_,
|
|
8382
|
+
ButtonIconvue_type_template_id_8fa2e918_scoped_true_render,
|
|
8383
|
+
ButtonIconvue_type_template_id_8fa2e918_scoped_true_staticRenderFns,
|
|
8384
|
+
false,
|
|
8385
|
+
null,
|
|
8386
|
+
"8fa2e918",
|
|
8387
|
+
null
|
|
8388
|
+
|
|
8389
|
+
)
|
|
8390
|
+
|
|
8391
|
+
/* harmony default export */ var ButtonIcon = (ButtonIcon_component.exports);
|
|
8306
8392
|
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"65f4d633-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Sidebar/Sidebar.vue?vue&type=template&id=21306aec&
|
|
8307
8393
|
var Sidebarvue_type_template_id_21306aec_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:{'unnnic-side-bar': true, 'unnnic-side-bar--contracted': !_vm.expanded}},[_c('div',{staticClass:"unnnic-side-bar__header"},[_vm._t("header")],2),_vm._t("default"),_c('div',{staticClass:"unnnic-side-bar__footer"},[_vm._t("footer")],2)],2)}
|
|
8308
8394
|
var Sidebarvue_type_template_id_21306aec_staticRenderFns = []
|
|
@@ -14422,11 +14508,13 @@ var DataArea_component = normalizeComponent(
|
|
|
14422
14508
|
|
|
14423
14509
|
|
|
14424
14510
|
|
|
14511
|
+
|
|
14425
14512
|
|
|
14426
14513
|
|
|
14427
14514
|
var components = {
|
|
14428
14515
|
unnnicInput: Input,
|
|
14429
14516
|
unnnicButton: Button,
|
|
14517
|
+
unnnicButtonIcon: ButtonIcon,
|
|
14430
14518
|
unnnicSidebar: Sidebar,
|
|
14431
14519
|
unnnicSidebarItem: SidebarItem,
|
|
14432
14520
|
unnnicSidebarMenu: SidebarMenu,
|
|
@@ -14468,6 +14556,7 @@ Object.keys(components).forEach(function (name) {
|
|
|
14468
14556
|
});
|
|
14469
14557
|
var unnnicInput = Input;
|
|
14470
14558
|
var unnnicButton = Button;
|
|
14559
|
+
var unnnicButtonIcon = ButtonIcon;
|
|
14471
14560
|
var unnnicSidebar = Sidebar;
|
|
14472
14561
|
var unnnicSidebarItem = SidebarItem;
|
|
14473
14562
|
var unnnicSidebarMenu = SidebarMenu;
|