@regulaforensics/idv-gui 2.3.154-nightly → 2.3.160-nightly
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/dist/index.d.ts +1 -0
- package/dist/main.js +4432 -9021
- package/package.json +2 -3
package/dist/index.d.ts
CHANGED
|
@@ -91,6 +91,7 @@ export declare const IDV_UI_ICONS: {
|
|
|
91
91
|
readonly SQUARE_NORMAL: "square_normal";
|
|
92
92
|
readonly SELECTED: "selected";
|
|
93
93
|
readonly CHEVRON_DOWN: "chevronDown";
|
|
94
|
+
readonly CLOSE_ICON: "close_icon";
|
|
94
95
|
};
|
|
95
96
|
|
|
96
97
|
export declare type IDV_UI_ICONS = (typeof IDV_UI_ICONS)[keyof typeof IDV_UI_ICONS];
|