@okam/directus-flexible-content 1.2.4 → 1.2.7

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/CHANGELOG.md CHANGED
@@ -1,3 +1,71 @@
1
+ ## 1.2.7 (2025-07-01)
2
+
3
+ ### 🚀 Features
4
+
5
+ - bump ([ab924b9](https://github.com/OKAMca/stack/commit/ab924b9))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - update vite-plugin-dts to version 3 ([5d33c77](https://github.com/OKAMca/stack/commit/5d33c77))
10
+ - package deps error ([b665a45](https://github.com/OKAMca/stack/commit/b665a45))
11
+ - search field type export ([5ab6070](https://github.com/OKAMca/stack/commit/5ab6070))
12
+ - search field icon ([0850fde](https://github.com/OKAMca/stack/commit/0850fde))
13
+ - select controlled ([#280](https://github.com/OKAMca/stack/pull/280))
14
+
15
+ ### 🧱 Updated Dependencies
16
+
17
+ - Updated stack-ui to 1.38.0
18
+ - Updated directus-block to 1.5.7
19
+
20
+ ### ❤️ Thank You
21
+
22
+ - Marie-Maxime Tanguay @marie-maxime
23
+ - Pierre-Olivier Clerson @poclerson
24
+
25
+ ## 1.2.6 (2025-05-26)
26
+
27
+ ### 🚀 Features
28
+
29
+ - bump ([ab924b9](https://github.com/OKAMca/stack/commit/ab924b9))
30
+
31
+ ### 🩹 Fixes
32
+
33
+ - package deps error ([b665a45](https://github.com/OKAMca/stack/commit/b665a45))
34
+ - search field type export ([5ab6070](https://github.com/OKAMca/stack/commit/5ab6070))
35
+ - search field icon ([0850fde](https://github.com/OKAMca/stack/commit/0850fde))
36
+ - select controlled ([#280](https://github.com/OKAMca/stack/pull/280))
37
+
38
+ ### 🧱 Updated Dependencies
39
+
40
+ - Updated stack-ui to 1.37.0
41
+ - Updated directus-block to 1.5.6
42
+
43
+ ### ❤️ Thank You
44
+
45
+ - Marie-Maxime Tanguay @marie-maxime
46
+
47
+ ## 1.2.5 (2025-05-26)
48
+
49
+ ### 🚀 Features
50
+
51
+ - bump ([ab924b9](https://github.com/OKAMca/stack/commit/ab924b9))
52
+
53
+ ### 🩹 Fixes
54
+
55
+ - package deps error ([b665a45](https://github.com/OKAMca/stack/commit/b665a45))
56
+ - search field type export ([5ab6070](https://github.com/OKAMca/stack/commit/5ab6070))
57
+ - search field icon ([0850fde](https://github.com/OKAMca/stack/commit/0850fde))
58
+ - select controlled ([#280](https://github.com/OKAMca/stack/pull/280))
59
+
60
+ ### 🧱 Updated Dependencies
61
+
62
+ - Updated stack-ui to 1.37.0
63
+ - Updated directus-block to 1.5.5
64
+
65
+ ### ❤️ Thank You
66
+
67
+ - Marie-Maxime Tanguay @marie-maxime
68
+
1
69
  ## 1.2.4 (2025-05-22)
2
70
 
3
71
  ### 🚀 Features
@@ -1,2 +1,2 @@
1
- declare const _default: (import("@tiptap/core").Node<any, any> | import("@tiptap/core").Mark<import("@tiptap/extension-bold").BoldOptions, any> | import("@tiptap/core").Extension<import("@tiptap/extension-text-align").TextAlignOptions, any>)[];
1
+ declare const _default: (import("@tiptap/core").Node<any, any> | import("@tiptap/core").Extension<import("@tiptap/extension-text-align").TextAlignOptions, any> | import("@tiptap/core").Mark<import("@tiptap/extension-subscript").SubscriptExtensionOptions, any>)[];
2
2
  export default _default;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { TDefaultComponent } from '@okam/stack-ui';
3
2
  export interface TBaseRenderingNode extends TDefaultComponent {
4
3
  children: React.ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okam/directus-flexible-content",
3
- "version": "1.2.4",
3
+ "version": "1.2.7",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -23,8 +23,8 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@nx/vite": "20.2.2",
26
- "@okam/directus-block": "1.5.4",
27
- "@okam/stack-ui": "1.37.0",
26
+ "@okam/directus-block": "1.5.7",
27
+ "@okam/stack-ui": "1.38.0",
28
28
  "@vitejs/plugin-react": "4.3.4",
29
29
  "vite": "^5.0.13",
30
30
  "vite-plugin-dts": "~2.3.0",