@portaki/module-sections 1.2.4 → 1.2.6

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/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@portaki/module-sections",
3
- "version": "1.2.4",
3
+ "version": "1.2.6",
4
4
  "description": "Portaki module — editorial sections (TipTap)",
5
5
  "license": "AGPL-3.0",
6
6
  "type": "module",
7
7
  "main": "./src/index.tsx",
8
8
  "dependencies": {
9
- "@portaki/sdk": "^2.0.4",
9
+ "@portaki/sdk": "^2.0.6",
10
10
  "@tiptap/core": "^3.0.0",
11
11
  "@tiptap/html": "^3.0.0",
12
12
  "@tiptap/starter-kit": "^3.0.0",
@@ -14,8 +14,8 @@
14
14
  "react-dom": "^19.1.0"
15
15
  },
16
16
  "devDependencies": {
17
- "@portaki/cli": "^0.1.2",
18
- "@portaki/sdk-test-support": "^2.0.4",
17
+ "@portaki/cli": "^0.1.5",
18
+ "@portaki/sdk-test-support": "^2.0.7",
19
19
  "@testing-library/jest-dom": "^6.6.3",
20
20
  "@testing-library/react": "^16.3.0",
21
21
  "@types/react": "^19",
@@ -9,7 +9,7 @@
9
9
  "fr": "Blocs de contenu riches (TipTap) pour le carnet d’accueil invité.",
10
10
  "en": "Rich content blocks (TipTap) for the guest welcome book."
11
11
  },
12
- "version": "1.2.4",
12
+ "version": "1.2.6",
13
13
  "releaseNotesUrl": "https://github.com/PortakiApp/portaki-modules/releases",
14
14
  "changelog": [
15
15
  {
@@ -42,7 +42,7 @@
42
42
  "sections"
43
43
  ],
44
44
  "portakiVersionMin": "1.0.0",
45
- "requiresHostSdk": "2.0.0",
45
+ "requiresHostSdk": "2.0.6",
46
46
  "database": {
47
47
  "schemaVersion": "1.0.1"
48
48
  },
@@ -98,7 +98,10 @@
98
98
  "fr": "Sections",
99
99
  "en": "Sections"
100
100
  },
101
- "icon": "file-text"
101
+ "icon": "file-text",
102
+ "hostUi": {
103
+ "designId": "sections-editor-v1"
104
+ }
102
105
  }
103
106
  ],
104
107
  "config": {
@@ -119,6 +122,6 @@
119
122
  },
120
123
  "artifacts": {
121
124
  "wasmUrl": "oci://ghcr.io/portakiapp/portaki-module-sections",
122
- "guestEsmUrl": "https://esm.sh/@portaki/module-sections@1.2.4"
125
+ "guestEsmUrl": "https://esm.sh/@portaki/module-sections@1.2.6"
123
126
  }
124
127
  }
@@ -9,7 +9,7 @@
9
9
  "fr": "Blocs de contenu riches (TipTap) pour le carnet d’accueil invité.",
10
10
  "en": "Rich content blocks (TipTap) for the guest welcome book."
11
11
  },
12
- "version": "1.2.4",
12
+ "version": "1.2.6",
13
13
  "releaseNotesUrl": "https://github.com/PortakiApp/portaki-modules/releases",
14
14
  "changelog": [
15
15
  {
@@ -42,7 +42,7 @@
42
42
  "sections"
43
43
  ],
44
44
  "portakiVersionMin": "1.0.0",
45
- "requiresHostSdk": "2.0.0",
45
+ "requiresHostSdk": "2.0.6",
46
46
  "database": {
47
47
  "schemaVersion": "1.0.1"
48
48
  },
@@ -98,7 +98,10 @@
98
98
  "fr": "Sections",
99
99
  "en": "Sections"
100
100
  },
101
- "icon": "file-text"
101
+ "icon": "file-text",
102
+ "hostUi": {
103
+ "designId": "sections-editor-v1"
104
+ }
102
105
  }
103
106
  ],
104
107
  "config": {
@@ -119,6 +122,6 @@
119
122
  },
120
123
  "artifacts": {
121
124
  "wasmUrl": "oci://ghcr.io/portakiapp/portaki-module-sections",
122
- "guestEsmUrl": "https://esm.sh/@portaki/module-sections@1.2.4"
125
+ "guestEsmUrl": "https://esm.sh/@portaki/module-sections@1.2.6"
123
126
  }
124
127
  }
@@ -62,7 +62,7 @@ export function defineSectionsModule(render: (ctx: ModuleContext) => ReactNode):
62
62
  en: 'Welcome book editorial content.',
63
63
  },
64
64
  icon: 'file-text',
65
- version: '1.2.1',
65
+ version: '1.2.4',
66
66
  schemaVersion: '1.0.1',
67
67
  schema: sectionsSchema,
68
68
  navSlot: 'section',