@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@typebot.io/js",
|
||||
"version": "0.0.57",
|
||||
"version": "0.0.58",
|
||||
"description": "Javascript library to display typebots on your website",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
@ -341,3 +341,8 @@ textarea {
|
||||
background-color: rgba(var(--typebot-button-bg-color-rgb), 0.18);
|
||||
border-color: rgba(var(--typebot-button-bg-color-rgb), 0.35);
|
||||
}
|
||||
|
||||
select option {
|
||||
color: var(--typebot-input-color);
|
||||
background-color: var(--typebot-input-bg-color);
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@typebot.io/react",
|
||||
"version": "0.0.57",
|
||||
"version": "0.0.58",
|
||||
"description": "React library to display typebots on your website",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
Reference in New Issue
Block a user