Skip to content

Commit 202d170

Browse files
authored
Merge pull request #721 from pmndrs/dev
Version 6.37.7
2 parents ad338df + 7fd4982 commit 202d170

File tree

8 files changed

+571
-604
lines changed

8 files changed

+571
-604
lines changed
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
.dark {
2-
--tp-base-background-color: hsla(0deg, 0%, 10%, 80%);
3-
--tp-base-shadow-color: hsla(0deg, 0%, 0%, 20%);
4-
--tp-button-background-color: hsla(0deg, 0%, 80%, 100%);
5-
--tp-button-background-color-active: hsla(0deg, 0%, 100%, 100%);
6-
--tp-button-background-color-focus: hsla(0deg, 0%, 95%, 100%);
7-
--tp-button-background-color-hover: hsla(0deg, 0%, 85%, 100%);
8-
--tp-button-foreground-color: hsla(0deg, 0%, 0%, 80%);
9-
--tp-container-background-color: hsla(0deg, 0%, 0%, 30%);
10-
--tp-container-background-color-active: hsla(0deg, 0%, 0%, 60%);
11-
--tp-container-background-color-focus: hsla(0deg, 0%, 0%, 50%);
12-
--tp-container-background-color-hover: hsla(0deg, 0%, 0%, 40%);
13-
--tp-container-foreground-color: hsla(0deg, 0%, 100%, 50%);
14-
--tp-groove-foreground-color: hsla(0deg, 0%, 0%, 20%);
15-
--tp-input-background-color: hsla(0deg, 0%, 0%, 30%);
16-
--tp-input-background-color-active: hsla(0deg, 0%, 0%, 60%);
17-
--tp-input-background-color-focus: hsla(0deg, 0%, 0%, 50%);
18-
--tp-input-background-color-hover: hsla(0deg, 0%, 0%, 40%);
19-
--tp-input-foreground-color: hsla(0deg, 0%, 100%, 50%);
20-
--tp-label-foreground-color: hsla(0deg, 0%, 100%, 50%);
21-
--tp-monitor-background-color: hsla(0deg, 0%, 0%, 30%);
22-
--tp-monitor-foreground-color: hsla(0deg, 0%, 100%, 30%);
2+
--tp-base-background-color: hsl(0deg, 0%, 10%, 80%);
3+
--tp-base-shadow-color: hsl(0deg, 0%, 0%, 20%);
4+
--tp-button-background-color: hsl(0deg, 0%, 80%, 100%);
5+
--tp-button-background-color-active: hsl(0deg, 0%, 100%, 100%);
6+
--tp-button-background-color-focus: hsl(0deg, 0%, 95%, 100%);
7+
--tp-button-background-color-hover: hsl(0deg, 0%, 85%, 100%);
8+
--tp-button-foreground-color: hsl(0deg, 0%, 0%, 80%);
9+
--tp-container-background-color: hsl(0deg, 0%, 0%, 30%);
10+
--tp-container-background-color-active: hsl(0deg, 0%, 0%, 60%);
11+
--tp-container-background-color-focus: hsl(0deg, 0%, 0%, 50%);
12+
--tp-container-background-color-hover: hsl(0deg, 0%, 0%, 40%);
13+
--tp-container-foreground-color: hsl(0deg, 0%, 100%, 50%);
14+
--tp-groove-foreground-color: hsl(0deg, 0%, 0%, 20%);
15+
--tp-input-background-color: hsl(0deg, 0%, 0%, 30%);
16+
--tp-input-background-color-active: hsl(0deg, 0%, 0%, 60%);
17+
--tp-input-background-color-focus: hsl(0deg, 0%, 0%, 50%);
18+
--tp-input-background-color-hover: hsl(0deg, 0%, 0%, 40%);
19+
--tp-input-foreground-color: hsl(0deg, 0%, 100%, 50%);
20+
--tp-label-foreground-color: hsl(0deg, 0%, 100%, 50%);
21+
--tp-monitor-background-color: hsl(0deg, 0%, 0%, 30%);
22+
--tp-monitor-foreground-color: hsl(0deg, 0%, 100%, 30%);
2323
}
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
html {
22
--tp-base-border-radius: 3px;
3-
--tp-base-background-color: hsla(230deg, 5%, 90%, 100%);
4-
--tp-base-shadow-color: hsla(0deg, 0%, 0%, 10%);
5-
--tp-button-background-color: hsla(230deg, 7%, 75%, 100%);
6-
--tp-button-background-color-active: hsla(230deg, 7%, 60%, 100%);
7-
--tp-button-background-color-focus: hsla(230deg, 7%, 65%, 100%);
8-
--tp-button-background-color-hover: hsla(230deg, 7%, 70%, 100%);
9-
--tp-button-foreground-color: hsla(230deg, 10%, 30%, 100%);
10-
--tp-container-background-color: hsla(230deg, 15%, 30%, 20%);
11-
--tp-container-background-color-active: hsla(230deg, 15%, 30%, 32%);
12-
--tp-container-background-color-focus: hsla(230deg, 15%, 30%, 28%);
13-
--tp-container-background-color-hover: hsla(230deg, 15%, 30%, 24%);
14-
--tp-container-foreground-color: hsla(230deg, 10%, 30%, 100%);
15-
--tp-groove-foreground-color: hsla(230deg, 15%, 30%, 10%);
16-
--tp-input-background-color: hsla(230deg, 15%, 30%, 10%);
17-
--tp-input-background-color-active: hsla(230deg, 15%, 30%, 22%);
18-
--tp-input-background-color-focus: hsla(230deg, 15%, 30%, 18%);
19-
--tp-input-background-color-hover: hsla(230deg, 15%, 30%, 14%);
20-
--tp-input-foreground-color: hsla(230deg, 10%, 30%, 100%);
21-
--tp-label-foreground-color: hsla(230deg, 10%, 30%, 70%);
22-
--tp-monitor-background-color: hsla(230deg, 15%, 30%, 10%);
23-
--tp-monitor-foreground-color: hsla(230deg, 10%, 30%, 50%);
3+
--tp-base-background-color: hsl(230deg, 5%, 90%, 100%);
4+
--tp-base-shadow-color: hsl(0deg, 0%, 0%, 10%);
5+
--tp-button-background-color: hsl(230deg, 7%, 75%, 100%);
6+
--tp-button-background-color-active: hsl(230deg, 7%, 60%, 100%);
7+
--tp-button-background-color-focus: hsl(230deg, 7%, 65%, 100%);
8+
--tp-button-background-color-hover: hsl(230deg, 7%, 70%, 100%);
9+
--tp-button-foreground-color: hsl(230deg, 10%, 30%, 100%);
10+
--tp-container-background-color: hsl(230deg, 15%, 30%, 20%);
11+
--tp-container-background-color-active: hsl(230deg, 15%, 30%, 32%);
12+
--tp-container-background-color-focus: hsl(230deg, 15%, 30%, 28%);
13+
--tp-container-background-color-hover: hsl(230deg, 15%, 30%, 24%);
14+
--tp-container-foreground-color: hsl(230deg, 10%, 30%, 100%);
15+
--tp-groove-foreground-color: hsl(230deg, 15%, 30%, 10%);
16+
--tp-input-background-color: hsl(230deg, 15%, 30%, 10%);
17+
--tp-input-background-color-active: hsl(230deg, 15%, 30%, 22%);
18+
--tp-input-background-color-focus: hsl(230deg, 15%, 30%, 18%);
19+
--tp-input-background-color-hover: hsl(230deg, 15%, 30%, 14%);
20+
--tp-input-foreground-color: hsl(230deg, 10%, 30%, 100%);
21+
--tp-label-foreground-color: hsl(230deg, 10%, 30%, 70%);
22+
--tp-monitor-background-color: hsl(230deg, 15%, 30%, 10%);
23+
--tp-monitor-foreground-color: hsl(230deg, 10%, 30%, 50%);
2424
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postprocessing",
3-
"version": "6.37.6",
3+
"version": "6.37.7",
44
"description": "A post processing library for three.js.",
55
"homepage": "https://github.com/pmndrs/postprocessing",
66
"license": "Zlib",
@@ -90,7 +90,7 @@
9090
"watch:js": "node esbuild -w"
9191
},
9292
"peerDependencies": {
93-
"three": ">= 0.157.0 < 0.179.0"
93+
"three": ">= 0.157.0 < 0.180.0"
9494
},
9595
"devDependencies": {
9696
"@tweakpane/core": "2.x.x",
@@ -127,6 +127,6 @@
127127
"tiny-glob": "0.x.x",
128128
"tslib": "2.x.x",
129129
"tweakpane": "4.x.x",
130-
"typescript": "5.8.x"
130+
"typescript": "5.9.x"
131131
}
132132
}

0 commit comments

Comments
 (0)