@synnaxlabs/pluto 0.21.2 → 0.21.3

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.
Files changed (2) hide show
  1. package/dist/style.css +2 -2
  2. package/package.json +5 -5
package/dist/style.css CHANGED
@@ -1264,9 +1264,9 @@ html {
1264
1264
  }
1265
1265
  .pluto-notification {
1266
1266
  padding: 0.75rem;
1267
- background: var(--pluto-gray-l3-60);
1267
+ background: var(--pluto-gray-l3-70);
1268
1268
  backdrop-filter: blur(5rem);
1269
- -webkit-backdrop-filter: blur(5rem);
1269
+ -webkit-backdrop-filter: saturate(300%) blur(4rem);
1270
1270
  width: 275px;
1271
1271
  box-shadow: var(--pluto-shadow-menu);
1272
1272
  border: var(--pluto-border-l4);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@synnaxlabs/pluto",
3
3
  "private": false,
4
- "version": "0.21.2",
4
+ "version": "0.21.3",
5
5
  "type": "module",
6
6
  "dependencies": {
7
7
  "@fontsource-variable/inter": "^5.0.17",
@@ -21,10 +21,10 @@
21
21
  "react-reverse-portal": "^2.1.2",
22
22
  "reactflow": "^11.11.2",
23
23
  "zod": "3.22.4",
24
- "@synnaxlabs/alamos": "0.3.0",
24
+ "@synnaxlabs/x": "0.16.0",
25
25
  "@synnaxlabs/client": "0.22.0",
26
- "@synnaxlabs/media": "0.2.0",
27
- "@synnaxlabs/x": "0.16.0"
26
+ "@synnaxlabs/alamos": "0.3.0",
27
+ "@synnaxlabs/media": "0.2.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@babel/core": "^7.24.4",
@@ -51,8 +51,8 @@
51
51
  "vite": "5.2.8",
52
52
  "vite-tsconfig-paths": "4.3.2",
53
53
  "vitest": "^1.5.0",
54
- "@synnaxlabs/vite-plugin": "0.0.1",
55
54
  "@synnaxlabs/tsconfig": "0.0.2",
55
+ "@synnaxlabs/vite-plugin": "0.0.1",
56
56
  "eslint-config-synnaxlabs": "0.0.1",
57
57
  "stylelint-config-synnaxlabs": "0.0.1"
58
58
  },