maz-ui 4.1.7-beta.7 → 4.1.7-beta.8
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.m-accordion[data-v-88424696]{vertical-align:top;flex-direction:column;gap:1rem;display:inline-flex;position:relative}.m-accordion__spotlight[data-v-88424696]{width:100%}.m-accordion__header[data-v-88424696]{text-align:start;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:inline-flex}.m-accordion__header .header-icon[data-v-88424696]{transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.m-accordion__header .header-icon.--rotate[data-v-88424696]{transform:rotate(135deg)}.m-accordion__content[data-v-88424696]{padding:1rem}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
|
+
const _hoisted_1 = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
width: "1em",
|
|
5
|
+
height: "1em",
|
|
6
|
+
fill: "none",
|
|
7
|
+
viewBox: "0 0 24 24"
|
|
8
|
+
};
|
|
9
|
+
function render(_ctx, _cache) {
|
|
10
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
|
|
11
|
+
createElementVNode("path", {
|
|
12
|
+
stroke: "currentColor",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round",
|
|
15
|
+
"stroke-width": "1.5",
|
|
16
|
+
d: "M12 4.5v15m7.5-7.5h-15"
|
|
17
|
+
}, null, -1)
|
|
18
|
+
])]);
|
|
19
|
+
}
|
|
20
|
+
const plus = { render };
|
|
21
|
+
export {
|
|
22
|
+
plus as default,
|
|
23
|
+
render
|
|
24
|
+
};
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { defineComponent, useSlots, computed, ref, createElementBlock, openBlock, Fragment, renderList, createBlock, withCtx, createElementVNode, createVNode, unref, renderSlot, normalizeClass } from "vue";
|
|
2
|
-
import { MazPlus } from "@maz-ui/icons";
|
|
1
|
+
import { markRaw, defineAsyncComponent, defineComponent, useSlots, computed, ref, createElementBlock, openBlock, Fragment, renderList, createBlock, withCtx, createElementVNode, createVNode, unref, renderSlot, normalizeClass } from "vue";
|
|
3
2
|
import { useInstanceUniqId } from "../composables/useInstanceUniqId.js";
|
|
4
3
|
import MazCardSpotlight from "./MazCardSpotlight.js";
|
|
5
4
|
import MazExpandAnimation from "./MazExpandAnimation.js";
|
|
6
5
|
import { _ as _export_sfc } from "../chunks/_plugin-vue_export-helper.B--vMWp3.js";
|
|
7
|
-
import '../assets/MazAccordion.
|
|
6
|
+
import '../assets/MazAccordion.C7shz8tA.css';const MazPlus = markRaw(defineAsyncComponent(() => import("../chunks/plus.svg.CdiAbqRP.js"))), _hoisted_1 = {
|
|
8
7
|
class: "m-accordion m-reset-css",
|
|
9
8
|
role: "presentation"
|
|
10
9
|
}, _hoisted_2 = ["id", "aria-controls", "aria-expanded", "onClick"], _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -78,7 +77,7 @@ import '../assets/MazAccordion.DUQCf8vy.css';const _hoisted_1 = {
|
|
|
78
77
|
}, 1024))), 128))
|
|
79
78
|
]));
|
|
80
79
|
}
|
|
81
|
-
}), MazAccordion = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
80
|
+
}), MazAccordion = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-88424696"]]);
|
|
82
81
|
export {
|
|
83
82
|
MazAccordion as default
|
|
84
83
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "maz-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.1.7-beta.
|
|
4
|
+
"version": "4.1.7-beta.8",
|
|
5
5
|
"description": "A standalone components library for Vue.Js 3 & Nuxt.Js 3",
|
|
6
6
|
"author": "Louis Mazel <me@loicmazuel.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"dependencies": {
|
|
196
196
|
"@floating-ui/vue": "^1.1.9",
|
|
197
197
|
"@maz-ui/cli": "4.1.7-beta.7",
|
|
198
|
-
"@maz-ui/icons": "4.1.7-beta.
|
|
198
|
+
"@maz-ui/icons": "4.1.7-beta.8",
|
|
199
199
|
"@maz-ui/themes": "4.1.7-beta.7",
|
|
200
200
|
"@maz-ui/translations": "4.1.7-beta.7",
|
|
201
201
|
"@maz-ui/utils": "4.1.7-beta.7",
|
|
@@ -247,5 +247,5 @@
|
|
|
247
247
|
"*.{js,ts,vue,mjs,mts,cjs,md,yml,json}": "cross-env NODE_ENV=production eslint --fix",
|
|
248
248
|
"*.{vue,css,scss,postcss,pcss}": "stylelint --fix --allow-empty-input"
|
|
249
249
|
},
|
|
250
|
-
"gitHead": "
|
|
250
|
+
"gitHead": "c16a1daf251b65909792e97fd1c53580c7f47fea"
|
|
251
251
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.m-accordion[data-v-70bf9ef9]{vertical-align:top;flex-direction:column;gap:1rem;display:inline-flex;position:relative}.m-accordion__spotlight[data-v-70bf9ef9]{width:100%}.m-accordion__header[data-v-70bf9ef9]{text-align:start;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:inline-flex}.m-accordion__header .header-icon[data-v-70bf9ef9]{transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.m-accordion__header .header-icon.--rotate[data-v-70bf9ef9]{transform:rotate(135deg)}.m-accordion__content[data-v-70bf9ef9]{padding:1rem}
|