@rebilly/revel 5.7.0 → 5.9.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [5.9.0](https://github.com/Rebilly/rebilly/compare/revel-v5.8.0...revel-v5.9.0) (2023-09-06)
2
+
3
+
4
+ ### Features
5
+
6
+ * **recomm:** Add allowlist to automations ([#1143](https://github.com/Rebilly/rebilly/issues/1143)) ([109585c](https://github.com/Rebilly/rebilly/commit/109585c859bcd3443f97fc042804444c8fe10d22))
7
+
8
+ ## [5.8.0](https://github.com/Rebilly/rebilly/compare/revel-v5.7.0...revel-v5.8.0) (2023-09-05)
9
+
10
+
11
+ ### Features
12
+
13
+ * **risk-data-collector:** Update FringerprintJS to PRO version ([#915](https://github.com/Rebilly/rebilly/issues/915)) ([e8fe36b](https://github.com/Rebilly/rebilly/commit/e8fe36b73738f42ccb3aa70c423204d2a2a461f4))
14
+
1
15
  ## [5.7.0](https://github.com/Rebilly/rebilly/compare/revel-v5.6.0...revel-v5.7.0) (2023-09-04)
2
16
 
3
17
 
@@ -115,6 +115,7 @@ export declare const iconNames: {
115
115
  'two-columns': string;
116
116
  meter: string;
117
117
  reports: string;
118
+ allowlists: string;
118
119
  };
119
120
  export declare const iconColors: {
120
121
  default: null;
package/dist/revel.mjs CHANGED
@@ -116,7 +116,8 @@ const u = {
116
116
  "rebilly-logo": "rebilly-logo",
117
117
  "two-columns": "two-columns",
118
118
  meter: "meter",
119
- reports: "reports"
119
+ reports: "reports",
120
+ allowlists: "allowlists"
120
121
  }, yO = `
121
122
  <!-- SVG Sprite -->
122
123
 
@@ -1073,6 +1074,18 @@ const u = {
1073
1074
  </svg>
1074
1075
  </symbol>
1075
1076
  </svg>
1077
+ <!-- Allowlist icon -->
1078
+ <svg xmlns="http://www.w3.org/2000/svg">
1079
+ <symbol id="icon-${u.allowlists}">
1080
+ <svg
1081
+ xmlns="http://www.w3.org/2000/svg"
1082
+ width="20"
1083
+ height="20"
1084
+ >
1085
+ <path d="M15 1a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10ZM7 3H5v14h10V3h-2v1a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V3Zm5.707 8.293a1 1 0 0 1 .083 1.32l-.083.094-3 3a1 1 0 0 1-1.32.083l-.094-.083-1-1a1 1 0 0 1 1.32-1.497l.094.083.293.292 2.293-2.292a1 1 0 0 1 1.414 0Zm0-5a1 1 0 0 1 .083 1.32l-.083.094-3 3a1 1 0 0 1-1.32.083l-.094-.083-1-1a1 1 0 0 1 1.32-1.497l.094.083.293.292 2.293-2.292a1 1 0 0 1 1.414 0Z"/>
1086
+ </svg>
1087
+ </symbol>
1088
+ </svg>
1076
1089
  `, XO = G({
1077
1090
  name: "RIcon",
1078
1091
  compatConfig: {