@digigov/react-experimental 2.4.1 → 2.4.2-platform-263.12-06-26-14-50
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 +18 -2
- package/Kitchensink/AllComponents.js +1 -1
- package/index.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,23 @@
|
|
|
1
1
|
# Change Log - @digigov/react-experimental
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
<!-- This log was last generated on Fri, 12 Jun 2026 14:50:19 GMT and should not be manually modified. -->
|
|
4
|
+
|
|
5
|
+
<!-- Start content -->
|
|
6
|
+
|
|
7
|
+
## 2.4.2-platform-263.12-06-26-14-50
|
|
8
|
+
|
|
9
|
+
Fri, 12 Jun 2026 14:50:19 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @digigov/cli to v2.4.2-platform-263.12-06-26-14-50
|
|
14
|
+
- Bump @digigov/cli-lint to v2.4.2-platform-263.12-06-26-14-50
|
|
15
|
+
- Bump @digigov/cli-build to v2.4.2-platform-263.12-06-26-14-50
|
|
16
|
+
- Bump @digigov/cli-test to v2.4.2-platform-263.12-06-26-14-50
|
|
17
|
+
- Bump @digigov/css to v2.4.2-platform-263.12-06-26-14-50
|
|
18
|
+
- Bump @digigov/react-icons to v2.4.2-platform-263.12-06-26-14-50
|
|
19
|
+
- Bump @digigov/ui to v2.4.2-platform-263.12-06-26-14-50
|
|
20
|
+
- Bump @digigov/react-core to v2.4.2-platform-263.12-06-26-14-50
|
|
4
21
|
|
|
5
22
|
## 2.0.8
|
|
6
23
|
Wed, 11 Feb 2026 14:46:37 GMT
|
|
@@ -75,4 +92,3 @@ Mon, 29 Jan 2024 17:45:11 GMT
|
|
|
75
92
|
### Patches
|
|
76
93
|
|
|
77
94
|
- Add react-experimental folder
|
|
78
|
-
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import react from "react";
|
|
2
2
|
import { KitchenSinkDashboard } from "./KitchensinkDashboard.js";
|
|
3
|
-
import { stories } from "@digigov/ui/stories-registry
|
|
3
|
+
import { stories } from "@digigov/ui/stories-registry";
|
|
4
4
|
const AllComponents = ()=>/*#__PURE__*/ react.createElement(KitchenSinkDashboard, {
|
|
5
5
|
stories: stories
|
|
6
6
|
});
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/react-experimental",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.2-platform-263.12-06-26-14-50",
|
|
4
4
|
"description": "@digigov react experimental components",
|
|
5
5
|
"author": "GRNET Developers <devs@lists.grnet.gr>",
|
|
6
6
|
"license": "BSD-2-Clause",
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
"clsx": "2.1.1",
|
|
15
15
|
"react": "^18.3.0 || ^19.1.0",
|
|
16
16
|
"react-dom": "^18.3.0 || ^19.1.0",
|
|
17
|
-
"@digigov/
|
|
18
|
-
"@digigov/
|
|
19
|
-
"@digigov/ui": "2.4.
|
|
20
|
-
"@digigov/react-core": "2.4.
|
|
17
|
+
"@digigov/react-icons": "2.4.2-platform-263.12-06-26-14-50",
|
|
18
|
+
"@digigov/css": "2.4.2-platform-263.12-06-26-14-50",
|
|
19
|
+
"@digigov/ui": "2.4.2-platform-263.12-06-26-14-50",
|
|
20
|
+
"@digigov/react-core": "2.4.2-platform-263.12-06-26-14-50"
|
|
21
21
|
},
|
|
22
22
|
"private": false,
|
|
23
23
|
"main": "index.js",
|