maz-ui 4.3.4-beta.1 → 4.3.4-beta.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.
- package/dist/assets/MazCardSpotlight.BNlyqSAj.css +1 -0
- package/dist/assets/{MazDropdown.D90GEKDB.css → MazDropdown.uTis3caD.css} +1 -1
- package/dist/chunks/{MazDropdown.vue_vue_type_style_index_0_lang.Cym3Pk2B.js → MazDropdown.vue_vue_type_style_index_0_lang.BK7LxJXG.js} +1 -1
- package/dist/components/MazCardSpotlight.js +41 -29
- package/dist/components/MazCardSpotlight.vue.d.ts +2 -2
- package/dist/components/MazDropdown.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/types/components/MazCardSpotlight.vue.d.ts +2 -2
- package/package.json +4 -4
- package/dist/assets/MazCardSpotlight.B7lFD7Pi.css +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.m-card-spotlight[data-v-cdc7c952]{border-radius:var(--maz-radius);padding:max(var(--maz-border-width),1px);contain:layout style paint;display:inline-flex;position:relative;overflow:hidden}.m-card-spotlight .inner[data-v-cdc7c952]{border-radius:calc(var(--maz-radius) - max(var(--maz-border-width),1px));width:100%;height:auto;position:relative;overflow:hidden}.m-card-spotlight .inner[data-v-cdc7c952]:before{content:"";z-index:1;--maz-tw-bg-opacity:1;background-color:hsl(var(--maz-background)/var(--maz-tw-bg-opacity,1));width:100%;height:100%;opacity:var(--inner-opacity);position:absolute;top:0;left:0}.m-card-spotlight .content[data-v-cdc7c952]{z-index:2;width:100%;height:100%;position:relative}.m-card-spotlight .blob[data-v-cdc7c952]{z-index:0;--maz-tw-blur:blur(40px);filter:var(--maz-tw-blur)var(--maz-tw-brightness)var(--maz-tw-contrast)var(--maz-tw-grayscale)var(--maz-tw-hue-rotate)var(--maz-tw-invert)var(--maz-tw-saturate)var(--maz-tw-sepia)var(--maz-tw-drop-shadow);will-change:transform;border-radius:9999px;width:208px;height:208px;transition:opacity .15s ease-out;position:absolute;top:0;left:0}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.m-dropdown{vertical-align:top;flex-direction:column;align-items:flex-start;display:inline-flex;position:relative}.m-dropdown__wrapper{border-radius:var(--maz-radius);outline-offset:2px;outline:2px solid #0000;width:100%;height:100%}.m-dropdown__wrapper:focus{--maz-tw-bg-opacity:1;background-color:hsl(var(--maz-background-600)/var(--maz-tw-bg-opacity,1))}.m-dropdown__wrapper:focus:is([class~=dark] *){--maz-tw-bg-opacity:1;background-color:hsl(var(--maz-background-400)/var(--maz-tw-bg-opacity,1))}.m-dropdown__icon{transition-property:transform;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.m-dropdown__icon.--open{--maz-tw-rotate:180deg;transform:translate(var(--maz-tw-translate-x),var(--maz-tw-translate-y))rotate(var(--maz-tw-rotate))skewX(var(--maz-tw-skew-x))skewY(var(--maz-tw-skew-y))scaleX(var(--maz-tw-scale-x))scaleY(var(--maz-tw-scale-y))}.m-dropdown__menu{flex-direction:column;gap:.125rem;min-width:max-content;min-height:max-content;padding:.5rem;display:flex;overflow:auto}.m-dropdown__menu .menuitem{cursor:pointer;white-space:nowrap;border-radius:var(--maz-radius);text-align:start;outline-offset:2px;outline:2px solid #0000;padding:.5rem 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)}.m-dropdown__menu .menuitem:hover,.m-dropdown__menu .menuitem:focus{--maz-tw-bg-opacity:1;background-color:hsl(var(--maz-background-600)/var(--maz-tw-bg-opacity,1))}.m-dropdown__menu .menuitem:hover:is([class~=dark] *),.m-dropdown__menu .menuitem:focus:is([class~=dark] *){--maz-tw-bg-opacity:1;background-color:hsl(var(--maz-background-400)/var(--maz-tw-bg-opacity,1))}.m-dropdown__menu .menuitem.menuitem__button:disabled{cursor:not-allowed;opacity:.5}.m-dropdown__menu .menuitem.menuitem__button.--primary{--maz-tw-text-opacity:1;color:hsl(var(--maz-primary)/var(--maz-tw-text-opacity,1))}.m-dropdown__menu .menuitem.menuitem__button.--primary:hover{--maz-tw-text-opacity:1;color:hsl(var(--maz-primary-600)/var(--maz-tw-text-opacity,1))}.m-dropdown__menu .menuitem.menuitem__button.--secondary{--maz-tw-text-opacity:1;color:hsl(var(--maz-secondary)/var(--maz-tw-text-opacity,1))}.m-dropdown__menu .menuitem.menuitem__button.--secondary:hover{--maz-tw-text-opacity:1;color:hsl(var(--maz-secondary-600)/var(--maz-tw-text-opacity,1))}.m-dropdown__menu .menuitem.menuitem__button.--info{--maz-tw-text-opacity:1;color:hsl(var(--maz-info)/var(--maz-tw-text-opacity,1))}.m-dropdown__menu .menuitem.menuitem__button.--info:hover{--maz-tw-text-opacity:1;color:hsl(var(--maz-info-600)/var(--maz-tw-text-opacity,1))}.m-dropdown__menu .menuitem.menuitem__button.--warning,.m-dropdown__menu .menuitem.menuitem__button.--warning:hover{--maz-tw-text-opacity:1;color:hsl(var(--maz-warning-600)/var(--maz-tw-text-opacity,1))}.m-dropdown__menu .menuitem.menuitem__button.--destructive,.m-dropdown__menu .menuitem.menuitem__button.--destructive:hover{--maz-tw-text-opacity:1;color:hsl(var(--maz-destructive-600)/var(--maz-tw-text-opacity,1))}.m-dropdown__menu .menuitem.menuitem__button.--success,.m-dropdown__menu .menuitem.menuitem__button.--success:hover{--maz-tw-text-opacity:1;color:hsl(var(--maz-success-600)/var(--maz-tw-text-opacity,1))}.m-dropdown__menu .menuitem.menuitem__button.--contrast{--maz-tw-text-opacity:1;color:hsl(var(--maz-contrast)/var(--maz-tw-text-opacity,1))}.m-dropdown__menu .menuitem.menuitem__button.--contrast:hover{--maz-tw-text-opacity:1;color:hsl(var(--maz-contrast-600)/var(--maz-tw-text-opacity,1))}
|
|
1
|
+
.m-dropdown{vertical-align:top;flex-direction:column;align-items:flex-start;display:inline-flex;position:relative}.m-dropdown__wrapper{border-radius:var(--maz-radius);outline-offset:2px;outline:2px solid #0000;width:100%;height:100%}.m-dropdown__wrapper:focus{--maz-tw-bg-opacity:1;background-color:hsl(var(--maz-background-600)/var(--maz-tw-bg-opacity,1))}.m-dropdown__wrapper:focus:is([class~=dark] *){--maz-tw-bg-opacity:1;background-color:hsl(var(--maz-background-400)/var(--maz-tw-bg-opacity,1))}.m-dropdown__icon{transition-property:transform;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.m-dropdown__icon.--open{--maz-tw-rotate:180deg;transform:translate(var(--maz-tw-translate-x),var(--maz-tw-translate-y))rotate(var(--maz-tw-rotate))skewX(var(--maz-tw-skew-x))skewY(var(--maz-tw-skew-y))scaleX(var(--maz-tw-scale-x))scaleY(var(--maz-tw-scale-y))}.m-dropdown__menu{flex-direction:column;gap:.125rem;min-width:max-content;min-height:max-content;padding:.5rem;display:flex;overflow:auto}.m-dropdown__menu .menuitem{cursor:pointer;white-space:nowrap;border-radius:var(--maz-radius);text-align:start;outline-offset:2px;outline:2px solid #0000;padding:.5rem 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)}.m-dropdown__menu .menuitem:hover,.m-dropdown__menu .menuitem:focus{--maz-tw-bg-opacity:1;background-color:hsl(var(--maz-background-600)/var(--maz-tw-bg-opacity,1))}.m-dropdown__menu .menuitem:hover:is([class~=dark] *),.m-dropdown__menu .menuitem:focus:is([class~=dark] *){--maz-tw-bg-opacity:1;background-color:hsl(var(--maz-background-400)/var(--maz-tw-bg-opacity,1))}.m-dropdown__menu .menuitem.menuitem__button:disabled{cursor:not-allowed;opacity:.5}.m-dropdown__menu .menuitem.menuitem__button.--primary{--maz-tw-text-opacity:1;color:hsl(var(--maz-primary)/var(--maz-tw-text-opacity,1))}.m-dropdown__menu .menuitem.menuitem__button.--primary:hover{--maz-tw-text-opacity:1;color:hsl(var(--maz-primary-600)/var(--maz-tw-text-opacity,1))}.m-dropdown__menu .menuitem.menuitem__button.--secondary{--maz-tw-text-opacity:1;color:hsl(var(--maz-secondary)/var(--maz-tw-text-opacity,1))}.m-dropdown__menu .menuitem.menuitem__button.--secondary:hover{--maz-tw-text-opacity:1;color:hsl(var(--maz-secondary-600)/var(--maz-tw-text-opacity,1))}.m-dropdown__menu .menuitem.menuitem__button.--info{--maz-tw-text-opacity:1;color:hsl(var(--maz-info)/var(--maz-tw-text-opacity,1))}.m-dropdown__menu .menuitem.menuitem__button.--info:hover{--maz-tw-text-opacity:1;color:hsl(var(--maz-info-600)/var(--maz-tw-text-opacity,1))}.m-dropdown__menu .menuitem.menuitem__button.--warning,.m-dropdown__menu .menuitem.menuitem__button.--warning:hover{--maz-tw-text-opacity:1;color:hsl(var(--maz-warning-600)/var(--maz-tw-text-opacity,1))}.m-dropdown__menu .menuitem.menuitem__button.--destructive,.m-dropdown__menu .menuitem.menuitem__button.--destructive:hover{--maz-tw-text-opacity:1;color:hsl(var(--maz-destructive-600)/var(--maz-tw-text-opacity,1))}.m-dropdown__menu .menuitem.menuitem__button.--success,.m-dropdown__menu .menuitem.menuitem__button.--success:hover{--maz-tw-text-opacity:1;color:hsl(var(--maz-success-600)/var(--maz-tw-text-opacity,1))}.m-dropdown__menu .menuitem.menuitem__button.--contrast{--maz-tw-text-opacity:1;color:hsl(var(--maz-contrast)/var(--maz-tw-text-opacity,1))}.m-dropdown__menu .menuitem.menuitem__button.--contrast:hover{--maz-tw-text-opacity:1;color:hsl(var(--maz-contrast-600)/var(--maz-tw-text-opacity,1))}.m-dropdown__menu .menuitem.menuitem__button.--accent{--maz-tw-text-opacity:1;color:hsl(var(--maz-accent)/var(--maz-tw-text-opacity,1))}.m-dropdown__menu .menuitem.menuitem__button.--accent:hover{--maz-tw-text-opacity:1;color:hsl(var(--maz-accent-600)/var(--maz-tw-text-opacity,1))}
|
|
@@ -4,7 +4,7 @@ import { useTranslations } from "@maz-ui/translations";
|
|
|
4
4
|
import { i as isClient } from "./isClient.WI4oSt66.js";
|
|
5
5
|
import { useInstanceUniqId } from "../composables/useInstanceUniqId.js";
|
|
6
6
|
import MazPopover from "../components/MazPopover.js";
|
|
7
|
-
import '../assets/MazDropdown.
|
|
7
|
+
import '../assets/MazDropdown.uTis3caD.css';const _hoisted_1 = ["id", "aria-expanded"], _hoisted_2 = ["id"], _hoisted_3 = ["id"], _hoisted_4 = ["onClick", "onKeypress"], _sfc_main = /* @__PURE__ */ defineComponent({
|
|
8
8
|
inheritAttrs: !1,
|
|
9
9
|
__name: "MazDropdown",
|
|
10
10
|
props: /* @__PURE__ */ mergeModels({
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, onMounted,
|
|
1
|
+
import { defineComponent, ref, computed, onMounted, onBeforeUnmount, createElementBlock, openBlock, normalizeStyle, normalizeClass, createElementVNode, withDirectives, renderSlot, vShow } from "vue";
|
|
2
|
+
import { isServer } from "@maz-ui/utils";
|
|
2
3
|
import { _ as _export_sfc } from "../chunks/_plugin-vue_export-helper.B--vMWp3.js";
|
|
3
|
-
import '../assets/MazCardSpotlight.
|
|
4
|
+
import '../assets/MazCardSpotlight.BNlyqSAj.css';const _hoisted_1 = { class: "inner" }, _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
5
|
__name: "MazCardSpotlight",
|
|
5
6
|
props: {
|
|
6
7
|
color: { default: "primary" },
|
|
@@ -13,28 +14,46 @@ import '../assets/MazCardSpotlight.B7lFD7Pi.css';const _hoisted_1 = { class: "in
|
|
|
13
14
|
innerOpacity: { default: 0.95 }
|
|
14
15
|
},
|
|
15
16
|
setup(__props) {
|
|
16
|
-
const
|
|
17
|
-
|
|
18
|
-
blobVisible.value = !0;
|
|
19
|
-
const rec = fakeblobElement.value?.getBoundingClientRect();
|
|
20
|
-
rec && blobElement.value?.animate?.(
|
|
21
|
-
[
|
|
22
|
-
{
|
|
23
|
-
transform: `translate(${clientX - rec.left - rec.width / 2}px,${clientY - rec.top - rec.height / 2}px)`
|
|
24
|
-
}
|
|
25
|
-
],
|
|
26
|
-
{
|
|
27
|
-
duration: 300,
|
|
28
|
-
fill: "forwards"
|
|
29
|
-
}
|
|
30
|
-
);
|
|
31
|
-
}
|
|
17
|
+
const containerElement = ref(), blobElement = ref(), blobVisible = ref(!1);
|
|
18
|
+
let rafId = null, isIntersecting = !1, cachedRect = null;
|
|
32
19
|
const alphaColor = computed(() => `hsl(var(--maz-${__props.color}) / 60%)`), alphaColor20 = computed(() => `hsl(var(--maz-${__props.color}) / 20%)`);
|
|
20
|
+
function updateCachedRect() {
|
|
21
|
+
containerElement.value && (cachedRect = containerElement.value.getBoundingClientRect());
|
|
22
|
+
}
|
|
23
|
+
function updateBlobPosition(x, y) {
|
|
24
|
+
if (!blobElement.value || !cachedRect)
|
|
25
|
+
return;
|
|
26
|
+
const blobWidth = 208, blobHeight = 208, translateX = x - cachedRect.left - blobWidth / 2, translateY = y - cachedRect.top - blobHeight / 2;
|
|
27
|
+
blobElement.value.style.transform = `translate(${translateX}px, ${translateY}px)`;
|
|
28
|
+
}
|
|
29
|
+
function handleMouseMove(event) {
|
|
30
|
+
!isIntersecting || rafId !== null || (blobVisible.value = !0, rafId = requestAnimationFrame(() => {
|
|
31
|
+
updateBlobPosition(event.clientX, event.clientY), rafId = null;
|
|
32
|
+
}));
|
|
33
|
+
}
|
|
34
|
+
function stopBlobAnimation() {
|
|
35
|
+
blobVisible.value = !1, rafId !== null && (cancelAnimationFrame(rafId), rafId = null);
|
|
36
|
+
}
|
|
33
37
|
return onMounted(() => {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
38
|
+
if (isServer() || !containerElement.value)
|
|
39
|
+
return;
|
|
40
|
+
updateCachedRect();
|
|
41
|
+
const observer = new IntersectionObserver(
|
|
42
|
+
(entries) => {
|
|
43
|
+
isIntersecting = entries[0].isIntersecting, isIntersecting || stopBlobAnimation();
|
|
44
|
+
},
|
|
45
|
+
{ threshold: 0 }
|
|
46
|
+
);
|
|
47
|
+
observer.observe(containerElement.value);
|
|
48
|
+
const handleScrollResize = () => {
|
|
49
|
+
updateCachedRect();
|
|
50
|
+
};
|
|
51
|
+
globalThis.addEventListener("mousemove", handleMouseMove, { passive: !0 }), globalThis.addEventListener("scroll", handleScrollResize, { passive: !0 }), globalThis.addEventListener("resize", handleScrollResize, { passive: !0 }), onBeforeUnmount(() => {
|
|
52
|
+
rafId !== null && cancelAnimationFrame(rafId), observer.disconnect(), globalThis.removeEventListener("mousemove", handleMouseMove), globalThis.removeEventListener("scroll", handleScrollResize), globalThis.removeEventListener("resize", handleScrollResize);
|
|
53
|
+
});
|
|
37
54
|
}), (_ctx, _cache) => (openBlock(), createElementBlock("div", {
|
|
55
|
+
ref_key: "containerElement",
|
|
56
|
+
ref: containerElement,
|
|
38
57
|
class: normalizeClass(["m-card-spotlight m-reset-css", { "maz-shadow-elevation maz-drop-shadow-md": __props.elevation }]),
|
|
39
58
|
style: normalizeStyle({ backgroundColor: alphaColor20.value, "--inner-opacity": __props.innerOpacity })
|
|
40
59
|
}, [
|
|
@@ -53,17 +72,10 @@ import '../assets/MazCardSpotlight.B7lFD7Pi.css';const _hoisted_1 = { class: "in
|
|
|
53
72
|
style: normalizeStyle({ backgroundColor: alphaColor.value })
|
|
54
73
|
}, null, 4), [
|
|
55
74
|
[vShow, blobVisible.value]
|
|
56
|
-
]),
|
|
57
|
-
withDirectives(createElementVNode("div", {
|
|
58
|
-
ref_key: "fakeblobElement",
|
|
59
|
-
ref: fakeblobElement,
|
|
60
|
-
class: "fakeblob"
|
|
61
|
-
}, null, 512), [
|
|
62
|
-
[vShow, blobVisible.value]
|
|
63
75
|
])
|
|
64
76
|
], 6));
|
|
65
77
|
}
|
|
66
|
-
}), MazCardSpotlight = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
78
|
+
}), MazCardSpotlight = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-cdc7c952"]]);
|
|
67
79
|
export {
|
|
68
80
|
MazCardSpotlight as default
|
|
69
81
|
};
|
|
@@ -38,15 +38,15 @@ declare function __VLS_template(): {
|
|
|
38
38
|
default?(_: {}): any;
|
|
39
39
|
};
|
|
40
40
|
refs: {
|
|
41
|
+
containerElement: HTMLDivElement;
|
|
41
42
|
blobElement: HTMLDivElement;
|
|
42
|
-
fakeblobElement: HTMLDivElement;
|
|
43
43
|
};
|
|
44
44
|
rootEl: HTMLDivElement;
|
|
45
45
|
};
|
|
46
46
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
47
47
|
declare const __VLS_component: import('vue').DefineComponent<MazCardSpotlightProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<MazCardSpotlightProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
48
|
+
containerElement: HTMLDivElement;
|
|
48
49
|
blobElement: HTMLDivElement;
|
|
49
|
-
fakeblobElement: HTMLDivElement;
|
|
50
50
|
}, HTMLDivElement>;
|
|
51
51
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
52
52
|
export default _default;
|
package/dist/components/index.js
CHANGED
|
@@ -18,7 +18,7 @@ import { M } from "../chunks/MazDatePicker.D0Xw4RhE.js";
|
|
|
18
18
|
import { default as default17 } from "./MazDialog.js";
|
|
19
19
|
import { _ as _2, u } from "../chunks/MazDialogConfirm.vue_vue_type_script_setup_true_lang.BaOg5MoP.js";
|
|
20
20
|
import { default as default18 } from "./MazDrawer.js";
|
|
21
|
-
import { _ as _3 } from "../chunks/MazDropdown.vue_vue_type_style_index_0_lang.
|
|
21
|
+
import { _ as _3 } from "../chunks/MazDropdown.vue_vue_type_style_index_0_lang.BK7LxJXG.js";
|
|
22
22
|
import { default as default19 } from "./MazDropzone.js";
|
|
23
23
|
import { default as default20 } from "./MazExpandAnimation.js";
|
|
24
24
|
import { default as default21 } from "./MazFullscreenLoader.js";
|
|
@@ -38,15 +38,15 @@ declare function __VLS_template(): {
|
|
|
38
38
|
default?(_: {}): any;
|
|
39
39
|
};
|
|
40
40
|
refs: {
|
|
41
|
+
containerElement: HTMLDivElement;
|
|
41
42
|
blobElement: HTMLDivElement;
|
|
42
|
-
fakeblobElement: HTMLDivElement;
|
|
43
43
|
};
|
|
44
44
|
rootEl: HTMLDivElement;
|
|
45
45
|
};
|
|
46
46
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
47
47
|
declare const __VLS_component: import('vue').DefineComponent<MazCardSpotlightProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<MazCardSpotlightProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
48
|
+
containerElement: HTMLDivElement;
|
|
48
49
|
blobElement: HTMLDivElement;
|
|
49
|
-
fakeblobElement: HTMLDivElement;
|
|
50
50
|
}, HTMLDivElement>;
|
|
51
51
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
52
52
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "maz-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.3.4-beta.
|
|
4
|
+
"version": "4.3.4-beta.3",
|
|
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",
|
|
@@ -178,10 +178,10 @@
|
|
|
178
178
|
"libphonenumber-js": "^1.12.33",
|
|
179
179
|
"valibot": "^1.2.0",
|
|
180
180
|
"vue-chartjs": "^5.3.3",
|
|
181
|
+
"@maz-ui/themes": "4.3.0",
|
|
181
182
|
"@maz-ui/icons": "4.3.0",
|
|
182
183
|
"@maz-ui/cli": "4.3.4-beta.0",
|
|
183
184
|
"@maz-ui/utils": "4.3.0",
|
|
184
|
-
"@maz-ui/themes": "4.3.0",
|
|
185
185
|
"@maz-ui/translations": "4.3.0"
|
|
186
186
|
},
|
|
187
187
|
"devDependencies": {
|
|
@@ -217,8 +217,8 @@
|
|
|
217
217
|
"vue": "^3.5.26",
|
|
218
218
|
"vue-router": "^4.6.4",
|
|
219
219
|
"vue-tsc": "^3.2.1",
|
|
220
|
-
"@maz-ui/
|
|
221
|
-
"@maz-ui/
|
|
220
|
+
"@maz-ui/node": "4.3.4-beta.0",
|
|
221
|
+
"@maz-ui/eslint-config": "4.3.2"
|
|
222
222
|
},
|
|
223
223
|
"lint-staged": {
|
|
224
224
|
"*.{js,ts,vue,mjs,mts,cjs,md,yml,json}": "cross-env NODE_ENV=production eslint --fix",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.m-card-spotlight[data-v-bc3305c0]{border-radius:var(--maz-radius);padding:max(var(--maz-border-width),1px);display:inline-flex;position:relative;overflow:hidden}.m-card-spotlight .inner[data-v-bc3305c0]{border-radius:calc(var(--maz-radius) - max(var(--maz-border-width),1px));width:100%;height:auto;position:relative;overflow:hidden}.m-card-spotlight .inner[data-v-bc3305c0]:before{content:"";z-index:1;--maz-tw-bg-opacity:1;background-color:hsl(var(--maz-background)/var(--maz-tw-bg-opacity,1));width:100%;height:100%;opacity:var(--inner-opacity);position:absolute;top:0;left:0}.m-card-spotlight .content[data-v-bc3305c0]{z-index:2;width:100%;height:100%;position:relative}.m-card-spotlight .blob[data-v-bc3305c0]{z-index:0;--maz-tw-blur:blur(40px);width:16rem;height:16rem;filter:var(--maz-tw-blur)var(--maz-tw-brightness)var(--maz-tw-contrast)var(--maz-tw-grayscale)var(--maz-tw-hue-rotate)var(--maz-tw-invert)var(--maz-tw-saturate)var(--maz-tw-sepia)var(--maz-tw-drop-shadow);border-radius:9999px;position:absolute;top:0;left:0}.m-card-spotlight .fakeblob[data-v-bc3305c0]{z-index:-1;border-radius:9999px;width:13rem;height:13rem;position:absolute;top:0;left:0}
|