@scbt-ecom/ui 0.7.8 → 0.7.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.
- package/dist/client.js +6355 -6250
- package/dist/client.js.map +1 -1
- package/dist/hybrid.js +2 -2
- package/dist/hybrid.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +8 -8
package/dist/hybrid.js
CHANGED
|
@@ -1501,7 +1501,7 @@ const q = /* @__PURE__ */ L(ye), Qe = {
|
|
|
1501
1501
|
defaultVariants: {
|
|
1502
1502
|
intent: "twoItems"
|
|
1503
1503
|
}
|
|
1504
|
-
}), Ae = u("", {
|
|
1504
|
+
}), Ae = u("desktop:max-h-[98px]", {
|
|
1505
1505
|
variants: {
|
|
1506
1506
|
intent: {
|
|
1507
1507
|
twoItems: "",
|
|
@@ -1536,7 +1536,7 @@ const q = /* @__PURE__ */ L(ye), Qe = {
|
|
|
1536
1536
|
}), ze = u("border-blue-grey-500 pb-6 mobile:mb-6 mobile:border-b mobile:last:pb-0 mobile:last:mb-0", {
|
|
1537
1537
|
variants: {
|
|
1538
1538
|
intent: {
|
|
1539
|
-
twoItems:
|
|
1539
|
+
twoItems: 'last:border-none relative desktop:first:after:top-1/2 desktop:first:after:-translate-y-1/2 desktop:first:after:right-0 desktop:first:after:content-[""] desktop:first:after:block desktop:first:after:absolute desktop:first:after:w-[1px] desktop:first:after:h-[64px] desktop:first:after:bg-color-blue-grey-500 desktop:ml-8 desktop:pr-8 desktop:first:ml-0 desktop:last:pr-0 desktop:pb-3',
|
|
1540
1540
|
fourItems: " mobile:last:border-none desktop:w-[264px] desktop:odd:border-b desktop:pb-0 desktop:odd:pb-3"
|
|
1541
1541
|
}
|
|
1542
1542
|
},
|