@everymatrix/general-registration 1.10.11 → 1.10.13

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.
@@ -8,11 +8,11 @@ import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
8
  export namespace Components {
9
9
  interface GeneralRegistration {
10
10
  /**
11
- * Client custom styling via string
11
+ * Client custom styling via inline styles
12
12
  */
13
13
  "clientStyling": string;
14
14
  /**
15
- * Client custom styling via url content
15
+ * Client custom styling via url
16
16
  */
17
17
  "clientStylingUrl": string;
18
18
  /**
@@ -39,11 +39,11 @@ declare global {
39
39
  declare namespace LocalJSX {
40
40
  interface GeneralRegistration {
41
41
  /**
42
- * Client custom styling via string
42
+ * Client custom styling via inline styles
43
43
  */
44
44
  "clientStyling"?: string;
45
45
  /**
46
- * Client custom styling via url content
46
+ * Client custom styling via url
47
47
  */
48
48
  "clientStylingUrl"?: string;
49
49
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/general-registration",
3
- "version": "1.10.11",
3
+ "version": "1.10.13",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.js",
6
6
  "es2015": "./dist/esm/index.mjs",