@pelcro/react-pelcro-js 4.0.0-alpha.10 → 4.0.0-alpha.11

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.
Files changed (2) hide show
  1. package/dist/pelcro.css +4 -0
  2. package/package.json +1 -1
package/dist/pelcro.css CHANGED
@@ -1498,6 +1498,10 @@ Add the correct display in Chrome and Safari.
1498
1498
  width: 1px;
1499
1499
  }
1500
1500
 
1501
+ .pelcro-root .pelcro-vertical-separator:first-child {
1502
+ display: none;
1503
+ }
1504
+
1501
1505
  .pelcro-root .pelcro-shop-product-image {
1502
1506
  max-width: 13rem;
1503
1507
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pelcro/react-pelcro-js",
3
3
  "description": "Pelcro's React UI Elements",
4
- "version": "4.0.0-alpha.10",
4
+ "version": "4.0.0-alpha.11",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",