@wireweave/core 2.7.0-beta.0 → 2.7.1-beta.0

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/index.cjs CHANGED
@@ -8452,6 +8452,7 @@ function generateBaseStyles(prefix) {
8452
8452
  position: relative;
8453
8453
  display: flex;
8454
8454
  flex-direction: column;
8455
+ flex-shrink: 0;
8455
8456
  /* Wireframe boundary visualization */
8456
8457
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
8457
8458
  border-radius: 8px;
package/dist/index.js CHANGED
@@ -8312,6 +8312,7 @@ function generateBaseStyles(prefix) {
8312
8312
  position: relative;
8313
8313
  display: flex;
8314
8314
  flex-direction: column;
8315
+ flex-shrink: 0;
8315
8316
  /* Wireframe boundary visualization */
8316
8317
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
8317
8318
  border-radius: 8px;
package/dist/renderer.cjs CHANGED
@@ -1601,6 +1601,7 @@ function generateBaseStyles(prefix) {
1601
1601
  position: relative;
1602
1602
  display: flex;
1603
1603
  flex-direction: column;
1604
+ flex-shrink: 0;
1604
1605
  /* Wireframe boundary visualization */
1605
1606
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
1606
1607
  border-radius: 8px;
package/dist/renderer.js CHANGED
@@ -1563,6 +1563,7 @@ function generateBaseStyles(prefix) {
1563
1563
  position: relative;
1564
1564
  display: flex;
1565
1565
  flex-direction: column;
1566
+ flex-shrink: 0;
1566
1567
  /* Wireframe boundary visualization */
1567
1568
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
1568
1569
  border-radius: 8px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wireweave/core",
3
- "version": "2.7.0-beta.0",
3
+ "version": "2.7.1-beta.0",
4
4
  "description": "Core parser and renderer for wireweave",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",