@quanta-intellect/vessel-browser 0.1.27 → 0.1.29

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.
@@ -1587,6 +1587,27 @@
1587
1587
  align-items: stretch;
1588
1588
  }
1589
1589
 
1590
+ .bookmark-folder-delete-confirm {
1591
+ padding: 8px 12px;
1592
+ background: rgba(255, 142, 142, 0.04);
1593
+ border: 1px solid rgba(255, 142, 142, 0.12);
1594
+ border-radius: var(--radius-md);
1595
+ margin-top: 4px;
1596
+ }
1597
+
1598
+ .bookmark-delete-prompt {
1599
+ font-size: 12px;
1600
+ color: var(--text-secondary);
1601
+ margin: 0 0 8px;
1602
+ line-height: 1.4;
1603
+ }
1604
+
1605
+ .bookmark-delete-options {
1606
+ display: flex;
1607
+ gap: 6px;
1608
+ flex-wrap: wrap;
1609
+ }
1610
+
1590
1611
  .bookmark-folder-form-fields {
1591
1612
  display: flex;
1592
1613
  flex: 1;
@@ -5,8 +5,8 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; connect-src 'self'; font-src 'self' data:;" />
7
7
  <title>Vessel</title>
8
- <script type="module" crossorigin src="./assets/index-v71lXiVB.js"></script>
9
- <link rel="stylesheet" crossorigin href="./assets/index-DP2yMHwF.css">
8
+ <script type="module" crossorigin src="./assets/index-BnUB1gZc.js"></script>
9
+ <link rel="stylesheet" crossorigin href="./assets/index-Ct7z7yP_.css">
10
10
  </head>
11
11
  <body>
12
12
  <div id="root"></div>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@quanta-intellect/vessel-browser",
3
3
  "mcpName": "io.github.unmodeled-tyler/vessel-browser",
4
- "version": "0.1.27",
4
+ "version": "0.1.29",
5
5
  "description": "AI-native web browser for Linux — persistent browser runtime for autonomous agents with human supervision",
6
6
  "main": "./out/main/index.js",
7
7
  "bin": {