@nmorph/nmorph-ui-kit 3.0.0 → 3.0.2
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/assets/icons/hand.svg.js +30 -9
- package/dist/assets/icons/mute-speaker.svg.js +28 -0
- package/dist/components/basic/nmorph-button/NmorphButton.css +1 -1
- package/dist/components/basic/nmorph-button/NmorphButton.vue2.js +11 -9
- package/dist/components/basic/nmorph-icon/NmorphIcons.js +271 -270
- package/dist/components/data/nmorph-avatar/NmorphAvatar.css +1 -1
- package/dist/components/data/nmorph-avatar/NmorphAvatar.vue2.js +28 -26
- package/dist/components/data/nmorph-badge/NmorphBadge.css +1 -1
- package/dist/components/data/nmorph-badge/NmorphBadge.vue.js +60 -59
- package/dist/components/data/nmorph-badge/NmorphBadge.vue2.js +28 -26
- package/dist/components/data/nmorph-image-preview/NmorphImagePreview.vue.js +17 -10
- package/dist/components/data/nmorph-media-gallery/NmorphMediaGallery.vue.js +82 -57
- package/dist/components/data/nmorph-media-tile/NmorphMediaTile.vue.js +23 -19
- package/dist/components/data/nmorph-media-tile/NmorphMediaTile.vue2.js +9 -8
- package/dist/components/data/nmorph-preview-portal/NmorphPreviewPortal.css +1 -1
- package/dist/components/data/nmorph-preview-portal/NmorphPreviewPortal.vue.js +17 -13
- package/dist/components/form/nmorph-select-button/NmorphSelectButton.css +1 -1
- package/dist/components/form/nmorph-select-button/NmorphSelectButton.vue2.js +26 -34
- package/dist/components/form/nmorph-select-button/components/nmorph-select-button-item/NmorphSelectButtonItem.css +1 -1
- package/dist/icons.js +271 -270
- package/dist/index.es.js +422 -421
- package/dist/index.umd.js +10 -10
- package/dist/package.json.js +1 -1
- package/dist/src/components/basic/nmorph-button/NmorphButton.vue.d.ts +1 -0
- package/dist/src/components/basic/nmorph-button/types.d.ts +1 -0
- package/dist/src/components/basic/nmorph-icon/NmorphIcons.d.ts +2 -1
- package/dist/src/components/data/nmorph-avatar/NmorphAvatar.vue.d.ts +1 -0
- package/dist/src/components/data/nmorph-avatar/types.d.ts +1 -0
- package/dist/src/components/data/nmorph-media-tile/NmorphMediaTile.vue.d.ts +1 -0
- package/dist/src/components/data/nmorph-media-tile/types.d.ts +1 -0
- package/dist/src/components/form/nmorph-select-button/NmorphSelectButton.vue.d.ts +1 -4
- package/dist/src/components/form/nmorph-select-button/types.d.ts +1 -4
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/assets/icons/speaker-off.svg.js +0 -28
package/package.json
CHANGED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { openBlock as a, createElementBlock as l, createElementVNode as t } from "vue";
|
|
2
|
-
const n = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
viewBox: "0 0 1024 1024"
|
|
5
|
-
};
|
|
6
|
-
function o(r, e) {
|
|
7
|
-
return a(), l("svg", n, [...e[0] || (e[0] = [
|
|
8
|
-
t(
|
|
9
|
-
"path",
|
|
10
|
-
{ d: "M128 384a64 64 0 0 1 64-64h168.448l224-179.2A64 64 0 0 1 688 190.784v200.448l-64 64V200.96L403.968 376.992A32 32 0 0 1 384 384zm192 64H192v256h128zm349.376 161.376L688 590.752v242.464A64 64 0 0 1 584.448 883.2L429.184 758.976l45.76-45.76L624 832zM787.2 386.368a32 32 0 0 1 45.248 0A223.3 223.3 0 0 1 896 544a223.3 223.3 0 0 1-63.552 157.632 32 32 0 1 1-45.248-45.248A159.42 159.42 0 0 0 832 544a159.42 159.42 0 0 0-44.8-112.384 32 32 0 0 1 0-45.248m-90.496 90.496a32 32 0 0 1 45.248 0A95.78 95.78 0 0 1 768 544a95.78 95.78 0 0 1-26.048 67.136 32 32 0 0 1-45.248-45.248A31.9 31.9 0 0 0 704 544c0-8.448-3.328-16.576-7.296-21.888a32 32 0 0 1 0-45.248" },
|
|
11
|
-
null,
|
|
12
|
-
-1
|
|
13
|
-
/* CACHED */
|
|
14
|
-
),
|
|
15
|
-
t(
|
|
16
|
-
"path",
|
|
17
|
-
{ d: "M150.72 859.072a32 32 0 0 1-45.44-45.056l704-708.544a32 32 0 0 1 45.44 45.056z" },
|
|
18
|
-
null,
|
|
19
|
-
-1
|
|
20
|
-
/* CACHED */
|
|
21
|
-
)
|
|
22
|
-
])]);
|
|
23
|
-
}
|
|
24
|
-
const s = { render: o };
|
|
25
|
-
export {
|
|
26
|
-
s as default,
|
|
27
|
-
o as render
|
|
28
|
-
};
|