@byline/ui 1.8.0 → 1.8.1

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.
@@ -1595,3 +1595,7 @@
1595
1595
  visibility: visible;
1596
1596
  transform: matrix(1, 0, 0, 1, 0, 0);
1597
1597
  }
1598
+
1599
+ .byline-ui {
1600
+ isolation: isolate;
1601
+ }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "private": false,
4
4
  "type": "module",
5
5
  "license": "MPL-2.0",
6
- "version": "1.8.0",
6
+ "version": "1.8.1",
7
7
  "engines": {
8
8
  "node": ">=20.9.0"
9
9
  },
@@ -65,9 +65,9 @@
65
65
  "react-diff-viewer-continued": "^4.2.2",
66
66
  "zod": "^4.4.2",
67
67
  "zod-form-data": "^3.0.1",
68
- "@byline/client": "1.8.0",
69
- "@byline/admin": "1.8.0",
70
- "@byline/core": "1.8.0"
68
+ "@byline/client": "1.8.1",
69
+ "@byline/core": "1.8.1",
70
+ "@byline/admin": "1.8.1"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "react": "^19.0.0",
@@ -6,3 +6,7 @@
6
6
  @import "./functional/functional.css";
7
7
  @import "./theme/theme.css";
8
8
  @import "./components/components.css";
9
+
10
+ .byline-ui {
11
+ isolation: isolate;
12
+ }