@edu-tosel/design 1.0.174 → 1.0.175

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.
@@ -309,5 +309,5 @@ export function ScrollBookComponent() {
309
309
  imgStyling: "bg-contain bg-no-repeat bg-center",
310
310
  scrollActions: "snap-start",
311
311
  };
312
- return (_jsx("div", { className: cn(container), children: bookData.map((item) => (_jsx("div", { className: cn(imageWrapper, `bg-[url('${item.imgSrc}')]`) }, item.id))) }));
312
+ return (_jsx("div", { className: cn(container), children: bookData.map((item) => (_jsx("div", {}, item.id))) }));
313
313
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edu-tosel/design",
3
- "version": "1.0.174",
3
+ "version": "1.0.175",
4
4
  "description": "UI components for International TOSEL Committee",
5
5
  "keywords": [
6
6
  "jsx",
package/version.txt CHANGED
@@ -1 +1 @@
1
- 1.0.174
1
+ 1.0.175