@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.
- package/README.md +1 -1
- package/out/main/index.js +596 -265
- package/out/preload/index.js +1 -1
- package/out/renderer/assets/{index-v71lXiVB.js → index-BnUB1gZc.js} +339 -254
- package/out/renderer/assets/{index-DP2yMHwF.css → index-Ct7z7yP_.css} +21 -0
- package/out/renderer/index.html +2 -2
- package/package.json +1 -1
|
@@ -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;
|
package/out/renderer/index.html
CHANGED
|
@@ -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-
|
|
9
|
-
<link rel="stylesheet" crossorigin href="./assets/index-
|
|
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.
|
|
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": {
|