@appsemble/types 0.20.22 → 0.20.23

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
@@ -1,10 +1,10 @@
1
- # ![](https://gitlab.com/appsemble/appsemble/-/raw/0.20.22/config/assets/logo.svg) Appsemble Types
1
+ # ![](https://gitlab.com/appsemble/appsemble/-/raw/0.20.23/config/assets/logo.svg) Appsemble Types
2
2
 
3
3
  > Reusable TypeScript types
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/@appsemble/types)](https://www.npmjs.com/package/@appsemble/types)
6
- [![GitLab CI](https://gitlab.com/appsemble/appsemble/badges/0.20.22/pipeline.svg)](https://gitlab.com/appsemble/appsemble/-/releases/0.20.22)
7
- [![Code coverage](https://codecov.io/gl/appsemble/appsemble/branch/0.20.22/graph/badge.svg)](https://codecov.io/gl/appsemble/appsemble)
6
+ [![GitLab CI](https://gitlab.com/appsemble/appsemble/badges/0.20.23/pipeline.svg)](https://gitlab.com/appsemble/appsemble/-/releases/0.20.23)
7
+ [![Code coverage](https://codecov.io/gl/appsemble/appsemble/branch/0.20.23/graph/badge.svg)](https://codecov.io/gl/appsemble/appsemble)
8
8
  [![Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://prettier.io)
9
9
 
10
10
  ## Installation
@@ -21,5 +21,5 @@ not guaranteed.
21
21
 
22
22
  ## License
23
23
 
24
- [LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.20.22/LICENSE.md) ©
24
+ [LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.20.23/LICENSE.md) ©
25
25
  [Appsemble](https://appsemble.com)
package/index.d.ts CHANGED
@@ -74,7 +74,7 @@ export interface BlockDefinition {
74
74
  */
75
75
  theme?: Partial<Theme>;
76
76
  /**
77
- * A free form mapping of named paramters.
77
+ * A free form mapping of named parameters.
78
78
  *
79
79
  * The exact meaning of the parameters depends on the block type.
80
80
  */
@@ -1555,7 +1555,7 @@ export interface Organization {
1555
1555
  iconUrl: string;
1556
1556
  }
1557
1557
  /**
1558
- * An invite for an organizaton.
1558
+ * An invite for an organization.
1559
1559
  */
1560
1560
  export interface OrganizationInvite {
1561
1561
  /**
package/index.ts CHANGED
@@ -92,7 +92,7 @@ export interface BlockDefinition {
92
92
  theme?: Partial<Theme>;
93
93
 
94
94
  /**
95
- * A free form mapping of named paramters.
95
+ * A free form mapping of named parameters.
96
96
  *
97
97
  * The exact meaning of the parameters depends on the block type.
98
98
  */
@@ -1913,7 +1913,7 @@ export interface Organization {
1913
1913
  }
1914
1914
 
1915
1915
  /**
1916
- * An invite for an organizaton.
1916
+ * An invite for an organization.
1917
1917
  */
1918
1918
  export interface OrganizationInvite {
1919
1919
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appsemble/types",
3
- "version": "0.20.22",
3
+ "version": "0.20.23",
4
4
  "description": "TypeScript definitions reused within Appsemble internally",
5
5
  "keywords": [
6
6
  "app",
package/theme.d.ts CHANGED
@@ -20,7 +20,7 @@ export interface Theme {
20
20
  */
21
21
  linkColor: string;
22
22
  /**
23
- * The color used to feature succesful or positive actions.
23
+ * The color used to feature successful or positive actions.
24
24
  */
25
25
  successColor: string;
26
26
  /**
package/theme.ts CHANGED
@@ -24,7 +24,7 @@ export interface Theme {
24
24
  linkColor: string;
25
25
 
26
26
  /**
27
- * The color used to feature succesful or positive actions.
27
+ * The color used to feature successful or positive actions.
28
28
  */
29
29
  successColor: string;
30
30