maidr 2.29.1 → 2.30.1

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.
@@ -95,7 +95,7 @@
95
95
 
96
96
  /* Menu stuff */
97
97
 
98
- .modal {
98
+ .maidr-modal {
99
99
  position: fixed;
100
100
  top: 0;
101
101
  right: 0;
@@ -1 +1 @@
1
- *,::after,::before{box-sizing:border-box}.sr-only{clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;position:absolute}.sr-only-focusable{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.invis_button{background-color:transparent;border:none;padding:0;margin:0;cursor:pointer}#skip a{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#skip a:focus{position:static;width:auto;height:auto}.hidden{display:none;opacity:0}.braille-input{font-size:200%;border:none;resize:none;padding:5px}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link.active{color:#0056b3;border:2px solid #0056b3}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1072;overflow-x:hidden;overflow-y:auto;opacity:1;transition:opacity .15s linear}.modal-dialog{position:relative;width:auto;margin:.5rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}}@media (min-width:900px){.modal-dialog{max-width:800px;margin:1.75rem auto}}.close:not(:disabled):not(.disabled){cursor:pointer}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto;font-size:2rem}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}button,select{text-transform:none}.modal-title{margin-bottom:0;line-height:1.5}h5.modal-title{font-size:1.25rem;border-bottom:1px solid #dee2e6}h4.modal-title{font-size:1.5rem}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal button{display:inline-block;text-align:center;vertical-align:middle;font-size:1rem;line-height:1.5;padding:.375rem .75rem;margin:.125rem;font-weight:700}.modal-backdrop{z-index:1071;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000;opacity:.5}table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent;border-collapse:collapse}table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}table td,table th{padding:.75rem;vertical-align:top}label{margin:0 1.5rem;vertical-align:middle}.form-group{margin-bottom:1rem}.form-group label{display:inline-block;margin-bottom:.5rem}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}#chatLLM_chat_history_wrapper{position:relative;padding:.5rem;background-color:#fff}#chatLLM_chat_history{padding:.5rem;padding-bottom:4rem;border-radius:.25rem;border:1px solid #dee2e6;display:flex;flex-direction:column;align-items:column;justify-content:center}.chatLLM_message_other,.chatLLM_message_self{padding:.5rem 1.5rem;border-radius:1.5rem;margin:.5rem;max-width:70%;word-wrap:break-word}.chatLLM_message_self{align-self:flex-end}.chatLLM_message_other{align-self:flex-start}#chatLLM_copy_all,.LLM_suggestions>p>button{font-weight:400;border-radius:.5rem;border:none}.LLM_suggestions>p{display:inline-block}#chatLLM_copy_all_wrapper{position:absolute;bottom:-.5rem;right:1.5rem;margin:.5rem}.chatLLM_message_copy_button{font-weight:400}#menu .modal-footer{display:flex;flex-direction:column;align-items:flex-end}#context-menu{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);width:300px;z-index:1000}.menu-container{display:flex;flex-direction:column;padding:10px}#menu-search{padding:8px;margin-bottom:10px;border:1px solid #ccc;border-radius:4px;width:100%;font-size:16px}#menu-items{list-style:none;padding:0;margin:0}#menu-items li{padding:10px;border-radius:4px;cursor:pointer}#menu-items li:focus{outline:0;background:#007bff;color:#fff}#menu-items li:hover{background:#007bff;color:#fff}
1
+ *,::after,::before{box-sizing:border-box}.sr-only{clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;position:absolute}.sr-only-focusable{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.invis_button{background-color:transparent;border:none;padding:0;margin:0;cursor:pointer}#skip a{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#skip a:focus{position:static;width:auto;height:auto}.hidden{display:none;opacity:0}.braille-input{font-size:200%;border:none;resize:none;padding:5px}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link.active{color:#0056b3;border:2px solid #0056b3}.maidr-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1072;overflow-x:hidden;overflow-y:auto;opacity:1;transition:opacity .15s linear}.modal-dialog{position:relative;width:auto;margin:.5rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}}@media (min-width:900px){.modal-dialog{max-width:800px;margin:1.75rem auto}}.close:not(:disabled):not(.disabled){cursor:pointer}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto;font-size:2rem}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}button,select{text-transform:none}.modal-title{margin-bottom:0;line-height:1.5}h5.modal-title{font-size:1.25rem;border-bottom:1px solid #dee2e6}h4.modal-title{font-size:1.5rem}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal button{display:inline-block;text-align:center;vertical-align:middle;font-size:1rem;line-height:1.5;padding:.375rem .75rem;margin:.125rem;font-weight:700}.modal-backdrop{z-index:1071;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000;opacity:.5}table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent;border-collapse:collapse}table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}table td,table th{padding:.75rem;vertical-align:top}label{margin:0 1.5rem;vertical-align:middle}.form-group{margin-bottom:1rem}.form-group label{display:inline-block;margin-bottom:.5rem}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}#chatLLM_chat_history_wrapper{position:relative;padding:.5rem;background-color:#fff}#chatLLM_chat_history{padding:.5rem;padding-bottom:4rem;border-radius:.25rem;border:1px solid #dee2e6;display:flex;flex-direction:column;align-items:column;justify-content:center}.chatLLM_message_other,.chatLLM_message_self{padding:.5rem 1.5rem;border-radius:1.5rem;margin:.5rem;max-width:70%;word-wrap:break-word}.chatLLM_message_self{align-self:flex-end}.chatLLM_message_other{align-self:flex-start}#chatLLM_copy_all,.LLM_suggestions>p>button{font-weight:400;border-radius:.5rem;border:none}.LLM_suggestions>p{display:inline-block}#chatLLM_copy_all_wrapper{position:absolute;bottom:-.5rem;right:1.5rem;margin:.5rem}.chatLLM_message_copy_button{font-weight:400}#menu .modal-footer{display:flex;flex-direction:column;align-items:flex-end}#context-menu{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);width:300px;z-index:1000}.menu-container{display:flex;flex-direction:column;padding:10px}#menu-search{padding:8px;margin-bottom:10px;border:1px solid #ccc;border-radius:4px;width:100%;font-size:16px}#menu-items{list-style:none;padding:0;margin:0}#menu-items li{padding:10px;border-radius:4px;cursor:pointer}#menu-items li:focus{outline:0;background:#007bff;color:#fff}#menu-items li:hover{background:#007bff;color:#fff}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maidr",
3
- "version": "2.29.1",
3
+ "version": "2.30.1",
4
4
  "description": "maidr: Multimodal Access and Interactive Data Representation. maidr is a system for non-visual access and control of statistical charts. It aims to provide an inclusive experience for users with visual impairments by offering multiple modes of interaction: braille, text, and sonification. This comprehensive approach enhances the accessibility of data visualization and encourages a multi-model exploration on visualization. Check out the current build: [MAIDR Demo](https://xability.github.io/maidr/user_study_pilot/intro.html).",
5
5
  "main": "dist/maidr.js",
6
6
  "scripts": {