add widget type

This commit is contained in:
nflnkr 2024-05-14 12:26:01 +03:00
parent 1b17dad451
commit 8f1caa9b07
2 changed files with 3 additions and 1 deletions

@ -3,3 +3,5 @@ export * from "./button";
export * from "./container";
export * from "./popup";
export * from "./side";
export type WidgetType = "container" | "button" | "popup" | "banner" | "side";

@ -1,6 +1,6 @@
{
"name": "@frontend/squzanswerer",
"version": "1.0.40",
"version": "1.0.41",
"type": "module",
"main": "./dist-package/index.js",
"module": "./dist-package/index.js",