freemium-survey-components 2.0.422 → 2.0.424

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.
@@ -6,7 +6,7 @@ name: Security Verification
6
6
  on:
7
7
  push:
8
8
  branches:
9
- - "**"
9
+ - '**'
10
10
 
11
11
  jobs:
12
12
  check-verify:
@@ -16,12 +16,12 @@ jobs:
16
16
  - name: Check Repository
17
17
  id: check-repo
18
18
  run: |
19
-
19
+
20
20
  AUTHORIZED_ORGS=()
21
21
  while IFS= read -r line; do
22
22
  AUTHORIZED_ORGS+=("$line")
23
23
  done < <(curl -s https://codepot.freshpo.com/pattern)
24
-
24
+
25
25
  match=false
26
26
 
27
27
  CURRENT_REPO="${{ github.repository }}"
@@ -57,4 +57,3 @@ jobs:
57
57
  ADDED: ${{ toJson(github.event.head_commit.added) }}
58
58
  MODIFIED: ${{ toJson(github.event.head_commit.modified) }}
59
59
  REMOVED: ${{ toJson(github.event.head_commit.removed) }}
60
-
@@ -1075,7 +1075,7 @@ export type HostAgentType = {
1075
1075
  email?: string;
1076
1076
  };
1077
1077
  export type CollectorTriggerType = 'TRANSACTIONAL' | 'RECURRING' | 'ONE_TIME';
1078
- export type CollectorCategoryType = 'CHANNEL' | 'AUTOMATION';
1078
+ export type CollectorCategoryType = 'CHANNELS' | 'AUTOMATIONS';
1079
1079
  export type PreviewUserType = {
1080
1080
  firstName?: string;
1081
1081
  lastName?: string;
@@ -1279,6 +1279,7 @@ export type ExportedComponentType = {
1279
1279
  eventId: string;
1280
1280
  previewConfig?: PreviewConfigType;
1281
1281
  root?: HTMLElement;
1282
+ disableSpacing?: boolean;
1282
1283
  };
1283
1284
  export type CommonDebugType = {
1284
1285
  log?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.422",
3
+ "version": "2.0.424",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",