freemium-survey-components 2.0.427 → 2.0.428

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
-
@@ -1387,6 +1387,7 @@ export type ProductConfigType = {
1387
1387
  customDeleteInfoText?: string;
1388
1388
  customPauseInfoText?: string;
1389
1389
  customPublishInfoText?: string;
1390
+ enableNewDescription?: boolean;
1390
1391
  enableSorting?: boolean;
1391
1392
  };
1392
1393
  showEditSurveyOption?: boolean;
@@ -1429,6 +1430,7 @@ export type ProductConfigType = {
1429
1430
  root?: HTMLElement;
1430
1431
  enableResolutionQuestion?: boolean;
1431
1432
  hideRangeCustomizationLevels?: boolean;
1433
+ enableDesignSettingsInfoBanner?: boolean;
1432
1434
  };
1433
1435
  export type TriggerSurveyResponseType = {
1434
1436
  trigger_id?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.427",
3
+ "version": "2.0.428",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",