solid-ui 2.4.22-c8b5e317 → 2.4.22-e7c66f56
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 +4 -4
- package/dist/main.js +2 -2
- package/dist/main.js.map +1 -1
- package/lib/versionInfo.js +2 -2
- package/lib/versionInfo.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,9 +7,9 @@ User Interface widgets and utilities for Solid (solid-ui)
|
|
|
7
7
|
These are HTML5 widgets which connect to a solid store. Building blocks for solid-based apps.
|
|
8
8
|
Vanilla JS. Includes large widgets like chat, table, matrix, form fields, and small widgets.
|
|
9
9
|
|
|
10
|
-
See [
|
|
11
|
-
See [API](https://solidos.github.io/solid-ui/Documentation/api/) for SolidUI functions.
|
|
12
|
-
See [Forms](
|
|
10
|
+
See [Solid-Ui Storybook](http://solidos.github.io/solid-ui/examples/storybook/) for SolidUI widgets.
|
|
11
|
+
See [Solid-UI API](https://solidos.github.io/solid-ui/Documentation/api/) for SolidUI functions.
|
|
12
|
+
See [Forms introduction](./Documentation/FormsReadme.md) for UI vocabulary implementation.
|
|
13
13
|
|
|
14
14
|
Table of content:
|
|
15
15
|
- Getting started(#getting-started)
|
|
@@ -69,5 +69,5 @@ If there is no story for the component yet, add a new one to `./src/stories`.
|
|
|
69
69
|
When you want to test the component within a solid-pane, you can use the [development mode of solid-panes](https://github.com/solidos/solid-panes#development).
|
|
70
70
|
|
|
71
71
|
## Further documentation
|
|
72
|
-
|
|
72
|
+
|
|
73
73
|
- [Some code know-how](https://github.com/SolidOS/solidos/wiki/2.-Solid-UI-know-how)
|
package/dist/main.js
CHANGED
|
@@ -15192,8 +15192,8 @@ Object.defineProperty(exports, "__esModule", ({
|
|
|
15192
15192
|
}));
|
|
15193
15193
|
exports.versionInfo = void 0;
|
|
15194
15194
|
var versionInfo = {
|
|
15195
|
-
buildTime: '2022-05-
|
|
15196
|
-
commit: '
|
|
15195
|
+
buildTime: '2022-05-13T07:20:17Z',
|
|
15196
|
+
commit: 'e7c66f56a1bef1fbcb091d96682fbcb16c7a104f',
|
|
15197
15197
|
npmInfo: {
|
|
15198
15198
|
'solid-ui': '2.4.22',
|
|
15199
15199
|
npm: '6.14.17',
|