catchup-library-web 1.10.3 → 1.10.4

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/index.js CHANGED
@@ -4905,7 +4905,7 @@ var GroupingActivityMaterialContent = ({
4905
4905
  "div",
4906
4906
  {
4907
4907
  ref: itemsRef,
4908
- className: "flex-1 flex flex-row gap-x-4 gap-y-4 overflow-auto py-2",
4908
+ className: "flex-1 flex flex-row gap-4 overflow-x-auto py-2 min-w-0",
4909
4909
  children: filteredMaterialList.map((materialValue, index) => {
4910
4910
  return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
4911
4911
  DraggableItem_default,
package/dist/index.mjs CHANGED
@@ -4706,7 +4706,7 @@ var GroupingActivityMaterialContent = ({
4706
4706
  "div",
4707
4707
  {
4708
4708
  ref: itemsRef,
4709
- className: "flex-1 flex flex-row gap-x-4 gap-y-4 overflow-auto py-2",
4709
+ className: "flex-1 flex flex-row gap-4 overflow-x-auto py-2 min-w-0",
4710
4710
  children: filteredMaterialList.map((materialValue, index) => {
4711
4711
  return /* @__PURE__ */ jsx25(
4712
4712
  DraggableItem_default,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "catchup-library-web",
3
- "version": "1.10.3",
3
+ "version": "1.10.4",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -131,7 +131,7 @@ const GroupingActivityMaterialContent = ({
131
131
  <>
132
132
  <div
133
133
  ref={itemsRef}
134
- className="flex-1 flex flex-row gap-x-4 gap-y-4 overflow-auto py-2"
134
+ className="flex-1 flex flex-row gap-4 overflow-x-auto py-2 min-w-0"
135
135
  >
136
136
  {filteredMaterialList.map((materialValue, index) => {
137
137
  return (