lisichatbot 2.3.0 → 2.3.2

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.js +11 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisichatbot",
3
- "version": "2.3.0",
3
+ "version": "2.3.2",
4
4
  "type": "module",
5
5
  "main": "./src/index.js",
6
6
  "exports": {
package/src/index.js CHANGED
@@ -4050,6 +4050,7 @@ function injectStyles() {
4050
4050
 
4051
4051
  [data-chat-element="options-wrapper"] {
4052
4052
  margin-bottom: 20px;
4053
+ margin-left: 1.5rem;
4053
4054
  display: flex;
4054
4055
  flex-direction: column;
4055
4056
  gap: 12px;
@@ -4057,10 +4058,20 @@ function injectStyles() {
4057
4058
 
4058
4059
  [data-chat-element="text-input"] {
4059
4060
  margin-bottom: 20px;
4061
+ margin-left: 1.5rem;
4060
4062
  }
4061
4063
 
4062
4064
  [data-chat-element="number-input"] {
4063
4065
  margin-bottom: 20px;
4066
+ margin-left: 1.5rem;
4067
+ }
4068
+
4069
+ [data-chat-element="range-wrapper"] {
4070
+ margin-left: 1.5rem;
4071
+ }
4072
+
4073
+ [data-chat-element="multi-select-dropdown"] {
4074
+ margin-left: 1.5rem;
4064
4075
  }
4065
4076
 
4066
4077
  [data-chat-element="bot-edit-icon"] {