@scbt-ecom/ui 0.6.0 → 0.7.1

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/hybrid.js CHANGED
@@ -850,7 +850,7 @@ var ge = be(
850
850
  const X = /* @__PURE__ */ z(ge), Ue = {
851
851
  theme: {
852
852
  screens: {
853
- mobile: { max: "1187px" },
853
+ mobile: "1187px",
854
854
  desktop: "1188px"
855
855
  },
856
856
  backgroundColor: {
@@ -921,7 +921,6 @@ const X = /* @__PURE__ */ z(ge), Ue = {
921
921
  }
922
922
  },
923
923
  plugins: [
924
- // eslint-disable-next-line global-require
925
924
  X,
926
925
  D(({ addComponents: r }) => {
927
926
  r(G);
@@ -982,7 +981,7 @@ const X = /* @__PURE__ */ z(ge), Ue = {
982
981
  }, Ze = {
983
982
  theme: {
984
983
  screens: {
985
- mobile: { max: "1187px" },
984
+ mobile: "1187px",
986
985
  desktop: "1188px"
987
986
  },
988
987
  backgroundColor: {
@@ -1124,7 +1123,7 @@ const X = /* @__PURE__ */ z(ge), Ue = {
1124
1123
  {
1125
1124
  "data-id": "banner-image",
1126
1125
  src: d,
1127
- alt: r,
1126
+ alt: "Картинка баннера",
1128
1127
  className: a("h-full w-full object-contain", i == null ? void 0 : i.image)
1129
1128
  }
1130
1129
  )
@@ -1138,7 +1137,7 @@ const X = /* @__PURE__ */ z(ge), Ue = {
1138
1137
  {
1139
1138
  "data-id": "banner-advantages",
1140
1139
  className: a("absolute bottom-[-400px] right-1/2 translate-x-1/2 desktop:bottom-[-50px]", i == null ? void 0 : i.advantages),
1141
- children: o && (o == null ? void 0 : o.length) > 0 && /* @__PURE__ */ t.jsx(J, { advantagesList: o })
1140
+ children: o && (o == null ? void 0 : o.length) > 0 && /* @__PURE__ */ t.jsx(J, { classes: i, advantagesList: o })
1142
1141
  }
1143
1142
  )
1144
1143
  ] }) });
@@ -1164,7 +1163,7 @@ const X = /* @__PURE__ */ z(ge), Ue = {
1164
1163
  {
1165
1164
  "data-id": "banner-image",
1166
1165
  src: d,
1167
- alt: r,
1166
+ alt: "Картинка баннера",
1168
1167
  className: a("h-full w-full object-cover object-center", i == null ? void 0 : i.image)
1169
1168
  }
1170
1169
  )