@digipair/skill-web-chatbot 0.5.12 → 0.5.13
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/index.cjs2.js +6 -6
- package/index.esm2.js +6 -6
- package/package.json +1 -1
package/index.cjs2.js
CHANGED
|
@@ -56326,8 +56326,8 @@ const styles$1 = i$5`
|
|
|
56326
56326
|
width: 70px;
|
|
56327
56327
|
height: 70px;
|
|
56328
56328
|
position: absolute;
|
|
56329
|
-
right: -
|
|
56330
|
-
top: -
|
|
56329
|
+
right: -10px;
|
|
56330
|
+
top: -58px;
|
|
56331
56331
|
transition: scale 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
|
|
56332
56332
|
}
|
|
56333
56333
|
|
|
@@ -58123,9 +58123,9 @@ const styles = i$5`
|
|
|
58123
58123
|
bottom: 20px;
|
|
58124
58124
|
right: 20px;
|
|
58125
58125
|
left: 20px;
|
|
58126
|
-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
|
|
58127
|
-
'
|
|
58128
|
-
'
|
|
58126
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
|
|
58127
|
+
'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
|
|
58128
|
+
'Noto Color Emoji';
|
|
58129
58129
|
line-height: 0.8;
|
|
58130
58130
|
font-size: 0.8rem;
|
|
58131
58131
|
}
|
|
@@ -58151,7 +58151,7 @@ const styles = i$5`
|
|
|
58151
58151
|
width: 70px;
|
|
58152
58152
|
height: 70px;
|
|
58153
58153
|
position: absolute;
|
|
58154
|
-
right: -
|
|
58154
|
+
right: -15px;
|
|
58155
58155
|
top: -15px;
|
|
58156
58156
|
transition: scale 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
|
|
58157
58157
|
}
|
package/index.esm2.js
CHANGED
|
@@ -56306,8 +56306,8 @@ const styles$1 = i$5`
|
|
|
56306
56306
|
width: 70px;
|
|
56307
56307
|
height: 70px;
|
|
56308
56308
|
position: absolute;
|
|
56309
|
-
right: -
|
|
56310
|
-
top: -
|
|
56309
|
+
right: -10px;
|
|
56310
|
+
top: -58px;
|
|
56311
56311
|
transition: scale 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
|
|
56312
56312
|
}
|
|
56313
56313
|
|
|
@@ -58103,9 +58103,9 @@ const styles = i$5`
|
|
|
58103
58103
|
bottom: 20px;
|
|
58104
58104
|
right: 20px;
|
|
58105
58105
|
left: 20px;
|
|
58106
|
-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
|
|
58107
|
-
'
|
|
58108
|
-
'
|
|
58106
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
|
|
58107
|
+
'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
|
|
58108
|
+
'Noto Color Emoji';
|
|
58109
58109
|
line-height: 0.8;
|
|
58110
58110
|
font-size: 0.8rem;
|
|
58111
58111
|
}
|
|
@@ -58131,7 +58131,7 @@ const styles = i$5`
|
|
|
58131
58131
|
width: 70px;
|
|
58132
58132
|
height: 70px;
|
|
58133
58133
|
position: absolute;
|
|
58134
|
-
right: -
|
|
58134
|
+
right: -15px;
|
|
58135
58135
|
top: -15px;
|
|
58136
58136
|
transition: scale 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
|
|
58137
58137
|
}
|