@okam/directus-block 1.5.4 → 1.5.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,65 @@
1
+ ## 1.5.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
+
14
+ ### 🧱 Updated Dependencies
15
+
16
+ - Updated stack-ui to 1.38.0
17
+
18
+ ### ❤️ Thank You
19
+
20
+ - Marie-Maxime Tanguay
21
+ - Pierre-Olivier Clerson @poclerson
22
+
23
+ ## 1.5.6 (2025-05-26)
24
+
25
+ ### 🚀 Features
26
+
27
+ - bump ([ab924b9](https://github.com/OKAMca/stack/commit/ab924b9))
28
+
29
+ ### 🩹 Fixes
30
+
31
+ - package deps error ([b665a45](https://github.com/OKAMca/stack/commit/b665a45))
32
+ - search field type export ([5ab6070](https://github.com/OKAMca/stack/commit/5ab6070))
33
+ - search field icon ([0850fde](https://github.com/OKAMca/stack/commit/0850fde))
34
+
35
+ ### 🧱 Updated Dependencies
36
+
37
+ - Updated stack-ui to 1.37.0
38
+
39
+ ### ❤️ Thank You
40
+
41
+ - Marie-Maxime Tanguay
42
+
43
+ ## 1.5.5 (2025-05-26)
44
+
45
+ ### 🚀 Features
46
+
47
+ - bump ([ab924b9](https://github.com/OKAMca/stack/commit/ab924b9))
48
+
49
+ ### 🩹 Fixes
50
+
51
+ - package deps error ([b665a45](https://github.com/OKAMca/stack/commit/b665a45))
52
+ - search field type export ([5ab6070](https://github.com/OKAMca/stack/commit/5ab6070))
53
+ - search field icon ([0850fde](https://github.com/OKAMca/stack/commit/0850fde))
54
+
55
+ ### 🧱 Updated Dependencies
56
+
57
+ - Updated stack-ui to 1.37.0
58
+
59
+ ### ❤️ Thank You
60
+
61
+ - Marie-Maxime Tanguay
62
+
1
63
  ## 1.5.4 (2025-05-22)
2
64
 
3
65
  ### 🚀 Features
@@ -1,5 +1,3 @@
1
- /// <reference types="react" />
2
- /// <reference types="react/experimental" />
3
1
  import type { TBlockDispatcherProps } from './interface';
4
2
  declare const BlockDispatcher: (props: TBlockDispatcherProps) => string | number | boolean | Iterable<import("react").ReactNode> | import("react").PromiseLikeOfReactNode | import("react/jsx-runtime").JSX.Element | (string | number | boolean | Iterable<import("react").ReactNode> | import("react").PromiseLikeOfReactNode | import("react/jsx-runtime").JSX.Element | null | undefined)[] | null | undefined;
5
3
  export default BlockDispatcher;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okam/directus-block",
3
- "version": "1.5.4",
3
+ "version": "1.5.7",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -34,7 +34,7 @@
34
34
  "dependencies": {
35
35
  "@graphql-typed-document-node/core": "3.2.0",
36
36
  "@okam/directus-query": "1.4.1",
37
- "@okam/stack-ui": "1.37.0",
37
+ "@okam/stack-ui": "1.38.0",
38
38
  "graphql": "^16.9.0",
39
39
  "graphql-request": "^7.1.2",
40
40
  "radashi": "^12.3.0",