File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 "url" : " git+https://github.com/opencor/webapp.git"
2424 },
2525 "type" : " module" ,
26- "version" : " 0.20251206.0 " ,
26+ "version" : " 0.20251206.1 " ,
2727 "scripts" : {
2828 "archive:web" : " bun src/renderer/scripts/archive.web.js" ,
2929 "build" : " electron-vite build" ,
Original file line number Diff line number Diff line change 3939 },
4040 "./style.css" : " ./dist/opencor.css"
4141 },
42- "version" : " 0.20251206.0 " ,
42+ "version" : " 0.20251206.1 " ,
4343 "scripts" : {
4444 "build" : " vite build" ,
4545 "build:lib" : " vite build --config vite.lib.config.ts && cp index.d.ts dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -1084,7 +1084,7 @@ async function onGitHubButtonClick(): Promise<void> {
10841084 container-type : inline-size;
10851085}
10861086
1087- .opencor-scoped-styles :deep(.p- ) {
1087+ .opencor-scoped-styles :deep([ class ^= " p- " ] ) {
10881088 all : initial ;
10891089 all : revert ;
10901090}
You can’t perform that action at this time.
0 commit comments