@p4ulcristian/iris-layout 0.2.2 → 0.2.3

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/styles.css +0 -2
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -208,11 +208,9 @@
208
208
  min-height: 0;
209
209
  min-width: 0;
210
210
  overflow: hidden;
211
- border: 1px solid rgba(255,255,255,0.04);
212
211
  }
213
212
 
214
213
  .iris-grid-cell-active {
215
- border-color: rgba(99, 102, 241, 0.3);
216
214
  }
217
215
 
218
216
  .iris-grid-zoomed .iris-grid-cell-active {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@p4ulcristian/iris-layout",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Tiling layout library for React — resizable splits, drag-drop rearrangement, multi-stage workspaces",
5
5
  "type": "module",
6
6
  "main": "dist/iris-layout.js",