@wix/editor-react-components 1.2510.0 → 1.2512.0

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.
@@ -241,8 +241,7 @@ const manifest = {
241
241
  INTERACTIONS.TRIGGER_TYPE.animationEnd,
242
242
  INTERACTIONS.TRIGGER_TYPE.pointerMove,
243
243
  INTERACTIONS.TRIGGER_TYPE.viewProgress,
244
- INTERACTIONS.TRIGGER_TYPE.click,
245
- INTERACTIONS.TRIGGER_TYPE.hover
244
+ INTERACTIONS.TRIGGER_TYPE.click
246
245
  ]
247
246
  },
248
247
  elements: {
@@ -135,6 +135,7 @@
135
135
  border: 0;
136
136
  }.repeater {
137
137
  --repeater-min-size-fallback: 200px;
138
+ --repeater-column-min-width-fallback: 350px;
138
139
  --background-color: transparent;
139
140
  --background-color-opacity: 100%;
140
141
  --items-per-row: enabled;
@@ -149,7 +150,7 @@
149
150
  --column-gap: 0px;
150
151
  --overflow-content: visible;
151
152
  --skeleton-color: #e0dad7;
152
- --column-min-width: var(--repeater-min-size-fallback);
153
+ --column-min-width: var(--repeater-column-min-width-fallback);
153
154
  --row-min-height: var(--repeater-min-size-fallback);
154
155
  --grid-auto-flow-mode: auto-fit;
155
156
  --grid-auto-rows-value: minmax(
@@ -283,7 +283,8 @@ const manifest = {
283
283
  },
284
284
  "column-min-width": {
285
285
  cssPropertyType: CSS_PROPERTIES.CSS_PROPERTY_TYPE.length,
286
- displayName: "Column min width"
286
+ displayName: "Column min width",
287
+ defaultValue: "350px"
287
288
  },
288
289
  "row-min-height": {
289
290
  cssPropertyType: CSS_PROPERTIES.CSS_PROPERTY_TYPE.length,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-components",
3
- "version": "1.2510.0",
3
+ "version": "1.2512.0",
4
4
  "description": "React components for the Wix Editor",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -197,5 +197,5 @@
197
197
  "registry": "https://registry.npmjs.org/",
198
198
  "access": "public"
199
199
  },
200
- "falconPackageHash": "ef7ebae097875ccd578cda8d94d4c164dbeff47cfb9807596a12414d"
200
+ "falconPackageHash": "67efde5c0cbaf440c664ad3500e67f48a58593b7b9356994089b8e9c"
201
201
  }