sm-click-library-ui 0.0.8 → 0.0.10
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getCurrentScope as B, onScopeDispose as V, unref as F, watch as W, ref as S, computed as k, openBlock as _, createElementBlock as m, createElementVNode as l, toDisplayString as $, normalizeClass as C, renderSlot as
|
|
1
|
+
import { getCurrentScope as B, onScopeDispose as V, unref as F, watch as W, ref as S, computed as k, openBlock as _, createElementBlock as m, createElementVNode as l, toDisplayString as $, normalizeClass as C, renderSlot as w, createCommentVNode as g, pushScopeId as E, popScopeId as I } from "vue";
|
|
2
2
|
function H(e) {
|
|
3
3
|
return B() ? (V(e), !0) : !1;
|
|
4
4
|
}
|
|
@@ -13,7 +13,7 @@ function G() {
|
|
|
13
13
|
var e, i;
|
|
14
14
|
return z && ((e = window == null ? void 0 : window.navigator) == null ? void 0 : e.userAgent) && (/iP(?:ad|hone|od)/.test(window.navigator.userAgent) || ((i = window == null ? void 0 : window.navigator) == null ? void 0 : i.maxTouchPoints) > 2 && /iPad|Macintosh/.test(window == null ? void 0 : window.navigator.userAgent));
|
|
15
15
|
}
|
|
16
|
-
function
|
|
16
|
+
function b(e) {
|
|
17
17
|
var i;
|
|
18
18
|
const n = L(e);
|
|
19
19
|
return (i = n == null ? void 0 : n.$el) != null ? i : n;
|
|
@@ -27,7 +27,7 @@ function x(...e) {
|
|
|
27
27
|
const r = [], p = () => {
|
|
28
28
|
r.forEach((d) => d()), r.length = 0;
|
|
29
29
|
}, f = (d, u, o, t) => (d.addEventListener(u, o, t), () => d.removeEventListener(u, o, t)), v = W(
|
|
30
|
-
() => [
|
|
30
|
+
() => [b(i), L(c)],
|
|
31
31
|
([d, u]) => {
|
|
32
32
|
if (p(), !d)
|
|
33
33
|
return;
|
|
@@ -53,12 +53,12 @@ function q(e, i, n = {}) {
|
|
|
53
53
|
if (typeof t == "string")
|
|
54
54
|
return Array.from(s.document.querySelectorAll(t)).some((a) => a === o.target || o.composedPath().includes(a));
|
|
55
55
|
{
|
|
56
|
-
const a =
|
|
56
|
+
const a = b(t);
|
|
57
57
|
return a && (o.target === a || o.composedPath().includes(a));
|
|
58
58
|
}
|
|
59
59
|
}), d = [
|
|
60
60
|
x(s, "click", (o) => {
|
|
61
|
-
const t =
|
|
61
|
+
const t = b(e);
|
|
62
62
|
if (!(!t || t === o.target || o.composedPath().includes(t))) {
|
|
63
63
|
if (o.detail === 0 && (f = !v(o)), !f) {
|
|
64
64
|
f = !0;
|
|
@@ -68,13 +68,13 @@ function q(e, i, n = {}) {
|
|
|
68
68
|
}
|
|
69
69
|
}, { passive: !0, capture: r }),
|
|
70
70
|
x(s, "pointerdown", (o) => {
|
|
71
|
-
const t =
|
|
71
|
+
const t = b(e);
|
|
72
72
|
f = !v(o) && !!(t && !o.composedPath().includes(t));
|
|
73
73
|
}, { passive: !0 }),
|
|
74
74
|
p && x(s, "blur", (o) => {
|
|
75
75
|
setTimeout(() => {
|
|
76
76
|
var t;
|
|
77
|
-
const a =
|
|
77
|
+
const a = b(e);
|
|
78
78
|
((t = s.document.activeElement) == null ? void 0 : t.tagName) === "IFRAME" && !(a != null && a.contains(s.document.activeElement)) && i(o);
|
|
79
79
|
}, 0);
|
|
80
80
|
})
|
|
@@ -86,7 +86,7 @@ const j = (e, i) => {
|
|
|
86
86
|
for (const [s, c] of i)
|
|
87
87
|
n[s] = c;
|
|
88
88
|
return n;
|
|
89
|
-
}, O = (e) => (E("data-v-
|
|
89
|
+
}, O = (e) => (E("data-v-b5d1c144"), e = e(), I(), e), R = {
|
|
90
90
|
key: 0,
|
|
91
91
|
class: "line-clamp-2 uppercase text-xs truncate text-white"
|
|
92
92
|
}, U = {
|
|
@@ -144,7 +144,7 @@ const j = (e, i) => {
|
|
|
144
144
|
}, [
|
|
145
145
|
l("button", {
|
|
146
146
|
onClick: d,
|
|
147
|
-
class: "bg-base-200 z-10 truncate flex items-center justify-between gap-6 p-2 rounded-md lg:mt-0 w-full shadow-md shadow-base-300"
|
|
147
|
+
class: "bg-lib-base-200 z-10 truncate flex items-center justify-between gap-6 p-2 rounded-md lg:mt-0 w-full shadow-md shadow-lib-base-300"
|
|
148
148
|
}, [
|
|
149
149
|
l("div", null, [
|
|
150
150
|
v.value ? (_(), m("p", R, $(r.value), 1)) : (_(), m("p", U, $(e.titleFreeSlot), 1))
|
|
@@ -160,7 +160,7 @@ const j = (e, i) => {
|
|
|
160
160
|
]),
|
|
161
161
|
c.value ? (_(), m("section", K, [
|
|
162
162
|
h.value ? (_(), m("div", Q, [
|
|
163
|
-
|
|
163
|
+
w(t.$slots, "free-slot", {}, void 0, !0)
|
|
164
164
|
])) : g("", !0),
|
|
165
165
|
v.value ? (_(), m("div", X, [
|
|
166
166
|
l("button", {
|
|
@@ -175,10 +175,10 @@ const j = (e, i) => {
|
|
|
175
175
|
])) : g("", !0)
|
|
176
176
|
], 512)) : g("", !0);
|
|
177
177
|
}
|
|
178
|
-
}, ne = /* @__PURE__ */ j(se, [["__scopeId", "data-v-
|
|
178
|
+
}, ne = /* @__PURE__ */ j(se, [["__scopeId", "data-v-b5d1c144"]]), P = (e) => (E("data-v-606bbd6b"), e = e(), I(), e), le = {
|
|
179
179
|
key: 0,
|
|
180
180
|
class: "modal_head_lib"
|
|
181
|
-
}, ie = /* @__PURE__ */ P(() => /* @__PURE__ */ l("div", { class: "modal-overlay_lib absolute h-full bg-gray-600 w-full opacity-70" }, null, -1)), ce = { class: "modal_responsive_lib" }, ae = { class: "flex min-h-full items-center justify-center text-center sm:p-0" }, re = { class: "modal_size_lib lg:w-2/6" }, de = { class: "modal_background_lib" }, ue = { class: "modal_tittle_lib text-current" }, pe = /* @__PURE__ */ P(() => /* @__PURE__ */ l("svg", {
|
|
181
|
+
}, ie = /* @__PURE__ */ P(() => /* @__PURE__ */ l("div", { class: "modal-overlay_lib absolute h-full bg-gray-600 w-full opacity-70" }, null, -1)), ce = { class: "modal_responsive_lib" }, ae = { class: "flex min-h-full items-center justify-center text-center lib-sm:p-0" }, re = { class: "modal_size_lib lg:w-2/6" }, de = { class: "modal_background_lib" }, ue = { class: "modal_tittle_lib text-current" }, pe = /* @__PURE__ */ P(() => /* @__PURE__ */ l("svg", {
|
|
182
182
|
class: "h-5 w-5",
|
|
183
183
|
fill: "currentColor",
|
|
184
184
|
viewBox: "0 0 20 20",
|
|
@@ -191,7 +191,7 @@ const j = (e, i) => {
|
|
|
191
191
|
})
|
|
192
192
|
], -1)), fe = [
|
|
193
193
|
pe
|
|
194
|
-
], _e = { class: "p-4" }, me = { class: "w-full" }, ve = { class: "block" }, he = { class: "modal_end_button_lib" }, ge = {
|
|
194
|
+
], _e = { class: "p-4" }, me = { class: "w-full" }, ve = { class: "block" }, he = { class: "modal_end_button_lib lib-sm" }, ge = {
|
|
195
195
|
__name: "simple_modal",
|
|
196
196
|
props: {
|
|
197
197
|
isOpen: Boolean,
|
|
@@ -209,7 +209,7 @@ const j = (e, i) => {
|
|
|
209
209
|
l("div", re, [
|
|
210
210
|
l("div", de, [
|
|
211
211
|
l("div", ue, [
|
|
212
|
-
|
|
212
|
+
w(r.$slots, "header", {}, void 0, !0),
|
|
213
213
|
l("button", {
|
|
214
214
|
onClick: c,
|
|
215
215
|
class: "modal_close_button_lib",
|
|
@@ -219,12 +219,12 @@ const j = (e, i) => {
|
|
|
219
219
|
l("div", _e, [
|
|
220
220
|
l("div", me, [
|
|
221
221
|
l("label", ve, [
|
|
222
|
-
|
|
222
|
+
w(r.$slots, "body", {}, void 0, !0)
|
|
223
223
|
])
|
|
224
224
|
])
|
|
225
225
|
]),
|
|
226
226
|
l("div", he, [
|
|
227
|
-
|
|
227
|
+
w(r.$slots, "footer", {}, void 0, !0)
|
|
228
228
|
])
|
|
229
229
|
])
|
|
230
230
|
])
|
|
@@ -232,13 +232,13 @@ const j = (e, i) => {
|
|
|
232
232
|
])
|
|
233
233
|
])) : g("", !0);
|
|
234
234
|
}
|
|
235
|
-
},
|
|
236
|
-
function
|
|
237
|
-
e.component("primarySelect", ne), e.component("simpleModal",
|
|
235
|
+
}, be = /* @__PURE__ */ j(ge, [["__scopeId", "data-v-606bbd6b"]]);
|
|
236
|
+
function we(e) {
|
|
237
|
+
e.component("primarySelect", ne), e.component("simpleModal", be);
|
|
238
238
|
}
|
|
239
|
-
const Se = { install:
|
|
239
|
+
const Se = { install: we };
|
|
240
240
|
export {
|
|
241
241
|
Se as default,
|
|
242
242
|
ne as primarySelect,
|
|
243
|
-
|
|
243
|
+
be as simpleModal
|
|
244
244
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(p,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(p=typeof globalThis<"u"?globalThis:p||self,e(p["sm-click-library-ui"]={},p.Vue))})(this,function(p,e){"use strict";function B(t){return e.getCurrentScope()?(e.onScopeDispose(t),!0):!1}function E(t){return typeof t=="function"?t():e.unref(t)}const S=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const O=Object.prototype.toString,A=t=>O.call(t)==="[object Object]",
|
|
1
|
+
(function(p,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(p=typeof globalThis<"u"?globalThis:p||self,e(p["sm-click-library-ui"]={},p.Vue))})(this,function(p,e){"use strict";function B(t){return e.getCurrentScope()?(e.onScopeDispose(t),!0):!1}function E(t){return typeof t=="function"?t():e.unref(t)}const S=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const O=Object.prototype.toString,A=t=>O.call(t)==="[object Object]",b=()=>{},I=M();function M(){var t,c;return S&&((t=window==null?void 0:window.navigator)==null?void 0:t.userAgent)&&(/iP(?:ad|hone|od)/.test(window.navigator.userAgent)||((c=window==null?void 0:window.navigator)==null?void 0:c.maxTouchPoints)>2&&/iPad|Macintosh/.test(window==null?void 0:window.navigator.userAgent))}function h(t){var c;const s=E(t);return(c=s==null?void 0:s.$el)!=null?c:s}const k=S?window:void 0;function w(...t){let c,s,l,i;if(typeof t[0]=="string"||Array.isArray(t[0])?([s,l,i]=t,c=k):[c,s,l,i]=t,!c)return b;Array.isArray(s)||(s=[s]),Array.isArray(l)||(l=[l]);const a=[],u=()=>{a.forEach(d=>d()),a.length=0},f=(d,m,n,o)=>(d.addEventListener(m,n,o),()=>d.removeEventListener(m,n,o)),_=e.watch(()=>[h(c),E(i)],([d,m])=>{if(u(),!d)return;const n=A(m)?{...m}:m;a.push(...s.flatMap(o=>l.map(r=>f(d,o,r,n))))},{immediate:!0,flush:"post"}),g=()=>{_(),u()};return B(g),g}let V=!1;function z(t,c,s={}){const{window:l=k,ignore:i=[],capture:a=!0,detectIframe:u=!1}=s;if(!l)return b;I&&!V&&(V=!0,Array.from(l.document.body.children).forEach(n=>n.addEventListener("click",b)),l.document.documentElement.addEventListener("click",b));let f=!0;const _=n=>i.some(o=>{if(typeof o=="string")return Array.from(l.document.querySelectorAll(o)).some(r=>r===n.target||n.composedPath().includes(r));{const r=h(o);return r&&(n.target===r||n.composedPath().includes(r))}}),d=[w(l,"click",n=>{const o=h(t);if(!(!o||o===n.target||n.composedPath().includes(o))){if(n.detail===0&&(f=!_(n)),!f){f=!0;return}c(n)}},{passive:!0,capture:a}),w(l,"pointerdown",n=>{const o=h(t);f=!_(n)&&!!(o&&!n.composedPath().includes(o))},{passive:!0}),u&&w(l,"blur",n=>{setTimeout(()=>{var o;const r=h(t);((o=l.document.activeElement)==null?void 0:o.tagName)==="IFRAME"&&!(r!=null&&r.contains(l.document.activeElement))&&c(n)},0)})].filter(Boolean);return()=>d.forEach(n=>n())}const C=(t,c)=>{const s=t.__vccOpts||t;for(const[l,i]of c)s[l]=i;return s},y=t=>(e.pushScopeId("data-v-b5d1c144"),t=t(),e.popScopeId(),t),v={key:0,class:"line-clamp-2 uppercase text-xs truncate text-white"},L={key:1,class:"line-clamp-2 uppercase text-xs truncate text-white"},j=[y(()=>e.createElementVNode("path",{"fill-rule":"evenodd",d:"M18.4 10.3A2 2 0 0 0 17 7H7a2 2 0 0 0-1.5 3.3l4.9 5.9a2 2 0 0 0 3 0l5-6Z","clip-rule":"evenodd"},null,-1))],P={key:0,class:"select_widget_lib"},T={key:0},F={key:1,class:"space-y-2 mt-2"},W=[y(()=>e.createElementVNode("p",{class:"line-clamp-2 uppercase text-xs truncate"},"Vertical",-1))],D=[y(()=>e.createElementVNode("p",{class:"line-clamp-2 uppercase text-xs truncate"},"Horizontal",-1))],N=C({__name:"primary_select",props:{titleFreeSlot:{type:String,default:"Free Slot"},selectConfig:{type:Object,default:()=>({chartsConfig:!1,freeSlot:!1})}},emits:["closeSelect"],setup(t,{emit:c}){const s=t,l=c,i=e.ref(!1),a=e.ref("Horizontal"),u=e.ref(null),f=e.computed(()=>s.selectConfig.length>0),_=e.computed(()=>s.selectConfig.some(o=>o.chartsConfig)),g=e.computed(()=>s.selectConfig.some(o=>o.freeSlot)),d=()=>{i.value=!i.value},m=o=>{i.value=!1,a.value=o==="horizontal"?"Vertical":"Horizontal",l("closeSelect",o)};return z(u,()=>{i.value&&(i.value=!1)}),(o,r)=>f.value?(e.openBlock(),e.createElementBlock("div",{key:0,ref_key:"target",ref:u,class:"relative w-full"},[e.createElementVNode("button",{onClick:d,class:"bg-lib-base-200 z-10 truncate flex items-center justify-between gap-6 p-2 rounded-md lg:mt-0 w-full shadow-md shadow-lib-base-300"},[e.createElementVNode("div",null,[_.value?(e.openBlock(),e.createElementBlock("p",v,e.toDisplayString(a.value),1)):(e.openBlock(),e.createElementBlock("p",L,e.toDisplayString(t.titleFreeSlot),1))]),e.createElementVNode("div",null,[(e.openBlock(),e.createElementBlock("svg",{class:e.normalizeClass([i.value?"rotate-180 transition-transform ease-in-out":"","w-3 h-3 text-white"]),xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},j,2))])]),i.value?(e.openBlock(),e.createElementBlock("section",P,[g.value?(e.openBlock(),e.createElementBlock("div",T,[e.renderSlot(o.$slots,"free-slot",{},void 0,!0)])):e.createCommentVNode("",!0),_.value?(e.openBlock(),e.createElementBlock("div",F,[e.createElementVNode("button",{class:e.normalizeClass([a.value==="Vertical"?"bg-green-500":"","btn_select_widget_lib"]),onClick:r[0]||(r[0]=()=>m("horizontal"))},W,2),e.createElementVNode("button",{class:e.normalizeClass([a.value!=="Vertical"?"bg-green-500":"","btn_select_widget_lib"]),onClick:r[1]||(r[1]=()=>m("vertical"))},D,2)])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],512)):e.createCommentVNode("",!0)}},[["__scopeId","data-v-b5d1c144"]]),$=t=>(e.pushScopeId("data-v-606bbd6b"),t=t(),e.popScopeId(),t),H={key:0,class:"modal_head_lib"},q=$(()=>e.createElementVNode("div",{class:"modal-overlay_lib absolute h-full bg-gray-600 w-full opacity-70"},null,-1)),G={class:"modal_responsive_lib"},R={class:"flex min-h-full items-center justify-center text-center lib-sm:p-0"},U={class:"modal_size_lib lg:w-2/6"},Z={class:"modal_background_lib"},J={class:"modal_tittle_lib text-current"},K=[$(()=>e.createElementVNode("svg",{class:"h-5 w-5",fill:"currentColor",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z","clip-rule":"evenodd"})],-1))],Q={class:"p-4"},X={class:"w-full"},Y={class:"block"},ee={class:"modal_end_button_lib lib-sm"},x=C({__name:"simple_modal",props:{isOpen:Boolean,default:!1},emits:["update:isOpen"],setup(t,{emit:c}){const s=t,l=c,i=()=>{l("update:isOpen",!s.isOpen)};return(a,u)=>t.isOpen?(e.openBlock(),e.createElementBlock("div",H,[q,e.createElementVNode("div",G,[e.createElementVNode("div",R,[e.createElementVNode("div",U,[e.createElementVNode("div",Z,[e.createElementVNode("div",J,[e.renderSlot(a.$slots,"header",{},void 0,!0),e.createElementVNode("button",{onClick:i,class:"modal_close_button_lib","data-modal-toggle":"editUserModal"},K)]),e.createElementVNode("div",Q,[e.createElementVNode("div",X,[e.createElementVNode("label",Y,[e.renderSlot(a.$slots,"body",{},void 0,!0)])])]),e.createElementVNode("div",ee,[e.renderSlot(a.$slots,"footer",{},void 0,!0)])])])])])])):e.createCommentVNode("",!0)}},[["__scopeId","data-v-606bbd6b"]]);function te(t){t.component("primarySelect",N),t.component("simpleModal",x)}const oe={install:te};p.default=oe,p.primarySelect=N,p.simpleModal=x,Object.defineProperties(p,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
package/dist/styleSmClick.css
CHANGED
|
@@ -635,25 +635,10 @@ video {
|
|
|
635
635
|
border-top-left-radius: 1rem;
|
|
636
636
|
border-top-right-radius: 1rem;
|
|
637
637
|
}
|
|
638
|
-
.border-base-300 {
|
|
638
|
+
.border-lib-base-300 {
|
|
639
639
|
--tw-border-opacity: 1;
|
|
640
640
|
border-color: rgb(17 27 33 / var(--tw-border-opacity));
|
|
641
641
|
}
|
|
642
|
-
.bg-base-100 {
|
|
643
|
-
--tw-bg-opacity: 1;
|
|
644
|
-
background-color: rgb(75 99 116 / var(--tw-bg-opacity));
|
|
645
|
-
}
|
|
646
|
-
.bg-base-200 {
|
|
647
|
-
--tw-bg-opacity: 1;
|
|
648
|
-
background-color: rgb(38 52 61 / var(--tw-bg-opacity));
|
|
649
|
-
}
|
|
650
|
-
.bg-base-200\/40 {
|
|
651
|
-
background-color: rgb(38 52 61 / 0.4);
|
|
652
|
-
}
|
|
653
|
-
.bg-base-300 {
|
|
654
|
-
--tw-bg-opacity: 1;
|
|
655
|
-
background-color: rgb(17 27 33 / var(--tw-bg-opacity));
|
|
656
|
-
}
|
|
657
642
|
.bg-black {
|
|
658
643
|
--tw-bg-opacity: 1;
|
|
659
644
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
@@ -670,6 +655,21 @@ video {
|
|
|
670
655
|
--tw-bg-opacity: 1;
|
|
671
656
|
background-color: rgb(34 197 94 / var(--tw-bg-opacity));
|
|
672
657
|
}
|
|
658
|
+
.bg-lib-base-100 {
|
|
659
|
+
--tw-bg-opacity: 1;
|
|
660
|
+
background-color: rgb(75 99 116 / var(--tw-bg-opacity));
|
|
661
|
+
}
|
|
662
|
+
.bg-lib-base-200 {
|
|
663
|
+
--tw-bg-opacity: 1;
|
|
664
|
+
background-color: rgb(38 52 61 / var(--tw-bg-opacity));
|
|
665
|
+
}
|
|
666
|
+
.bg-lib-base-200\/40 {
|
|
667
|
+
background-color: rgb(38 52 61 / 0.4);
|
|
668
|
+
}
|
|
669
|
+
.bg-lib-base-300 {
|
|
670
|
+
--tw-bg-opacity: 1;
|
|
671
|
+
background-color: rgb(17 27 33 / var(--tw-bg-opacity));
|
|
672
|
+
}
|
|
673
673
|
.p-1 {
|
|
674
674
|
padding: 0.25rem;
|
|
675
675
|
}
|
|
@@ -726,7 +726,7 @@ video {
|
|
|
726
726
|
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
|
|
727
727
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
728
728
|
}
|
|
729
|
-
.shadow-base-300 {
|
|
729
|
+
.shadow-lib-base-300 {
|
|
730
730
|
--tw-shadow-color: #111B21;
|
|
731
731
|
--tw-shadow: var(--tw-shadow-colored);
|
|
732
732
|
}
|
|
@@ -803,35 +803,19 @@ video {
|
|
|
803
803
|
--tw-scale-y: 1.05;
|
|
804
804
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
805
805
|
}
|
|
806
|
-
.hover\:bg-base-100:hover {
|
|
806
|
+
.hover\:bg-lib-base-100:hover {
|
|
807
807
|
--tw-bg-opacity: 1;
|
|
808
808
|
background-color: rgb(75 99 116 / var(--tw-bg-opacity));
|
|
809
809
|
}
|
|
810
|
-
@media (min-width: 640px) {
|
|
811
|
-
|
|
812
|
-
.sm\:p-0 {
|
|
813
|
-
padding: 0px;
|
|
814
|
-
}
|
|
815
|
-
}
|
|
816
810
|
@media (min-width: 864px) {
|
|
817
811
|
|
|
818
|
-
.
|
|
812
|
+
.lib_md\:w-1\/2 {
|
|
819
813
|
width: 50%;
|
|
820
814
|
}
|
|
821
815
|
}
|
|
822
|
-
@media (min-width: 1280px) {
|
|
823
|
-
|
|
824
|
-
.lg\:mt-0 {
|
|
825
|
-
margin-top: 0px;
|
|
826
|
-
}
|
|
827
|
-
|
|
828
|
-
.lg\:w-2\/6 {
|
|
829
|
-
width: 33.333333%;
|
|
830
|
-
}
|
|
831
|
-
}
|
|
832
816
|
@media (min-width: 1512px) {
|
|
833
817
|
|
|
834
|
-
.
|
|
818
|
+
.lib_xl\:w-1\/3 {
|
|
835
819
|
width: 33.333333%;
|
|
836
820
|
}
|
|
837
821
|
}
|