@edenapp/sdk 0.6.4 → 0.6.5

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.
@@ -1,5 +1,11 @@
1
1
  # com.eden.example.calculator
2
2
 
3
+ ## 2.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - @edenapp/babel@0.6.5
8
+
3
9
  ## 2.1.3
4
10
 
5
11
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.eden.example.calculator",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "scripts": {
@@ -1,8 +1,8 @@
1
1
  <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <defs>
3
3
  <linearGradient id="bg" x1="32" y1="4" x2="32" y2="60" gradientUnits="userSpaceOnUse">
4
- <stop stop-color="#7a7a7a"/>
5
- <stop offset="1" stop-color="#5a5a5a"/>
4
+ <stop stop-color="#FDFDFE"/>
5
+ <stop offset="1" stop-color="#E9EDF3"/>
6
6
  </linearGradient>
7
7
  <filter id="dropShadow" x="0" y="0" width="64" height="64" filterUnits="userSpaceOnUse">
8
8
  <feDropShadow dx="0" dy="4" stdDeviation="4" flood-color="#000000" flood-opacity="0.25"/>
@@ -11,12 +11,16 @@
11
11
  <!-- Squircle background with gradient and shadow -->
12
12
  <rect x="4" y="4" width="56" height="56" rx="14" fill="url(#bg)"/>
13
13
 
14
- <!-- Document icon centered with thicker strokes -->
15
- <g transform="translate(16, 16)" stroke="#f0f0f0" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round">
16
- <path d="M18.67 2.67H8a2.67 2.67 0 0 0-2.67 2.66v21.34A2.67 2.67 0 0 0 8 29.33h16a2.67 2.67 0 0 0 2.67-2.66V10.67z"/>
17
- <polyline points="18.67 2.67 18.67 10.67 26.67 10.67"/>
18
- <line x1="21.33" y1="17.33" x2="10.67" y2="17.33"/>
19
- <line x1="21.33" y1="22.67" x2="10.67" y2="22.67"/>
20
- <polyline points="13.33 12 12 12 10.67 12"/>
14
+ <!-- Original document silhouette, slightly enlarged -->
15
+ <g transform="translate(14.1, 14.1)">
16
+ <g transform="scale(1.12)">
17
+ <path d="M18.67 2.67H8a2.67 2.67 0 0 0-2.67 2.66v21.34A2.67 2.67 0 0 0 8 29.33h16a2.67 2.67 0 0 0 2.67-2.66V10.67z" fill="#3B8EE8"/>
18
+ <path d="M18.67 2.67V9.67C18.67 10.222 19.118 10.67 19.67 10.67H26.67L18.67 2.67Z" fill="#2E73CF"/>
19
+ <g stroke="#FFFFFF" stroke-width="2.7" fill="none" stroke-linecap="round" stroke-linejoin="round">
20
+ <line x1="21.33" y1="17.33" x2="10.67" y2="17.33"/>
21
+ <line x1="21.33" y1="22.67" x2="10.67" y2="22.67"/>
22
+ <polyline points="13.33 12 12 12 10.67 12"/>
23
+ </g>
24
+ </g>
21
25
  </g>
22
26
  </svg>
@@ -1,5 +1,7 @@
1
1
  # @edenapp/types
2
2
 
3
+ ## 0.6.5
4
+
3
5
  ## 0.6.4
4
6
 
5
7
  ## 0.6.3
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edenapp/types",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "description": "TypeScript type definitions for the Eden platform",
5
5
  "types": "index.d.ts",
6
6
  "author": "Dariusz Majnert",
@@ -1,5 +1,7 @@
1
1
  # @edenapp/types
2
2
 
3
+ ## 0.6.5
4
+
3
5
  ## 0.6.4
4
6
 
5
7
  ## 0.6.3
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edenapp/types",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "description": "TypeScript type definitions for the Eden platform",
5
5
  "types": "index.d.ts",
6
6
  "author": "Dariusz Majnert",
@@ -1,5 +1,13 @@
1
1
  # com.eden.files
2
2
 
3
+ ## 1.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - @edenapp/babel@0.6.5
8
+ - @edenapp/tablets@0.6.5
9
+ - @edenapp/solid-kit@0.6.5
10
+
3
11
  ## 1.0.3
4
12
 
5
13
  ### Patch Changes
@@ -1,15 +1,15 @@
1
1
  <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <defs>
3
3
  <linearGradient id="bg" x1="32" y1="4" x2="32" y2="60" gradientUnits="userSpaceOnUse">
4
- <stop stop-color="#4a9eff"/>
5
- <stop offset="1" stop-color="#3b8ee8"/>
4
+ <stop stop-color="#FDFDFE"/>
5
+ <stop offset="1" stop-color="#E9EDF3"/>
6
6
  </linearGradient>
7
7
  <filter id="dropShadow" x="0" y="0" width="64" height="64" filterUnits="userSpaceOnUse">
8
8
  <feDropShadow dx="0" dy="4" stdDeviation="4" flood-color="#000000" flood-opacity="0.25"/>
9
9
  </filter>
10
10
  </defs>
11
11
  <rect x="4" y="4" width="56" height="56" rx="14" fill="url(#bg)"/>
12
- <g transform="translate(14, 14) scale(1.5)" fill="#ffffff">
12
+ <g transform="translate(14, 14) scale(1.5)" fill="#3B8EE8">
13
13
  <path d="M19.5 21a3 3 0 0 0 3-3v-4.5a3 3 0 0 0-3-3h-15a3 3 0 0 0-3 3V18a3 3 0 0 0 3 3h15ZM1.5 10.146V6a3 3 0 0 1 3-3h5.379a2.25 2.25 0 0 1 1.59.659l2.122 2.121c.14.141.331.22.53.22H19.5a3 3 0 0 1 3 3v1.146A4.483 4.483 0 0 0 19.5 9h-15a4.483 4.483 0 0 0-3 1.146Z" />
14
14
  </g>
15
15
  </svg>
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.eden.files",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "scripts": {
@@ -1,5 +1,11 @@
1
1
  # com.eden.login
2
2
 
3
+ ## 1.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - @edenapp/babel@0.6.5
8
+
3
9
  ## 1.0.3
4
10
 
5
11
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.eden.login",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "scripts": {
@@ -1,5 +1,11 @@
1
1
  # com.eden.process-manager
2
2
 
3
+ ## 1.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - @edenapp/babel@0.6.5
8
+
3
9
  ## 1.0.3
4
10
 
5
11
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.eden.process-manager",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "scripts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edenapp/sdk",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "description": "Eden Desktop Environment SDK - Build Electron-based desktop environments with modular app support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -33,8 +33,8 @@
33
33
  "keyv": "^5.1.0",
34
34
  "reflect-metadata": "^0.2.2",
35
35
  "tsyringe": "^4.10.0",
36
- "@edenapp/genesis": "0.6.4",
37
- "@edenapp/types": "0.6.4"
36
+ "@edenapp/genesis": "0.6.5",
37
+ "@edenapp/types": "0.6.5"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/jest": "^29.5.14",
@@ -47,7 +47,7 @@
47
47
  "ts-morph": "^27.0.2",
48
48
  "ts-node": "^10.9.2",
49
49
  "typescript": "^5.3.0",
50
- "@edenapp/scripts": "0.6.4"
50
+ "@edenapp/scripts": "0.6.5"
51
51
  },
52
52
  "scripts": {
53
53
  "build": "pnpm run tokens:build && pnpm run css:build && pnpm run codegen && pnpm run build:main && pnpm run bundle:app-frame && pnpm run bundle:app-runtime && pnpm run build:apps && pnpm run copy-assets",