@sc-360-v2/storefront-cms-library 0.3.61 → 0.3.62

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.
@@ -255,6 +255,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
255
255
  display: flex;
256
256
  align-items: center;
257
257
  gap: 8px;
258
+ cursor: pointer;
258
259
  }
259
260
  }
260
261
 
package/dist/table.scss CHANGED
@@ -121,7 +121,7 @@
121
121
  )
122
122
  );
123
123
  border-width: var(
124
- --_sf-hr-br-wh,
124
+ --_sf-hr-br-wt,
125
125
  var(
126
126
  --_ctm-mob-dn-ld-me-bn-br-wh,
127
127
  var(--_ctm-tab-dn-ld-me-bn-br-wh, var(--_ctm-dn-ld-me-bn-br-wh))
@@ -267,10 +267,7 @@
267
267
  );
268
268
 
269
269
  .thead__row__divider {
270
- height: var(
271
- --_ctm-mob-lt-mx-dy-se-hr-ht,
272
- var(--_ctm-tab-lt-mx-dy-se-hr-ht, var(--_ctm-lt-mx-dy-se-hr-ht))
273
- );
270
+ height: var(--_ctm-mob-lt-hr-ht, var(--_ctm-tab-lt-hr-ht, var(--_ctm-lt-hr-ht)));
274
271
 
275
272
  .th__col__divider {
276
273
  padding: var(
@@ -333,10 +330,7 @@
333
330
  var(--_ctm-tab-dn-te-rw-bd-cr, var(--_ctm-dn-te-rw-bd-cr))
334
331
  );
335
332
 
336
- height: var(
337
- --_ctm-mob-lt-mx-dy-se-rw-ht,
338
- var(--_ctm-tab-lt-mx-dy-se-rw-ht, var(--_ctm-lt-mx-dy-se-rw-ht))
339
- );
333
+ height: var(--_ctm-mob-lt-rw-ht, var(--_ctm-tab-lt-rw-ht, var(--_ctm-lt-rw-ht)));
340
334
 
341
335
  .td__col__divider {
342
336
  padding: var(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sc-360-v2/storefront-cms-library",
3
- "version": "0.3.61",
3
+ "version": "0.3.62",
4
4
  "main": "/dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {