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 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 [storybook](http://solidos.github.io/solid-ui/examples/storybook/) for SolidUI widgets.
11
- See [API](https://solidos.github.io/solid-ui/Documentation/api/) for SolidUI functions.
12
- See [Forms](https://solidos.github.io/solid-ui/Documentation/form-examples/demo.html) for UI vocabulary implementation.
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
- - [Slides about forms](https://solidos.github.io/solid-ui/Documentation/talks/FormsTalk.html)
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-12T12:39:27Z',
15196
- commit: 'c8b5e3176c7bafa9fdfadd4ca5bc94d4919d9ccd',
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',