@tsed/react-formio 2.3.5 → 2.3.6

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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/readme.md +19 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsed/react-formio",
3
- "version": "2.3.5",
3
+ "version": "2.3.6",
4
4
  "description": "Provide a react formio wrapper. Written in TypeScript.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.modern.js",
@@ -38,8 +38,8 @@
38
38
  "tooltip.js": ">=1.3.3"
39
39
  },
40
40
  "devDependencies": {
41
- "@tsed/tailwind": "2.3.5",
42
- "@tsed/tailwind-formio": "2.3.5",
41
+ "@tsed/tailwind": "2.3.6",
42
+ "@tsed/tailwind-formio": "2.3.6",
43
43
  "microbundle": "0.13.0"
44
44
  },
45
45
  "repository": "https://github.com/TypedProject/tsed-formio",
package/readme.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p style="text-align: center" align="center">
2
- <a href="https://tsed.io" target="_blank"><img src="https://tsed.io/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
2
+ <a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
3
3
  </p>
4
4
 
5
5
  <div align="center">
@@ -14,11 +14,11 @@
14
14
  </div>
15
15
 
16
16
  <div align="center">
17
- <a href="https://tsed.io/">Website</a>
17
+ <a href="https://tsed.dev/">Website</a>
18
18
  <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
19
- <a href="https://tsed.io/tutorials/prisma.html">Tutorial</a>
19
+ <a href="https://tsed.dev/tutorials/prisma.html">Tutorial</a>
20
20
  <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
21
- <a href="https://api.tsed.io/rest/slack/tsedio/tsed">Slack</a>
21
+ <a href="https://slack.tsed.dev">Slack</a>
22
22
  <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
23
23
  <a href="https://twitter.com/TsED_io">Twitter</a>
24
24
  </div>
@@ -31,25 +31,25 @@ platform.
31
31
  This module is based on the original [react-formio](https://github.com/formio/react-formio) and add extra features
32
32
  listed above.
33
33
 
34
- See our [storybook](https://formio.tsed.io/?path=/docs/getting-started--docs) to see all available components.
34
+ See our [storybook](https://formio.tsed.dev/?path=/docs/getting-started--docs) to see all available components.
35
35
 
36
36
  ## Features
37
37
 
38
38
  Many components are provided to build your own backoffice based on Formio.js API:
39
39
 
40
- - [ActionsTable](https://formio.tsed.io/?path=story/reactformio-actionstable--sandbox),
41
- - [FormAccess](https://formio.tsed.io/?path=story/reactformio-formaccess--sandbox),
42
- - [FormAction](https://formio.tsed.io/?path=story/reactformio-formaction--sandbox),
43
- - [Form](https://formio.tsed.io/?path=docs/documentation-form--docs),
44
- - [FormBuilder](https://formio.tsed.io/?path=docs/documentation-formbuilder--docs),
45
- - [FormEdit](https://formio.tsed.io/?path=docs/documentation-formedit--docs),
46
- - [FormsTable](https://formio.tsed.io/?path=docs/documentation-formstable--docs),
47
- - [InputTags](https://formio.tsed.io/?path=story/reactformio-inputtags--sandbox),
48
- - [InputText](https://formio.tsed.io/?path=story/reactformio-inputtext--sandbox),
49
- - [Pagination](https://formio.tsed.io/?path=story/reactformio-pagination--sandbox),
50
- - [Select](https://formio.tsed.io/?path=/story/reactformio-select--sandbox),
51
- - [SubmissionsTable](https://formio.tsed.io/?path=/docs/documentation-submissionstable--docs).
52
- - [Table](https://formio.tsed.io/?path=/story/reactformio-table--sandbox),
40
+ - [ActionsTable](https://formio.tsed.dev/?path=story/reactformio-actionstable--sandbox),
41
+ - [FormAccess](https://formio.tsed.dev/?path=story/reactformio-formaccess--sandbox),
42
+ - [FormAction](https://formio.tsed.dev/?path=story/reactformio-formaction--sandbox),
43
+ - [Form](https://formio.tsed.dev/?path=docs/documentation-form--docs),
44
+ - [FormBuilder](https://formio.tsed.dev/?path=docs/documentation-formbuilder--docs),
45
+ - [FormEdit](https://formio.tsed.dev/?path=docs/documentation-formedit--docs),
46
+ - [FormsTable](https://formio.tsed.dev/?path=docs/documentation-formstable--docs),
47
+ - [InputTags](https://formio.tsed.dev/?path=story/reactformio-inputtags--sandbox),
48
+ - [InputText](https://formio.tsed.dev/?path=story/reactformio-inputtext--sandbox),
49
+ - [Pagination](https://formio.tsed.dev/?path=story/reactformio-pagination--sandbox),
50
+ - [Select](https://formio.tsed.dev/?path=/story/reactformio-select--sandbox),
51
+ - [SubmissionsTable](https://formio.tsed.dev/?path=/docs/documentation-submissionstable--docs).
52
+ - [Table](https://formio.tsed.dev/?path=/story/reactformio-table--sandbox),
53
53
  - Predefined Reducers for Actions, Action, Form, Forms, Submission, Submissions, etc...,
54
54
  - TypeScript support.
55
55
  - Tailwind support.
@@ -91,7 +91,7 @@ function App() {
91
91
  export default App;
92
92
  ```
93
93
 
94
- See more on http://formio.tsed.io/?path=/docs/getting-started--docs
94
+ See more on http://formio.tsed.dev/?path=/docs/getting-started--docs
95
95
 
96
96
  ## Contributors
97
97