@turquoisehealth/pit-viper 2.240.1 → 2.240.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 (23) hide show
  1. package/_site/assets/css/pit-viper-a11y.css +26 -11
  2. package/_site/assets/css/pit-viper-consumer.css +26 -11
  3. package/_site/assets/css/pit-viper-v2-scoped.css +23 -11
  4. package/_site/assets/css/pit-viper-v2.css +27 -12
  5. package/_site/assets/css/pit-viper.css +26 -11
  6. package/package.json +1 -1
  7. package/pv-components/dist/stats/vue/ai/stats.html +1 -1
  8. package/pv-components/dist/stats/vue/base/stats.html +1 -1
  9. package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
  10. package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
  11. package/pv-components/dist/stats/web/pv-reasoning-stats.html +1 -1
  12. package/pv-components/dist/stats/web/pv-step-list-stats.html +1 -1
  13. package/pv-components/dist/vue/ai/pv-components-ai.mjs +33 -35
  14. package/pv-components/dist/vue/ai/pv-components-ai.mjs.map +1 -1
  15. package/pv-components/dist/vue/base/pv-components-base.mjs +550 -546
  16. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  17. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +46 -42
  18. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  19. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +1041 -1037
  20. package/pv-components/dist/web/components/pv-reasoning/pv-reasoning.js +522 -524
  21. package/pv-components/dist/web/components/pv-step-list/pv-step-list.js +372 -369
  22. package/pv-components/dist/web/pv-components.iife.js +36 -36
  23. package/pv-components/dist/web/pv-components.iife.js.map +1 -1
@@ -3964,6 +3964,7 @@ pv-dropdown-auto-close.pv-dropdown > [class*=pv-button][data-dropdown] {
3964
3964
  }
3965
3965
  :where([class*=pv-accordion]) > summary {
3966
3966
  padding: var(--accordion-arrow-right-summary-padding, 0.25rem 1.375rem 0.25rem 0.125rem);
3967
+ color: var(--accordion-summary-color, inherit);
3967
3968
  font-size: var(--accordion-summary-font-size, 0.875rem);
3968
3969
  line-height: var(--accordion-summary-line-height, 1.2857142857);
3969
3970
  border-radius: var(--accordion-radius, 4px);
@@ -5181,7 +5182,7 @@ pv-data-grid.ag-theme-pv {
5181
5182
  .pv-step-list {
5182
5183
  list-style: none;
5183
5184
  margin: 0;
5184
- padding: var(--step-list-padding, 0.625rem 0 0.25rem);
5185
+ padding: var(--step-list-padding, 0);
5185
5186
  white-space: normal;
5186
5187
  }
5187
5188
 
@@ -5189,20 +5190,26 @@ pv-data-grid.ag-theme-pv {
5189
5190
  position: relative;
5190
5191
  display: flex;
5191
5192
  gap: var(--step-list-gap, 0.75rem);
5192
- padding: var(--step-list-item-padding, 0.5rem 0);
5193
+ padding: var(--step-list-item-padding, 0);
5194
+ min-height: var(--step-list-item-min-height, 2rem);
5195
+ }
5196
+
5197
+ .pv-step-list:has(.pv-step-marker .pv-icon) {
5198
+ --step-list-marker-size: var(--step-list-marker-icon-size, 1.25rem);
5199
+ --step-list-marker-offset: var(--step-list-marker-icon-offset, -2px);
5193
5200
  }
5194
5201
 
5195
5202
  .pv-step:not(:last-child):before {
5196
5203
  content: "";
5197
5204
  position: absolute;
5198
- inset-block: var(--step-list-rail-inset-block-start, 1.75rem) var(--step-list-rail-inset-block-end, -0.25rem);
5199
- inset-inline-start: calc((var(--step-list-marker-size, 1.25rem) - var(--step-list-rail-width, 1px)) / 2);
5205
+ inset-block: var(--step-list-rail-inset-block-start, calc(var(--step-list-marker-offset, 0.25rem) + var(--step-list-marker-size, 9px) + var(--step-list-rail-gap, 2px))) var(--step-list-rail-inset-block-end, 0);
5206
+ inset-inline-start: calc((var(--step-list-marker-size, 9px) - var(--step-list-rail-width, 1px)) / 2);
5200
5207
  width: var(--step-list-rail-width, 1px);
5201
5208
  background-color: var(--step-list-rail-color, #8F939E);
5202
5209
  }
5203
5210
 
5204
5211
  .pv-step:not(:has(.pv-step-marker)) {
5205
- padding-inline-start: calc(var(--step-list-marker-size, 1.25rem) + var(--step-list-gap, 0.75rem));
5212
+ padding-inline-start: calc(var(--step-list-marker-size, 9px) + var(--step-list-gap, 0.75rem));
5206
5213
  }
5207
5214
  .pv-step:not(:has(.pv-step-marker)):before {
5208
5215
  inset-block-start: 0;
@@ -5215,9 +5222,9 @@ pv-data-grid.ag-theme-pv {
5215
5222
  justify-content: center;
5216
5223
  position: relative;
5217
5224
  z-index: 1;
5218
- width: var(--step-list-marker-size, 1.25rem);
5219
- height: var(--step-list-marker-size, 1.25rem);
5220
- margin-block-start: var(--step-list-marker-offset, -2px);
5225
+ width: var(--step-list-marker-size, 9px);
5226
+ height: var(--step-list-marker-size, 9px);
5227
+ margin-block-start: var(--step-list-marker-offset, 0.25rem);
5221
5228
  border-radius: 50%;
5222
5229
  background-color: var(--step-list-marker-background-color, #E8EBEB);
5223
5230
  color: var(--step-list-marker-color, #4B595C);
@@ -5229,18 +5236,26 @@ pv-data-grid.ag-theme-pv {
5229
5236
  color: var(--step-list-marker-active-color, #13595D);
5230
5237
  }
5231
5238
 
5239
+ .pv-step[data-status=active] .pv-step-dot {
5240
+ background-color: var(--step-list-marker-active-dot-color, #13595D);
5241
+ }
5242
+
5232
5243
  .pv-step[data-status=complete] .pv-step-marker {
5233
5244
  background-color: var(--step-list-marker-complete-background-color, #13595D);
5234
5245
  color: var(--step-list-marker-complete-color, #FFFFFF);
5235
5246
  }
5236
5247
 
5248
+ .pv-step[data-status=complete] .pv-step-dot {
5249
+ background-color: var(--step-list-marker-complete-dot-color, #D9DEDE);
5250
+ }
5251
+
5237
5252
  .pv-step-dot {
5238
5253
  display: block;
5239
5254
  flex: none;
5240
- width: var(--step-list-marker-dot-size, 6px);
5241
- height: var(--step-list-marker-dot-size, 6px);
5255
+ width: var(--step-list-marker-dot-size, 9px);
5256
+ height: var(--step-list-marker-dot-size, 9px);
5242
5257
  border-radius: 50%;
5243
- background-color: currentcolor;
5258
+ background-color: var(--step-list-marker-dot-color, #D9DEDE);
5244
5259
  }
5245
5260
 
5246
5261
  .pv-step-body {
@@ -3970,6 +3970,7 @@ pv-dropdown-auto-close.pv-dropdown > [class*=pv-button][data-dropdown] {
3970
3970
  }
3971
3971
  :where([class*=pv-accordion]) > summary {
3972
3972
  padding: var(--accordion-arrow-right-summary-padding, 0.25rem 1.375rem 0.25rem 0.125rem);
3973
+ color: var(--accordion-summary-color, inherit);
3973
3974
  font-size: var(--accordion-summary-font-size, 1rem);
3974
3975
  line-height: var(--accordion-summary-line-height, 1.5);
3975
3976
  border-radius: var(--accordion-radius, 6px);
@@ -5187,7 +5188,7 @@ pv-data-grid.ag-theme-pv {
5187
5188
  .pv-step-list {
5188
5189
  list-style: none;
5189
5190
  margin: 0;
5190
- padding: var(--step-list-padding, 0.625rem 0 0.25rem);
5191
+ padding: var(--step-list-padding, 0);
5191
5192
  white-space: normal;
5192
5193
  }
5193
5194
 
@@ -5195,20 +5196,26 @@ pv-data-grid.ag-theme-pv {
5195
5196
  position: relative;
5196
5197
  display: flex;
5197
5198
  gap: var(--step-list-gap, 0.75rem);
5198
- padding: var(--step-list-item-padding, 0.5rem 0);
5199
+ padding: var(--step-list-item-padding, 0);
5200
+ min-height: var(--step-list-item-min-height, 2rem);
5201
+ }
5202
+
5203
+ .pv-step-list:has(.pv-step-marker .pv-icon) {
5204
+ --step-list-marker-size: var(--step-list-marker-icon-size, 1.25rem);
5205
+ --step-list-marker-offset: var(--step-list-marker-icon-offset, -2px);
5199
5206
  }
5200
5207
 
5201
5208
  .pv-step:not(:last-child):before {
5202
5209
  content: "";
5203
5210
  position: absolute;
5204
- inset-block: var(--step-list-rail-inset-block-start, 1.75rem) var(--step-list-rail-inset-block-end, -0.25rem);
5205
- inset-inline-start: calc((var(--step-list-marker-size, 1.25rem) - var(--step-list-rail-width, 1px)) / 2);
5211
+ inset-block: var(--step-list-rail-inset-block-start, calc(var(--step-list-marker-offset, 0.25rem) + var(--step-list-marker-size, 9px) + var(--step-list-rail-gap, 2px))) var(--step-list-rail-inset-block-end, 0);
5212
+ inset-inline-start: calc((var(--step-list-marker-size, 9px) - var(--step-list-rail-width, 1px)) / 2);
5206
5213
  width: var(--step-list-rail-width, 1px);
5207
5214
  background-color: var(--step-list-rail-color, #E8EBEB);
5208
5215
  }
5209
5216
 
5210
5217
  .pv-step:not(:has(.pv-step-marker)) {
5211
- padding-inline-start: calc(var(--step-list-marker-size, 1.25rem) + var(--step-list-gap, 0.75rem));
5218
+ padding-inline-start: calc(var(--step-list-marker-size, 9px) + var(--step-list-gap, 0.75rem));
5212
5219
  }
5213
5220
  .pv-step:not(:has(.pv-step-marker)):before {
5214
5221
  inset-block-start: 0;
@@ -5221,9 +5228,9 @@ pv-data-grid.ag-theme-pv {
5221
5228
  justify-content: center;
5222
5229
  position: relative;
5223
5230
  z-index: 1;
5224
- width: var(--step-list-marker-size, 1.25rem);
5225
- height: var(--step-list-marker-size, 1.25rem);
5226
- margin-block-start: var(--step-list-marker-offset, -2px);
5231
+ width: var(--step-list-marker-size, 9px);
5232
+ height: var(--step-list-marker-size, 9px);
5233
+ margin-block-start: var(--step-list-marker-offset, 0.25rem);
5227
5234
  border-radius: 50%;
5228
5235
  background-color: var(--step-list-marker-background-color, #E8EBEB);
5229
5236
  color: var(--step-list-marker-color, #486161);
@@ -5235,18 +5242,26 @@ pv-data-grid.ag-theme-pv {
5235
5242
  color: var(--step-list-marker-active-color, #147F85);
5236
5243
  }
5237
5244
 
5245
+ .pv-step[data-status=active] .pv-step-dot {
5246
+ background-color: var(--step-list-marker-active-dot-color, #147F85);
5247
+ }
5248
+
5238
5249
  .pv-step[data-status=complete] .pv-step-marker {
5239
5250
  background-color: var(--step-list-marker-complete-background-color, #147F85);
5240
5251
  color: var(--step-list-marker-complete-color, #FFFFFF);
5241
5252
  }
5242
5253
 
5254
+ .pv-step[data-status=complete] .pv-step-dot {
5255
+ background-color: var(--step-list-marker-complete-dot-color, #D9DEDE);
5256
+ }
5257
+
5243
5258
  .pv-step-dot {
5244
5259
  display: block;
5245
5260
  flex: none;
5246
- width: var(--step-list-marker-dot-size, 6px);
5247
- height: var(--step-list-marker-dot-size, 6px);
5261
+ width: var(--step-list-marker-dot-size, 9px);
5262
+ height: var(--step-list-marker-dot-size, 9px);
5248
5263
  border-radius: 50%;
5249
- background-color: currentcolor;
5264
+ background-color: var(--step-list-marker-dot-color, #D9DEDE);
5250
5265
  }
5251
5266
 
5252
5267
  .pv-step-body {
@@ -3624,6 +3624,7 @@
3624
3624
  }
3625
3625
  .pv-v2 :where([class*=pv-accordion]) > summary {
3626
3626
  padding: var(--accordion-arrow-right-summary-padding, 0.25rem 1.375rem 0.25rem 0.125rem);
3627
+ color: var(--accordion-summary-color, inherit);
3627
3628
  font-size: var(--accordion-summary-font-size, 0.75rem);
3628
3629
  line-height: var(--accordion-summary-line-height, 1.33333333);
3629
3630
  border-radius: var(--accordion-radius, 4px);
@@ -4737,25 +4738,30 @@
4737
4738
  .pv-v2 .pv-step-list {
4738
4739
  list-style: none;
4739
4740
  margin: 0;
4740
- padding: var(--step-list-padding, 0.625rem 0 0.25rem);
4741
+ padding: var(--step-list-padding, 0);
4741
4742
  white-space: normal;
4742
4743
  }
4743
4744
  .pv-v2 .pv-step {
4744
4745
  position: relative;
4745
4746
  display: flex;
4746
4747
  gap: var(--step-list-gap, 0.75rem);
4747
- padding: var(--step-list-item-padding, 0.5rem 0);
4748
+ padding: var(--step-list-item-padding, 0);
4749
+ min-height: var(--step-list-item-min-height, 2rem);
4750
+ }
4751
+ .pv-v2 .pv-step-list:has(.pv-step-marker .pv-icon) {
4752
+ --step-list-marker-size: var(--step-list-marker-icon-size, 1.25rem);
4753
+ --step-list-marker-offset: var(--step-list-marker-icon-offset, -2px);
4748
4754
  }
4749
4755
  .pv-v2 .pv-step:not(:last-child):before {
4750
4756
  content: "";
4751
4757
  position: absolute;
4752
- inset-block: var(--step-list-rail-inset-block-start, 1.75rem) var(--step-list-rail-inset-block-end, -0.25rem);
4753
- inset-inline-start: calc((var(--step-list-marker-size, 1.25rem) - var(--step-list-rail-width, 1px)) / 2);
4758
+ inset-block: var(--step-list-rail-inset-block-start, calc(var(--step-list-marker-offset, 0.25rem) + var(--step-list-marker-size, 9px) + var(--step-list-rail-gap, 2px))) var(--step-list-rail-inset-block-end, 0);
4759
+ inset-inline-start: calc((var(--step-list-marker-size, 9px) - var(--step-list-rail-width, 1px)) / 2);
4754
4760
  width: var(--step-list-rail-width, 1px);
4755
4761
  background-color: var(--step-list-rail-color, #E3E7EA);
4756
4762
  }
4757
4763
  .pv-v2 .pv-step:not(:has(.pv-step-marker)) {
4758
- padding-inline-start: calc(var(--step-list-marker-size, 1.25rem) + var(--step-list-gap, 0.75rem));
4764
+ padding-inline-start: calc(var(--step-list-marker-size, 9px) + var(--step-list-gap, 0.75rem));
4759
4765
  }
4760
4766
  .pv-v2 .pv-step:not(:has(.pv-step-marker)):before {
4761
4767
  inset-block-start: 0;
@@ -4767,9 +4773,9 @@
4767
4773
  justify-content: center;
4768
4774
  position: relative;
4769
4775
  z-index: 1;
4770
- width: var(--step-list-marker-size, 1.25rem);
4771
- height: var(--step-list-marker-size, 1.25rem);
4772
- margin-block-start: var(--step-list-marker-offset, -2px);
4776
+ width: var(--step-list-marker-size, 9px);
4777
+ height: var(--step-list-marker-size, 9px);
4778
+ margin-block-start: var(--step-list-marker-offset, 0.25rem);
4773
4779
  border-radius: 50%;
4774
4780
  background-color: var(--step-list-marker-background-color, #E8EBEB);
4775
4781
  color: var(--step-list-marker-color, #4B595C);
@@ -4779,17 +4785,23 @@
4779
4785
  background-color: var(--step-list-marker-active-background-color, #E4F8F6);
4780
4786
  color: var(--step-list-marker-active-color, #16696D);
4781
4787
  }
4788
+ .pv-v2 .pv-step[data-status=active] .pv-step-dot {
4789
+ background-color: var(--step-list-marker-active-dot-color, #16696D);
4790
+ }
4782
4791
  .pv-v2 .pv-step[data-status=complete] .pv-step-marker {
4783
4792
  background-color: var(--step-list-marker-complete-background-color, #16696D);
4784
4793
  color: var(--step-list-marker-complete-color, #FFFFFF);
4785
4794
  }
4795
+ .pv-v2 .pv-step[data-status=complete] .pv-step-dot {
4796
+ background-color: var(--step-list-marker-complete-dot-color, #D9DEDE);
4797
+ }
4786
4798
  .pv-v2 .pv-step-dot {
4787
4799
  display: block;
4788
4800
  flex: none;
4789
- width: var(--step-list-marker-dot-size, 6px);
4790
- height: var(--step-list-marker-dot-size, 6px);
4801
+ width: var(--step-list-marker-dot-size, 9px);
4802
+ height: var(--step-list-marker-dot-size, 9px);
4791
4803
  border-radius: 50%;
4792
- background-color: currentcolor;
4804
+ background-color: var(--step-list-marker-dot-color, #D9DEDE);
4793
4805
  }
4794
4806
  .pv-v2 .pv-step-body {
4795
4807
  flex: 1;
@@ -3964,6 +3964,7 @@ pv-dropdown-auto-close.pv-dropdown > [class*=pv-button][data-dropdown] {
3964
3964
  }
3965
3965
  :where([class*=pv-accordion]) > summary {
3966
3966
  padding: var(--accordion-arrow-right-summary-padding, 0.25rem 1.375rem 0.25rem 0.125rem);
3967
+ color: var(--accordion-summary-color, inherit);
3967
3968
  font-size: var(--accordion-summary-font-size, 0.75rem);
3968
3969
  line-height: var(--accordion-summary-line-height, 1.33333333);
3969
3970
  border-radius: var(--accordion-radius, 4px);
@@ -5203,7 +5204,7 @@ pv-data-grid.ag-theme-pv {
5203
5204
  .pv-step-list {
5204
5205
  list-style: none;
5205
5206
  margin: 0;
5206
- padding: var(--step-list-padding, 0.625rem 0 0.25rem);
5207
+ padding: var(--step-list-padding, 0);
5207
5208
  white-space: normal;
5208
5209
  }
5209
5210
 
@@ -5211,20 +5212,26 @@ pv-data-grid.ag-theme-pv {
5211
5212
  position: relative;
5212
5213
  display: flex;
5213
5214
  gap: var(--step-list-gap, 0.75rem);
5214
- padding: var(--step-list-item-padding, 0.5rem 0);
5215
+ padding: var(--step-list-item-padding, 0);
5216
+ min-height: var(--step-list-item-min-height, 2rem);
5217
+ }
5218
+
5219
+ .pv-step-list:has(.pv-step-marker .pv-icon) {
5220
+ --step-list-marker-size: var(--step-list-marker-icon-size, 1.25rem);
5221
+ --step-list-marker-offset: var(--step-list-marker-icon-offset, -2px);
5215
5222
  }
5216
5223
 
5217
5224
  .pv-step:not(:last-child):before {
5218
5225
  content: "";
5219
5226
  position: absolute;
5220
- inset-block: var(--step-list-rail-inset-block-start, 1.75rem) var(--step-list-rail-inset-block-end, -0.25rem);
5221
- inset-inline-start: calc((var(--step-list-marker-size, 1.25rem) - var(--step-list-rail-width, 1px)) / 2);
5227
+ inset-block: var(--step-list-rail-inset-block-start, calc(var(--step-list-marker-offset, 0.25rem) + var(--step-list-marker-size, 9px) + var(--step-list-rail-gap, 2px))) var(--step-list-rail-inset-block-end, 0);
5228
+ inset-inline-start: calc((var(--step-list-marker-size, 9px) - var(--step-list-rail-width, 1px)) / 2);
5222
5229
  width: var(--step-list-rail-width, 1px);
5223
5230
  background-color: var(--step-list-rail-color, #E3E7EA);
5224
5231
  }
5225
5232
 
5226
5233
  .pv-step:not(:has(.pv-step-marker)) {
5227
- padding-inline-start: calc(var(--step-list-marker-size, 1.25rem) + var(--step-list-gap, 0.75rem));
5234
+ padding-inline-start: calc(var(--step-list-marker-size, 9px) + var(--step-list-gap, 0.75rem));
5228
5235
  }
5229
5236
  .pv-step:not(:has(.pv-step-marker)):before {
5230
5237
  inset-block-start: 0;
@@ -5237,9 +5244,9 @@ pv-data-grid.ag-theme-pv {
5237
5244
  justify-content: center;
5238
5245
  position: relative;
5239
5246
  z-index: 1;
5240
- width: var(--step-list-marker-size, 1.25rem);
5241
- height: var(--step-list-marker-size, 1.25rem);
5242
- margin-block-start: var(--step-list-marker-offset, -2px);
5247
+ width: var(--step-list-marker-size, 9px);
5248
+ height: var(--step-list-marker-size, 9px);
5249
+ margin-block-start: var(--step-list-marker-offset, 0.25rem);
5243
5250
  border-radius: 50%;
5244
5251
  background-color: var(--step-list-marker-background-color, #E8EBEB);
5245
5252
  color: var(--step-list-marker-color, #4B595C);
@@ -5251,18 +5258,26 @@ pv-data-grid.ag-theme-pv {
5251
5258
  color: var(--step-list-marker-active-color, #16696D);
5252
5259
  }
5253
5260
 
5261
+ .pv-step[data-status=active] .pv-step-dot {
5262
+ background-color: var(--step-list-marker-active-dot-color, #16696D);
5263
+ }
5264
+
5254
5265
  .pv-step[data-status=complete] .pv-step-marker {
5255
5266
  background-color: var(--step-list-marker-complete-background-color, #16696D);
5256
5267
  color: var(--step-list-marker-complete-color, #FFFFFF);
5257
5268
  }
5258
5269
 
5270
+ .pv-step[data-status=complete] .pv-step-dot {
5271
+ background-color: var(--step-list-marker-complete-dot-color, #D9DEDE);
5272
+ }
5273
+
5259
5274
  .pv-step-dot {
5260
5275
  display: block;
5261
5276
  flex: none;
5262
- width: var(--step-list-marker-dot-size, 6px);
5263
- height: var(--step-list-marker-dot-size, 6px);
5277
+ width: var(--step-list-marker-dot-size, 9px);
5278
+ height: var(--step-list-marker-dot-size, 9px);
5264
5279
  border-radius: 50%;
5265
- background-color: currentcolor;
5280
+ background-color: var(--step-list-marker-dot-color, #D9DEDE);
5266
5281
  }
5267
5282
 
5268
5283
  .pv-step-body {
@@ -5678,7 +5693,7 @@ pv-sidebar {
5678
5693
  color: var(--sidebar-nav-hover-text);
5679
5694
  }
5680
5695
 
5681
- .sidebar-layout.is-collapsed:not(.is-floating) .pv-sidebar-nav a:not(.pv-popover a),
5696
+ .sidebar-layout.is-collapsed:not(.is-floating) .pv-sidebar-nav a:not(.pv-popover a, .pv-sidebar-hover-panel a),
5682
5697
  .sidebar-layout.is-collapsed:not(.is-floating) .pv-sidebar-nav-header button.pv-nav-list-item,
5683
5698
  .sidebar-layout.is-collapsed:not(.is-floating) .pv-sidebar-nav button.pv-nav-list-item,
5684
5699
  .sidebar-layout.is-collapsed:not(.is-floating) .pv-sidebar-nav summary {
@@ -3969,6 +3969,7 @@ pv-dropdown-auto-close.pv-dropdown > [class*=pv-button][data-dropdown] {
3969
3969
  }
3970
3970
  :where([class*=pv-accordion]) > summary {
3971
3971
  padding: var(--accordion-arrow-right-summary-padding, 0.5rem 3.25rem 0.5rem 1rem);
3972
+ color: var(--accordion-summary-color, inherit);
3972
3973
  font-size: var(--accordion-summary-font-size, 1rem);
3973
3974
  line-height: var(--accordion-summary-line-height, 1.5);
3974
3975
  border-radius: var(--accordion-radius, 0);
@@ -5186,7 +5187,7 @@ pv-data-grid.ag-theme-pv {
5186
5187
  .pv-step-list {
5187
5188
  list-style: none;
5188
5189
  margin: 0;
5189
- padding: var(--step-list-padding, 0.625rem 0 0.25rem);
5190
+ padding: var(--step-list-padding, 0);
5190
5191
  white-space: normal;
5191
5192
  }
5192
5193
 
@@ -5194,20 +5195,26 @@ pv-data-grid.ag-theme-pv {
5194
5195
  position: relative;
5195
5196
  display: flex;
5196
5197
  gap: var(--step-list-gap, 0.75rem);
5197
- padding: var(--step-list-item-padding, 0.5rem 0);
5198
+ padding: var(--step-list-item-padding, 0);
5199
+ min-height: var(--step-list-item-min-height, 2rem);
5200
+ }
5201
+
5202
+ .pv-step-list:has(.pv-step-marker .pv-icon) {
5203
+ --step-list-marker-size: var(--step-list-marker-icon-size, 1.25rem);
5204
+ --step-list-marker-offset: var(--step-list-marker-icon-offset, -2px);
5198
5205
  }
5199
5206
 
5200
5207
  .pv-step:not(:last-child):before {
5201
5208
  content: "";
5202
5209
  position: absolute;
5203
- inset-block: var(--step-list-rail-inset-block-start, 1.75rem) var(--step-list-rail-inset-block-end, -0.25rem);
5204
- inset-inline-start: calc((var(--step-list-marker-size, 1.25rem) - var(--step-list-rail-width, 1px)) / 2);
5210
+ inset-block: var(--step-list-rail-inset-block-start, calc(var(--step-list-marker-offset, 0.25rem) + var(--step-list-marker-size, 9px) + var(--step-list-rail-gap, 2px))) var(--step-list-rail-inset-block-end, 0);
5211
+ inset-inline-start: calc((var(--step-list-marker-size, 9px) - var(--step-list-rail-width, 1px)) / 2);
5205
5212
  width: var(--step-list-rail-width, 1px);
5206
5213
  background-color: var(--step-list-rail-color, #DCDFE4);
5207
5214
  }
5208
5215
 
5209
5216
  .pv-step:not(:has(.pv-step-marker)) {
5210
- padding-inline-start: calc(var(--step-list-marker-size, 1.25rem) + var(--step-list-gap, 0.75rem));
5217
+ padding-inline-start: calc(var(--step-list-marker-size, 9px) + var(--step-list-gap, 0.75rem));
5211
5218
  }
5212
5219
  .pv-step:not(:has(.pv-step-marker)):before {
5213
5220
  inset-block-start: 0;
@@ -5220,9 +5227,9 @@ pv-data-grid.ag-theme-pv {
5220
5227
  justify-content: center;
5221
5228
  position: relative;
5222
5229
  z-index: 1;
5223
- width: var(--step-list-marker-size, 1.25rem);
5224
- height: var(--step-list-marker-size, 1.25rem);
5225
- margin-block-start: var(--step-list-marker-offset, -2px);
5230
+ width: var(--step-list-marker-size, 9px);
5231
+ height: var(--step-list-marker-size, 9px);
5232
+ margin-block-start: var(--step-list-marker-offset, 0.25rem);
5226
5233
  border-radius: 50%;
5227
5234
  background-color: var(--step-list-marker-background-color, #F8F8FA);
5228
5235
  color: var(--step-list-marker-color, #6E7784);
@@ -5234,18 +5241,26 @@ pv-data-grid.ag-theme-pv {
5234
5241
  color: var(--step-list-marker-active-color, #176F6F);
5235
5242
  }
5236
5243
 
5244
+ .pv-step[data-status=active] .pv-step-dot {
5245
+ background-color: var(--step-list-marker-active-dot-color, #176F6F);
5246
+ }
5247
+
5237
5248
  .pv-step[data-status=complete] .pv-step-marker {
5238
5249
  background-color: var(--step-list-marker-complete-background-color, #176F6F);
5239
5250
  color: var(--step-list-marker-complete-color, #FFFFFF);
5240
5251
  }
5241
5252
 
5253
+ .pv-step[data-status=complete] .pv-step-dot {
5254
+ background-color: var(--step-list-marker-complete-dot-color, #DCDFE4);
5255
+ }
5256
+
5242
5257
  .pv-step-dot {
5243
5258
  display: block;
5244
5259
  flex: none;
5245
- width: var(--step-list-marker-dot-size, 6px);
5246
- height: var(--step-list-marker-dot-size, 6px);
5260
+ width: var(--step-list-marker-dot-size, 9px);
5261
+ height: var(--step-list-marker-dot-size, 9px);
5247
5262
  border-radius: 50%;
5248
- background-color: currentcolor;
5263
+ background-color: var(--step-list-marker-dot-color, #6E7784);
5249
5264
  }
5250
5265
 
5251
5266
  .pv-step-body {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turquoisehealth/pit-viper",
3
- "version": "2.240.1",
3
+ "version": "2.240.2",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {
@@ -4930,7 +4930,7 @@ var drawChart = (function (exports) {
4930
4930
  </script>
4931
4931
  <script>
4932
4932
  /*<!--*/
4933
- const data = {"version":2,"tree":{"name":"root","children":[{"name":"pv-components-ai.mjs","children":[{"name":"src","children":[{"name":"components","children":[{"name":"base","children":[{"name":"PvSpinner","children":[{"uid":"2192149a-1","name":"PvSpinner.vue?vue&type=script&setup=true&lang.ts"},{"uid":"2192149a-3","name":"PvSpinner.vue"}]},{"name":"PvButton","children":[{"uid":"2192149a-5","name":"helpers.ts"},{"uid":"2192149a-23","name":"PvButton.vue?vue&type=script&setup=true&lang.ts"},{"uid":"2192149a-25","name":"PvButton.vue"}]},{"uid":"2192149a-9","name":"baseProps.ts"},{"name":"PvIcon","children":[{"uid":"2192149a-11","name":"PvIcon.vue?vue&type=script&setup=true&lang.ts"},{"uid":"2192149a-13","name":"PvIcon.vue"}]},{"name":"PvCounterBadge","children":[{"uid":"2192149a-15","name":"PvCounterBadge.vue?vue&type=script&setup=true&lang.ts"},{"uid":"2192149a-17","name":"PvCounterBadge.vue?vue&type=style&index=0&scoped=013a5d76&lang.css"},{"uid":"2192149a-21","name":"PvCounterBadge.vue"}]},{"name":"PvInput","children":[{"uid":"2192149a-27","name":"PvInput.vue?vue&type=script&setup=true&lang.ts"},{"uid":"2192149a-29","name":"PvInput.vue?vue&type=style&index=0&lang.css"},{"uid":"2192149a-31","name":"PvInput.vue"}]},{"name":"PvTextArea","children":[{"uid":"2192149a-45","name":"PvTextArea.vue?vue&type=script&setup=true&lang.ts"},{"uid":"2192149a-47","name":"PvTextArea.vue"}]},{"name":"PvAccordion","children":[{"uid":"2192149a-57","name":"PvAccordion.vue?vue&type=script&setup=true&lang.ts"},{"uid":"2192149a-59","name":"PvAccordion.vue?vue&type=style&index=0&scoped=a64056ef&lang.css"},{"uid":"2192149a-61","name":"PvAccordion.vue"}]}]},{"name":"ai","children":[{"name":"PvQuestion","children":[{"uid":"2192149a-33","name":"PvQuestion.vue?vue&type=script&setup=true&lang.ts"},{"uid":"2192149a-35","name":"PvQuestion.vue?vue&type=style&index=0&scoped=f0a8e7cc&lang.css"},{"uid":"2192149a-37","name":"PvQuestion.vue"}]},{"name":"PvConfirmation","children":[{"uid":"2192149a-39","name":"PvConfirmation.vue?vue&type=script&setup=true&lang.ts"},{"uid":"2192149a-41","name":"PvConfirmation.vue?vue&type=style&index=0&scoped=c200deca&lang.css"},{"uid":"2192149a-43","name":"PvConfirmation.vue"}]},{"name":"PvPromptInput","children":[{"uid":"2192149a-49","name":"PvPromptInput.vue?vue&type=script&setup=true&lang.ts"},{"uid":"2192149a-51","name":"PvPromptInput.vue?vue&type=style&index=0&scoped=155361b4&lang.css"},{"uid":"2192149a-53","name":"PvPromptInput.vue"},{"uid":"2192149a-55","name":"types.ts"}]},{"name":"PvStepList","children":[{"uid":"2192149a-65","name":"PvStepList.vue?vue&type=script&setup=true&lang.ts"},{"uid":"2192149a-67","name":"PvStepList.vue?vue&type=style&index=0&scoped=5ab7d271&lang.css"},{"uid":"2192149a-69","name":"PvStepList.vue"}]},{"name":"PvReasoning","children":[{"uid":"2192149a-71","name":"PvReasoning.vue?vue&type=script&setup=true&lang.ts"},{"uid":"2192149a-73","name":"PvReasoning.vue?vue&type=style&index=0&scoped=a027c37b&lang.css"},{"uid":"2192149a-75","name":"PvReasoning.vue"}]},{"name":"PvTool","children":[{"uid":"2192149a-77","name":"PvTool.vue?vue&type=script&setup=true&lang.ts"},{"uid":"2192149a-79","name":"PvTool.vue?vue&type=style&index=0&scoped=a5e28b1a&lang.css"},{"uid":"2192149a-81","name":"PvTool.vue"}]},{"uid":"2192149a-83","name":"toolLifecycle.ts"},{"uid":"2192149a-85","name":"useStickToBottom.ts"},{"uid":"2192149a-87","name":"index.ts"}]}]},{"name":"web-components/utils.ts","uid":"2192149a-7"},{"name":"composables/useSlotPresence.ts","uid":"2192149a-63"}]},{"uid":"2192149a-19","name":"\u0000plugin-vue:export-helper"}]}],"isRoot":true},"nodeParts":{"2192149a-1":{"renderedLength":815,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-0"},"2192149a-3":{"renderedLength":146,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-2"},"2192149a-5":{"renderedLength":348,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-4"},"2192149a-7":{"renderedLength":234,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-6"},"2192149a-9":{"renderedLength":117,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-8"},"2192149a-11":{"renderedLength":1103,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-10"},"2192149a-13":{"renderedLength":134,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-12"},"2192149a-15":{"renderedLength":1400,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-14"},"2192149a-17":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-16"},"2192149a-19":{"renderedLength":217,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-18"},"2192149a-21":{"renderedLength":253,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-20"},"2192149a-23":{"renderedLength":2662,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-22"},"2192149a-25":{"renderedLength":142,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-24"},"2192149a-27":{"renderedLength":3123,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-26"},"2192149a-29":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-28"},"2192149a-31":{"renderedLength":138,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-30"},"2192149a-33":{"renderedLength":10712,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-32"},"2192149a-35":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-34"},"2192149a-37":{"renderedLength":235,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-36"},"2192149a-39":{"renderedLength":3134,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-38"},"2192149a-41":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-40"},"2192149a-43":{"renderedLength":251,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-42"},"2192149a-45":{"renderedLength":1956,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-44"},"2192149a-47":{"renderedLength":150,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-46"},"2192149a-49":{"renderedLength":4232,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-48"},"2192149a-51":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-50"},"2192149a-53":{"renderedLength":247,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-52"},"2192149a-55":{"renderedLength":142,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-54"},"2192149a-57":{"renderedLength":3142,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-56"},"2192149a-59":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-58"},"2192149a-61":{"renderedLength":241,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-60"},"2192149a-63":{"renderedLength":4062,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-62"},"2192149a-65":{"renderedLength":3767,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-64"},"2192149a-67":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-66"},"2192149a-69":{"renderedLength":235,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-68"},"2192149a-71":{"renderedLength":5159,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-70"},"2192149a-73":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-72"},"2192149a-75":{"renderedLength":239,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-74"},"2192149a-77":{"renderedLength":4900,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-76"},"2192149a-79":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-78"},"2192149a-81":{"renderedLength":219,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-80"},"2192149a-83":{"renderedLength":230,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-82"},"2192149a-85":{"renderedLength":1836,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-84"},"2192149a-87":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"2192149a-86"}},"nodeMetas":{"2192149a-0":{"id":"/src/components/base/PvSpinner/PvSpinner.vue?vue&type=script&setup=true&lang.ts","moduleParts":{"pv-components-ai.mjs":"2192149a-1"},"imported":[{"uid":"2192149a-88"}],"importedBy":[{"uid":"2192149a-2"}]},"2192149a-2":{"id":"/src/components/base/PvSpinner/PvSpinner.vue","moduleParts":{"pv-components-ai.mjs":"2192149a-3"},"imported":[{"uid":"2192149a-0"}],"importedBy":[{"uid":"2192149a-22"}]},"2192149a-4":{"id":"/src/components/base/PvButton/helpers.ts","moduleParts":{"pv-components-ai.mjs":"2192149a-5"},"imported":[],"importedBy":[{"uid":"2192149a-22"}]},"2192149a-6":{"id":"/src/web-components/utils.ts","moduleParts":{"pv-components-ai.mjs":"2192149a-7"},"imported":[{"uid":"2192149a-88"}],"importedBy":[{"uid":"2192149a-62"},{"uid":"2192149a-10"}]},"2192149a-8":{"id":"/src/components/base/baseProps.ts","moduleParts":{"pv-components-ai.mjs":"2192149a-9"},"imported":[],"importedBy":[{"uid":"2192149a-10"}]},"2192149a-10":{"id":"/src/components/base/PvIcon/PvIcon.vue?vue&type=script&setup=true&lang.ts","moduleParts":{"pv-components-ai.mjs":"2192149a-11"},"imported":[{"uid":"2192149a-88"},{"uid":"2192149a-6"},{"uid":"2192149a-8"}],"importedBy":[{"uid":"2192149a-12"}]},"2192149a-12":{"id":"/src/components/base/PvIcon/PvIcon.vue","moduleParts":{"pv-components-ai.mjs":"2192149a-13"},"imported":[{"uid":"2192149a-10"}],"importedBy":[{"uid":"2192149a-32"},{"uid":"2192149a-38"},{"uid":"2192149a-70"},{"uid":"2192149a-64"},{"uid":"2192149a-76"},{"uid":"2192149a-22"},{"uid":"2192149a-26"},{"uid":"2192149a-56"}]},"2192149a-14":{"id":"/src/components/base/PvCounterBadge/PvCounterBadge.vue?vue&type=script&setup=true&lang.ts","moduleParts":{"pv-components-ai.mjs":"2192149a-15"},"imported":[{"uid":"2192149a-88"}],"importedBy":[{"uid":"2192149a-20"}]},"2192149a-16":{"id":"/src/components/base/PvCounterBadge/PvCounterBadge.vue?vue&type=style&index=0&scoped=013a5d76&lang.css","moduleParts":{"pv-components-ai.mjs":"2192149a-17"},"imported":[],"importedBy":[{"uid":"2192149a-20"}]},"2192149a-18":{"id":"\u0000plugin-vue:export-helper","moduleParts":{"pv-components-ai.mjs":"2192149a-19"},"imported":[],"importedBy":[{"uid":"2192149a-36"},{"uid":"2192149a-42"},{"uid":"2192149a-52"},{"uid":"2192149a-74"},{"uid":"2192149a-68"},{"uid":"2192149a-80"},{"uid":"2192149a-20"},{"uid":"2192149a-60"}]},"2192149a-20":{"id":"/src/components/base/PvCounterBadge/PvCounterBadge.vue","moduleParts":{"pv-components-ai.mjs":"2192149a-21"},"imported":[{"uid":"2192149a-14"},{"uid":"2192149a-16"},{"uid":"2192149a-18"}],"importedBy":[{"uid":"2192149a-32"},{"uid":"2192149a-22"},{"uid":"2192149a-56"}]},"2192149a-22":{"id":"/src/components/base/PvButton/PvButton.vue?vue&type=script&setup=true&lang.ts","moduleParts":{"pv-components-ai.mjs":"2192149a-23"},"imported":[{"uid":"2192149a-88"},{"uid":"2192149a-2"},{"uid":"2192149a-4"},{"uid":"2192149a-12"},{"uid":"2192149a-20"}],"importedBy":[{"uid":"2192149a-24"}]},"2192149a-24":{"id":"/src/components/base/PvButton/PvButton.vue","moduleParts":{"pv-components-ai.mjs":"2192149a-25"},"imported":[{"uid":"2192149a-22"}],"importedBy":[{"uid":"2192149a-32"},{"uid":"2192149a-38"},{"uid":"2192149a-48"}]},"2192149a-26":{"id":"/src/components/base/PvInput/PvInput.vue?vue&type=script&setup=true&lang.ts","moduleParts":{"pv-components-ai.mjs":"2192149a-27"},"imported":[{"uid":"2192149a-88"},{"uid":"2192149a-12"}],"importedBy":[{"uid":"2192149a-30"}]},"2192149a-28":{"id":"/src/components/base/PvInput/PvInput.vue?vue&type=style&index=0&lang.css","moduleParts":{"pv-components-ai.mjs":"2192149a-29"},"imported":[],"importedBy":[{"uid":"2192149a-30"}]},"2192149a-30":{"id":"/src/components/base/PvInput/PvInput.vue","moduleParts":{"pv-components-ai.mjs":"2192149a-31"},"imported":[{"uid":"2192149a-26"},{"uid":"2192149a-28"}],"importedBy":[{"uid":"2192149a-32"}]},"2192149a-32":{"id":"/src/components/ai/PvQuestion/PvQuestion.vue?vue&type=script&setup=true&lang.ts","moduleParts":{"pv-components-ai.mjs":"2192149a-33"},"imported":[{"uid":"2192149a-88"},{"uid":"2192149a-24"},{"uid":"2192149a-20"},{"uid":"2192149a-12"},{"uid":"2192149a-30"}],"importedBy":[{"uid":"2192149a-36"}]},"2192149a-34":{"id":"/src/components/ai/PvQuestion/PvQuestion.vue?vue&type=style&index=0&scoped=f0a8e7cc&lang.css","moduleParts":{"pv-components-ai.mjs":"2192149a-35"},"imported":[],"importedBy":[{"uid":"2192149a-36"}]},"2192149a-36":{"id":"/src/components/ai/PvQuestion/PvQuestion.vue","moduleParts":{"pv-components-ai.mjs":"2192149a-37"},"imported":[{"uid":"2192149a-32"},{"uid":"2192149a-34"},{"uid":"2192149a-18"}],"importedBy":[{"uid":"2192149a-86"}]},"2192149a-38":{"id":"/src/components/ai/PvConfirmation/PvConfirmation.vue?vue&type=script&setup=true&lang.ts","moduleParts":{"pv-components-ai.mjs":"2192149a-39"},"imported":[{"uid":"2192149a-88"},{"uid":"2192149a-24"},{"uid":"2192149a-12"}],"importedBy":[{"uid":"2192149a-42"}]},"2192149a-40":{"id":"/src/components/ai/PvConfirmation/PvConfirmation.vue?vue&type=style&index=0&scoped=c200deca&lang.css","moduleParts":{"pv-components-ai.mjs":"2192149a-41"},"imported":[],"importedBy":[{"uid":"2192149a-42"}]},"2192149a-42":{"id":"/src/components/ai/PvConfirmation/PvConfirmation.vue","moduleParts":{"pv-components-ai.mjs":"2192149a-43"},"imported":[{"uid":"2192149a-38"},{"uid":"2192149a-40"},{"uid":"2192149a-18"}],"importedBy":[{"uid":"2192149a-86"}]},"2192149a-44":{"id":"/src/components/base/PvTextArea/PvTextArea.vue?vue&type=script&setup=true&lang.ts","moduleParts":{"pv-components-ai.mjs":"2192149a-45"},"imported":[{"uid":"2192149a-88"}],"importedBy":[{"uid":"2192149a-46"}]},"2192149a-46":{"id":"/src/components/base/PvTextArea/PvTextArea.vue","moduleParts":{"pv-components-ai.mjs":"2192149a-47"},"imported":[{"uid":"2192149a-44"}],"importedBy":[{"uid":"2192149a-48"}]},"2192149a-48":{"id":"/src/components/ai/PvPromptInput/PvPromptInput.vue?vue&type=script&setup=true&lang.ts","moduleParts":{"pv-components-ai.mjs":"2192149a-49"},"imported":[{"uid":"2192149a-88"},{"uid":"2192149a-24"},{"uid":"2192149a-46"}],"importedBy":[{"uid":"2192149a-52"}]},"2192149a-50":{"id":"/src/components/ai/PvPromptInput/PvPromptInput.vue?vue&type=style&index=0&scoped=155361b4&lang.css","moduleParts":{"pv-components-ai.mjs":"2192149a-51"},"imported":[],"importedBy":[{"uid":"2192149a-52"}]},"2192149a-52":{"id":"/src/components/ai/PvPromptInput/PvPromptInput.vue","moduleParts":{"pv-components-ai.mjs":"2192149a-53"},"imported":[{"uid":"2192149a-48"},{"uid":"2192149a-50"},{"uid":"2192149a-18"}],"importedBy":[{"uid":"2192149a-86"}]},"2192149a-54":{"id":"/src/components/ai/PvPromptInput/types.ts","moduleParts":{"pv-components-ai.mjs":"2192149a-55"},"imported":[],"importedBy":[{"uid":"2192149a-86"}]},"2192149a-56":{"id":"/src/components/base/PvAccordion/PvAccordion.vue?vue&type=script&setup=true&lang.ts","moduleParts":{"pv-components-ai.mjs":"2192149a-57"},"imported":[{"uid":"2192149a-88"},{"uid":"2192149a-20"},{"uid":"2192149a-12"}],"importedBy":[{"uid":"2192149a-60"}]},"2192149a-58":{"id":"/src/components/base/PvAccordion/PvAccordion.vue?vue&type=style&index=0&scoped=a64056ef&lang.css","moduleParts":{"pv-components-ai.mjs":"2192149a-59"},"imported":[],"importedBy":[{"uid":"2192149a-60"}]},"2192149a-60":{"id":"/src/components/base/PvAccordion/PvAccordion.vue","moduleParts":{"pv-components-ai.mjs":"2192149a-61"},"imported":[{"uid":"2192149a-56"},{"uid":"2192149a-58"},{"uid":"2192149a-18"}],"importedBy":[{"uid":"2192149a-70"},{"uid":"2192149a-76"}]},"2192149a-62":{"id":"/src/composables/useSlotPresence.ts","moduleParts":{"pv-components-ai.mjs":"2192149a-63"},"imported":[{"uid":"2192149a-88"},{"uid":"2192149a-6"}],"importedBy":[{"uid":"2192149a-70"}]},"2192149a-64":{"id":"/src/components/ai/PvStepList/PvStepList.vue?vue&type=script&setup=true&lang.ts","moduleParts":{"pv-components-ai.mjs":"2192149a-65"},"imported":[{"uid":"2192149a-88"},{"uid":"2192149a-12"}],"importedBy":[{"uid":"2192149a-68"}]},"2192149a-66":{"id":"/src/components/ai/PvStepList/PvStepList.vue?vue&type=style&index=0&scoped=5ab7d271&lang.css","moduleParts":{"pv-components-ai.mjs":"2192149a-67"},"imported":[],"importedBy":[{"uid":"2192149a-68"}]},"2192149a-68":{"id":"/src/components/ai/PvStepList/PvStepList.vue","moduleParts":{"pv-components-ai.mjs":"2192149a-69"},"imported":[{"uid":"2192149a-64"},{"uid":"2192149a-66"},{"uid":"2192149a-18"}],"importedBy":[{"uid":"2192149a-86"},{"uid":"2192149a-70"}]},"2192149a-70":{"id":"/src/components/ai/PvReasoning/PvReasoning.vue?vue&type=script&setup=true&lang.ts","moduleParts":{"pv-components-ai.mjs":"2192149a-71"},"imported":[{"uid":"2192149a-88"},{"uid":"2192149a-60"},{"uid":"2192149a-12"},{"uid":"2192149a-62"},{"uid":"2192149a-68"}],"importedBy":[{"uid":"2192149a-74"}]},"2192149a-72":{"id":"/src/components/ai/PvReasoning/PvReasoning.vue?vue&type=style&index=0&scoped=a027c37b&lang.css","moduleParts":{"pv-components-ai.mjs":"2192149a-73"},"imported":[],"importedBy":[{"uid":"2192149a-74"}]},"2192149a-74":{"id":"/src/components/ai/PvReasoning/PvReasoning.vue","moduleParts":{"pv-components-ai.mjs":"2192149a-75"},"imported":[{"uid":"2192149a-70"},{"uid":"2192149a-72"},{"uid":"2192149a-18"}],"importedBy":[{"uid":"2192149a-86"}]},"2192149a-76":{"id":"/src/components/ai/PvTool/PvTool.vue?vue&type=script&setup=true&lang.ts","moduleParts":{"pv-components-ai.mjs":"2192149a-77"},"imported":[{"uid":"2192149a-88"},{"uid":"2192149a-60"},{"uid":"2192149a-12"}],"importedBy":[{"uid":"2192149a-80"}]},"2192149a-78":{"id":"/src/components/ai/PvTool/PvTool.vue?vue&type=style&index=0&scoped=a5e28b1a&lang.css","moduleParts":{"pv-components-ai.mjs":"2192149a-79"},"imported":[],"importedBy":[{"uid":"2192149a-80"}]},"2192149a-80":{"id":"/src/components/ai/PvTool/PvTool.vue","moduleParts":{"pv-components-ai.mjs":"2192149a-81"},"imported":[{"uid":"2192149a-76"},{"uid":"2192149a-78"},{"uid":"2192149a-18"}],"importedBy":[{"uid":"2192149a-86"}]},"2192149a-82":{"id":"/src/components/ai/toolLifecycle.ts","moduleParts":{"pv-components-ai.mjs":"2192149a-83"},"imported":[],"importedBy":[{"uid":"2192149a-86"}]},"2192149a-84":{"id":"/src/components/ai/useStickToBottom.ts","moduleParts":{"pv-components-ai.mjs":"2192149a-85"},"imported":[{"uid":"2192149a-88"}],"importedBy":[{"uid":"2192149a-86"}]},"2192149a-86":{"id":"/src/components/ai/index.ts","moduleParts":{"pv-components-ai.mjs":"2192149a-87"},"imported":[{"uid":"2192149a-36"},{"uid":"2192149a-42"},{"uid":"2192149a-52"},{"uid":"2192149a-54"},{"uid":"2192149a-74"},{"uid":"2192149a-68"},{"uid":"2192149a-80"},{"uid":"2192149a-82"},{"uid":"2192149a-84"}],"importedBy":[],"isEntry":true},"2192149a-88":{"id":"vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"2192149a-84"},{"uid":"2192149a-32"},{"uid":"2192149a-38"},{"uid":"2192149a-48"},{"uid":"2192149a-70"},{"uid":"2192149a-64"},{"uid":"2192149a-76"},{"uid":"2192149a-62"},{"uid":"2192149a-22"},{"uid":"2192149a-14"},{"uid":"2192149a-10"},{"uid":"2192149a-26"},{"uid":"2192149a-44"},{"uid":"2192149a-56"},{"uid":"2192149a-6"},{"uid":"2192149a-0"}]}},"env":{"rollup":"4.23.0"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
4933
+ const data = {"version":2,"tree":{"name":"root","children":[{"name":"pv-components-ai.mjs","children":[{"name":"src","children":[{"name":"components","children":[{"name":"base","children":[{"name":"PvSpinner","children":[{"uid":"360ca6ad-1","name":"PvSpinner.vue?vue&type=script&setup=true&lang.ts"},{"uid":"360ca6ad-3","name":"PvSpinner.vue"}]},{"name":"PvButton","children":[{"uid":"360ca6ad-5","name":"helpers.ts"},{"uid":"360ca6ad-23","name":"PvButton.vue?vue&type=script&setup=true&lang.ts"},{"uid":"360ca6ad-25","name":"PvButton.vue"}]},{"uid":"360ca6ad-9","name":"baseProps.ts"},{"name":"PvIcon","children":[{"uid":"360ca6ad-11","name":"PvIcon.vue?vue&type=script&setup=true&lang.ts"},{"uid":"360ca6ad-13","name":"PvIcon.vue"}]},{"name":"PvCounterBadge","children":[{"uid":"360ca6ad-15","name":"PvCounterBadge.vue?vue&type=script&setup=true&lang.ts"},{"uid":"360ca6ad-17","name":"PvCounterBadge.vue?vue&type=style&index=0&scoped=013a5d76&lang.css"},{"uid":"360ca6ad-21","name":"PvCounterBadge.vue"}]},{"name":"PvInput","children":[{"uid":"360ca6ad-27","name":"PvInput.vue?vue&type=script&setup=true&lang.ts"},{"uid":"360ca6ad-29","name":"PvInput.vue?vue&type=style&index=0&lang.css"},{"uid":"360ca6ad-31","name":"PvInput.vue"}]},{"name":"PvTextArea","children":[{"uid":"360ca6ad-45","name":"PvTextArea.vue?vue&type=script&setup=true&lang.ts"},{"uid":"360ca6ad-47","name":"PvTextArea.vue"}]},{"name":"PvAccordion","children":[{"uid":"360ca6ad-57","name":"PvAccordion.vue?vue&type=script&setup=true&lang.ts"},{"uid":"360ca6ad-59","name":"PvAccordion.vue?vue&type=style&index=0&scoped=a64056ef&lang.css"},{"uid":"360ca6ad-61","name":"PvAccordion.vue"}]}]},{"name":"ai","children":[{"name":"PvQuestion","children":[{"uid":"360ca6ad-33","name":"PvQuestion.vue?vue&type=script&setup=true&lang.ts"},{"uid":"360ca6ad-35","name":"PvQuestion.vue?vue&type=style&index=0&scoped=f0a8e7cc&lang.css"},{"uid":"360ca6ad-37","name":"PvQuestion.vue"}]},{"name":"PvConfirmation","children":[{"uid":"360ca6ad-39","name":"PvConfirmation.vue?vue&type=script&setup=true&lang.ts"},{"uid":"360ca6ad-41","name":"PvConfirmation.vue?vue&type=style&index=0&scoped=c200deca&lang.css"},{"uid":"360ca6ad-43","name":"PvConfirmation.vue"}]},{"name":"PvPromptInput","children":[{"uid":"360ca6ad-49","name":"PvPromptInput.vue?vue&type=script&setup=true&lang.ts"},{"uid":"360ca6ad-51","name":"PvPromptInput.vue?vue&type=style&index=0&scoped=155361b4&lang.css"},{"uid":"360ca6ad-53","name":"PvPromptInput.vue"},{"uid":"360ca6ad-55","name":"types.ts"}]},{"name":"PvStepList","children":[{"uid":"360ca6ad-65","name":"PvStepList.vue?vue&type=script&setup=true&lang.ts"},{"uid":"360ca6ad-67","name":"PvStepList.vue?vue&type=style&index=0&scoped=d63b7536&lang.css"},{"uid":"360ca6ad-69","name":"PvStepList.vue"}]},{"name":"PvReasoning","children":[{"uid":"360ca6ad-71","name":"PvReasoning.vue?vue&type=script&setup=true&lang.ts"},{"uid":"360ca6ad-73","name":"PvReasoning.vue?vue&type=style&index=0&scoped=a9703804&lang.css"},{"uid":"360ca6ad-75","name":"PvReasoning.vue"}]},{"name":"PvTool","children":[{"uid":"360ca6ad-77","name":"PvTool.vue?vue&type=script&setup=true&lang.ts"},{"uid":"360ca6ad-79","name":"PvTool.vue?vue&type=style&index=0&scoped=a5e28b1a&lang.css"},{"uid":"360ca6ad-81","name":"PvTool.vue"}]},{"uid":"360ca6ad-83","name":"toolLifecycle.ts"},{"uid":"360ca6ad-85","name":"useStickToBottom.ts"},{"uid":"360ca6ad-87","name":"index.ts"}]}]},{"name":"web-components/utils.ts","uid":"360ca6ad-7"},{"name":"composables/useSlotPresence.ts","uid":"360ca6ad-63"}]},{"uid":"360ca6ad-19","name":"\u0000plugin-vue:export-helper"}]}],"isRoot":true},"nodeParts":{"360ca6ad-1":{"renderedLength":815,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-0"},"360ca6ad-3":{"renderedLength":146,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-2"},"360ca6ad-5":{"renderedLength":348,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-4"},"360ca6ad-7":{"renderedLength":234,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-6"},"360ca6ad-9":{"renderedLength":117,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-8"},"360ca6ad-11":{"renderedLength":1103,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-10"},"360ca6ad-13":{"renderedLength":134,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-12"},"360ca6ad-15":{"renderedLength":1400,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-14"},"360ca6ad-17":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-16"},"360ca6ad-19":{"renderedLength":217,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-18"},"360ca6ad-21":{"renderedLength":253,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-20"},"360ca6ad-23":{"renderedLength":2662,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-22"},"360ca6ad-25":{"renderedLength":142,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-24"},"360ca6ad-27":{"renderedLength":3123,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-26"},"360ca6ad-29":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-28"},"360ca6ad-31":{"renderedLength":138,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-30"},"360ca6ad-33":{"renderedLength":10712,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-32"},"360ca6ad-35":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-34"},"360ca6ad-37":{"renderedLength":235,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-36"},"360ca6ad-39":{"renderedLength":3134,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-38"},"360ca6ad-41":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-40"},"360ca6ad-43":{"renderedLength":251,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-42"},"360ca6ad-45":{"renderedLength":1956,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-44"},"360ca6ad-47":{"renderedLength":150,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-46"},"360ca6ad-49":{"renderedLength":4232,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-48"},"360ca6ad-51":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-50"},"360ca6ad-53":{"renderedLength":247,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-52"},"360ca6ad-55":{"renderedLength":142,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-54"},"360ca6ad-57":{"renderedLength":3142,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-56"},"360ca6ad-59":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-58"},"360ca6ad-61":{"renderedLength":241,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-60"},"360ca6ad-63":{"renderedLength":4062,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-62"},"360ca6ad-65":{"renderedLength":3914,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-64"},"360ca6ad-67":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-66"},"360ca6ad-69":{"renderedLength":235,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-68"},"360ca6ad-71":{"renderedLength":5223,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-70"},"360ca6ad-73":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-72"},"360ca6ad-75":{"renderedLength":239,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-74"},"360ca6ad-77":{"renderedLength":4900,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-76"},"360ca6ad-79":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-78"},"360ca6ad-81":{"renderedLength":219,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-80"},"360ca6ad-83":{"renderedLength":230,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-82"},"360ca6ad-85":{"renderedLength":1836,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-84"},"360ca6ad-87":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"360ca6ad-86"}},"nodeMetas":{"360ca6ad-0":{"id":"/src/components/base/PvSpinner/PvSpinner.vue?vue&type=script&setup=true&lang.ts","moduleParts":{"pv-components-ai.mjs":"360ca6ad-1"},"imported":[{"uid":"360ca6ad-88"}],"importedBy":[{"uid":"360ca6ad-2"}]},"360ca6ad-2":{"id":"/src/components/base/PvSpinner/PvSpinner.vue","moduleParts":{"pv-components-ai.mjs":"360ca6ad-3"},"imported":[{"uid":"360ca6ad-0"}],"importedBy":[{"uid":"360ca6ad-22"}]},"360ca6ad-4":{"id":"/src/components/base/PvButton/helpers.ts","moduleParts":{"pv-components-ai.mjs":"360ca6ad-5"},"imported":[],"importedBy":[{"uid":"360ca6ad-22"}]},"360ca6ad-6":{"id":"/src/web-components/utils.ts","moduleParts":{"pv-components-ai.mjs":"360ca6ad-7"},"imported":[{"uid":"360ca6ad-88"}],"importedBy":[{"uid":"360ca6ad-62"},{"uid":"360ca6ad-10"}]},"360ca6ad-8":{"id":"/src/components/base/baseProps.ts","moduleParts":{"pv-components-ai.mjs":"360ca6ad-9"},"imported":[],"importedBy":[{"uid":"360ca6ad-10"}]},"360ca6ad-10":{"id":"/src/components/base/PvIcon/PvIcon.vue?vue&type=script&setup=true&lang.ts","moduleParts":{"pv-components-ai.mjs":"360ca6ad-11"},"imported":[{"uid":"360ca6ad-88"},{"uid":"360ca6ad-6"},{"uid":"360ca6ad-8"}],"importedBy":[{"uid":"360ca6ad-12"}]},"360ca6ad-12":{"id":"/src/components/base/PvIcon/PvIcon.vue","moduleParts":{"pv-components-ai.mjs":"360ca6ad-13"},"imported":[{"uid":"360ca6ad-10"}],"importedBy":[{"uid":"360ca6ad-32"},{"uid":"360ca6ad-38"},{"uid":"360ca6ad-70"},{"uid":"360ca6ad-64"},{"uid":"360ca6ad-76"},{"uid":"360ca6ad-22"},{"uid":"360ca6ad-26"},{"uid":"360ca6ad-56"}]},"360ca6ad-14":{"id":"/src/components/base/PvCounterBadge/PvCounterBadge.vue?vue&type=script&setup=true&lang.ts","moduleParts":{"pv-components-ai.mjs":"360ca6ad-15"},"imported":[{"uid":"360ca6ad-88"}],"importedBy":[{"uid":"360ca6ad-20"}]},"360ca6ad-16":{"id":"/src/components/base/PvCounterBadge/PvCounterBadge.vue?vue&type=style&index=0&scoped=013a5d76&lang.css","moduleParts":{"pv-components-ai.mjs":"360ca6ad-17"},"imported":[],"importedBy":[{"uid":"360ca6ad-20"}]},"360ca6ad-18":{"id":"\u0000plugin-vue:export-helper","moduleParts":{"pv-components-ai.mjs":"360ca6ad-19"},"imported":[],"importedBy":[{"uid":"360ca6ad-36"},{"uid":"360ca6ad-42"},{"uid":"360ca6ad-52"},{"uid":"360ca6ad-74"},{"uid":"360ca6ad-68"},{"uid":"360ca6ad-80"},{"uid":"360ca6ad-20"},{"uid":"360ca6ad-60"}]},"360ca6ad-20":{"id":"/src/components/base/PvCounterBadge/PvCounterBadge.vue","moduleParts":{"pv-components-ai.mjs":"360ca6ad-21"},"imported":[{"uid":"360ca6ad-14"},{"uid":"360ca6ad-16"},{"uid":"360ca6ad-18"}],"importedBy":[{"uid":"360ca6ad-32"},{"uid":"360ca6ad-22"},{"uid":"360ca6ad-56"}]},"360ca6ad-22":{"id":"/src/components/base/PvButton/PvButton.vue?vue&type=script&setup=true&lang.ts","moduleParts":{"pv-components-ai.mjs":"360ca6ad-23"},"imported":[{"uid":"360ca6ad-88"},{"uid":"360ca6ad-2"},{"uid":"360ca6ad-4"},{"uid":"360ca6ad-12"},{"uid":"360ca6ad-20"}],"importedBy":[{"uid":"360ca6ad-24"}]},"360ca6ad-24":{"id":"/src/components/base/PvButton/PvButton.vue","moduleParts":{"pv-components-ai.mjs":"360ca6ad-25"},"imported":[{"uid":"360ca6ad-22"}],"importedBy":[{"uid":"360ca6ad-32"},{"uid":"360ca6ad-38"},{"uid":"360ca6ad-48"}]},"360ca6ad-26":{"id":"/src/components/base/PvInput/PvInput.vue?vue&type=script&setup=true&lang.ts","moduleParts":{"pv-components-ai.mjs":"360ca6ad-27"},"imported":[{"uid":"360ca6ad-88"},{"uid":"360ca6ad-12"}],"importedBy":[{"uid":"360ca6ad-30"}]},"360ca6ad-28":{"id":"/src/components/base/PvInput/PvInput.vue?vue&type=style&index=0&lang.css","moduleParts":{"pv-components-ai.mjs":"360ca6ad-29"},"imported":[],"importedBy":[{"uid":"360ca6ad-30"}]},"360ca6ad-30":{"id":"/src/components/base/PvInput/PvInput.vue","moduleParts":{"pv-components-ai.mjs":"360ca6ad-31"},"imported":[{"uid":"360ca6ad-26"},{"uid":"360ca6ad-28"}],"importedBy":[{"uid":"360ca6ad-32"}]},"360ca6ad-32":{"id":"/src/components/ai/PvQuestion/PvQuestion.vue?vue&type=script&setup=true&lang.ts","moduleParts":{"pv-components-ai.mjs":"360ca6ad-33"},"imported":[{"uid":"360ca6ad-88"},{"uid":"360ca6ad-24"},{"uid":"360ca6ad-20"},{"uid":"360ca6ad-12"},{"uid":"360ca6ad-30"}],"importedBy":[{"uid":"360ca6ad-36"}]},"360ca6ad-34":{"id":"/src/components/ai/PvQuestion/PvQuestion.vue?vue&type=style&index=0&scoped=f0a8e7cc&lang.css","moduleParts":{"pv-components-ai.mjs":"360ca6ad-35"},"imported":[],"importedBy":[{"uid":"360ca6ad-36"}]},"360ca6ad-36":{"id":"/src/components/ai/PvQuestion/PvQuestion.vue","moduleParts":{"pv-components-ai.mjs":"360ca6ad-37"},"imported":[{"uid":"360ca6ad-32"},{"uid":"360ca6ad-34"},{"uid":"360ca6ad-18"}],"importedBy":[{"uid":"360ca6ad-86"}]},"360ca6ad-38":{"id":"/src/components/ai/PvConfirmation/PvConfirmation.vue?vue&type=script&setup=true&lang.ts","moduleParts":{"pv-components-ai.mjs":"360ca6ad-39"},"imported":[{"uid":"360ca6ad-88"},{"uid":"360ca6ad-24"},{"uid":"360ca6ad-12"}],"importedBy":[{"uid":"360ca6ad-42"}]},"360ca6ad-40":{"id":"/src/components/ai/PvConfirmation/PvConfirmation.vue?vue&type=style&index=0&scoped=c200deca&lang.css","moduleParts":{"pv-components-ai.mjs":"360ca6ad-41"},"imported":[],"importedBy":[{"uid":"360ca6ad-42"}]},"360ca6ad-42":{"id":"/src/components/ai/PvConfirmation/PvConfirmation.vue","moduleParts":{"pv-components-ai.mjs":"360ca6ad-43"},"imported":[{"uid":"360ca6ad-38"},{"uid":"360ca6ad-40"},{"uid":"360ca6ad-18"}],"importedBy":[{"uid":"360ca6ad-86"}]},"360ca6ad-44":{"id":"/src/components/base/PvTextArea/PvTextArea.vue?vue&type=script&setup=true&lang.ts","moduleParts":{"pv-components-ai.mjs":"360ca6ad-45"},"imported":[{"uid":"360ca6ad-88"}],"importedBy":[{"uid":"360ca6ad-46"}]},"360ca6ad-46":{"id":"/src/components/base/PvTextArea/PvTextArea.vue","moduleParts":{"pv-components-ai.mjs":"360ca6ad-47"},"imported":[{"uid":"360ca6ad-44"}],"importedBy":[{"uid":"360ca6ad-48"}]},"360ca6ad-48":{"id":"/src/components/ai/PvPromptInput/PvPromptInput.vue?vue&type=script&setup=true&lang.ts","moduleParts":{"pv-components-ai.mjs":"360ca6ad-49"},"imported":[{"uid":"360ca6ad-88"},{"uid":"360ca6ad-24"},{"uid":"360ca6ad-46"}],"importedBy":[{"uid":"360ca6ad-52"}]},"360ca6ad-50":{"id":"/src/components/ai/PvPromptInput/PvPromptInput.vue?vue&type=style&index=0&scoped=155361b4&lang.css","moduleParts":{"pv-components-ai.mjs":"360ca6ad-51"},"imported":[],"importedBy":[{"uid":"360ca6ad-52"}]},"360ca6ad-52":{"id":"/src/components/ai/PvPromptInput/PvPromptInput.vue","moduleParts":{"pv-components-ai.mjs":"360ca6ad-53"},"imported":[{"uid":"360ca6ad-48"},{"uid":"360ca6ad-50"},{"uid":"360ca6ad-18"}],"importedBy":[{"uid":"360ca6ad-86"}]},"360ca6ad-54":{"id":"/src/components/ai/PvPromptInput/types.ts","moduleParts":{"pv-components-ai.mjs":"360ca6ad-55"},"imported":[],"importedBy":[{"uid":"360ca6ad-86"}]},"360ca6ad-56":{"id":"/src/components/base/PvAccordion/PvAccordion.vue?vue&type=script&setup=true&lang.ts","moduleParts":{"pv-components-ai.mjs":"360ca6ad-57"},"imported":[{"uid":"360ca6ad-88"},{"uid":"360ca6ad-20"},{"uid":"360ca6ad-12"}],"importedBy":[{"uid":"360ca6ad-60"}]},"360ca6ad-58":{"id":"/src/components/base/PvAccordion/PvAccordion.vue?vue&type=style&index=0&scoped=a64056ef&lang.css","moduleParts":{"pv-components-ai.mjs":"360ca6ad-59"},"imported":[],"importedBy":[{"uid":"360ca6ad-60"}]},"360ca6ad-60":{"id":"/src/components/base/PvAccordion/PvAccordion.vue","moduleParts":{"pv-components-ai.mjs":"360ca6ad-61"},"imported":[{"uid":"360ca6ad-56"},{"uid":"360ca6ad-58"},{"uid":"360ca6ad-18"}],"importedBy":[{"uid":"360ca6ad-70"},{"uid":"360ca6ad-76"}]},"360ca6ad-62":{"id":"/src/composables/useSlotPresence.ts","moduleParts":{"pv-components-ai.mjs":"360ca6ad-63"},"imported":[{"uid":"360ca6ad-88"},{"uid":"360ca6ad-6"}],"importedBy":[{"uid":"360ca6ad-70"}]},"360ca6ad-64":{"id":"/src/components/ai/PvStepList/PvStepList.vue?vue&type=script&setup=true&lang.ts","moduleParts":{"pv-components-ai.mjs":"360ca6ad-65"},"imported":[{"uid":"360ca6ad-88"},{"uid":"360ca6ad-12"}],"importedBy":[{"uid":"360ca6ad-68"}]},"360ca6ad-66":{"id":"/src/components/ai/PvStepList/PvStepList.vue?vue&type=style&index=0&scoped=d63b7536&lang.css","moduleParts":{"pv-components-ai.mjs":"360ca6ad-67"},"imported":[],"importedBy":[{"uid":"360ca6ad-68"}]},"360ca6ad-68":{"id":"/src/components/ai/PvStepList/PvStepList.vue","moduleParts":{"pv-components-ai.mjs":"360ca6ad-69"},"imported":[{"uid":"360ca6ad-64"},{"uid":"360ca6ad-66"},{"uid":"360ca6ad-18"}],"importedBy":[{"uid":"360ca6ad-86"},{"uid":"360ca6ad-70"}]},"360ca6ad-70":{"id":"/src/components/ai/PvReasoning/PvReasoning.vue?vue&type=script&setup=true&lang.ts","moduleParts":{"pv-components-ai.mjs":"360ca6ad-71"},"imported":[{"uid":"360ca6ad-88"},{"uid":"360ca6ad-60"},{"uid":"360ca6ad-12"},{"uid":"360ca6ad-62"},{"uid":"360ca6ad-68"}],"importedBy":[{"uid":"360ca6ad-74"}]},"360ca6ad-72":{"id":"/src/components/ai/PvReasoning/PvReasoning.vue?vue&type=style&index=0&scoped=a9703804&lang.css","moduleParts":{"pv-components-ai.mjs":"360ca6ad-73"},"imported":[],"importedBy":[{"uid":"360ca6ad-74"}]},"360ca6ad-74":{"id":"/src/components/ai/PvReasoning/PvReasoning.vue","moduleParts":{"pv-components-ai.mjs":"360ca6ad-75"},"imported":[{"uid":"360ca6ad-70"},{"uid":"360ca6ad-72"},{"uid":"360ca6ad-18"}],"importedBy":[{"uid":"360ca6ad-86"}]},"360ca6ad-76":{"id":"/src/components/ai/PvTool/PvTool.vue?vue&type=script&setup=true&lang.ts","moduleParts":{"pv-components-ai.mjs":"360ca6ad-77"},"imported":[{"uid":"360ca6ad-88"},{"uid":"360ca6ad-60"},{"uid":"360ca6ad-12"}],"importedBy":[{"uid":"360ca6ad-80"}]},"360ca6ad-78":{"id":"/src/components/ai/PvTool/PvTool.vue?vue&type=style&index=0&scoped=a5e28b1a&lang.css","moduleParts":{"pv-components-ai.mjs":"360ca6ad-79"},"imported":[],"importedBy":[{"uid":"360ca6ad-80"}]},"360ca6ad-80":{"id":"/src/components/ai/PvTool/PvTool.vue","moduleParts":{"pv-components-ai.mjs":"360ca6ad-81"},"imported":[{"uid":"360ca6ad-76"},{"uid":"360ca6ad-78"},{"uid":"360ca6ad-18"}],"importedBy":[{"uid":"360ca6ad-86"}]},"360ca6ad-82":{"id":"/src/components/ai/toolLifecycle.ts","moduleParts":{"pv-components-ai.mjs":"360ca6ad-83"},"imported":[],"importedBy":[{"uid":"360ca6ad-86"}]},"360ca6ad-84":{"id":"/src/components/ai/useStickToBottom.ts","moduleParts":{"pv-components-ai.mjs":"360ca6ad-85"},"imported":[{"uid":"360ca6ad-88"}],"importedBy":[{"uid":"360ca6ad-86"}]},"360ca6ad-86":{"id":"/src/components/ai/index.ts","moduleParts":{"pv-components-ai.mjs":"360ca6ad-87"},"imported":[{"uid":"360ca6ad-36"},{"uid":"360ca6ad-42"},{"uid":"360ca6ad-52"},{"uid":"360ca6ad-54"},{"uid":"360ca6ad-74"},{"uid":"360ca6ad-68"},{"uid":"360ca6ad-80"},{"uid":"360ca6ad-82"},{"uid":"360ca6ad-84"}],"importedBy":[],"isEntry":true},"360ca6ad-88":{"id":"vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"360ca6ad-84"},{"uid":"360ca6ad-32"},{"uid":"360ca6ad-38"},{"uid":"360ca6ad-48"},{"uid":"360ca6ad-70"},{"uid":"360ca6ad-64"},{"uid":"360ca6ad-76"},{"uid":"360ca6ad-62"},{"uid":"360ca6ad-22"},{"uid":"360ca6ad-14"},{"uid":"360ca6ad-10"},{"uid":"360ca6ad-26"},{"uid":"360ca6ad-44"},{"uid":"360ca6ad-56"},{"uid":"360ca6ad-6"},{"uid":"360ca6ad-0"}]}},"env":{"rollup":"4.23.0"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
4934
4934
 
4935
4935
  const run = () => {
4936
4936
  const width = window.innerWidth;