Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade TypeScript #263

Merged
merged 1 commit into from
Jun 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17,997 changes: 17,908 additions & 89 deletions lib/papi-components/dist/index.cjs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/papi-components/dist/index.cjs.js.map

Large diffs are not rendered by default.

752 changes: 425 additions & 327 deletions lib/papi-components/dist/index.d.ts

Large diffs are not rendered by default.

41,895 changes: 23,769 additions & 18,126 deletions lib/papi-components/dist/index.es.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/papi-components/dist/index.es.js.map

Large diffs are not rendered by default.

202 changes: 201 additions & 1 deletion lib/papi-components/dist/style.css
Original file line number Diff line number Diff line change
@@ -1 +1,201 @@
.papi-button{border:0;border-radius:3em;cursor:pointer;display:inline-block;font-family:Nunito Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;line-height:1}.papi-button.primary{background-color:#1ea7fd;color:#fff}.papi-button.secondary{background-color:transparent;box-shadow:#00000026 0 0 0 1px inset;color:#333}.papi-button.paratext{background-color:#006400;color:#adff2f}.papi-button.paratext.bright{background-color:#adff2f;color:#006400}.papi-button.video{background-color:red;color:#fff}.papi-button.video a,.papi-button.video a:visited{color:#fff;text-decoration:none}.papi-button.video a:hover{color:#fff;text-decoration:underline}.papi-checkbox{background-color:transparent}.papi-checkbox.error{color:red}.papi-checkbox.error:hover{background-color:#f003}.papi-checkbox.paratext{color:#adff2f}.papi-checkbox-label.paratext{color:#006400}.papi-checkbox.paratext:hover{background-color:#0064004d}.papi-checkbox.paratext.bright{color:#006400}.papi-checkbox-label.paratext.bright{background-color:#adff2f}.papi-checkbox.paratext.bright:hover{background-color:#adff2f4d}.papi-checkbox.below,.papi-checkbox.above{text-align:center}.papi-combo-box{background-color:transparent}.papi-combo-box.fullwidth{width:100%}.papi-combo-box.error{background-color:red}.papi-combo-box.paratext{background-color:#006400;color:#adff2f}.papi-combo-box.paratext.bright{background-color:#adff2f;color:#006400}.papi-ref-selector.book{display:inline-block;vertical-align:middle}.papi-ref-selector.chapter-verse{width:75px}.papi-slider{background-color:transparent;color:#1ea7fd}.papi-slider.vertical{min-height:200px}.papi-slider.paratext{background-color:#006400;color:#adff2f}.papi-slider.paratext.bright{background-color:#adff2f;color:#006400}.papi-switch{background-color:transparent}.papi-switch.primary{background-color:#1ea7fd}.papi-switch.secondary{background-color:#6fc8ff}.papi-switch.error{background-color:red}.papi-switch.paratext{background-color:#006400;color:#adff2f}.papi-switch.paratext.bright{background-color:#adff2f;color:#006400}.papi-snackbar{font-family:Arial,Helvetica,sans-serif}.papi-snackbar.primary{background:#1ea7fd;color:#fff;line-height:auto;height:auto}.papi-snackbar.external{background-color:#b0c4de;width:30%;padding:2%;border-style:dotted;border-color:#fff}.papi-snackbar.secondary{background:transparent;color:#333}.papi-snackbar.alert{background:lightcoral}.papi-snackbar.paratext{background:darkgreen;color:#adff2f}.papi-snackbar.bright{background:greenyellow;color:#006400}
.papi-button {
border: 0;
border-radius: 3em;
cursor: pointer;
display: inline-block;
font-family: Nunito Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 700;
line-height: 1;
}

.papi-button.primary {
background-color: #1ea7fd;
color: #fff;
}

.papi-button.secondary {
background-color: transparent;
box-shadow: #00000026 0 0 0 1px inset;
color: #333;
}

.papi-button.paratext {
background-color: #006400;
color: #adff2f;
}

.papi-button.paratext.bright {
background-color: #adff2f;
color: #006400;
}

.papi-button.video {
background-color: red;
color: #fff;
}

.papi-button.video a,
.papi-button.video a:visited {
color: #fff;
text-decoration: none;
}

.papi-button.video a:hover {
color: #fff;
text-decoration: underline;
}

.papi-checkbox {
background-color: transparent;
}

.papi-checkbox.error {
color: red;
}

.papi-checkbox.error:hover {
background-color: #f003;
}

.papi-checkbox.paratext {
color: #adff2f;
}

.papi-checkbox-label.paratext {
color: #006400;
}

.papi-checkbox.paratext:hover {
background-color: #0064004d;
}

.papi-checkbox.paratext.bright {
color: #006400;
}

.papi-checkbox-label.paratext.bright {
background-color: #adff2f;
}

.papi-checkbox.paratext.bright:hover {
background-color: #adff2f4d;
}

.papi-checkbox.below,
.papi-checkbox.above {
text-align: center;
}

.papi-combo-box {
background-color: transparent;
}

.papi-combo-box.fullwidth {
width: 100%;
}

.papi-combo-box.error {
background-color: red;
}

.papi-combo-box.paratext {
background-color: #006400;
color: #adff2f;
}

.papi-combo-box.paratext.bright {
background-color: #adff2f;
color: #006400;
}

.papi-ref-selector.book {
display: inline-block;
vertical-align: middle;
}

.papi-ref-selector.chapter-verse {
width: 75px;
}

.papi-slider {
background-color: transparent;
color: #1ea7fd;
}

.papi-slider.vertical {
min-height: 200px;
}

.papi-slider.paratext {
background-color: #006400;
color: #adff2f;
}

.papi-slider.paratext.bright {
background-color: #adff2f;
color: #006400;
}

.papi-switch {
background-color: transparent;
}

.papi-switch.primary {
background-color: #1ea7fd;
}

.papi-switch.secondary {
background-color: #6fc8ff;
}

.papi-switch.error {
background-color: red;
}

.papi-switch.paratext {
background-color: #006400;
color: #adff2f;
}

.papi-switch.paratext.bright {
background-color: #adff2f;
color: #006400;
}

.papi-snackbar {
font-family: Arial, Helvetica, sans-serif;
}

.papi-snackbar.primary {
background: #1ea7fd;
color: #fff;
height: auto;
line-height: auto;
}

.papi-snackbar.external {
background-color: #b0c4de;
border-color: #fff;
border-style: dotted;
padding: 2%;
width: 30%;
}

.papi-snackbar.secondary {
background: transparent;
color: #333;
}

.papi-snackbar.alert {
background: lightcoral;
}

.papi-snackbar.paratext {
background: darkgreen;
color: #adff2f;
}

.papi-snackbar.bright {
background: greenyellow;
color: #006400;
}
Loading
Loading