@texturehq/edges 3.1.0 → 3.1.2

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/styles.css CHANGED
@@ -3240,6 +3240,9 @@
3240
3240
  .flex-wrap {
3241
3241
  flex-wrap: wrap;
3242
3242
  }
3243
+ .place-items-center {
3244
+ place-items: center;
3245
+ }
3243
3246
  .items-baseline {
3244
3247
  align-items: baseline;
3245
3248
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@texturehq/edges",
3
- "version": "3.1.0",
3
+ "version": "3.1.2",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",