@xapp/stentor-form-widget-channel 1.65.0 → 1.65.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.
@@ -10,7 +10,7 @@ export interface FormWidgetTheme {
10
10
  export interface WidgetLinkTheme {
11
11
  readonly default?: WidgetTextTheme;
12
12
  }
13
- export declare type WidgetBorderStyle = "solid" | "dashed" | "none";
13
+ export type WidgetBorderStyle = "solid" | "dashed" | "none";
14
14
  export interface WidgetBorderTheme {
15
15
  readonly color?: string;
16
16
  readonly width?: string;
@@ -29,7 +29,7 @@ export interface WidgetMarginTheme {
29
29
  readonly bottom?: string;
30
30
  readonly left?: string;
31
31
  }
32
- export declare type WidgetBackgroundTheme = string;
32
+ export type WidgetBackgroundTheme = string;
33
33
  export interface WidgetMessagesTheme {
34
34
  readonly others?: WidgetMessageTheme;
35
35
  }
package/lib/Types.d.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  /*! Copyright (c) 2023, XAPPmedia */
2
- export declare type FormWidgetChannel = "form-widget";
2
+ export type FormWidgetChannel = "form-widget";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.65.0",
7
+ "version": "1.65.6",
8
8
  "description": "Form Widget Channel for stentor 📣",
9
9
  "types": "lib/index",
10
10
  "main": "lib/index",
@@ -23,13 +23,13 @@
23
23
  "mocha": "9.2.2",
24
24
  "sinon": "13.0.2",
25
25
  "sinon-chai": "3.7.0",
26
- "stentor-models": "1.57.84",
27
- "ts-node": "10.9.1",
28
- "typescript": "4.7.4"
26
+ "stentor-models": "1.58.87",
27
+ "ts-node": "10.9.2",
28
+ "typescript": "5.3.3"
29
29
  },
30
30
  "dependencies": {
31
- "stentor-constants": "1.57.84",
32
- "stentor-guards": "1.57.84"
31
+ "stentor-constants": "1.58.87",
32
+ "stentor-guards": "1.58.87"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "stentor-models": "1.X"
@@ -38,5 +38,5 @@
38
38
  "build": "tsc -d true -p .",
39
39
  "clean": "rm -rf ./lib/*"
40
40
  },
41
- "gitHead": "ed5785117dcb6955072b513a1db67fc3487fd335"
41
+ "gitHead": "41b2d847126c060ba3bb44072528d0d07b0c935a"
42
42
  }