@turquoisehealth/pit-viper 2.244.0 → 2.244.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 (101) hide show
  1. package/_site/assets/css/pit-viper-a11y.css +56 -2
  2. package/_site/assets/css/pit-viper-consumer.css +56 -2
  3. package/_site/assets/css/pit-viper-v2-scoped.css +50 -2
  4. package/_site/assets/css/pit-viper-v2.css +56 -2
  5. package/_site/assets/css/pit-viper.css +56 -2
  6. package/_src/assets/sprite-v2.svg +1 -1
  7. package/_src/assets/sprite.svg +1 -1
  8. package/package.json +1 -1
  9. package/pv-components/dist/stats/vue/ai/stats.html +1 -1
  10. package/pv-components/dist/stats/vue/base/stats.html +1 -1
  11. package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
  12. package/pv-components/dist/stats/web/pv-accordion-stats.html +1 -1
  13. package/pv-components/dist/stats/web/pv-button-stats.html +1 -1
  14. package/pv-components/dist/stats/web/pv-confirmation-stats.html +1 -1
  15. package/pv-components/dist/stats/web/pv-counter-badge-stats.html +1 -1
  16. package/pv-components/dist/stats/web/pv-drawer-stats.html +1 -1
  17. package/pv-components/dist/stats/web/pv-expandable-content-stats.html +1 -1
  18. package/pv-components/dist/stats/web/pv-file-input-stats.html +1 -1
  19. package/pv-components/dist/stats/web/pv-filter-modal-stats.html +1 -1
  20. package/pv-components/dist/stats/web/pv-filter-panel-stats.html +1 -1
  21. package/pv-components/dist/stats/web/pv-ghost-input-stats.html +1 -1
  22. package/pv-components/dist/stats/web/pv-horizontal-scroller-stats.html +1 -1
  23. package/pv-components/dist/stats/web/pv-hover-action-menu-stats.html +1 -1
  24. package/pv-components/dist/stats/web/pv-insight-card-stats.html +1 -1
  25. package/pv-components/dist/stats/web/pv-menu-stats.html +1 -1
  26. package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
  27. package/pv-components/dist/stats/web/pv-pagination-stats.html +1 -1
  28. package/pv-components/dist/stats/web/pv-prompt-input-stats.html +1 -1
  29. package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
  30. package/pv-components/dist/stats/web/pv-question-stats.html +1 -1
  31. package/pv-components/dist/stats/web/pv-range-stats.html +1 -1
  32. package/pv-components/dist/stats/web/pv-reasoning-stats.html +1 -1
  33. package/pv-components/dist/stats/web/pv-segmented-control-stats.html +1 -1
  34. package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
  35. package/pv-components/dist/stats/web/pv-sidebar-stats.html +1 -1
  36. package/pv-components/dist/stats/web/pv-sidebar-v2-stats.html +1 -1
  37. package/pv-components/dist/stats/web/pv-split-button-stats.html +1 -1
  38. package/pv-components/dist/stats/web/pv-stepper-stats.html +1 -1
  39. package/pv-components/dist/stats/web/pv-tabs-stats.html +1 -1
  40. package/pv-components/dist/stats/web/pv-toast-stats.html +1 -1
  41. package/pv-components/dist/stats/web/pv-toggle-button-stats.html +1 -1
  42. package/pv-components/dist/stats/web/pv-tool-stats.html +1 -1
  43. package/pv-components/dist/stats/web/pv-tree-stats.html +1 -1
  44. package/pv-components/dist/vue/ai/components/base/PvCounterBadge/PvCounterBadge.vue.d.ts +2 -0
  45. package/pv-components/dist/vue/ai/components/base/PvFileInput/PvFileInput.vue.d.ts +6 -0
  46. package/pv-components/dist/vue/ai/components/base/PvStepper/PvStepper.vue.d.ts +3 -5
  47. package/pv-components/dist/vue/ai/components/base/PvStepper/types.d.ts +19 -0
  48. package/pv-components/dist/vue/ai/components/base/PvTree/PvTree.vue.d.ts +8 -0
  49. package/pv-components/dist/vue/ai/components/base/PvTree/PvTreeItem.vue.d.ts +2 -0
  50. package/pv-components/dist/vue/ai/pv-components-ai.mjs +6 -4
  51. package/pv-components/dist/vue/ai/pv-components-ai.mjs.map +1 -1
  52. package/pv-components/dist/vue/base/components/base/PvCounterBadge/PvCounterBadge.vue.d.ts +2 -0
  53. package/pv-components/dist/vue/base/components/base/PvFileInput/PvFileInput.vue.d.ts +6 -0
  54. package/pv-components/dist/vue/base/components/base/PvStepper/PvStepper.vue.d.ts +3 -5
  55. package/pv-components/dist/vue/base/components/base/PvStepper/types.d.ts +19 -0
  56. package/pv-components/dist/vue/base/components/base/PvTree/PvTree.vue.d.ts +8 -0
  57. package/pv-components/dist/vue/base/components/base/PvTree/PvTreeItem.vue.d.ts +2 -0
  58. package/pv-components/dist/vue/base/pv-components-base.mjs +182 -85
  59. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  60. package/pv-components/dist/vue/visualizations/components/base/PvCounterBadge/PvCounterBadge.vue.d.ts +2 -0
  61. package/pv-components/dist/vue/visualizations/components/base/PvFileInput/PvFileInput.vue.d.ts +6 -0
  62. package/pv-components/dist/vue/visualizations/components/base/PvStepper/PvStepper.vue.d.ts +3 -5
  63. package/pv-components/dist/vue/visualizations/components/base/PvStepper/types.d.ts +19 -0
  64. package/pv-components/dist/vue/visualizations/components/base/PvTree/PvTree.vue.d.ts +8 -0
  65. package/pv-components/dist/vue/visualizations/components/base/PvTree/PvTreeItem.vue.d.ts +2 -0
  66. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +6 -4
  67. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  68. package/pv-components/dist/web/components/pv-accordion/pv-accordion.js +6 -4
  69. package/pv-components/dist/web/components/pv-button/pv-button.js +5 -3
  70. package/pv-components/dist/web/components/pv-confirmation/pv-confirmation.js +6 -4
  71. package/pv-components/dist/web/components/pv-counter-badge/pv-counter-badge.js +5 -3
  72. package/pv-components/dist/web/components/pv-drawer/pv-drawer.js +5 -3
  73. package/pv-components/dist/web/components/pv-expandable-content/pv-expandable-content.js +6 -4
  74. package/pv-components/dist/web/components/pv-file-input/pv-file-input.js +18 -8
  75. package/pv-components/dist/web/components/pv-filter-modal/pv-filter-modal.js +6 -4
  76. package/pv-components/dist/web/components/pv-filter-panel/pv-filter-panel.js +6 -4
  77. package/pv-components/dist/web/components/pv-ghost-input/pv-ghost-input.js +5 -3
  78. package/pv-components/dist/web/components/pv-horizontal-scroller/pv-horizontal-scroller.js +5 -3
  79. package/pv-components/dist/web/components/pv-hover-action-menu/pv-hover-action-menu.js +6 -4
  80. package/pv-components/dist/web/components/pv-insight-card/pv-insight-card.js +6 -4
  81. package/pv-components/dist/web/components/pv-menu/pv-menu.js +6 -4
  82. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +6 -4
  83. package/pv-components/dist/web/components/pv-pagination/pv-pagination.js +6 -4
  84. package/pv-components/dist/web/components/pv-prompt-input/pv-prompt-input.js +6 -4
  85. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +5 -3
  86. package/pv-components/dist/web/components/pv-question/pv-question.js +6 -4
  87. package/pv-components/dist/web/components/pv-range/pv-range.js +5 -3
  88. package/pv-components/dist/web/components/pv-reasoning/pv-reasoning.js +6 -4
  89. package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +5 -3
  90. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +5 -3
  91. package/pv-components/dist/web/components/pv-sidebar/pv-sidebar.js +5 -3
  92. package/pv-components/dist/web/components/pv-sidebar-v2/pv-sidebar-v2.js +6 -4
  93. package/pv-components/dist/web/components/pv-split-button/pv-split-button.js +6 -4
  94. package/pv-components/dist/web/components/pv-stepper/pv-stepper.js +649 -485
  95. package/pv-components/dist/web/components/pv-tabs/pv-tabs.js +5 -3
  96. package/pv-components/dist/web/components/pv-toast/pv-toast.js +5 -3
  97. package/pv-components/dist/web/components/pv-toggle-button/pv-toggle-button.js +5 -3
  98. package/pv-components/dist/web/components/pv-tool/pv-tool.js +6 -4
  99. package/pv-components/dist/web/components/pv-tree/pv-tree.js +533 -521
  100. package/pv-components/dist/web/pv-components.iife.js +4 -4
  101. package/pv-components/dist/web/pv-components.iife.js.map +1 -1
@@ -5177,13 +5177,15 @@ pv-data-grid.ag-theme-pv {
5177
5177
  padding-block: 0;
5178
5178
  }
5179
5179
 
5180
- [class*=pv-stepper] {
5180
+ .pv-stepper-active,
5181
+ .pv-stepper-inactive {
5181
5182
  height: 8px;
5182
5183
  flex-shrink: 0;
5183
5184
  cursor: default;
5184
5185
  transition: width 0.15s ease-in-out, background-color 0.15s ease-in-out, border-radius 0.15s ease-in-out;
5185
5186
  }
5186
- [class*=pv-stepper][data-clickable=true] {
5187
+ .pv-stepper-active[data-clickable=true],
5188
+ .pv-stepper-inactive[data-clickable=true] {
5187
5189
  cursor: pointer;
5188
5190
  }
5189
5191
 
@@ -5199,6 +5201,58 @@ pv-data-grid.ag-theme-pv {
5199
5201
  background-color: var(--stepper-inactive-background-color, #E0E5E4);
5200
5202
  }
5201
5203
 
5204
+ .pv-stepper-progress-divider {
5205
+ flex: 1 1 auto;
5206
+ height: 1px;
5207
+ align-self: center;
5208
+ }
5209
+
5210
+ .pv-stepper-progress-divider-default {
5211
+ background-color: var(--stepper-progress-divider-color, #E0E5E4);
5212
+ }
5213
+
5214
+ .pv-stepper-progress-divider-success {
5215
+ background-color: var(--stepper-progress-divider-success-color, #0D6614);
5216
+ }
5217
+
5218
+ [class*=pv-stepper-button] {
5219
+ padding: var(--button-large-padding, calc(0.5rem - 1px) 0.75rem);
5220
+ border-radius: var(--stepper-button-radius, 8px);
5221
+ border: 1px solid transparent;
5222
+ font-family: inherit;
5223
+ font-size: var(--button-font-size, 0.875rem);
5224
+ font-weight: var(--button-font-weight, 500);
5225
+ line-height: var(--button-line-height, 1.2857142857);
5226
+ cursor: pointer;
5227
+ transition-duration: 0.125s;
5228
+ transition-property: background-color, color;
5229
+ }
5230
+ [class*=pv-stepper-button][data-clickable=false] {
5231
+ cursor: default;
5232
+ }
5233
+
5234
+ .pv-stepper-button-active {
5235
+ background-color: var(--stepper-button-active-background-color, #F3F1EB);
5236
+ color: var(--stepper-button-active-text-color, #121313);
5237
+ }
5238
+ .pv-stepper-button-active:hover, .pv-stepper-button-active:active {
5239
+ background-color: var(--stepper-button-active-background-color, #F3F1EB);
5240
+ color: var(--stepper-button-active-text-color, #121313);
5241
+ }
5242
+
5243
+ .pv-stepper-button-inactive {
5244
+ background-color: transparent;
5245
+ color: var(--stepper-button-inactive-text-color, #4B595C);
5246
+ }
5247
+ .pv-stepper-button-inactive:hover {
5248
+ background-color: var(--stepper-button-inactive-background-color, #E8F2F4);
5249
+ color: var(--stepper-button-inactive-text-color, #4B595C);
5250
+ }
5251
+ .pv-stepper-button-inactive:active {
5252
+ background-color: var(--stepper-button-inactive-active-background-color, #C7D8DB);
5253
+ color: var(--stepper-button-inactive-text-color, #4B595C);
5254
+ }
5255
+
5202
5256
  .pv-step-list {
5203
5257
  list-style: none;
5204
5258
  margin: 0;
@@ -5183,13 +5183,15 @@ pv-data-grid.ag-theme-pv {
5183
5183
  padding-block: 0;
5184
5184
  }
5185
5185
 
5186
- [class*=pv-stepper] {
5186
+ .pv-stepper-active,
5187
+ .pv-stepper-inactive {
5187
5188
  height: 8px;
5188
5189
  flex-shrink: 0;
5189
5190
  cursor: default;
5190
5191
  transition: width 0.15s ease-in-out, background-color 0.15s ease-in-out, border-radius 0.15s ease-in-out;
5191
5192
  }
5192
- [class*=pv-stepper][data-clickable=true] {
5193
+ .pv-stepper-active[data-clickable=true],
5194
+ .pv-stepper-inactive[data-clickable=true] {
5193
5195
  cursor: pointer;
5194
5196
  }
5195
5197
 
@@ -5205,6 +5207,58 @@ pv-data-grid.ag-theme-pv {
5205
5207
  background-color: var(--stepper-inactive-background-color, #E0E5E4);
5206
5208
  }
5207
5209
 
5210
+ .pv-stepper-progress-divider {
5211
+ flex: 1 1 auto;
5212
+ height: 1px;
5213
+ align-self: center;
5214
+ }
5215
+
5216
+ .pv-stepper-progress-divider-default {
5217
+ background-color: var(--stepper-progress-divider-color, #E0E5E4);
5218
+ }
5219
+
5220
+ .pv-stepper-progress-divider-success {
5221
+ background-color: var(--stepper-progress-divider-success-color, #0E8019);
5222
+ }
5223
+
5224
+ [class*=pv-stepper-button] {
5225
+ padding: var(--button-large-padding, calc(1rem - 1px) 1.5rem);
5226
+ border-radius: var(--stepper-button-radius, 8px);
5227
+ border: 1px solid transparent;
5228
+ font-family: inherit;
5229
+ font-size: var(--button-font-size, 1rem);
5230
+ font-weight: var(--button-font-weight, 500);
5231
+ line-height: var(--button-line-height, 1.25);
5232
+ cursor: pointer;
5233
+ transition-duration: 0.125s;
5234
+ transition-property: background-color, color;
5235
+ }
5236
+ [class*=pv-stepper-button][data-clickable=false] {
5237
+ cursor: default;
5238
+ }
5239
+
5240
+ .pv-stepper-button-active {
5241
+ background-color: var(--stepper-button-active-background-color, #F3F1EB);
5242
+ color: var(--stepper-button-active-text-color, #1A3A39);
5243
+ }
5244
+ .pv-stepper-button-active:hover, .pv-stepper-button-active:active {
5245
+ background-color: var(--stepper-button-active-background-color, #F3F1EB);
5246
+ color: var(--stepper-button-active-text-color, #1A3A39);
5247
+ }
5248
+
5249
+ .pv-stepper-button-inactive {
5250
+ background-color: transparent;
5251
+ color: var(--stepper-button-inactive-text-color, #768988);
5252
+ }
5253
+ .pv-stepper-button-inactive:hover {
5254
+ background-color: var(--stepper-button-inactive-background-color, #F8F7F1);
5255
+ color: var(--stepper-button-inactive-text-color, #768988);
5256
+ }
5257
+ .pv-stepper-button-inactive:active {
5258
+ background-color: var(--stepper-button-inactive-active-background-color, #C7D8DB);
5259
+ color: var(--stepper-button-inactive-text-color, #768988);
5260
+ }
5261
+
5208
5262
  .pv-step-list {
5209
5263
  list-style: none;
5210
5264
  margin: 0;
@@ -4733,13 +4733,15 @@
4733
4733
  min-width: 16px;
4734
4734
  padding-block: 0;
4735
4735
  }
4736
- .pv-v2 [class*=pv-stepper] {
4736
+ .pv-v2 .pv-stepper-active,
4737
+ .pv-v2 .pv-stepper-inactive {
4737
4738
  height: 8px;
4738
4739
  flex-shrink: 0;
4739
4740
  cursor: default;
4740
4741
  transition: width 0.15s ease-in-out, background-color 0.15s ease-in-out, border-radius 0.15s ease-in-out;
4741
4742
  }
4742
- .pv-v2 [class*=pv-stepper][data-clickable=true] {
4743
+ .pv-v2 .pv-stepper-active[data-clickable=true],
4744
+ .pv-v2 .pv-stepper-inactive[data-clickable=true] {
4743
4745
  cursor: pointer;
4744
4746
  }
4745
4747
  .pv-v2 .pv-stepper-active {
@@ -4752,6 +4754,52 @@
4752
4754
  border-radius: 50%;
4753
4755
  background-color: var(--stepper-inactive-background-color, #E0E5E4);
4754
4756
  }
4757
+ .pv-v2 .pv-stepper-progress-divider {
4758
+ flex: 1 1 auto;
4759
+ height: 1px;
4760
+ align-self: center;
4761
+ }
4762
+ .pv-v2 .pv-stepper-progress-divider-default {
4763
+ background-color: var(--stepper-progress-divider-color, #E0E5E4);
4764
+ }
4765
+ .pv-v2 .pv-stepper-progress-divider-success {
4766
+ background-color: var(--stepper-progress-divider-success-color, #0E8019);
4767
+ }
4768
+ .pv-v2 [class*=pv-stepper-button] {
4769
+ padding: var(--button-large-padding, calc(0.5rem - 1px) 0.75rem);
4770
+ border-radius: var(--stepper-button-radius, 8px);
4771
+ border: 1px solid transparent;
4772
+ font-family: inherit;
4773
+ font-size: var(--button-font-size, 0.75rem);
4774
+ font-weight: var(--button-font-weight, 500);
4775
+ line-height: var(--button-line-height, 1.33333333);
4776
+ cursor: pointer;
4777
+ transition-duration: 0.125s;
4778
+ transition-property: background-color, color;
4779
+ }
4780
+ .pv-v2 [class*=pv-stepper-button][data-clickable=false] {
4781
+ cursor: default;
4782
+ }
4783
+ .pv-v2 .pv-stepper-button-active {
4784
+ background-color: var(--stepper-button-active-background-color, #F3F1EB);
4785
+ color: var(--stepper-button-active-text-color, #121313);
4786
+ }
4787
+ .pv-v2 .pv-stepper-button-active:hover, .pv-v2 .pv-stepper-button-active:active {
4788
+ background-color: var(--stepper-button-active-background-color, #F3F1EB);
4789
+ color: var(--stepper-button-active-text-color, #121313);
4790
+ }
4791
+ .pv-v2 .pv-stepper-button-inactive {
4792
+ background-color: transparent;
4793
+ color: var(--stepper-button-inactive-text-color, #6E8081);
4794
+ }
4795
+ .pv-v2 .pv-stepper-button-inactive:hover {
4796
+ background-color: var(--stepper-button-inactive-background-color, #E8F2F4);
4797
+ color: var(--stepper-button-inactive-text-color, #6E8081);
4798
+ }
4799
+ .pv-v2 .pv-stepper-button-inactive:active {
4800
+ background-color: var(--stepper-button-inactive-active-background-color, #C7D8DB);
4801
+ color: var(--stepper-button-inactive-text-color, #6E8081);
4802
+ }
4755
4803
  .pv-v2 .pv-step-list {
4756
4804
  list-style: none;
4757
4805
  margin: 0;
@@ -5199,13 +5199,15 @@ pv-data-grid.ag-theme-pv {
5199
5199
  padding-block: 0;
5200
5200
  }
5201
5201
 
5202
- [class*=pv-stepper] {
5202
+ .pv-stepper-active,
5203
+ .pv-stepper-inactive {
5203
5204
  height: 8px;
5204
5205
  flex-shrink: 0;
5205
5206
  cursor: default;
5206
5207
  transition: width 0.15s ease-in-out, background-color 0.15s ease-in-out, border-radius 0.15s ease-in-out;
5207
5208
  }
5208
- [class*=pv-stepper][data-clickable=true] {
5209
+ .pv-stepper-active[data-clickable=true],
5210
+ .pv-stepper-inactive[data-clickable=true] {
5209
5211
  cursor: pointer;
5210
5212
  }
5211
5213
 
@@ -5221,6 +5223,58 @@ pv-data-grid.ag-theme-pv {
5221
5223
  background-color: var(--stepper-inactive-background-color, #E0E5E4);
5222
5224
  }
5223
5225
 
5226
+ .pv-stepper-progress-divider {
5227
+ flex: 1 1 auto;
5228
+ height: 1px;
5229
+ align-self: center;
5230
+ }
5231
+
5232
+ .pv-stepper-progress-divider-default {
5233
+ background-color: var(--stepper-progress-divider-color, #E0E5E4);
5234
+ }
5235
+
5236
+ .pv-stepper-progress-divider-success {
5237
+ background-color: var(--stepper-progress-divider-success-color, #0E8019);
5238
+ }
5239
+
5240
+ [class*=pv-stepper-button] {
5241
+ padding: var(--button-large-padding, calc(0.5rem - 1px) 0.75rem);
5242
+ border-radius: var(--stepper-button-radius, 8px);
5243
+ border: 1px solid transparent;
5244
+ font-family: inherit;
5245
+ font-size: var(--button-font-size, 0.75rem);
5246
+ font-weight: var(--button-font-weight, 500);
5247
+ line-height: var(--button-line-height, 1.33333333);
5248
+ cursor: pointer;
5249
+ transition-duration: 0.125s;
5250
+ transition-property: background-color, color;
5251
+ }
5252
+ [class*=pv-stepper-button][data-clickable=false] {
5253
+ cursor: default;
5254
+ }
5255
+
5256
+ .pv-stepper-button-active {
5257
+ background-color: var(--stepper-button-active-background-color, #F3F1EB);
5258
+ color: var(--stepper-button-active-text-color, #121313);
5259
+ }
5260
+ .pv-stepper-button-active:hover, .pv-stepper-button-active:active {
5261
+ background-color: var(--stepper-button-active-background-color, #F3F1EB);
5262
+ color: var(--stepper-button-active-text-color, #121313);
5263
+ }
5264
+
5265
+ .pv-stepper-button-inactive {
5266
+ background-color: transparent;
5267
+ color: var(--stepper-button-inactive-text-color, #6E8081);
5268
+ }
5269
+ .pv-stepper-button-inactive:hover {
5270
+ background-color: var(--stepper-button-inactive-background-color, #E8F2F4);
5271
+ color: var(--stepper-button-inactive-text-color, #6E8081);
5272
+ }
5273
+ .pv-stepper-button-inactive:active {
5274
+ background-color: var(--stepper-button-inactive-active-background-color, #C7D8DB);
5275
+ color: var(--stepper-button-inactive-text-color, #6E8081);
5276
+ }
5277
+
5224
5278
  .pv-step-list {
5225
5279
  list-style: none;
5226
5280
  margin: 0;
@@ -5182,13 +5182,15 @@ pv-data-grid.ag-theme-pv {
5182
5182
  padding-block: 0;
5183
5183
  }
5184
5184
 
5185
- [class*=pv-stepper] {
5185
+ .pv-stepper-active,
5186
+ .pv-stepper-inactive {
5186
5187
  height: 8px;
5187
5188
  flex-shrink: 0;
5188
5189
  cursor: default;
5189
5190
  transition: width 0.15s ease-in-out, background-color 0.15s ease-in-out, border-radius 0.15s ease-in-out;
5190
5191
  }
5191
- [class*=pv-stepper][data-clickable=true] {
5192
+ .pv-stepper-active[data-clickable=true],
5193
+ .pv-stepper-inactive[data-clickable=true] {
5192
5194
  cursor: pointer;
5193
5195
  }
5194
5196
 
@@ -5204,6 +5206,58 @@ pv-data-grid.ag-theme-pv {
5204
5206
  background-color: var(--stepper-inactive-background-color, #E0E5E4);
5205
5207
  }
5206
5208
 
5209
+ .pv-stepper-progress-divider {
5210
+ flex: 1 1 auto;
5211
+ height: 1px;
5212
+ align-self: center;
5213
+ }
5214
+
5215
+ .pv-stepper-progress-divider-default {
5216
+ background-color: var(--stepper-progress-divider-color, #E0E5E4);
5217
+ }
5218
+
5219
+ .pv-stepper-progress-divider-success {
5220
+ background-color: var(--stepper-progress-divider-success-color, #0E8019);
5221
+ }
5222
+
5223
+ [class*=pv-stepper-button] {
5224
+ padding: var(--button-large-padding, calc(0.5rem - 1px) 0.75rem);
5225
+ border-radius: var(--stepper-button-radius, 12px);
5226
+ border: 1px solid transparent;
5227
+ font-family: inherit;
5228
+ font-size: var(--button-font-size, 1rem);
5229
+ font-weight: var(--button-font-weight, 600);
5230
+ line-height: var(--button-line-height, inherit);
5231
+ cursor: pointer;
5232
+ transition-duration: 0.125s;
5233
+ transition-property: background-color, color;
5234
+ }
5235
+ [class*=pv-stepper-button][data-clickable=false] {
5236
+ cursor: default;
5237
+ }
5238
+
5239
+ .pv-stepper-button-active {
5240
+ background-color: var(--stepper-button-active-background-color, #F3F1EB);
5241
+ color: var(--stepper-button-active-text-color, #121313);
5242
+ }
5243
+ .pv-stepper-button-active:hover, .pv-stepper-button-active:active {
5244
+ background-color: var(--stepper-button-active-background-color, #F3F1EB);
5245
+ color: var(--stepper-button-active-text-color, #121313);
5246
+ }
5247
+
5248
+ .pv-stepper-button-inactive {
5249
+ background-color: transparent;
5250
+ color: var(--stepper-button-inactive-text-color, #6E8081);
5251
+ }
5252
+ .pv-stepper-button-inactive:hover {
5253
+ background-color: var(--stepper-button-inactive-background-color, #E8F2F4);
5254
+ color: var(--stepper-button-inactive-text-color, #6E8081);
5255
+ }
5256
+ .pv-stepper-button-inactive:active {
5257
+ background-color: var(--stepper-button-inactive-active-background-color, #C7D8DB);
5258
+ color: var(--stepper-button-inactive-text-color, #6E8081);
5259
+ }
5260
+
5207
5261
  .pv-step-list {
5208
5262
  list-style: none;
5209
5263
  margin: 0;