@sealpixel/ui 1.0.0-rc.1 → 1.0.0-rc.2

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/LICENSE.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  **Licensor:** nine feet UG (haftungsbeschränkt), Germany (https://9feet.io)
6
6
 
7
- **Licensed Work:** Sealpixel, in every version the Licensor publishes: the source code, the npm packages under the `@sealpixel` scope and `create-sealpixel-plugin`, the Rust crates, the WebAssembly binaries, the documentation and the example projects. The Licensed Work is (c) 2026 nine feet UG (haftungsbeschränkt).
7
+ **Licensed Work:** Sealpixel, in every version the Licensor publishes: the source code, the npm packages under the `@sealpixel` scope and the unscoped `sealpixel` package, the Rust crates, the WebAssembly binaries, the documentation and the example projects. The Licensed Work is (c) 2026 nine feet UG (haftungsbeschränkt).
8
8
 
9
9
  **Additional Use Grant:** You may make production use of the Licensed Work if you are a Small User. You are a Small User if you are a natural person acting for yourself, or if the organization you act for had less than EUR 1,000,000 of gross revenue in its most recent completed financial year. Revenue is counted across the whole group: the organization, everything that controls it, everything it controls, and everything under common control with it. Where the work is done for a client, the client's revenue decides.
10
10
 
package/dist/theme.js CHANGED
@@ -67,11 +67,11 @@ export const tokens = css `
67
67
  --sealpixel-color-border: #e1ded6;
68
68
  --sealpixel-color-fg: #1a1a1f;
69
69
  --sealpixel-color-fg-muted: #5f6370;
70
- --sealpixel-color-accent: #d9481f;
70
+ --sealpixel-color-accent: #c2410c;
71
71
  --sealpixel-color-accent-fg: #ffffff;
72
- --sealpixel-color-accent-soft: rgba(217, 72, 31, 0.12);
72
+ --sealpixel-color-accent-soft: rgba(194, 65, 12, 0.08);
73
73
  --sealpixel-color-danger: #c73a3f;
74
- --sealpixel-color-focus: #d9481f;
74
+ --sealpixel-color-focus: #c2410c;
75
75
  --sealpixel-shadow: 0 10px 30px rgba(30, 20, 10, 0.12);
76
76
  --sealpixel-shadow-sm: 0 1px 2px rgba(30, 20, 10, 0.08);
77
77
  --sealpixel-shadow-raised: 0 4px 12px rgba(30, 20, 10, 0.12);
@@ -93,11 +93,11 @@ export const tokens = css `
93
93
  --sealpixel-color-border: #e1ded6;
94
94
  --sealpixel-color-fg: #1a1a1f;
95
95
  --sealpixel-color-fg-muted: #5f6370;
96
- --sealpixel-color-accent: #d9481f;
96
+ --sealpixel-color-accent: #c2410c;
97
97
  --sealpixel-color-accent-fg: #ffffff;
98
- --sealpixel-color-accent-soft: rgba(217, 72, 31, 0.12);
98
+ --sealpixel-color-accent-soft: rgba(194, 65, 12, 0.08);
99
99
  --sealpixel-color-danger: #c73a3f;
100
- --sealpixel-color-focus: #d9481f;
100
+ --sealpixel-color-focus: #c2410c;
101
101
  --sealpixel-shadow: 0 10px 30px rgba(30, 20, 10, 0.12);
102
102
  --sealpixel-shadow-sm: 0 1px 2px rgba(30, 20, 10, 0.08);
103
103
  --sealpixel-shadow-raised: 0 4px 12px rgba(30, 20, 10, 0.12);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sealpixel/ui",
3
- "version": "1.0.0-rc.1",
3
+ "version": "1.0.0-rc.2",
4
4
  "description": "Default, themeable Sealpixel editor UI as Web Components (Lit). Optional: the core is headless.",
5
5
  "license": "BUSL-1.1",
6
6
  "repository": {
@@ -37,15 +37,15 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "lit": "^3.3.0",
40
- "@sealpixel/plugins": "1.0.0-rc.1",
41
- "@sealpixel/core": "1.0.0-rc.1"
40
+ "@sealpixel/core": "1.0.0-rc.2",
41
+ "@sealpixel/plugins": "1.0.0-rc.2"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/node": "^24.0.0",
45
45
  "typescript": "^5.9.0",
46
46
  "vitest": "^4.0.0",
47
47
  "@sealpixel/config": "0.0.0",
48
- "@sealpixel/wasm": "1.0.0-rc.1"
48
+ "@sealpixel/wasm": "1.0.0-rc.2"
49
49
  },
50
50
  "scripts": {
51
51
  "build": "tsc -p tsconfig.build.json",