@veritone-ce/design-system 2.0.2 → 2.0.4

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 (58) hide show
  1. package/dist/esm-next/Alert/index.js +1 -0
  2. package/dist/esm-next/Alert/styles.module.scss.js +1 -1
  3. package/dist/esm-next/Button/index.js +1 -0
  4. package/dist/esm-next/Button/styles.module.scss.js +1 -1
  5. package/dist/esm-next/Checkbox/index.js +1 -0
  6. package/dist/esm-next/Checkbox/styles.module.scss.js +1 -1
  7. package/dist/esm-next/CircularProgress/index.js +19 -9
  8. package/dist/esm-next/CircularProgress/styles.module.scss.js +1 -1
  9. package/dist/esm-next/Dialog/components.js +79 -24
  10. package/dist/esm-next/Dialog/styles.module.scss.js +1 -1
  11. package/dist/esm-next/Drawer/components.js +185 -0
  12. package/dist/esm-next/Drawer/factory.js +14 -0
  13. package/dist/esm-next/Drawer/state.js +40 -0
  14. package/dist/esm-next/Drawer/styles.module.scss.js +3 -0
  15. package/dist/esm-next/Icon/wrappers.js +2 -0
  16. package/dist/esm-next/IconButton/index.js +1 -0
  17. package/dist/esm-next/Input/index.js +40 -32
  18. package/dist/esm-next/Input/styles.module.scss.js +1 -1
  19. package/dist/esm-next/Menu/controlled.js +1 -1
  20. package/dist/esm-next/Menu/styles.module.scss.js +1 -1
  21. package/dist/esm-next/RadioButton/index.js +1 -0
  22. package/dist/esm-next/RadioButton/styles.module.scss.js +1 -1
  23. package/dist/esm-next/Select/controlled.js +1 -0
  24. package/dist/esm-next/Select/styles.module.scss.js +1 -1
  25. package/dist/esm-next/Textarea/index.js +1 -0
  26. package/dist/esm-next/Textarea/styles.module.scss.js +1 -1
  27. package/dist/esm-next/Tooltip/index.js +1 -0
  28. package/dist/esm-next/Tooltip/styles.module.scss.js +1 -1
  29. package/dist/esm-next/Typography/index.js +4 -0
  30. package/dist/esm-next/Typography/variants.module.scss.js +1 -1
  31. package/dist/esm-next/index.js +3 -1
  32. package/dist/esm-next/styles/css-vars.js +9 -1
  33. package/dist/esm-next/styles/scss/theme.generated.scss +142 -2
  34. package/dist/esm-next/styles/typography.js +39 -2
  35. package/dist/esm-next/styles.css +13 -12
  36. package/dist/types/src-next/Alert/index.d.ts +1 -0
  37. package/dist/types/src-next/Button/index.d.ts +1 -0
  38. package/dist/types/src-next/Checkbox/index.d.ts +1 -0
  39. package/dist/types/src-next/CircularProgress/index.d.ts +2 -1
  40. package/dist/types/src-next/Dialog/components.d.ts +10 -2
  41. package/dist/types/src-next/Dialog/factory.d.ts +2 -0
  42. package/dist/types/src-next/Drawer/components.d.ts +35 -0
  43. package/dist/types/src-next/Drawer/factory.d.ts +15 -0
  44. package/dist/types/src-next/Drawer/index.d.ts +3 -0
  45. package/dist/types/src-next/Drawer/state.d.ts +113 -0
  46. package/dist/types/src-next/Icon/internal.d.ts +1 -0
  47. package/dist/types/src-next/Icon/shared.d.ts +1 -0
  48. package/dist/types/src-next/IconButton/index.d.ts +1 -0
  49. package/dist/types/src-next/Input/index.d.ts +1 -0
  50. package/dist/types/src-next/Menu/controlled.d.ts +1 -0
  51. package/dist/types/src-next/RadioButton/index.d.ts +1 -0
  52. package/dist/types/src-next/Select/types.d.ts +1 -0
  53. package/dist/types/src-next/Textarea/index.d.ts +1 -0
  54. package/dist/types/src-next/Tooltip/index.d.ts +1 -0
  55. package/dist/types/src-next/Typography/index.d.ts +1 -0
  56. package/dist/types/src-next/index.d.ts +2 -0
  57. package/dist/types/src-next/styles/typography.d.ts +3 -1
  58. package/package.json +4 -2
@@ -1,15 +1,16 @@
1
- .vt_ce_Checkbox_checkbox__504048e5{align-items:center;color:var(--vt-ce-theme-palette-text-secondary,#5c6269);cursor:pointer;display:inline-flex}.vt_ce_Checkbox_checkbox__504048e5 .vt_ce_Checkbox_checkboxSvgPath__504048e5{fill:var(--vt-ce-theme-palette-text-secondary,#5c6269)}.vt_ce_Checkbox_checkbox__504048e5:hover .vt_ce_Checkbox_checkboxSvgPath__504048e5{fill:var(--vt-ce-theme-palette-action-hover,#335b89)}.vt_ce_Checkbox_checkbox__504048e5[aria-checked=mixed] .vt_ce_Checkbox_checkboxSvgPath__504048e5,.vt_ce_Checkbox_checkbox__504048e5[aria-checked=true] .vt_ce_Checkbox_checkboxSvgPath__504048e5{fill:var(--vt-ce-theme-palette-action-primary,#1871e8)}.vt_ce_Checkbox_checkbox__504048e5[aria-checked=mixed]:hover .vt_ce_Checkbox_checkboxSvgPath__504048e5,.vt_ce_Checkbox_checkbox__504048e5[aria-checked=true]:hover .vt_ce_Checkbox_checkboxSvgPath__504048e5{fill:var(--vt-ce-theme-palette-action-hover,#335b89)}.vt_ce_Checkbox_checkbox__504048e5[aria-disabled=true] .vt_ce_Checkbox_checkboxSvgPath__504048e5,.vt_ce_Checkbox_checkbox__504048e5[aria-disabled=true]:hover .vt_ce_Checkbox_checkboxSvgPath__504048e5{fill:var(--vt-ce-theme-palette-disabled,#7c848d)}.vt_ce_Checkbox_passthroughLabelContainer__504048e5{cursor:pointer;display:inline-block;height:40px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:40px}.vt_ce_Checkbox_invisibleCheckbox__504048e5{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.vt_ce_Checkbox_visibleLabel__504048e5{font-family:var(--vt-ce-theme-typography-paragraph2-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-paragraph2-font-size,14px);font-style:var(--vt-ce-theme-typography-paragraph2-font-style,normal);font-weight:var(--vt-ce-theme-typography-paragraph2-font-weight,400);line-height:var(--vt-ce-theme-typography-paragraph2-line-height,20px);margin-left:5px}.vt_ce_Checkbox_iconContainer__504048e5{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:1}
2
- .vt_ce_Input_input__4620481b{display:inline-flex;flex-direction:column;gap:3px}.vt_ce_Input_label__4620481b{color:var(--vt-ce-theme-palette-text-secondary,#5c6269);font-family:var(--vt-ce-theme-typography-label-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-label-font-size,14px);font-style:var(--vt-ce-theme-typography-label-font-style,normal);font-weight:var(--vt-ce-theme-typography-label-font-weight,600);line-height:var(--vt-ce-theme-typography-label-line-height,17px)}.vt_ce_Input_innerInputContainer__4620481b{align-items:center;align-self:stretch;background:var(--vt-ce-theme-palette-background,#fff);border-radius:4px;color:var(--vt-ce-theme-palette-text-primary,#2a323c);display:flex;gap:10px;margin-bottom:1px;margin-top:1px;outline-color:var(--vt-ce-theme-palette-text-secondary,#5c6269);outline-style:solid;outline-width:1px;padding:0 8px}.vt_ce_Input_innerInputContainer__4620481b:focus-within{outline-color:var(--vt-ce-theme-palette-action-hover,#335b89);outline-width:2px}.vt_ce_Input_innerInputContainer__4620481b:hover{outline-color:var(--vt-ce-theme-palette-action-hover,#335b89);outline-width:2px}.vt_ce_Input_innerInputContainer__4620481b[data-disabled=true]{background-color:var(--vt-ce-theme-palette-disabledBackground,#fafafa);color:var(--vt-ce-theme-palette-disabled,#7c848d);outline-color:var(--vt-ce-theme-palette-backgroundAlt,#e0e8f0)}.vt_ce_Input_innerInputContainer__4620481b[data-disabled=true]:focus-within{outline-color:var(--vt-ce-theme-palette-backgroundAlt,#e0e8f0);outline-width:1px}.vt_ce_Input_innerInputContainer__4620481b[data-disabled=true]:hover{outline-color:var(--vt-ce-theme-palette-backgroundAlt,#e0e8f0);outline-width:1px}.vt_ce_Input_innerInputContainer__4620481b[data-error=true]{outline-color:var(--vt-ce-theme-palette-indicator-error,#eb0000)}.vt_ce_Input_innerInput__4620481b{background:none;border:none;color:inherit;flex-grow:1;font-family:var(--vt-ce-theme-typography-paragraph2-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-paragraph2-font-size,14px);font-style:var(--vt-ce-theme-typography-paragraph2-font-style,normal);font-weight:var(--vt-ce-theme-typography-paragraph2-font-weight,400);line-height:var(--vt-ce-theme-typography-paragraph2-line-height,20px);outline:none;padding:8px 0}.vt_ce_Input_innerInput__4620481b::-moz-placeholder{color:var(--vt-ce-theme-palette-disabled,#7c848d)}.vt_ce_Input_innerInput__4620481b::placeholder{color:var(--vt-ce-theme-palette-disabled,#7c848d)}.vt_ce_Input_inputIcon__4620481b{align-items:center;display:inline-flex;flex-shrink:0;justify-content:center;padding:8px 0;--vt-ce-icon-size:18px}.vt_ce_Input_helpLabel__4620481b{color:var(--vt-ce-theme-palette-text-secondary,#5c6269)}.vt_ce_Input_errorLabel__4620481b,.vt_ce_Input_helpLabel__4620481b{font-family:var(--vt-ce-theme-typography-paragraph3-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-paragraph3-font-size,12px);font-style:var(--vt-ce-theme-typography-paragraph3-font-style,normal);font-weight:var(--vt-ce-theme-typography-paragraph3-font-weight,400);line-height:var(--vt-ce-theme-typography-paragraph3-line-height,18px)}.vt_ce_Input_errorLabel__4620481b{align-items:center;color:var(--vt-ce-theme-palette-indicator-error,#eb0000);display:flex;gap:3px}
3
- .vt_ce_RadioButton_radio__16b9e3d4{align-items:center;color:var(--vt-ce-theme-palette-text-secondary,#5c6269);cursor:pointer;display:flex}.vt_ce_RadioButton_radio__16b9e3d4 .vt_ce_RadioButton_radioCircleOuter__16b9e3d4{fill:none;stroke:var(--vt-ce-theme-palette-text-tertiary,#465364)}.vt_ce_RadioButton_radio__16b9e3d4 .vt_ce_RadioButton_radioCircleInner__16b9e3d4{fill:none}.vt_ce_RadioButton_radio__16b9e3d4:hover .vt_ce_RadioButton_radioCircleOuter__16b9e3d4{fill:none;stroke:var(--vt-ce-theme-palette-text-tertiary,#465364)}.vt_ce_RadioButton_radio__16b9e3d4:hover .vt_ce_RadioButton_radioCircleInner__16b9e3d4{fill:var(--vt-ce-theme-palette-action-hover,#335b89)}.vt_ce_RadioButton_radio__16b9e3d4[aria-checked=true] .vt_ce_RadioButton_radioCircleInner__16b9e3d4{fill:var(--vt-ce-theme-palette-action-primary,#1871e8)}.vt_ce_RadioButton_radio__16b9e3d4[aria-checked=true]:hover .vt_ce_RadioButton_radioCircleInner__16b9e3d4{fill:var(--vt-ce-theme-palette-action-hover,#335b89)}.vt_ce_RadioButton_radio__16b9e3d4[aria-disabled=true]{color:var(--vt-ce-theme-palette-disabled,#7c848d);fill:none}.vt_ce_RadioButton_radio__16b9e3d4[aria-disabled=true] .vt_ce_RadioButton_radioCircleOuter__16b9e3d4{stroke:var(--vt-ce-theme-palette-disabled,#7c848d)}.vt_ce_RadioButton_radio__16b9e3d4[aria-disabled=true][aria-checked=true] .vt_ce_RadioButton_radioCircleInner__16b9e3d4{fill:var(--vt-ce-theme-palette-disabled,#7c848d)}.vt_ce_RadioButton_radio__16b9e3d4[aria-disabled=true]:hover{fill:none}.vt_ce_RadioButton_radio__16b9e3d4[aria-disabled=true]:hover .vt_ce_RadioButton_radioCircleOuter__16b9e3d4{stroke:var(--vt-ce-theme-palette-disabled,#7c848d)}.vt_ce_RadioButton_radio__16b9e3d4[aria-disabled=true]:hover[aria-checked=true] .vt_ce_RadioButton_radioCircleInner__16b9e3d4{fill:var(--vt-ce-theme-palette-disabled,#7c848d)}.vt_ce_RadioButton_passthroughLabelContainer__16b9e3d4{cursor:pointer;display:inline-block;height:40px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:40px}.vt_ce_RadioButton_invisibleRadio__16b9e3d4{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.vt_ce_RadioButton_visibleLabel__16b9e3d4{font-family:var(--vt-ce-theme-typography-paragraph1-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-paragraph1-font-size,16px);font-style:var(--vt-ce-theme-typography-paragraph1-font-style,normal);font-weight:var(--vt-ce-theme-typography-paragraph1-font-weight,400);line-height:var(--vt-ce-theme-typography-paragraph1-line-height,24px);margin-left:5px}.vt_ce_RadioButton_iconContainer__16b9e3d4{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:1}
4
- .vt_ce_Textarea_textarea__c4cfba0d{display:inline-flex;flex-direction:column;gap:3px}.vt_ce_Textarea_label__c4cfba0d{color:var(--vt-ce-theme-palette-text-secondary,#5c6269);font-family:var(--vt-ce-theme-typography-label-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-label-font-size,14px);font-style:var(--vt-ce-theme-typography-label-font-style,normal);font-weight:var(--vt-ce-theme-typography-label-font-weight,600);line-height:var(--vt-ce-theme-typography-label-line-height,17px)}.vt_ce_Textarea_innerTextareaContainer__c4cfba0d{align-items:center;align-self:stretch;background:var(--vt-ce-theme-palette-background,#fff);border-radius:4px;color:var(--vt-ce-theme-palette-text-primary,#2a323c);display:flex;gap:10px;margin-bottom:1px;margin-top:1px;outline-color:unset;outline-style:solid;outline-width:1px;padding:8px}.vt_ce_Textarea_innerTextareaContainer__c4cfba0d:focus-within{outline-color:unset;outline-width:2px}.vt_ce_Textarea_innerTextareaContainer__c4cfba0d[data-disabled=true]{background-color:var(--vt-ce-theme-palette-disabledBackground,#fafafa);color:var(--vt-ce-theme-palette-disabled,#7c848d);outline-color:var(--vt-ce-theme-palette-backgroundAlt,#e0e8f0)}.vt_ce_Textarea_innerTextareaContainer__c4cfba0d[data-disabled=true]:focus-within{outline-color:var(--vt-ce-theme-palette-backgroundAlt,#e0e8f0);outline-width:1px}.vt_ce_Textarea_innerTextareaContainer__c4cfba0d[data-disabled=true]:hover{outline-color:var(--vt-ce-theme-palette-backgroundAlt,#e0e8f0);outline-width:1px}.vt_ce_Textarea_innerTextareaContainer__c4cfba0d[data-error=true]{outline-color:var(--vt-ce-theme-palette-indicator-error,#eb0000)}.vt_ce_Textarea_innerTextarea__c4cfba0d{background:none;border:none;color:inherit;flex-grow:1;font-family:var(--vt-ce-theme-typography-paragraph2-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-paragraph2-font-size,14px);font-style:var(--vt-ce-theme-typography-paragraph2-font-style,normal);font-weight:var(--vt-ce-theme-typography-paragraph2-font-weight,400);line-height:var(--vt-ce-theme-typography-paragraph2-line-height,20px);outline:none}.vt_ce_Textarea_innerTextarea__c4cfba0d::-moz-placeholder{color:var(--vt-ce-theme-palette-disabled,#7c848d)}.vt_ce_Textarea_innerTextarea__c4cfba0d::placeholder{color:var(--vt-ce-theme-palette-disabled,#7c848d)}.vt_ce_Textarea_helpLabel__c4cfba0d{color:var(--vt-ce-theme-palette-text-secondary,#5c6269)}.vt_ce_Textarea_errorLabel__c4cfba0d,.vt_ce_Textarea_helpLabel__c4cfba0d{font-family:var(--vt-ce-theme-typography-paragraph3-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-paragraph3-font-size,12px);font-style:var(--vt-ce-theme-typography-paragraph3-font-style,normal);font-weight:var(--vt-ce-theme-typography-paragraph3-font-weight,400);line-height:var(--vt-ce-theme-typography-paragraph3-line-height,18px)}.vt_ce_Textarea_errorLabel__c4cfba0d{align-items:center;color:var(--vt-ce-theme-palette-indicator-error,#eb0000);display:flex;gap:3px}
5
- .vt_ce_Alert_alert__34ce19c5{--alert-color:var(--vt-ce-theme-palette-indicator-success,#28ba3f);align-items:stretch;background-color:var(--vt-ce-theme-palette-background,#fff);border-color:var(--vt-ce-theme-palette-disabled,#7c848d);border-radius:4px;border-style:solid;border-width:1px;display:flex;width:415px}.vt_ce_Alert_alertStripe__34ce19c5{background-color:var(--alert-color);width:4px}.vt_ce_Alert_alertIcon__34ce19c5{align-items:center;color:var(--alert-color);display:flex;margin:10px;--vt-ce-icon-size:24px}.vt_ce_Alert_alertContent__34ce19c5{align-items:baseline;color:var(--vt-ce-theme-palette-text-primary,#2a323c);display:flex;flex-wrap:wrap;margin:14px 0}.vt_ce_Alert_alertLabel__34ce19c5{font-weight:var(--vt-ce-theme-typography-paragraph3-font-weight,400);font-weight:700}.vt_ce_Alert_alertLabel__34ce19c5,.vt_ce_Alert_alertText__34ce19c5{display:inline-block;font-family:var(--vt-ce-theme-typography-paragraph3-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-paragraph3-font-size,12px);font-style:var(--vt-ce-theme-typography-paragraph3-font-style,normal);line-height:var(--vt-ce-theme-typography-paragraph3-line-height,18px);margin-right:2px;white-space:pre}.vt_ce_Alert_alertText__34ce19c5{font-weight:var(--vt-ce-theme-typography-paragraph3-font-weight,400)}.vt_ce_Alert_spacer__34ce19c5{flex-grow:1}.vt_ce_Alert_alertAction__34ce19c5{flex-shrink:0}.vt_ce_Alert_alertClose__34ce19c5{align-items:center;color:var(--vt-ce-theme-palette-text-primary,#2a323c);display:flex;margin-right:10px}
1
+ .vt_ce_Checkbox_checkbox__b74b16bc{align-items:center;color:var(--vt-ce-theme-palette-text-secondary,#5c6269);cursor:pointer;display:inline-flex}.vt_ce_Checkbox_checkbox__b74b16bc .vt_ce_Checkbox_checkboxSvgPath__b74b16bc{fill:var(--vt-ce-theme-palette-text-secondary,#5c6269)}.vt_ce_Checkbox_checkbox__b74b16bc:hover .vt_ce_Checkbox_checkboxSvgPath__b74b16bc{fill:var(--vt-ce-theme-palette-action-hover,#335b89)}.vt_ce_Checkbox_checkbox__b74b16bc[aria-checked=mixed] .vt_ce_Checkbox_checkboxSvgPath__b74b16bc,.vt_ce_Checkbox_checkbox__b74b16bc[aria-checked=true] .vt_ce_Checkbox_checkboxSvgPath__b74b16bc{fill:var(--vt-ce-theme-palette-action-primary,#1871e8)}.vt_ce_Checkbox_checkbox__b74b16bc[aria-checked=mixed]:hover .vt_ce_Checkbox_checkboxSvgPath__b74b16bc,.vt_ce_Checkbox_checkbox__b74b16bc[aria-checked=true]:hover .vt_ce_Checkbox_checkboxSvgPath__b74b16bc{fill:var(--vt-ce-theme-palette-action-hover,#335b89)}.vt_ce_Checkbox_checkbox__b74b16bc[aria-disabled=true] .vt_ce_Checkbox_checkboxSvgPath__b74b16bc,.vt_ce_Checkbox_checkbox__b74b16bc[aria-disabled=true]:hover .vt_ce_Checkbox_checkboxSvgPath__b74b16bc{fill:var(--vt-ce-theme-palette-disabled,#7c848d)}.vt_ce_Checkbox_passthroughLabelContainer__b74b16bc{cursor:pointer;display:inline-block;height:40px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:40px}.vt_ce_Checkbox_invisibleCheckbox__b74b16bc{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.vt_ce_Checkbox_visibleLabel__b74b16bc{font-family:var(--vt-ce-theme-typography-paragraph2-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-paragraph2-font-size,14px);font-style:var(--vt-ce-theme-typography-paragraph2-font-style,normal);font-weight:var(--vt-ce-theme-typography-paragraph2-font-weight,400);letter-spacing:var(--vt-ce-theme-typography-paragraph2-letter-spacing,inherit);line-height:var(--vt-ce-theme-typography-paragraph2-line-height,20px);margin-left:5px;text-transform:var(--vt-ce-theme-typography-paragraph2-text-transform,inherit)}.vt_ce_Checkbox_iconContainer__b74b16bc{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:1}
2
+ .vt_ce_Input_input__b1641fef{display:inline-flex;flex-direction:column;gap:3px}.vt_ce_Input_label__b1641fef{color:var(--vt-ce-theme-palette-text-secondary,#5c6269);font-family:var(--vt-ce-theme-typography-label-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-label-font-size,14px);font-style:var(--vt-ce-theme-typography-label-font-style,normal);font-weight:var(--vt-ce-theme-typography-label-font-weight,600);letter-spacing:var(--vt-ce-theme-typography-label-letter-spacing,inherit);line-height:var(--vt-ce-theme-typography-label-line-height,17px);text-transform:var(--vt-ce-theme-typography-label-text-transform,inherit)}.vt_ce_Input_innerInputContainer__b1641fef{align-items:center;align-self:stretch;background:var(--vt-ce-theme-palette-background,#fff);border-radius:4px;color:var(--vt-ce-theme-palette-text-primary,#2a323c);display:flex;gap:10px;margin-bottom:1px;margin-top:1px;outline-color:var(--vt-ce-theme-palette-text-secondary,#5c6269);outline-style:solid;outline-width:1px;padding:0 8px}.vt_ce_Input_innerInputContainer__b1641fef:focus-within{outline-color:var(--vt-ce-theme-palette-action-hover,#335b89);outline-width:2px}.vt_ce_Input_innerInputContainer__b1641fef:hover{outline-color:var(--vt-ce-theme-palette-action-hover,#335b89);outline-width:2px}.vt_ce_Input_innerInputContainer__b1641fef[data-disabled=true]{background-color:var(--vt-ce-theme-palette-disabledBackground,#fafafa);color:var(--vt-ce-theme-palette-disabled,#7c848d);outline-color:var(--vt-ce-theme-palette-backgroundAlt,#e0e8f0)}.vt_ce_Input_innerInputContainer__b1641fef[data-disabled=true]:focus-within{outline-color:var(--vt-ce-theme-palette-backgroundAlt,#e0e8f0);outline-width:1px}.vt_ce_Input_innerInputContainer__b1641fef[data-disabled=true]:hover{outline-color:var(--vt-ce-theme-palette-backgroundAlt,#e0e8f0);outline-width:1px}.vt_ce_Input_innerInputContainer__b1641fef[data-error=true]{outline-color:var(--vt-ce-theme-palette-indicator-error,#eb0000)}.vt_ce_Input_innerInput__b1641fef{background:none;border:none;color:inherit;flex-grow:1;font-family:var(--vt-ce-theme-typography-paragraph2-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-paragraph2-font-size,14px);font-style:var(--vt-ce-theme-typography-paragraph2-font-style,normal);font-weight:var(--vt-ce-theme-typography-paragraph2-font-weight,400);letter-spacing:var(--vt-ce-theme-typography-paragraph2-letter-spacing,inherit);line-height:var(--vt-ce-theme-typography-paragraph2-line-height,20px);outline:none;padding:8px 0;text-transform:var(--vt-ce-theme-typography-paragraph2-text-transform,inherit)}.vt_ce_Input_innerInput__b1641fef::-moz-placeholder{color:var(--vt-ce-theme-palette-disabled,#7c848d)}.vt_ce_Input_innerInput__b1641fef::placeholder{color:var(--vt-ce-theme-palette-disabled,#7c848d)}.vt_ce_Input_inputIcon__b1641fef{align-items:center;display:inline-flex;flex-shrink:0;justify-content:center;padding:8px 0;--vt-ce-icon-size:18px}.vt_ce_Input_helpLabel__b1641fef{color:var(--vt-ce-theme-palette-text-secondary,#5c6269)}.vt_ce_Input_errorLabel__b1641fef,.vt_ce_Input_helpLabel__b1641fef{font-family:var(--vt-ce-theme-typography-paragraph3-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-paragraph3-font-size,12px);font-style:var(--vt-ce-theme-typography-paragraph3-font-style,normal);font-weight:var(--vt-ce-theme-typography-paragraph3-font-weight,400);letter-spacing:var(--vt-ce-theme-typography-paragraph3-letter-spacing,inherit);line-height:var(--vt-ce-theme-typography-paragraph3-line-height,18px);text-transform:var(--vt-ce-theme-typography-paragraph3-text-transform,inherit)}.vt_ce_Input_errorLabel__b1641fef{align-items:center;color:var(--vt-ce-theme-palette-indicator-error,#eb0000);display:flex;gap:3px}
3
+ .vt_ce_RadioButton_radio__2b107241{align-items:center;color:var(--vt-ce-theme-palette-text-secondary,#5c6269);cursor:pointer;display:flex}.vt_ce_RadioButton_radio__2b107241 .vt_ce_RadioButton_radioCircleOuter__2b107241{fill:none;stroke:var(--vt-ce-theme-palette-text-tertiary,#465364)}.vt_ce_RadioButton_radio__2b107241 .vt_ce_RadioButton_radioCircleInner__2b107241{fill:none}.vt_ce_RadioButton_radio__2b107241:hover .vt_ce_RadioButton_radioCircleOuter__2b107241{fill:none;stroke:var(--vt-ce-theme-palette-text-tertiary,#465364)}.vt_ce_RadioButton_radio__2b107241:hover .vt_ce_RadioButton_radioCircleInner__2b107241{fill:var(--vt-ce-theme-palette-action-hover,#335b89)}.vt_ce_RadioButton_radio__2b107241[aria-checked=true] .vt_ce_RadioButton_radioCircleInner__2b107241{fill:var(--vt-ce-theme-palette-action-primary,#1871e8)}.vt_ce_RadioButton_radio__2b107241[aria-checked=true]:hover .vt_ce_RadioButton_radioCircleInner__2b107241{fill:var(--vt-ce-theme-palette-action-hover,#335b89)}.vt_ce_RadioButton_radio__2b107241[aria-disabled=true]{color:var(--vt-ce-theme-palette-disabled,#7c848d);fill:none}.vt_ce_RadioButton_radio__2b107241[aria-disabled=true] .vt_ce_RadioButton_radioCircleOuter__2b107241{stroke:var(--vt-ce-theme-palette-disabled,#7c848d)}.vt_ce_RadioButton_radio__2b107241[aria-disabled=true][aria-checked=true] .vt_ce_RadioButton_radioCircleInner__2b107241{fill:var(--vt-ce-theme-palette-disabled,#7c848d)}.vt_ce_RadioButton_radio__2b107241[aria-disabled=true]:hover{fill:none}.vt_ce_RadioButton_radio__2b107241[aria-disabled=true]:hover .vt_ce_RadioButton_radioCircleOuter__2b107241{stroke:var(--vt-ce-theme-palette-disabled,#7c848d)}.vt_ce_RadioButton_radio__2b107241[aria-disabled=true]:hover[aria-checked=true] .vt_ce_RadioButton_radioCircleInner__2b107241{fill:var(--vt-ce-theme-palette-disabled,#7c848d)}.vt_ce_RadioButton_passthroughLabelContainer__2b107241{cursor:pointer;display:inline-block;height:40px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:40px}.vt_ce_RadioButton_invisibleRadio__2b107241{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.vt_ce_RadioButton_visibleLabel__2b107241{font-family:var(--vt-ce-theme-typography-paragraph1-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-paragraph1-font-size,16px);font-style:var(--vt-ce-theme-typography-paragraph1-font-style,normal);font-weight:var(--vt-ce-theme-typography-paragraph1-font-weight,400);letter-spacing:var(--vt-ce-theme-typography-paragraph1-letter-spacing,inherit);line-height:var(--vt-ce-theme-typography-paragraph1-line-height,24px);margin-left:5px;text-transform:var(--vt-ce-theme-typography-paragraph1-text-transform,inherit)}.vt_ce_RadioButton_iconContainer__2b107241{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:1}
4
+ .vt_ce_Textarea_textarea__8ff9396f{display:inline-flex;flex-direction:column;gap:3px}.vt_ce_Textarea_label__8ff9396f{color:var(--vt-ce-theme-palette-text-secondary,#5c6269);font-family:var(--vt-ce-theme-typography-label-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-label-font-size,14px);font-style:var(--vt-ce-theme-typography-label-font-style,normal);font-weight:var(--vt-ce-theme-typography-label-font-weight,600);letter-spacing:var(--vt-ce-theme-typography-label-letter-spacing,inherit);line-height:var(--vt-ce-theme-typography-label-line-height,17px);text-transform:var(--vt-ce-theme-typography-label-text-transform,inherit)}.vt_ce_Textarea_innerTextareaContainer__8ff9396f{align-items:center;align-self:stretch;background:var(--vt-ce-theme-palette-background,#fff);border-radius:4px;color:var(--vt-ce-theme-palette-text-primary,#2a323c);display:flex;gap:10px;margin-bottom:1px;margin-top:1px;outline-color:unset;outline-style:solid;outline-width:1px;padding:8px}.vt_ce_Textarea_innerTextareaContainer__8ff9396f:focus-within{outline-color:unset;outline-width:2px}.vt_ce_Textarea_innerTextareaContainer__8ff9396f[data-disabled=true]{background-color:var(--vt-ce-theme-palette-disabledBackground,#fafafa);color:var(--vt-ce-theme-palette-disabled,#7c848d);outline-color:var(--vt-ce-theme-palette-backgroundAlt,#e0e8f0)}.vt_ce_Textarea_innerTextareaContainer__8ff9396f[data-disabled=true]:focus-within{outline-color:var(--vt-ce-theme-palette-backgroundAlt,#e0e8f0);outline-width:1px}.vt_ce_Textarea_innerTextareaContainer__8ff9396f[data-disabled=true]:hover{outline-color:var(--vt-ce-theme-palette-backgroundAlt,#e0e8f0);outline-width:1px}.vt_ce_Textarea_innerTextareaContainer__8ff9396f[data-error=true]{outline-color:var(--vt-ce-theme-palette-indicator-error,#eb0000)}.vt_ce_Textarea_innerTextarea__8ff9396f{background:none;border:none;color:inherit;flex-grow:1;font-family:var(--vt-ce-theme-typography-paragraph2-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-paragraph2-font-size,14px);font-style:var(--vt-ce-theme-typography-paragraph2-font-style,normal);font-weight:var(--vt-ce-theme-typography-paragraph2-font-weight,400);letter-spacing:var(--vt-ce-theme-typography-paragraph2-letter-spacing,inherit);line-height:var(--vt-ce-theme-typography-paragraph2-line-height,20px);outline:none;text-transform:var(--vt-ce-theme-typography-paragraph2-text-transform,inherit)}.vt_ce_Textarea_innerTextarea__8ff9396f::-moz-placeholder{color:var(--vt-ce-theme-palette-disabled,#7c848d)}.vt_ce_Textarea_innerTextarea__8ff9396f::placeholder{color:var(--vt-ce-theme-palette-disabled,#7c848d)}.vt_ce_Textarea_helpLabel__8ff9396f{color:var(--vt-ce-theme-palette-text-secondary,#5c6269)}.vt_ce_Textarea_errorLabel__8ff9396f,.vt_ce_Textarea_helpLabel__8ff9396f{font-family:var(--vt-ce-theme-typography-paragraph3-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-paragraph3-font-size,12px);font-style:var(--vt-ce-theme-typography-paragraph3-font-style,normal);font-weight:var(--vt-ce-theme-typography-paragraph3-font-weight,400);letter-spacing:var(--vt-ce-theme-typography-paragraph3-letter-spacing,inherit);line-height:var(--vt-ce-theme-typography-paragraph3-line-height,18px);text-transform:var(--vt-ce-theme-typography-paragraph3-text-transform,inherit)}.vt_ce_Textarea_errorLabel__8ff9396f{align-items:center;color:var(--vt-ce-theme-palette-indicator-error,#eb0000);display:flex;gap:3px}
5
+ .vt_ce_Alert_alert__014c1660{--alert-color:var(--vt-ce-theme-palette-indicator-success,#28ba3f);align-items:stretch;background-color:var(--vt-ce-theme-palette-background,#fff);border-color:var(--vt-ce-theme-palette-disabled,#7c848d);border-radius:4px;border-style:solid;border-width:1px;display:flex;width:415px}.vt_ce_Alert_alertStripe__014c1660{background-color:var(--alert-color);width:4px}.vt_ce_Alert_alertIcon__014c1660{align-items:center;color:var(--alert-color);display:flex;margin:10px;--vt-ce-icon-size:24px}.vt_ce_Alert_alertContent__014c1660{align-items:baseline;color:var(--vt-ce-theme-palette-text-primary,#2a323c);display:flex;flex-wrap:wrap;margin:14px 0}.vt_ce_Alert_alertLabel__014c1660{font-weight:var(--vt-ce-theme-typography-paragraph3-font-weight,400);font-weight:700}.vt_ce_Alert_alertLabel__014c1660,.vt_ce_Alert_alertText__014c1660{display:inline-block;font-family:var(--vt-ce-theme-typography-paragraph3-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-paragraph3-font-size,12px);font-style:var(--vt-ce-theme-typography-paragraph3-font-style,normal);letter-spacing:var(--vt-ce-theme-typography-paragraph3-letter-spacing,inherit);line-height:var(--vt-ce-theme-typography-paragraph3-line-height,18px);margin-right:2px;text-transform:var(--vt-ce-theme-typography-paragraph3-text-transform,inherit);white-space:pre}.vt_ce_Alert_alertText__014c1660{font-weight:var(--vt-ce-theme-typography-paragraph3-font-weight,400)}.vt_ce_Alert_spacer__014c1660{flex-grow:1}.vt_ce_Alert_alertAction__014c1660{flex-shrink:0}.vt_ce_Alert_alertClose__014c1660{align-items:center;color:var(--vt-ce-theme-palette-text-primary,#2a323c);display:flex;margin-right:10px}
6
6
  /*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:after,:before{box-sizing:border-box}html{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{margin:0}hr{color:inherit;height:0}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}
7
- .vt_ce_CircularProgress_container__ea033e1c{--circular-progress-color:var(--vt-ce-theme-palette-action-primary,#1871e8);align-items:baseline;color:var(--circular-progress-color);display:inline-flex;justify-content:center}.vt_ce_CircularProgress_container__ea033e1c[data-fill-parent-height=true],.vt_ce_CircularProgress_container__ea033e1c[data-fill-parent-height=true] svg{height:100%}
8
- .vt_ce_Button_button__259ca507{align-items:center;border:1px solid transparent;border-radius:4px;cursor:pointer;display:inline-flex;gap:5px;justify-content:center;position:relative}.vt_ce_Button_button__259ca507[data-size=large]{font-family:var(--vt-ce-theme-typography-button-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-button-font-size,14px);font-style:var(--vt-ce-theme-typography-button-font-style,normal);font-weight:var(--vt-ce-theme-typography-button-font-weight,600);line-height:var(--vt-ce-theme-typography-button-line-height,20px);min-height:36px;padding:7px 15px}.vt_ce_Button_button__259ca507[data-size=small]{font-family:var(--vt-ce-theme-typography-buttonSmall-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-buttonSmall-font-size,12px);font-style:var(--vt-ce-theme-typography-buttonSmall-font-style,normal);font-weight:var(--vt-ce-theme-typography-buttonSmall-font-weight,600);line-height:var(--vt-ce-theme-typography-buttonSmall-line-height,18px);min-height:26px;padding:3px 15px}.vt_ce_Button_button__259ca507.vt_ce_Button_primary__259ca507{background-color:var(--vt-ce-theme-palette-action-primary,#1871e8);color:var(--vt-ce-theme-palette-action-on,#fff)}.vt_ce_Button_button__259ca507.vt_ce_Button_primary__259ca507:hover{background-color:var(--vt-ce-theme-palette-action-hover,#335b89)}.vt_ce_Button_button__259ca507.vt_ce_Button_primary__259ca507:disabled{background-color:var(--vt-ce-theme-palette-disabledBackground,#fafafa);border-color:var(--vt-ce-theme-palette-backgroundAlt,#e0e8f0);color:var(--vt-ce-theme-palette-disabled,#7c848d)}.vt_ce_Button_button__259ca507.vt_ce_Button_primary__259ca507[data-destructive=true]{background-color:var(--vt-ce-theme-palette-action-destructive,#eb0000)}.vt_ce_Button_button__259ca507.vt_ce_Button_primary__259ca507[data-destructive=true]:hover{background-color:var(--vt-ce-theme-palette-action-destructiveHover,#a63737)}.vt_ce_Button_button__259ca507.vt_ce_Button_primary__259ca507[data-loading=true]:disabled{color:var(--vt-ce-theme-palette-action-primary,#1871e8)}.vt_ce_Button_button__259ca507.vt_ce_Button_secondary__259ca507{background-color:var(--vt-ce-theme-palette-background,#fff);border-color:var(--vt-ce-theme-palette-text-secondary,#5c6269);color:var(--vt-ce-theme-palette-text-secondary,#5c6269)}.vt_ce_Button_button__259ca507.vt_ce_Button_secondary__259ca507:hover{background-color:var(--vt-ce-theme-palette-background,#fff);border-color:var(--vt-ce-theme-palette-action-hover,#335b89);color:var(--vt-ce-theme-palette-action-hover,#335b89)}.vt_ce_Button_button__259ca507.vt_ce_Button_secondary__259ca507:disabled{background-color:var(--vt-ce-theme-palette-disabledBackground,#fafafa);border-color:var(--vt-ce-theme-palette-backgroundAlt,#e0e8f0);color:var(--vt-ce-theme-palette-disabled,#7c848d)}.vt_ce_Button_button__259ca507.vt_ce_Button_secondary__259ca507[data-destructive=true]{background-color:var(--vt-ce-theme-palette-background,#fff);border-color:var(--vt-ce-theme-palette-action-destructive,#eb0000);color:var(--vt-ce-theme-palette-action-destructive,#eb0000)}.vt_ce_Button_button__259ca507.vt_ce_Button_secondary__259ca507[data-destructive=true]:hover{background-color:var(--vt-ce-theme-palette-background,#fff);border-color:var(--vt-ce-theme-palette-action-destructiveHover,#a63737);color:var(--vt-ce-theme-palette-action-destructiveHover,#a63737)}.vt_ce_Button_button__259ca507.vt_ce_Button_secondary__259ca507[data-loading=true]:disabled{color:var(--vt-ce-theme-palette-action-primary,#1871e8)}.vt_ce_Button_button__259ca507.vt_ce_Button_tertiary__259ca507{background-color:transparent;color:var(--vt-ce-theme-palette-text-tertiary,#465364)}.vt_ce_Button_button__259ca507.vt_ce_Button_tertiary__259ca507:hover{color:var(--vt-ce-theme-palette-action-hover,#335b89)}.vt_ce_Button_button__259ca507.vt_ce_Button_tertiary__259ca507:disabled{color:var(--vt-ce-theme-palette-disabled,#7c848d)}.vt_ce_Button_button__259ca507.vt_ce_Button_tertiary__259ca507[data-destructive=true]{color:var(--vt-ce-theme-palette-action-destructive,#eb0000)}.vt_ce_Button_button__259ca507.vt_ce_Button_tertiary__259ca507[data-destructive=true]:hover{color:var(--vt-ce-theme-palette-action-destructiveHover,#a63737)}.vt_ce_Button_button__259ca507.vt_ce_Button_tertiary__259ca507[data-loading=true]:disabled{color:var(--vt-ce-theme-palette-action-primary,#1871e8)}.vt_ce_Button_button__259ca507[data-loading=true] .vt_ce_Button_innerContainer__259ca507{visibility:hidden}.vt_ce_Button_loadingContainer__259ca507{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.vt_ce_Button_innerContainer__259ca507{align-items:center;display:inline-flex;gap:5px;justify-content:center;visibility:visible}.vt_ce_Button_buttonIcon__259ca507{align-items:center;display:inline-flex;justify-content:center;--vt-ce-icon-size:18px}
7
+ .vt_ce_CircularProgress_container__4c2cfc25{--circular-progress-color:var(--vt-ce-theme-palette-action-primary,#1871e8);align-items:baseline;color:var(--circular-progress-color);display:inline-flex;justify-content:center}.vt_ce_CircularProgress_container__4c2cfc25[data-fill-parent-height=true]{align-items:stretch;height:100%;width:100%}.vt_ce_CircularProgress_container__4c2cfc25[data-fill-parent-height=true] .vt_ce_CircularProgress_progressContainer__4c2cfc25{height:100%;width:100%}.vt_ce_CircularProgress_progressContainer__4c2cfc25{display:inline-block;height:var(--circular-progress-size);width:var(--circular-progress-size)}.vt_ce_CircularProgress_progressSvg__4c2cfc25{display:block;stroke:currentColor;animation:vt_ce_CircularProgress_circularRotateKeyframe__4c2cfc25 1.4s linear infinite;height:100%}.vt_ce_CircularProgress_progressCircle__4c2cfc25{stroke-dasharray:80px,200px;stroke-dashoffset:0;animation:vt_ce_CircularProgress_circularDashKeyframe__4c2cfc25 1.4s ease-in-out infinite}@keyframes vt_ce_CircularProgress_circularRotateKeyframe__4c2cfc25{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes vt_ce_CircularProgress_circularDashKeyframe__4c2cfc25{0%{stroke-dasharray:1px,200px;stroke-dashoffset:0}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-15px}to{stroke-dasharray:100px,200px;stroke-dashoffset:-125px}}
8
+ .vt_ce_Button_button__0b5bf02c{align-items:center;border:1px solid transparent;border-radius:4px;cursor:pointer;display:inline-flex;gap:5px;justify-content:center;position:relative}.vt_ce_Button_button__0b5bf02c[data-size=large]{font-family:var(--vt-ce-theme-typography-button-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-button-font-size,14px);font-style:var(--vt-ce-theme-typography-button-font-style,normal);font-weight:var(--vt-ce-theme-typography-button-font-weight,600);letter-spacing:var(--vt-ce-theme-typography-button-letter-spacing,inherit);line-height:var(--vt-ce-theme-typography-button-line-height,20px);min-height:36px;padding:7px 15px;text-transform:var(--vt-ce-theme-typography-button-text-transform,inherit)}.vt_ce_Button_button__0b5bf02c[data-size=small]{font-family:var(--vt-ce-theme-typography-buttonSmall-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-buttonSmall-font-size,12px);font-style:var(--vt-ce-theme-typography-buttonSmall-font-style,normal);font-weight:var(--vt-ce-theme-typography-buttonSmall-font-weight,600);letter-spacing:var(--vt-ce-theme-typography-buttonSmall-letter-spacing,inherit);line-height:var(--vt-ce-theme-typography-buttonSmall-line-height,18px);min-height:26px;padding:3px 15px;text-transform:var(--vt-ce-theme-typography-buttonSmall-text-transform,inherit)}.vt_ce_Button_button__0b5bf02c.vt_ce_Button_primary__0b5bf02c{background-color:var(--vt-ce-theme-palette-action-primary,#1871e8);color:var(--vt-ce-theme-palette-action-on,#fff)}.vt_ce_Button_button__0b5bf02c.vt_ce_Button_primary__0b5bf02c:hover{background-color:var(--vt-ce-theme-palette-action-hover,#335b89)}.vt_ce_Button_button__0b5bf02c.vt_ce_Button_primary__0b5bf02c:disabled{background-color:var(--vt-ce-theme-palette-disabledBackground,#fafafa);border-color:var(--vt-ce-theme-palette-backgroundAlt,#e0e8f0);color:var(--vt-ce-theme-palette-disabled,#7c848d)}.vt_ce_Button_button__0b5bf02c.vt_ce_Button_primary__0b5bf02c[data-destructive=true]{background-color:var(--vt-ce-theme-palette-action-destructive,#eb0000)}.vt_ce_Button_button__0b5bf02c.vt_ce_Button_primary__0b5bf02c[data-destructive=true]:hover{background-color:var(--vt-ce-theme-palette-action-destructiveHover,#a63737)}.vt_ce_Button_button__0b5bf02c.vt_ce_Button_primary__0b5bf02c[data-loading=true]:disabled{color:var(--vt-ce-theme-palette-action-primary,#1871e8)}.vt_ce_Button_button__0b5bf02c.vt_ce_Button_secondary__0b5bf02c{background-color:var(--vt-ce-theme-palette-background,#fff);border-color:var(--vt-ce-theme-palette-text-secondary,#5c6269);color:var(--vt-ce-theme-palette-text-secondary,#5c6269)}.vt_ce_Button_button__0b5bf02c.vt_ce_Button_secondary__0b5bf02c:hover{background-color:var(--vt-ce-theme-palette-background,#fff);border-color:var(--vt-ce-theme-palette-action-hover,#335b89);color:var(--vt-ce-theme-palette-action-hover,#335b89)}.vt_ce_Button_button__0b5bf02c.vt_ce_Button_secondary__0b5bf02c:disabled{background-color:var(--vt-ce-theme-palette-disabledBackground,#fafafa);border-color:var(--vt-ce-theme-palette-backgroundAlt,#e0e8f0);color:var(--vt-ce-theme-palette-disabled,#7c848d)}.vt_ce_Button_button__0b5bf02c.vt_ce_Button_secondary__0b5bf02c[data-destructive=true]{background-color:var(--vt-ce-theme-palette-background,#fff);border-color:var(--vt-ce-theme-palette-action-destructive,#eb0000);color:var(--vt-ce-theme-palette-action-destructive,#eb0000)}.vt_ce_Button_button__0b5bf02c.vt_ce_Button_secondary__0b5bf02c[data-destructive=true]:hover{background-color:var(--vt-ce-theme-palette-background,#fff);border-color:var(--vt-ce-theme-palette-action-destructiveHover,#a63737);color:var(--vt-ce-theme-palette-action-destructiveHover,#a63737)}.vt_ce_Button_button__0b5bf02c.vt_ce_Button_secondary__0b5bf02c[data-loading=true]:disabled{color:var(--vt-ce-theme-palette-action-primary,#1871e8)}.vt_ce_Button_button__0b5bf02c.vt_ce_Button_tertiary__0b5bf02c{background-color:transparent;color:var(--vt-ce-theme-palette-text-tertiary,#465364)}.vt_ce_Button_button__0b5bf02c.vt_ce_Button_tertiary__0b5bf02c:hover{color:var(--vt-ce-theme-palette-action-hover,#335b89)}.vt_ce_Button_button__0b5bf02c.vt_ce_Button_tertiary__0b5bf02c:disabled{color:var(--vt-ce-theme-palette-disabled,#7c848d)}.vt_ce_Button_button__0b5bf02c.vt_ce_Button_tertiary__0b5bf02c[data-destructive=true]{color:var(--vt-ce-theme-palette-action-destructive,#eb0000)}.vt_ce_Button_button__0b5bf02c.vt_ce_Button_tertiary__0b5bf02c[data-destructive=true]:hover{color:var(--vt-ce-theme-palette-action-destructiveHover,#a63737)}.vt_ce_Button_button__0b5bf02c.vt_ce_Button_tertiary__0b5bf02c[data-loading=true]:disabled{color:var(--vt-ce-theme-palette-action-primary,#1871e8)}.vt_ce_Button_button__0b5bf02c[data-loading=true] .vt_ce_Button_innerContainer__0b5bf02c{visibility:hidden}.vt_ce_Button_loadingContainer__0b5bf02c{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.vt_ce_Button_innerContainer__0b5bf02c{align-items:center;display:inline-flex;gap:5px;justify-content:center;visibility:visible}.vt_ce_Button_buttonIcon__0b5bf02c{align-items:center;display:inline-flex;justify-content:center;--vt-ce-icon-size:18px}
9
9
  .vt_ce_IconButton_button__cb009384{background-color:transparent;border-style:none;color:var(--vt-ce-theme-palette-text-tertiary,#465364);cursor:pointer;display:inline-block;font-size:0;padding:7px;position:relative}.vt_ce_IconButton_button__cb009384:hover{color:var(--vt-ce-theme-palette-action-hover,#335b89)}.vt_ce_IconButton_button__cb009384:disabled{color:var(--vt-ce-theme-palette-disabled,#7c848d)}.vt_ce_IconButton_button__cb009384[data-destructive=true]{color:var(--vt-ce-theme-palette-action-destructive,#eb0000)}.vt_ce_IconButton_button__cb009384[data-destructive=true]:hover{color:var(--vt-ce-theme-palette-action-destructiveHover,#a63737)}.vt_ce_IconButton_button__cb009384[data-loading=true]:disabled{color:var(--vt-ce-theme-palette-action-primary,#1871e8)}.vt_ce_IconButton_button__cb009384[data-loading=true] .vt_ce_IconButton_innerIcon__cb009384{visibility:hidden}.vt_ce_IconButton_loadingContainer__cb009384{bottom:7px;left:7px;position:absolute;right:7px;top:7px}
10
- .vt_ce_Tooltip_tooltipAnchor__3658bd43{display:inline}.vt_ce_Tooltip_tooltipBody__3658bd43{background-color:var(--vt-ce-theme-palette-background,#fff);border-color:var(--vt-ce-theme-palette-backgroundAlt,#e0e8f0);border-radius:4px;border-style:solid;border-width:1px;color:var(--vt-ce-theme-palette-text-primary,#2a323c);font-family:var(--vt-ce-theme-typography-label-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-label-font-size,14px);font-style:var(--vt-ce-theme-typography-label-font-style,normal);font-weight:var(--vt-ce-theme-typography-label-font-weight,600);line-height:var(--vt-ce-theme-typography-label-line-height,17px);padding:4px 10px}
11
- .vt_ce_Typography_tH4__b98e9794{font-family:var(--vt-ce-theme-typography-h4-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-h4-font-size,18px);font-style:var(--vt-ce-theme-typography-h4-font-style,normal);font-weight:var(--vt-ce-theme-typography-h4-font-weight,600);line-height:var(--vt-ce-theme-typography-h4-line-height,24px)}.vt_ce_Typography_tLabel__b98e9794{font-family:var(--vt-ce-theme-typography-label-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-label-font-size,14px);font-style:var(--vt-ce-theme-typography-label-font-style,normal);font-weight:var(--vt-ce-theme-typography-label-font-weight,600);line-height:var(--vt-ce-theme-typography-label-line-height,17px)}.vt_ce_Typography_tParagraph1__b98e9794{font-family:var(--vt-ce-theme-typography-paragraph1-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-paragraph1-font-size,16px);font-style:var(--vt-ce-theme-typography-paragraph1-font-style,normal);font-weight:var(--vt-ce-theme-typography-paragraph1-font-weight,400);line-height:var(--vt-ce-theme-typography-paragraph1-line-height,24px)}.vt_ce_Typography_tParagraph2__b98e9794{font-family:var(--vt-ce-theme-typography-paragraph2-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-paragraph2-font-size,14px);font-style:var(--vt-ce-theme-typography-paragraph2-font-style,normal);font-weight:var(--vt-ce-theme-typography-paragraph2-font-weight,400);line-height:var(--vt-ce-theme-typography-paragraph2-line-height,20px)}.vt_ce_Typography_tParagraph3__b98e9794{font-family:var(--vt-ce-theme-typography-paragraph3-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-paragraph3-font-size,12px);font-style:var(--vt-ce-theme-typography-paragraph3-font-style,normal);font-weight:var(--vt-ce-theme-typography-paragraph3-font-weight,400);line-height:var(--vt-ce-theme-typography-paragraph3-line-height,18px)}.vt_ce_Typography_tButton__b98e9794{font-family:var(--vt-ce-theme-typography-button-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-button-font-size,14px);font-style:var(--vt-ce-theme-typography-button-font-style,normal);font-weight:var(--vt-ce-theme-typography-button-font-weight,600);line-height:var(--vt-ce-theme-typography-button-line-height,20px)}.vt_ce_Typography_tButtonSmall__b98e9794{font-family:var(--vt-ce-theme-typography-buttonSmall-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-buttonSmall-font-size,12px);font-style:var(--vt-ce-theme-typography-buttonSmall-font-style,normal);font-weight:var(--vt-ce-theme-typography-buttonSmall-font-weight,600);line-height:var(--vt-ce-theme-typography-buttonSmall-line-height,18px)}.vt_ce_Typography_cPrimary__b98e9794{color:var(--vt-ce-theme-palette-text-primary,#2a323c)}.vt_ce_Typography_cSecondary__b98e9794{color:var(--vt-ce-theme-palette-text-secondary,#5c6269)}.vt_ce_Typography_cTertiary__b98e9794{color:var(--vt-ce-theme-palette-text-tertiary,#465364)}.vt_ce_Typography_cDisabled__b98e9794{color:var(--vt-ce-theme-palette-disabled,#7c848d)}
12
- .vt_ce_Dialog_dialogOverlay__4b764cfb{background:rgba(0,0,0,.54);display:grid;place-items:center}.vt_ce_Dialog_dialog__4b764cfb{background-color:var(--vt-ce-theme-palette-background,#fff);border-radius:4px;color:var(--vt-ce-theme-palette-text-primary,#2a323c);display:flex;flex-direction:column;margin:15px;max-height:calc(100% - 64px);max-width:calc(100% - 64px);padding:15px 0}.vt_ce_Dialog_dialogHeading__4b764cfb{flex:0 0 auto;font-size:18px;line-height:24px;margin:15px 0 0;padding:0 30px}.vt_ce_Dialog_dialogContent__4b764cfb{flex:1 1 auto;--webkit-overflow-scrolling:touch;overflow-y:auto;padding:0 30px}.vt_ce_Dialog_dialogTypography__4b764cfb{margin:15px 0}.vt_ce_Dialog_dialogActions__4b764cfb{align-items:center;display:flex;flex:0 0 auto;gap:10px;justify-content:flex-end;margin:15px 0;padding:0 30px}
10
+ .vt_ce_Tooltip_tooltipAnchor__86070564{display:inline}.vt_ce_Tooltip_tooltipBody__86070564{background-color:var(--vt-ce-theme-palette-background,#fff);border-color:var(--vt-ce-theme-palette-backgroundAlt,#e0e8f0);border-radius:4px;border-style:solid;border-width:1px;color:var(--vt-ce-theme-palette-text-primary,#2a323c);font-family:var(--vt-ce-theme-typography-label-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-label-font-size,14px);font-style:var(--vt-ce-theme-typography-label-font-style,normal);font-weight:var(--vt-ce-theme-typography-label-font-weight,600);letter-spacing:var(--vt-ce-theme-typography-label-letter-spacing,inherit);line-height:var(--vt-ce-theme-typography-label-line-height,17px);padding:4px 10px;text-transform:var(--vt-ce-theme-typography-label-text-transform,inherit)}
11
+ .vt_ce_Typography_tTitle__f1637072{font-family:var(--vt-ce-theme-typography-title-font-family,Dosis,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-title-font-size,18px);font-style:var(--vt-ce-theme-typography-title-font-style,normal);font-weight:var(--vt-ce-theme-typography-title-font-weight,600);letter-spacing:var(--vt-ce-theme-typography-title-letter-spacing,.25px);line-height:var(--vt-ce-theme-typography-title-line-height,normal);text-transform:var(--vt-ce-theme-typography-title-text-transform,uppercase)}.vt_ce_Typography_tH1__f1637072{font-family:var(--vt-ce-theme-typography-h1-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-h1-font-size,24px);font-style:var(--vt-ce-theme-typography-h1-font-style,normal);font-weight:var(--vt-ce-theme-typography-h1-font-weight,600);letter-spacing:var(--vt-ce-theme-typography-h1-letter-spacing,inherit);line-height:var(--vt-ce-theme-typography-h1-line-height,34px);text-transform:var(--vt-ce-theme-typography-h1-text-transform,inherit)}.vt_ce_Typography_tH2__f1637072{font-family:var(--vt-ce-theme-typography-h2-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-h2-font-size,20px);font-style:var(--vt-ce-theme-typography-h2-font-style,normal);font-weight:var(--vt-ce-theme-typography-h2-font-weight,600);letter-spacing:var(--vt-ce-theme-typography-h2-letter-spacing,inherit);line-height:var(--vt-ce-theme-typography-h2-line-height,30px);text-transform:var(--vt-ce-theme-typography-h2-text-transform,inherit)}.vt_ce_Typography_tH3__f1637072{font-family:var(--vt-ce-theme-typography-h3-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-h3-font-size,18px);font-style:var(--vt-ce-theme-typography-h3-font-style,normal);font-weight:var(--vt-ce-theme-typography-h3-font-weight,600);letter-spacing:var(--vt-ce-theme-typography-h3-letter-spacing,inherit);line-height:var(--vt-ce-theme-typography-h3-line-height,26px);text-transform:var(--vt-ce-theme-typography-h3-text-transform,inherit)}.vt_ce_Typography_tH4__f1637072{font-family:var(--vt-ce-theme-typography-h4-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-h4-font-size,16px);font-style:var(--vt-ce-theme-typography-h4-font-style,normal);font-weight:var(--vt-ce-theme-typography-h4-font-weight,600);letter-spacing:var(--vt-ce-theme-typography-h4-letter-spacing,inherit);line-height:var(--vt-ce-theme-typography-h4-line-height,24px);text-transform:var(--vt-ce-theme-typography-h4-text-transform,inherit)}.vt_ce_Typography_tLabel__f1637072{font-family:var(--vt-ce-theme-typography-label-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-label-font-size,14px);font-style:var(--vt-ce-theme-typography-label-font-style,normal);font-weight:var(--vt-ce-theme-typography-label-font-weight,600);letter-spacing:var(--vt-ce-theme-typography-label-letter-spacing,inherit);line-height:var(--vt-ce-theme-typography-label-line-height,17px);text-transform:var(--vt-ce-theme-typography-label-text-transform,inherit)}.vt_ce_Typography_tParagraph1__f1637072{font-family:var(--vt-ce-theme-typography-paragraph1-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-paragraph1-font-size,16px);font-style:var(--vt-ce-theme-typography-paragraph1-font-style,normal);font-weight:var(--vt-ce-theme-typography-paragraph1-font-weight,400);letter-spacing:var(--vt-ce-theme-typography-paragraph1-letter-spacing,inherit);line-height:var(--vt-ce-theme-typography-paragraph1-line-height,24px);text-transform:var(--vt-ce-theme-typography-paragraph1-text-transform,inherit)}.vt_ce_Typography_tParagraph2__f1637072{font-family:var(--vt-ce-theme-typography-paragraph2-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-paragraph2-font-size,14px);font-style:var(--vt-ce-theme-typography-paragraph2-font-style,normal);font-weight:var(--vt-ce-theme-typography-paragraph2-font-weight,400);letter-spacing:var(--vt-ce-theme-typography-paragraph2-letter-spacing,inherit);line-height:var(--vt-ce-theme-typography-paragraph2-line-height,20px);text-transform:var(--vt-ce-theme-typography-paragraph2-text-transform,inherit)}.vt_ce_Typography_tParagraph3__f1637072{font-family:var(--vt-ce-theme-typography-paragraph3-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-paragraph3-font-size,12px);font-style:var(--vt-ce-theme-typography-paragraph3-font-style,normal);font-weight:var(--vt-ce-theme-typography-paragraph3-font-weight,400);letter-spacing:var(--vt-ce-theme-typography-paragraph3-letter-spacing,inherit);line-height:var(--vt-ce-theme-typography-paragraph3-line-height,18px);text-transform:var(--vt-ce-theme-typography-paragraph3-text-transform,inherit)}.vt_ce_Typography_tButton__f1637072{font-family:var(--vt-ce-theme-typography-button-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-button-font-size,14px);font-style:var(--vt-ce-theme-typography-button-font-style,normal);font-weight:var(--vt-ce-theme-typography-button-font-weight,600);letter-spacing:var(--vt-ce-theme-typography-button-letter-spacing,inherit);line-height:var(--vt-ce-theme-typography-button-line-height,20px);text-transform:var(--vt-ce-theme-typography-button-text-transform,inherit)}.vt_ce_Typography_tButtonSmall__f1637072{font-family:var(--vt-ce-theme-typography-buttonSmall-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-buttonSmall-font-size,12px);font-style:var(--vt-ce-theme-typography-buttonSmall-font-style,normal);font-weight:var(--vt-ce-theme-typography-buttonSmall-font-weight,600);letter-spacing:var(--vt-ce-theme-typography-buttonSmall-letter-spacing,inherit);line-height:var(--vt-ce-theme-typography-buttonSmall-line-height,18px);text-transform:var(--vt-ce-theme-typography-buttonSmall-text-transform,inherit)}.vt_ce_Typography_cPrimary__f1637072{color:var(--vt-ce-theme-palette-text-primary,#2a323c)}.vt_ce_Typography_cSecondary__f1637072{color:var(--vt-ce-theme-palette-text-secondary,#5c6269)}.vt_ce_Typography_cTertiary__f1637072{color:var(--vt-ce-theme-palette-text-tertiary,#465364)}.vt_ce_Typography_cDisabled__f1637072{color:var(--vt-ce-theme-palette-disabled,#7c848d)}
12
+ .vt_ce_Dialog_dialogOverlay__b0e50c90{background:rgba(0,0,0,.54);display:grid;place-items:center}.vt_ce_Dialog_dialog__b0e50c90{background-color:var(--vt-ce-theme-palette-background,#fff);border-radius:4px;color:var(--vt-ce-theme-palette-text-primary,#2a323c);display:flex;flex-direction:column;margin:15px;max-height:calc(100% - 64px);max-width:calc(100% - 64px);padding:30px 0}.vt_ce_Dialog_dialog__b0e50c90:has(>.vt_ce_Dialog_dialogStart__b0e50c90:first-child){padding-block-start:0}.vt_ce_Dialog_dialog__b0e50c90:has(>.vt_ce_Dialog_dialogEnd__b0e50c90:last-child){padding-block-end:0}.vt_ce_Dialog_dialogStart__b0e50c90{display:block;flex:0 0 auto}.vt_ce_Dialog_dialogContent__b0e50c90{flex:1 1 auto;--webkit-overflow-scrolling:touch;overflow-y:auto;padding:0 30px}.vt_ce_Dialog_dialogEnd__b0e50c90{display:block;flex:0 0 auto}.vt_ce_Dialog_dialogTitle__b0e50c90{flex:0 0 auto;font-size:18px;line-height:24px;margin:30px 0 0;padding:0 30px}.vt_ce_Dialog_dialogTypography__b0e50c90{margin:15px 0}.vt_ce_Dialog_dialogActions__b0e50c90{align-items:center;display:flex;gap:10px;justify-content:flex-end;margin:15px 0 40px;padding:0 30px}
13
+ .vt_ce_Drawer_drawerOverlay__02bed79d{background:rgba(0,0,0,.54);display:grid;place-items:stretch end}.vt_ce_Drawer_drawer__02bed79d{background-color:var(--vt-ce-theme-palette-background,#fff);color:var(--vt-ce-theme-palette-text-primary,#2a323c);display:flex;flex-direction:column;max-width:calc(100% - 64px);padding:20px 0}.vt_ce_Drawer_drawer__02bed79d:has(>.vt_ce_Drawer_drawerStart__02bed79d:first-child){padding-block-start:0}.vt_ce_Drawer_drawer__02bed79d:has(>.vt_ce_Drawer_drawerEnd__02bed79d:last-child){padding-block-end:0}.vt_ce_Drawer_drawerStart__02bed79d{display:block;flex:0 0 auto}.vt_ce_Drawer_drawerContent__02bed79d{flex:1 1 auto;--webkit-overflow-scrolling:touch;overflow-y:auto;padding:0 20px}.vt_ce_Drawer_drawerEnd__02bed79d{display:block;flex:0 0 auto}.vt_ce_Drawer_drawerTitle__02bed79d{flex:0 0 auto;margin:20px 0 0;padding:0 20px}.vt_ce_Drawer_drawerTypography__02bed79d{margin:20px 0}.vt_ce_Drawer_drawerActions__02bed79d{align-items:center;display:flex;flex:0 0 auto;gap:10px;justify-content:flex-end;margin:20px 0;padding:0 20px}
13
14
  .vt_ce_Icon_icon__5881e2e1{display:inline-block;height:var(--vt-ce-icon-size,18px);width:var(--vt-ce-icon-size,18px)}.vt_ce_Icon_icon__5881e2e1 svg{height:var(--vt-ce-icon-size,18px);vertical-align:baseline;width:var(--vt-ce-icon-size,18px)}.vt_ce_Icon_icon__5881e2e1[data-size=large],.vt_ce_Icon_icon__5881e2e1[data-size=large] svg{height:24px;width:24px}.vt_ce_Icon_icon__5881e2e1[data-size=medium],.vt_ce_Icon_icon__5881e2e1[data-size=medium] svg{height:18px;width:18px}.vt_ce_Icon_icon__5881e2e1[data-size=small],.vt_ce_Icon_icon__5881e2e1[data-size=small] svg{height:14px;width:14px}.vt_ce_Icon_icon__5881e2e1[data-size=inherit],.vt_ce_Icon_icon__5881e2e1[data-size=inherit] svg{font-size:1em;height:1em;width:1em}
14
- .vt_ce_Menu_menu__bd4e93dd{border:1px solid var(--vt-ce-theme-palette-disabled,#7c848d);border-radius:0 0 4px 4px;display:block;outline:0;padding-bottom:5px;padding-top:5px}.vt_ce_Menu_menu__bd4e93dd,.vt_ce_Menu_option__bd4e93dd{background-color:var(--vt-ce-theme-palette-background,#fff)}.vt_ce_Menu_option__bd4e93dd{align-items:center;border:none;color:var(--vt-ce-theme-palette-text-primary,#2a323c);cursor:pointer;display:flex;font-family:var(--vt-ce-theme-typography-paragraph2-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-paragraph2-font-size,14px);font-style:var(--vt-ce-theme-typography-paragraph2-font-style,normal);font-weight:var(--vt-ce-theme-typography-paragraph2-font-weight,400);line-height:var(--vt-ce-theme-typography-paragraph2-line-height,20px);padding:5px 10px;width:100%}.vt_ce_Menu_option__bd4e93dd:focus{background-color:var(--vt-ce-theme-palette-rowHover,#eaf1fa);outline:none}.vt_ce_Menu_optionIcon__bd4e93dd{align-items:center;display:inline-flex;justify-content:center;margin-inline-end:10px;--vt-ce-icon-size:14px}.vt_ce_Menu_optionLabel__bd4e93dd{text-align:start}
15
- .vt_ce_Select_select__b9f77002{cursor:pointer;display:inline-flex;flex-direction:column;gap:3px}.vt_ce_Select_label__b9f77002{color:var(--vt-ce-theme-palette-text-secondary,#5c6269);font-family:var(--vt-ce-theme-typography-label-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-label-font-size,14px);font-style:var(--vt-ce-theme-typography-label-font-style,normal);font-weight:var(--vt-ce-theme-typography-label-font-weight,600);line-height:var(--vt-ce-theme-typography-label-line-height,17px)}.vt_ce_Select_innerInputContainer__b9f77002{align-items:center;align-self:stretch;background:var(--vt-ce-theme-palette-background,#fff);border-radius:4px;color:var(--vt-ce-theme-palette-text-primary,#2a323c);display:flex;gap:10px;margin-bottom:1px;margin-top:1px;outline-color:var(--vt-ce-theme-palette-text-secondary,#5c6269);outline-style:solid;outline-width:1px;padding:0 8px}.vt_ce_Select_innerInputContainer__b9f77002:focus-within{outline-color:var(--vt-ce-theme-palette-action-hover,#335b89);outline-width:2px}.vt_ce_Select_innerInputContainer__b9f77002:hover{outline-color:var(--vt-ce-theme-palette-action-hover,#335b89);outline-width:2px}.vt_ce_Select_innerInputContainer__b9f77002[data-disabled=true]{background-color:var(--vt-ce-theme-palette-disabledBackground,#fafafa);color:var(--vt-ce-theme-palette-disabled,#7c848d);outline-color:var(--vt-ce-theme-palette-backgroundAlt,#e0e8f0)}.vt_ce_Select_innerInputContainer__b9f77002[data-disabled=true]:focus-within{outline-color:var(--vt-ce-theme-palette-backgroundAlt,#e0e8f0);outline-width:1px}.vt_ce_Select_innerInputContainer__b9f77002[data-disabled=true]:hover{outline-color:var(--vt-ce-theme-palette-backgroundAlt,#e0e8f0);outline-width:1px}.vt_ce_Select_innerInputContainer__b9f77002[data-error=true]{outline-color:var(--vt-ce-theme-palette-indicator-error,#eb0000)}.vt_ce_Select_innerInput__b9f77002{background:none;border:none;color:inherit;flex-grow:1;font-family:var(--vt-ce-theme-typography-paragraph2-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-paragraph2-font-size,14px);font-style:var(--vt-ce-theme-typography-paragraph2-font-style,normal);font-weight:var(--vt-ce-theme-typography-paragraph2-font-weight,400);line-height:var(--vt-ce-theme-typography-paragraph2-line-height,20px);outline:none;padding:8px 0}.vt_ce_Select_innerInput__b9f77002::-moz-placeholder{color:var(--vt-ce-theme-palette-disabled,#7c848d)}.vt_ce_Select_innerInput__b9f77002::placeholder{color:var(--vt-ce-theme-palette-disabled,#7c848d)}.vt_ce_Select_selectIcon__b9f77002{align-items:center;display:inline-flex;flex-shrink:0;justify-content:center;padding:8px 0;--vt-ce-icon-size:18px}.vt_ce_Select_helpLabel__b9f77002{color:var(--vt-ce-theme-palette-text-secondary,#5c6269)}.vt_ce_Select_errorLabel__b9f77002,.vt_ce_Select_helpLabel__b9f77002{font-family:var(--vt-ce-theme-typography-paragraph3-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-paragraph3-font-size,12px);font-style:var(--vt-ce-theme-typography-paragraph3-font-style,normal);font-weight:var(--vt-ce-theme-typography-paragraph3-font-weight,400);line-height:var(--vt-ce-theme-typography-paragraph3-line-height,18px)}.vt_ce_Select_errorLabel__b9f77002{align-items:center;color:var(--vt-ce-theme-palette-indicator-error,#eb0000);display:flex;gap:3px}
15
+ .vt_ce_Select_select__269cb8d6{cursor:pointer;display:inline-flex;flex-direction:column;gap:3px}.vt_ce_Select_label__269cb8d6{color:var(--vt-ce-theme-palette-text-secondary,#5c6269);font-family:var(--vt-ce-theme-typography-label-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-label-font-size,14px);font-style:var(--vt-ce-theme-typography-label-font-style,normal);font-weight:var(--vt-ce-theme-typography-label-font-weight,600);letter-spacing:var(--vt-ce-theme-typography-label-letter-spacing,inherit);line-height:var(--vt-ce-theme-typography-label-line-height,17px);text-transform:var(--vt-ce-theme-typography-label-text-transform,inherit)}.vt_ce_Select_innerInputContainer__269cb8d6{align-items:center;align-self:stretch;background:var(--vt-ce-theme-palette-background,#fff);border-radius:4px;color:var(--vt-ce-theme-palette-text-primary,#2a323c);display:flex;gap:10px;margin-bottom:1px;margin-top:1px;outline-color:var(--vt-ce-theme-palette-text-secondary,#5c6269);outline-style:solid;outline-width:1px;padding:0 8px}.vt_ce_Select_innerInputContainer__269cb8d6:focus-within{outline-color:var(--vt-ce-theme-palette-action-hover,#335b89);outline-width:2px}.vt_ce_Select_innerInputContainer__269cb8d6:hover{outline-color:var(--vt-ce-theme-palette-action-hover,#335b89);outline-width:2px}.vt_ce_Select_innerInputContainer__269cb8d6[data-disabled=true]{background-color:var(--vt-ce-theme-palette-disabledBackground,#fafafa);color:var(--vt-ce-theme-palette-disabled,#7c848d);outline-color:var(--vt-ce-theme-palette-backgroundAlt,#e0e8f0)}.vt_ce_Select_innerInputContainer__269cb8d6[data-disabled=true]:focus-within{outline-color:var(--vt-ce-theme-palette-backgroundAlt,#e0e8f0);outline-width:1px}.vt_ce_Select_innerInputContainer__269cb8d6[data-disabled=true]:hover{outline-color:var(--vt-ce-theme-palette-backgroundAlt,#e0e8f0);outline-width:1px}.vt_ce_Select_innerInputContainer__269cb8d6[data-error=true]{outline-color:var(--vt-ce-theme-palette-indicator-error,#eb0000)}.vt_ce_Select_innerInput__269cb8d6{background:none;border:none;color:inherit;flex-grow:1;font-family:var(--vt-ce-theme-typography-paragraph2-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-paragraph2-font-size,14px);font-style:var(--vt-ce-theme-typography-paragraph2-font-style,normal);font-weight:var(--vt-ce-theme-typography-paragraph2-font-weight,400);letter-spacing:var(--vt-ce-theme-typography-paragraph2-letter-spacing,inherit);line-height:var(--vt-ce-theme-typography-paragraph2-line-height,20px);outline:none;padding:8px 0;text-transform:var(--vt-ce-theme-typography-paragraph2-text-transform,inherit)}.vt_ce_Select_innerInput__269cb8d6::-moz-placeholder{color:var(--vt-ce-theme-palette-disabled,#7c848d)}.vt_ce_Select_innerInput__269cb8d6::placeholder{color:var(--vt-ce-theme-palette-disabled,#7c848d)}.vt_ce_Select_selectIcon__269cb8d6{align-items:center;display:inline-flex;flex-shrink:0;justify-content:center;padding:8px 0;--vt-ce-icon-size:18px}.vt_ce_Select_helpLabel__269cb8d6{color:var(--vt-ce-theme-palette-text-secondary,#5c6269)}.vt_ce_Select_errorLabel__269cb8d6,.vt_ce_Select_helpLabel__269cb8d6{font-family:var(--vt-ce-theme-typography-paragraph3-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-paragraph3-font-size,12px);font-style:var(--vt-ce-theme-typography-paragraph3-font-style,normal);font-weight:var(--vt-ce-theme-typography-paragraph3-font-weight,400);letter-spacing:var(--vt-ce-theme-typography-paragraph3-letter-spacing,inherit);line-height:var(--vt-ce-theme-typography-paragraph3-line-height,18px);text-transform:var(--vt-ce-theme-typography-paragraph3-text-transform,inherit)}.vt_ce_Select_errorLabel__269cb8d6{align-items:center;color:var(--vt-ce-theme-palette-indicator-error,#eb0000);display:flex;gap:3px}
16
+ .vt_ce_Menu_menu__5d29505b{border:1px solid var(--vt-ce-theme-palette-disabled,#7c848d);border-radius:0 0 4px 4px;display:block;outline:0;padding-bottom:5px;padding-top:5px}.vt_ce_Menu_menu__5d29505b,.vt_ce_Menu_option__5d29505b{background-color:var(--vt-ce-theme-palette-background,#fff)}.vt_ce_Menu_option__5d29505b{align-items:center;border:none;color:var(--vt-ce-theme-palette-text-primary,#2a323c);cursor:pointer;display:flex;font-family:var(--vt-ce-theme-typography-paragraph2-font-family,Nunito Sans,Helvetica,sans-serif);font-size:var(--vt-ce-theme-typography-paragraph2-font-size,14px);font-style:var(--vt-ce-theme-typography-paragraph2-font-style,normal);font-weight:var(--vt-ce-theme-typography-paragraph2-font-weight,400);letter-spacing:var(--vt-ce-theme-typography-paragraph2-letter-spacing,inherit);line-height:var(--vt-ce-theme-typography-paragraph2-line-height,20px);padding:5px 10px;text-transform:var(--vt-ce-theme-typography-paragraph2-text-transform,inherit);width:100%}.vt_ce_Menu_option__5d29505b:focus{background-color:var(--vt-ce-theme-palette-rowHover,#eaf1fa);outline:none}.vt_ce_Menu_optionIcon__5d29505b{align-items:center;display:inline-flex;justify-content:center;margin-inline-end:10px;--vt-ce-icon-size:14px}.vt_ce_Menu_optionLabel__5d29505b{text-align:start}
@@ -9,6 +9,7 @@ export type AlertProps = {
9
9
  };
10
10
  severity?: AlertSeverity;
11
11
  onClose?(): void;
12
+ 'data-testid'?: string;
12
13
  style?: React.CSSProperties;
13
14
  className?: string;
14
15
  };
@@ -11,6 +11,7 @@ export type ButtonProps = {
11
11
  endIcon?: React.ReactNode;
12
12
  onClick?: MouseEventHandler<HTMLButtonElement>;
13
13
  children?: React.ReactNode;
14
+ 'data-testid'?: string;
14
15
  style?: React.CSSProperties;
15
16
  className?: string;
16
17
  };
@@ -6,6 +6,7 @@ export type CheckboxProps = {
6
6
  disabled?: boolean;
7
7
  onChange?: React.HTMLProps<HTMLInputElement>['onChange'];
8
8
  onBlur?: React.HTMLProps<HTMLInputElement>['onBlur'];
9
+ 'data-testid'?: string;
9
10
  style?: React.CSSProperties;
10
11
  className?: string;
11
12
  };
@@ -1,8 +1,9 @@
1
- /// <reference types="react" resolution-mode="require"/>
1
+ import React from 'react';
2
2
  export type CircularProgressProps = {
3
3
  size?: number | string;
4
4
  color?: string;
5
5
  fillParentHeight?: boolean;
6
+ 'data-testid'?: string;
6
7
  style?: React.CSSProperties;
7
8
  className?: string;
8
9
  };
@@ -2,9 +2,12 @@ import * as React from 'react';
2
2
  import { type DialogOptions } from './state.js';
3
3
  import { type ButtonProps } from '../Button/index.js';
4
4
  import { type TypographyProps } from '../Typography/index.js';
5
+ import { type IconButtonProps } from '../IconButton/index.js';
5
6
  export type DialogProps = DialogOptions & {
6
7
  portalEl?: HTMLElement | null | React.MutableRefObject<HTMLElement | null>;
8
+ lockScroll?: boolean;
7
9
  children: React.ReactNode;
10
+ 'data-testid'?: string;
8
11
  style?: React.CSSProperties;
9
12
  className?: string;
10
13
  overlayStyle?: React.CSSProperties;
@@ -12,16 +15,21 @@ export type DialogProps = DialogOptions & {
12
15
  };
13
16
  declare const Dialog: React.ForwardRefExoticComponent<DialogOptions & {
14
17
  portalEl?: HTMLElement | React.MutableRefObject<HTMLElement | null> | null | undefined;
18
+ lockScroll?: boolean | undefined;
15
19
  children: React.ReactNode;
20
+ 'data-testid'?: string | undefined;
16
21
  style?: React.CSSProperties | undefined;
17
22
  className?: string | undefined;
18
23
  overlayStyle?: React.CSSProperties | undefined;
19
24
  overlayClassName?: string | undefined;
20
25
  } & React.RefAttributes<HTMLDivElement>>;
21
26
  export default Dialog;
27
+ export declare const DialogStart: React.ForwardRefExoticComponent<TypographyProps & React.RefAttributes<HTMLDivElement>>;
22
28
  export declare const DialogContent: React.ForwardRefExoticComponent<Omit<React.HTMLProps<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
23
- export declare const DialogHeading: React.ForwardRefExoticComponent<Omit<React.HTMLProps<HTMLHeadingElement>, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
29
+ export declare const DialogEnd: React.ForwardRefExoticComponent<TypographyProps & React.RefAttributes<HTMLDivElement>>;
30
+ export declare const DialogTitle: React.ForwardRefExoticComponent<TypographyProps & React.RefAttributes<HTMLHeadingElement>>;
24
31
  export declare const DialogTypography: React.ForwardRefExoticComponent<TypographyProps & React.RefAttributes<HTMLParagraphElement>>;
25
32
  export declare const DialogDescription: React.ForwardRefExoticComponent<TypographyProps & React.RefAttributes<HTMLParagraphElement>>;
26
33
  export declare const DialogActions: React.ForwardRefExoticComponent<Omit<React.HTMLProps<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
27
- export declare const DialogClose: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLButtonElement>>;
34
+ export declare const DialogCloseButton: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLButtonElement>>;
35
+ export declare const DialogCloseIconButton: React.ForwardRefExoticComponent<IconButtonProps & React.RefAttributes<HTMLButtonElement>>;
@@ -5,7 +5,9 @@ export type DialogFactoryOptions = {
5
5
  };
6
6
  export declare function createDialogComponent({ portalEl }: DialogFactoryOptions): React.ForwardRefExoticComponent<import("./state.js").DialogOptions & {
7
7
  portalEl?: HTMLElement | React.MutableRefObject<HTMLElement | null> | null | undefined;
8
+ lockScroll?: boolean | undefined;
8
9
  children: React.ReactNode;
10
+ 'data-testid'?: string | undefined;
9
11
  style?: React.CSSProperties | undefined;
10
12
  className?: string | undefined;
11
13
  overlayStyle?: React.CSSProperties | undefined;
@@ -0,0 +1,35 @@
1
+ import * as React from 'react';
2
+ import { type DrawerOptions } from './state.js';
3
+ import { type ButtonProps } from '../Button/index.js';
4
+ import { type TypographyProps } from '../Typography/index.js';
5
+ import { type IconButtonProps } from '../IconButton/index.js';
6
+ export type DrawerProps = DrawerOptions & {
7
+ portalEl?: HTMLElement | null | React.MutableRefObject<HTMLElement | null>;
8
+ lockScroll?: boolean;
9
+ children: React.ReactNode;
10
+ style?: React.CSSProperties;
11
+ className?: string;
12
+ overlayStyle?: React.CSSProperties;
13
+ overlayClassName?: string;
14
+ 'data-testid'?: string;
15
+ };
16
+ declare const Drawer: React.ForwardRefExoticComponent<DrawerOptions & {
17
+ portalEl?: HTMLElement | React.MutableRefObject<HTMLElement | null> | null | undefined;
18
+ lockScroll?: boolean | undefined;
19
+ children: React.ReactNode;
20
+ style?: React.CSSProperties | undefined;
21
+ className?: string | undefined;
22
+ overlayStyle?: React.CSSProperties | undefined;
23
+ overlayClassName?: string | undefined;
24
+ 'data-testid'?: string | undefined;
25
+ } & React.RefAttributes<HTMLDivElement>>;
26
+ export default Drawer;
27
+ export declare const DrawerStart: React.ForwardRefExoticComponent<TypographyProps & React.RefAttributes<HTMLDivElement>>;
28
+ export declare const DrawerContent: React.ForwardRefExoticComponent<Omit<React.HTMLProps<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
29
+ export declare const DrawerEnd: React.ForwardRefExoticComponent<TypographyProps & React.RefAttributes<HTMLDivElement>>;
30
+ export declare const DrawerTitle: React.ForwardRefExoticComponent<TypographyProps & React.RefAttributes<HTMLHeadingElement>>;
31
+ export declare const DrawerTypography: React.ForwardRefExoticComponent<TypographyProps & React.RefAttributes<HTMLParagraphElement>>;
32
+ export declare const DrawerDescription: React.ForwardRefExoticComponent<TypographyProps & React.RefAttributes<HTMLParagraphElement>>;
33
+ export declare const DrawerActions: React.ForwardRefExoticComponent<Omit<React.HTMLProps<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
34
+ export declare const DrawerCloseButton: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLButtonElement>>;
35
+ export declare const DrawerCloseIconButton: React.ForwardRefExoticComponent<IconButtonProps & React.RefAttributes<HTMLButtonElement>>;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { PopoverPortalElProp } from '../popover/types.js';
3
+ export type DrawerFactoryOptions = {
4
+ portalEl?: PopoverPortalElProp;
5
+ };
6
+ export declare function createDrawerComponent({ portalEl }: DrawerFactoryOptions): React.ForwardRefExoticComponent<import("./state.js").DrawerOptions & {
7
+ portalEl?: HTMLElement | React.MutableRefObject<HTMLElement | null> | null | undefined;
8
+ lockScroll?: boolean | undefined;
9
+ children: React.ReactNode;
10
+ style?: React.CSSProperties | undefined;
11
+ className?: string | undefined;
12
+ overlayStyle?: React.CSSProperties | undefined;
13
+ overlayClassName?: string | undefined;
14
+ 'data-testid'?: string | undefined;
15
+ } & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,3 @@
1
+ export * from './components.js';
2
+ export { default } from './components.js';
3
+ export * from './factory.js';
@@ -0,0 +1,113 @@
1
+ import * as React from 'react';
2
+ export interface DrawerOptions {
3
+ open: boolean;
4
+ onDismiss: () => void;
5
+ }
6
+ export declare function useDrawer({ open, onDismiss: dismissDrawer }: DrawerOptions): {
7
+ labelId: string | undefined;
8
+ descriptionId: string | undefined;
9
+ setLabelId: React.Dispatch<React.SetStateAction<string | undefined>>;
10
+ setDescriptionId: React.Dispatch<React.SetStateAction<string | undefined>>;
11
+ placement: import("@floating-ui/utils").Placement;
12
+ strategy: import("@floating-ui/utils").Strategy;
13
+ middlewareData: import("@floating-ui/core").MiddlewareData;
14
+ x: number;
15
+ y: number;
16
+ isPositioned: boolean;
17
+ update: () => void;
18
+ floatingStyles: React.CSSProperties;
19
+ refs: {
20
+ reference: React.MutableRefObject<import("@floating-ui/react-dom").ReferenceType | null>;
21
+ floating: React.MutableRefObject<HTMLElement | null>;
22
+ setReference: (node: import("@floating-ui/react-dom").ReferenceType | null) => void;
23
+ setFloating: (node: HTMLElement | null) => void;
24
+ } & import("@floating-ui/react").ExtendedRefs<import("@floating-ui/react").ReferenceType>;
25
+ elements: {
26
+ reference: import("@floating-ui/react-dom").ReferenceType | null;
27
+ floating: HTMLElement | null;
28
+ } & import("@floating-ui/react").ExtendedElements<import("@floating-ui/react").ReferenceType>;
29
+ context: {
30
+ x: number;
31
+ y: number;
32
+ placement: import("@floating-ui/utils").Placement;
33
+ strategy: import("@floating-ui/utils").Strategy;
34
+ middlewareData: import("@floating-ui/core").MiddlewareData;
35
+ isPositioned: boolean;
36
+ update: () => void;
37
+ floatingStyles: React.CSSProperties;
38
+ open: boolean;
39
+ onOpenChange: (open: boolean, event?: Event | undefined, reason?: import("@floating-ui/react").OpenChangeReason | undefined) => void;
40
+ events: import("@floating-ui/react").FloatingEvents;
41
+ dataRef: React.MutableRefObject<import("@floating-ui/react").ContextData>;
42
+ nodeId: string | undefined;
43
+ floatingId: string;
44
+ refs: import("@floating-ui/react").ExtendedRefs<import("@floating-ui/react").ReferenceType>;
45
+ elements: import("@floating-ui/react").ExtendedElements<import("@floating-ui/react").ReferenceType>;
46
+ };
47
+ getReferenceProps: (userProps?: React.HTMLProps<Element> | undefined) => Record<string, unknown>;
48
+ getFloatingProps: (userProps?: React.HTMLProps<HTMLElement> | undefined) => Record<string, unknown>;
49
+ getItemProps: (userProps?: (Omit<React.HTMLProps<HTMLElement>, "active" | "selected"> & {
50
+ active?: boolean | undefined;
51
+ selected?: boolean | undefined;
52
+ }) | undefined) => Record<string, unknown>;
53
+ open: boolean;
54
+ dismiss: () => void;
55
+ };
56
+ export type DrawerContextType = (ReturnType<typeof useDrawer> & {
57
+ setLabelId: React.Dispatch<React.SetStateAction<string | undefined>>;
58
+ setDescriptionId: React.Dispatch<React.SetStateAction<string | undefined>>;
59
+ }) | null;
60
+ export declare const DrawerContext: React.Context<DrawerContextType>;
61
+ export declare const useDrawerContext: () => {
62
+ labelId: string | undefined;
63
+ descriptionId: string | undefined;
64
+ setLabelId: React.Dispatch<React.SetStateAction<string | undefined>>;
65
+ setDescriptionId: React.Dispatch<React.SetStateAction<string | undefined>>;
66
+ placement: import("@floating-ui/utils").Placement;
67
+ strategy: import("@floating-ui/utils").Strategy;
68
+ middlewareData: import("@floating-ui/core").MiddlewareData;
69
+ x: number;
70
+ y: number;
71
+ isPositioned: boolean;
72
+ update: () => void;
73
+ floatingStyles: React.CSSProperties;
74
+ refs: {
75
+ reference: React.MutableRefObject<import("@floating-ui/react-dom").ReferenceType | null>;
76
+ floating: React.MutableRefObject<HTMLElement | null>;
77
+ setReference: (node: import("@floating-ui/react-dom").ReferenceType | null) => void;
78
+ setFloating: (node: HTMLElement | null) => void;
79
+ } & import("@floating-ui/react").ExtendedRefs<import("@floating-ui/react").ReferenceType>;
80
+ elements: {
81
+ reference: import("@floating-ui/react-dom").ReferenceType | null;
82
+ floating: HTMLElement | null;
83
+ } & import("@floating-ui/react").ExtendedElements<import("@floating-ui/react").ReferenceType>;
84
+ context: {
85
+ x: number;
86
+ y: number;
87
+ placement: import("@floating-ui/utils").Placement;
88
+ strategy: import("@floating-ui/utils").Strategy;
89
+ middlewareData: import("@floating-ui/core").MiddlewareData;
90
+ isPositioned: boolean;
91
+ update: () => void;
92
+ floatingStyles: React.CSSProperties;
93
+ open: boolean;
94
+ onOpenChange: (open: boolean, event?: Event | undefined, reason?: import("@floating-ui/react").OpenChangeReason | undefined) => void;
95
+ events: import("@floating-ui/react").FloatingEvents;
96
+ dataRef: React.MutableRefObject<import("@floating-ui/react").ContextData>;
97
+ nodeId: string | undefined;
98
+ floatingId: string;
99
+ refs: import("@floating-ui/react").ExtendedRefs<import("@floating-ui/react").ReferenceType>;
100
+ elements: import("@floating-ui/react").ExtendedElements<import("@floating-ui/react").ReferenceType>;
101
+ };
102
+ getReferenceProps: (userProps?: React.HTMLProps<Element> | undefined) => Record<string, unknown>;
103
+ getFloatingProps: (userProps?: React.HTMLProps<HTMLElement> | undefined) => Record<string, unknown>;
104
+ getItemProps: (userProps?: (Omit<React.HTMLProps<HTMLElement>, "active" | "selected"> & {
105
+ active?: boolean | undefined;
106
+ selected?: boolean | undefined;
107
+ }) | undefined) => Record<string, unknown>;
108
+ open: boolean;
109
+ dismiss: () => void;
110
+ } & {
111
+ setLabelId: React.Dispatch<React.SetStateAction<string | undefined>>;
112
+ setDescriptionId: React.Dispatch<React.SetStateAction<string | undefined>>;
113
+ };
@@ -2,6 +2,7 @@ import React from 'react';
2
2
  export declare const DSIcon: React.ForwardRefExoticComponent<{
3
3
  name?: string | undefined;
4
4
  size?: import("./wrappers.js").IconSize | undefined;
5
+ 'data-testid'?: string | undefined;
5
6
  style?: React.CSSProperties | undefined;
6
7
  className?: string | undefined;
7
8
  } & {
@@ -3,6 +3,7 @@ import type { IconSize } from './wrappers.js';
3
3
  export type CommonIconProps<ExtraProps extends object = {}> = {
4
4
  name?: string;
5
5
  size?: IconSize;
6
+ 'data-testid'?: string;
6
7
  style?: React.CSSProperties;
7
8
  className?: string;
8
9
  } & ExtraProps;
@@ -5,6 +5,7 @@ export type IconButtonProps = {
5
5
  destructive?: boolean;
6
6
  onClick?: MouseEventHandler<HTMLButtonElement>;
7
7
  children?: React.ReactNode;
8
+ 'data-testid'?: string;
8
9
  style?: React.CSSProperties;
9
10
  className?: string;
10
11
  };
@@ -10,6 +10,7 @@ export type InputProps = {
10
10
  startIcon?: React.ReactNode;
11
11
  endIcon?: React.ReactNode;
12
12
  onChange?: React.InputHTMLAttributes<HTMLInputElement>['onChange'];
13
+ 'data-testid'?: string;
13
14
  style?: React.CSSProperties;
14
15
  className?: string;
15
16
  };
@@ -19,6 +19,7 @@ export type MenuProps = {
19
19
  options: MenuOption[];
20
20
  dismissEnabled?: boolean;
21
21
  onDismiss?: () => void;
22
+ 'data-testid'?: string;
22
23
  style?: React.CSSProperties;
23
24
  className?: string;
24
25
  };
@@ -7,6 +7,7 @@ export type RadioButtonProps = {
7
7
  disabled?: boolean;
8
8
  onChange?: React.HTMLProps<HTMLInputElement>['onChange'];
9
9
  onBlur?: React.HTMLProps<HTMLInputElement>['onBlur'];
10
+ 'data-testid'?: string;
10
11
  style?: React.CSSProperties;
11
12
  className?: string;
12
13
  };
@@ -20,6 +20,7 @@ export type CommonSelectProps<OptionValue> = {
20
20
  dropdownStrategy?: PopoverStrategy;
21
21
  options: SelectOptions<OptionValue>;
22
22
  filterOptions?: (options: SelectOptions<OptionValue>) => SelectOptions<OptionValue>;
23
+ 'data-testid'?: string;
23
24
  style?: React.CSSProperties;
24
25
  className?: string;
25
26
  };
@@ -8,6 +8,7 @@ export type TextareaProps = {
8
8
  error?: React.ReactNode;
9
9
  rows?: number;
10
10
  onChange?: React.InputHTMLAttributes<HTMLTextAreaElement>['onChange'];
11
+ 'data-testid'?: string;
11
12
  style?: React.CSSProperties;
12
13
  className?: string;
13
14
  };
@@ -5,6 +5,7 @@ export type TooltipProps = {
5
5
  children?: React.ReactNode;
6
6
  tooltip?: React.ReactNode;
7
7
  placement?: PopoverPlacement;
8
+ 'data-testid'?: string;
8
9
  style?: React.CSSProperties;
9
10
  className?: string;
10
11
  };
@@ -5,6 +5,7 @@ export type TypographyProps = {
5
5
  color?: PaletteTextVariant | 'disabled' | 'inherit';
6
6
  children?: React.ReactNode;
7
7
  id?: string;
8
+ 'data-testid'?: string;
8
9
  style?: React.CSSProperties;
9
10
  className?: string;
10
11
  };
@@ -12,6 +12,8 @@ export { default as CircularProgress } from './CircularProgress/index.js';
12
12
  export * from './CircularProgress/index.js';
13
13
  export { default as Dialog } from './Dialog/index.js';
14
14
  export * from './Dialog/index.js';
15
+ export { default as Drawer } from './Drawer/index.js';
16
+ export * from './Drawer/index.js';
15
17
  export { default as GlobalStyles } from './GlobalStyles/index.js';
16
18
  export * from './GlobalStyles/index.js';
17
19
  export * from './Icon/index.js';
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- export declare const TypographyVariantKeys: readonly ["h4", "label", "paragraph1", "paragraph2", "paragraph3", "button", "buttonSmall"];
2
+ export declare const TypographyVariantKeys: readonly ["title", "h1", "h2", "h3", "h4", "label", "paragraph1", "paragraph2", "paragraph3", "button", "buttonSmall"];
3
3
  export type TypographyVariant = (typeof TypographyVariantKeys)[number];
4
4
  export type TypographyStyle = {
5
5
  fontFamily: React.CSSProperties['fontFamily'];
@@ -7,6 +7,8 @@ export type TypographyStyle = {
7
7
  fontWeight: React.CSSProperties['fontWeight'];
8
8
  fontSize: React.CSSProperties['fontSize'];
9
9
  lineHeight: React.CSSProperties['lineHeight'];
10
+ letterSpacing: React.CSSProperties['letterSpacing'];
11
+ textTransform: React.CSSProperties['textTransform'];
10
12
  };
11
13
  export interface TypographyStyleOptions extends Partial<TypographyStyle> {
12
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veritone-ce/design-system",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "private": false,
5
5
  "description": "Design System for Veritone CE",
6
6
  "keywords": [
@@ -129,9 +129,10 @@
129
129
  "@types/react": "^18.0.0",
130
130
  "@types/react-dom": "^18.0.0",
131
131
  "@types/react-dropzone": "^5.1.0",
132
+ "@types/react-syntax-highlighter": "^15.5.11",
132
133
  "@typescript-eslint/eslint-plugin": "^6.7.0",
133
134
  "@typescript-eslint/parser": "^6.7.0",
134
- "auto": "^11.0.4",
135
+ "auto": "^11.1.1",
135
136
  "autoprefixer": "^10.4.17",
136
137
  "babel-jest": "^29.3.1",
137
138
  "babel-plugin-inline-react-svg": "^2.0.2",
@@ -158,6 +159,7 @@
158
159
  "prettier": "^3.0.3",
159
160
  "react": "^18.2.0",
160
161
  "react-dom": "^18.2.0",
162
+ "react-syntax-highlighter": "^15.5.0",
161
163
  "rollup": "^4.9.5",
162
164
  "rollup-plugin-copy": "^3.5.0",
163
165
  "rollup-plugin-delete": "^2.0.0",