bit-office 0.2.0 → 1.0.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.js +1983 -362
- package/dist/index.js.map +1 -1
- package/dist/web/out/404.html +50 -2
- package/dist/web/out/Office Tileset/Office Tileset All 16x16.png +0 -0
- package/dist/web/out/_next/static/chunks/757.6d61de28074ba8d4.js +1 -0
- package/dist/web/out/_next/static/chunks/904.36d527a30eef4423.js +1 -0
- package/dist/web/out/_next/static/chunks/989-4c2c2b3a6c2f8a4a.js +1 -0
- package/dist/web/out/_next/static/chunks/app/office/page-e71fd886e7258e88.js +1 -0
- package/dist/web/out/_next/static/chunks/app/pair/page-667d7c599a584eb6.js +1 -0
- package/dist/web/out/_next/static/chunks/{webpack-131b3d260a3d9ce4.js → webpack-6eaa423ee729538f.js} +1 -1
- package/dist/web/out/index.html +50 -2
- package/dist/web/out/index.txt +67 -17
- package/dist/web/out/office.html +50 -2
- package/dist/web/out/office.txt +68 -17
- package/dist/web/out/pair.html +50 -2
- package/dist/web/out/pair.txt +68 -17
- package/dist/web/out/pixel-agents-layout.json +1 -2802
- package/dist/web/out/sw.js +1 -1
- package/package.json +2 -1
- package/dist/web/out/_next/static/chunks/757.6b9b9f11f348e673.js +0 -1
- package/dist/web/out/_next/static/chunks/904.4649cb92e3c1355c.js +0 -1
- package/dist/web/out/_next/static/chunks/989-f3ebca68e0b5e7ee.js +0 -1
- package/dist/web/out/_next/static/chunks/app/office/page-75459bb9d7bfe004.js +0 -1
- package/dist/web/out/_next/static/chunks/app/pair/page-932b6cbad193cd3d.js +0 -1
- /package/dist/web/out/_next/static/{KVUUasWqYxW6SNCIo9Tbn → e3jju679hIWY5j_P8PYTf}/_buildManifest.js +0 -0
- /package/dist/web/out/_next/static/{KVUUasWqYxW6SNCIo9Tbn → e3jju679hIWY5j_P8PYTf}/_ssgManifest.js +0 -0
package/dist/web/out/pair.txt
CHANGED
|
@@ -1,18 +1,69 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
2
|
+
3:I[9653,[],""]
|
|
3
|
+
4:I[1329,[],""]
|
|
4
|
+
8:I[5719,[],""]
|
|
5
|
+
2:T5c9,
|
|
6
|
+
:root {
|
|
7
|
+
--px-bg-deep: #16122a;
|
|
8
|
+
--px-bg-panel: #1e1a30;
|
|
9
|
+
--px-bg-card: #231e38;
|
|
10
|
+
--px-bg-chat: #1a1530;
|
|
11
|
+
--px-border: #3d2e54;
|
|
12
|
+
--px-border-warm: #5a3d14;
|
|
13
|
+
--px-gold: #e8b040;
|
|
14
|
+
--px-gold-dim: #a87820;
|
|
15
|
+
--px-text: #eddcb8;
|
|
16
|
+
--px-text-muted: #9a8a68;
|
|
17
|
+
--px-text-dim: #6a5a48;
|
|
18
|
+
--px-amber: #e0900a;
|
|
19
|
+
--px-amber-bg: rgba(232, 176, 64, 0.14);
|
|
20
|
+
}
|
|
21
|
+
* {
|
|
22
|
+
scrollbar-width: thin;
|
|
23
|
+
scrollbar-color: #5a3d14 #1a1530;
|
|
24
|
+
}
|
|
25
|
+
*::-webkit-scrollbar {
|
|
26
|
+
width: 4px;
|
|
27
|
+
height: 4px;
|
|
28
|
+
}
|
|
29
|
+
*::-webkit-scrollbar-track {
|
|
30
|
+
background: transparent;
|
|
31
|
+
}
|
|
32
|
+
*::-webkit-scrollbar-thumb {
|
|
33
|
+
background: #3d2d10;
|
|
34
|
+
border-radius: 0;
|
|
35
|
+
}
|
|
36
|
+
*::-webkit-scrollbar-thumb:hover {
|
|
37
|
+
background: #e8b040;
|
|
38
|
+
}
|
|
39
|
+
*::-webkit-scrollbar-corner {
|
|
40
|
+
background: transparent;
|
|
41
|
+
}
|
|
42
|
+
.px-font {
|
|
43
|
+
font-family: 'Press Start 2P', monospace;
|
|
44
|
+
}
|
|
45
|
+
@keyframes px-blink {
|
|
46
|
+
0%, 49% { opacity: 1; }
|
|
47
|
+
50%, 100% { opacity: 0; }
|
|
48
|
+
}
|
|
49
|
+
@keyframes px-pulse-gold {
|
|
50
|
+
0%, 100% { box-shadow: 0 0 0 0 rgba(200,155,48,0); }
|
|
51
|
+
50% { box-shadow: 0 0 8px 2px rgba(200,155,48,0.25); }
|
|
52
|
+
}
|
|
53
|
+
0:{"P":null,"b":"e3jju679hIWY5j_P8PYTf","p":"","c":["","pair"],"i":false,"f":[[["",{"children":["pair",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[null,["$","html",null,{"lang":"en","children":[["$","head",null,{"children":[["$","meta",null,{"name":"theme-color","content":"#1a1530"}],["$","meta",null,{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"}],["$","link",null,{"rel":"preconnect","href":"https://fonts.googleapis.com"}],["$","link",null,{"rel":"preconnect","href":"https://fonts.gstatic.com","crossOrigin":"anonymous"}],["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap","rel":"stylesheet"}]]}],["$","body",null,{"style":{"margin":0,"backgroundColor":"#1a1530","color":"#eddcb8","fontFamily":"system-ui, sans-serif"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}],["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\n if ('serviceWorker' in navigator && location.hostname === 'localhost') {\n navigator.serviceWorker.getRegistrations().then(function(regs) {\n for (var r of regs) r.unregister();\n });\n }\n "}}]]}]]}]]}],{"children":["pair","$L5",{"children":["__PAGE__","$L6",{},null,false]},null,false]},null,false],"$L7",false]],"m":"$undefined","G":["$8",[]],"s":false,"S":true}
|
|
54
|
+
9:I[7868,[],"ClientPageRoot"]
|
|
55
|
+
a:I[9600,["863","static/chunks/app/pair/page-667d7c599a584eb6.js"],"default"]
|
|
56
|
+
d:I[9096,[],"OutletBoundary"]
|
|
57
|
+
f:I[913,[],"AsyncMetadataOutlet"]
|
|
58
|
+
11:I[9096,[],"ViewportBoundary"]
|
|
59
|
+
13:I[9096,[],"MetadataBoundary"]
|
|
60
|
+
14:"$Sreact.suspense"
|
|
61
|
+
5:["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}]
|
|
62
|
+
6:["$","$1","c",{"children":[["$","$L9",null,{"Component":"$a","searchParams":{},"params":{},"promises":["$@b","$@c"]}],null,["$","$Ld",null,{"children":["$Le",["$","$Lf",null,{"promise":"$@10"}]]}]]}]
|
|
63
|
+
7:["$","$1","h",{"children":[null,[["$","$L11",null,{"children":"$L12"}],null],["$","$L13",null,{"children":["$","div",null,{"hidden":true,"children":["$","$14",null,{"fallback":null,"children":"$L15"}]}]}]]}]
|
|
64
|
+
b:{}
|
|
65
|
+
c:"$6:props:children:0:props:params"
|
|
66
|
+
12:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
67
|
+
e:null
|
|
68
|
+
10:{"metadata":[["$","title","0",{"children":"Bit Office"}],["$","meta","1",{"name":"description","content":"Control your AI agents from anywhere"}],["$","link","2",{"rel":"manifest","href":"/manifest.json","crossOrigin":"$undefined"}]],"error":null,"digest":"$undefined"}
|
|
69
|
+
15:"$10:metadata"
|