@adminforth/agent 1.43.4 → 1.43.5

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/build.log CHANGED
@@ -58,5 +58,5 @@ custom/speech_recognition_frontend/voiceActivityDetection.ts
58
58
  custom/speech_recognition_frontend/types/
59
59
  custom/speech_recognition_frontend/types/voice-activity-detection.d.ts
60
60
 
61
- sent 1,661,185 bytes received 860 bytes 3,324,090.00 bytes/sec
62
- total size is 1,657,269 speedup is 1.00
61
+ sent 1,661,194 bytes received 860 bytes 3,324,108.00 bytes/sec
62
+ total size is 1,657,278 speedup is 1.00
@@ -1,9 +1,9 @@
1
1
  <template>
2
2
  <div
3
- class="flex px-4 m-2 rounded-xl border border-gray-200 dark:border-gray-700"
3
+ class="flex rounded-xl border border-gray-200 dark:border-gray-700"
4
4
  @click="handleMarkdownLinkClick"
5
5
  :class="[
6
- hasVegaLite ? 'w-full' : '',
6
+ hasVegaLite ? 'w-full px-6 my-2' : 'px-4 m-2',
7
7
  props.role === 'user' ? 'bg-lightListTableHeading dark:bg-darkListTableHeading self-end max-w-[80%] mr-4'
8
8
  : 'border-none self-start'
9
9
  ]"
@@ -1,9 +1,9 @@
1
1
  <template>
2
2
  <div
3
- class="flex px-4 m-2 rounded-xl border border-gray-200 dark:border-gray-700"
3
+ class="flex rounded-xl border border-gray-200 dark:border-gray-700"
4
4
  @click="handleMarkdownLinkClick"
5
5
  :class="[
6
- hasVegaLite ? 'w-full' : '',
6
+ hasVegaLite ? 'w-full px-6 my-2' : 'px-4 m-2',
7
7
  props.role === 'user' ? 'bg-lightListTableHeading dark:bg-darkListTableHeading self-end max-w-[80%] mr-4'
8
8
  : 'border-none self-start'
9
9
  ]"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/agent",
3
- "version": "1.43.4",
3
+ "version": "1.43.5",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",