@jsonui/react 0.6.0 → 0.7.1
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/README.md +1 -1
- package/dist/cjs/index.js +16153 -38251
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/ReduxProviders.d.ts +4 -4
- package/dist/cjs/types/ViewerWeb.d.ts +1 -1
- package/dist/cjs/types/index.d.ts +4 -4
- package/dist/cjs/types/stories/StateSaveTest/StateSaveTest.stories.d.ts +5 -0
- package/dist/cjs/types/tests/input.test.d.ts +0 -2
- package/dist/cjs/types/types.d.ts +3 -3
- package/dist/esm/index.js +16030 -38128
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/ReduxProviders.d.ts +4 -4
- package/dist/esm/types/ViewerWeb.d.ts +1 -1
- package/dist/esm/types/index.d.ts +4 -4
- package/dist/esm/types/stories/StateSaveTest/StateSaveTest.stories.d.ts +5 -0
- package/dist/esm/types/tests/input.test.d.ts +0 -2
- package/dist/esm/types/types.d.ts +3 -3
- package/dist/index.d.ts +28 -5
- package/package.json +5 -6
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ When you change the Json definition, the interface immediately reflects on what
|
|
|
6
6
|
|
|
7
7
|
Actually JSONUI is available for **react** and **react-native**. It will be able to integrate to 99% of the cross-platform environments, thanks for reactjs ecosystem
|
|
8
8
|
|
|
9
|
-
The UI definition contains a layout definition and components configuration as well. The most important it has a built in **state management system**.
|
|
9
|
+
The UI definition contains a layout definition and components configuration as well. The most important it has a built in **state management system**.
|
|
10
10
|
|
|
11
11
|
## Core concept
|
|
12
12
|
|