Skip to content

Commit

Permalink
#424: Updated built libraries after merging in changes on main
Browse files Browse the repository at this point in the history
  • Loading branch information
tombogle committed Mar 1, 2024
1 parent debe509 commit 2eb0bd5
Show file tree
Hide file tree
Showing 2 changed files with 270 additions and 270 deletions.
270 changes: 135 additions & 135 deletions lib/platform-bible-react/dist/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -118,111 +118,101 @@ const theme2 = createTheme({ palette: {
color: white;
text-decoration: underline;
}
.papi-toolbar {
background-color: #eee;
color: black;
}
.papi-toolbar.paratext {
background-color: darkgreen;
color: greenyellow;
}
.papi-toolbar.paratext.bright {
background-color: greenyellow;
color: darkgreen;
.papi-menu-item {
background-color: transparent;
}
.papi-menu-drawer-paper {
height: fit-content !important;
position: absolute !important;
.papi-menu-icon-trailing {
margin-left: 10px;
place-content: flex-end;
}
.papi-menu-children {
padding: 10px;
position: relative;
.papi-menu-item img {
max-width: 24px;
max-height: 24px;
}
.papi-icon-button {
border: 0;
border-radius: 3em;
cursor: pointer;
display: inline-block;
.papi-checkbox {
background-color: transparent;
}
.papi-icon-button.primary {
background-color: #1ea7fd;
color: white;
.papi-checkbox.error {
color: #f00;
}
.papi-icon-button.secondary {
background-color: transparent;
color: #333;
.papi-checkbox.error:hover {
background-color: rgba(255, 0, 0, 0.2);
}
.papi-icon-button.paratext {
background-color: darkgreen;
.papi-checkbox.paratext {
color: greenyellow;
}
.papi-icon-button.paratext.bright {
background-color: greenyellow;
.papi-checkbox-label.paratext {
color: darkgreen;
}
.papi-slider {
background-color: transparent;
color: #1ea7fd;
}
.papi-slider.vertical {
min-height: 200px;
.papi-checkbox.paratext:hover {
background-color: rgba(0, 100, 0, 0.3);
}
.papi-slider.paratext {
background-color: darkgreen;
color: greenyellow;
.papi-checkbox.paratext.bright {
color: darkgreen;
}
.papi-slider.paratext.bright {
.papi-checkbox-label.paratext.bright {
background-color: greenyellow;
color: darkgreen;
}
.papi-switch {
background-color: transparent;
.papi-checkbox.paratext.bright:hover {
background-color: rgba(173, 255, 47, 0.3);
}
.papi-switch.primary {
background-color: #1ea7fd;
.papi-checkbox.below,
.papi-checkbox.above {
text-align: center;
}
.search-bar-paper {
display: flex;
align-items: center;
}
.papi-switch.secondary {
background-color: #6fc8ff;
.search-button {
padding: 10px;
}
.papi-snackbar {
font-family: Arial, Helvetica, sans-serif;
}
.papi-switch.error {
background-color: #f00;
.papi-snackbar.primary {
background: #1ea7fd;
color: white;
}
.papi-switch.paratext {
background-color: darkgreen;
color: greenyellow;
.papi-snackbar.external {
background-color: lightsteelblue;
border-color: white;
border-style: dotted;
padding: 2%;
width: 30%;
}
.papi-switch.paratext.bright {
background-color: greenyellow;
color: darkgreen;
.papi-snackbar.secondary {
background: transparent;
color: #333;
}
.papi-menu-item {
background-color: transparent;
.papi-snackbar.alert {
background: lightcoral;
}
.papi-menu-icon-trailing {
margin-left: 10px;
place-content: flex-end;
.papi-snackbar.paratext {
background: darkgreen;
color: greenyellow;
}
.papi-menu-item img {
max-width: 24px;
max-height: 24px;
.papi-snackbar.bright {
background: greenyellow;
color: darkgreen;
}
.papi-combo-box {
background-color: transparent;
Expand All @@ -245,53 +235,31 @@ const theme2 = createTheme({ palette: {
background-color: greenyellow;
color: darkgreen;
}
.search-bar-paper {
display: flex;
align-items: center;
}
.search-button {
padding: 10px;
}
.papi-checkbox {
background-color: transparent;
.papi-icon-button {
border: 0;
border-radius: 3em;
cursor: pointer;
display: inline-block;
}
.papi-checkbox.error {
color: #f00;
.papi-icon-button.primary {
background-color: #1ea7fd;
color: white;
}
.papi-checkbox.error:hover {
background-color: rgba(255, 0, 0, 0.2);
.papi-icon-button.secondary {
background-color: transparent;
color: #333;
}
.papi-checkbox.paratext {
.papi-icon-button.paratext {
background-color: darkgreen;
color: greenyellow;
}
.papi-checkbox-label.paratext {
color: darkgreen;
}
.papi-checkbox.paratext:hover {
background-color: rgba(0, 100, 0, 0.3);
}
.papi-checkbox.paratext.bright {
color: darkgreen;
}
.papi-checkbox-label.paratext.bright {
.papi-icon-button.paratext.bright {
background-color: greenyellow;
}
.papi-checkbox.paratext.bright:hover {
background-color: rgba(173, 255, 47, 0.3);
}
.papi-checkbox.below,
.papi-checkbox.above {
text-align: center;
color: darkgreen;
}
.papi-context-menu-target {
white-space: nowrap;
Expand Down Expand Up @@ -323,14 +291,6 @@ const theme2 = createTheme({ palette: {
color: rgb(76, 106, 76);
background-color: rgb(214, 255, 152);
}
.papi-ref-selector.book {
display: inline-block;
vertical-align: middle;
}
.papi-ref-selector.chapter-verse {
width: 75px;
}
.papi-multi-column-menu {
background-color: rgb(222, 222, 222);
display: flex;
Expand Down Expand Up @@ -365,50 +325,81 @@ const theme2 = createTheme({ palette: {
color: rgb(76, 106, 76);
background-color: rgb(214, 255, 152);
}
.papi-table.paratext {
.papi-switch {
background-color: transparent;
}
.papi-switch.primary {
background-color: #1ea7fd;
}
.papi-switch.secondary {
background-color: #6fc8ff;
}
.papi-switch.error {
background-color: #f00;
}
.papi-switch.paratext {
background-color: darkgreen;
color: greenyellow;
}
.papi-table.paratext.bright {
color: darkgreen;
.papi-switch.paratext.bright {
background-color: greenyellow;
color: darkgreen;
}
.papi-snackbar {
font-family: Arial, Helvetica, sans-serif;
.papi-toolbar {
background-color: #eee;
color: black;
}
.papi-snackbar.primary {
background: #1ea7fd;
color: white;
.papi-toolbar.paratext {
background-color: darkgreen;
color: greenyellow;
}
.papi-snackbar.external {
background-color: lightsteelblue;
border-color: white;
border-style: dotted;
padding: 2%;
width: 30%;
.papi-toolbar.paratext.bright {
background-color: greenyellow;
color: darkgreen;
}
.papi-snackbar.secondary {
background: transparent;
color: #333;
.papi-menu-drawer-paper {
height: fit-content !important;
position: absolute !important;
}
.papi-snackbar.alert {
background: lightcoral;
.papi-menu-children {
padding: 10px;
position: relative;
}
.papi-slider {
background-color: transparent;
color: #1ea7fd;
}
.papi-snackbar.paratext {
background: darkgreen;
.papi-slider.vertical {
min-height: 200px;
}
.papi-slider.paratext {
background-color: darkgreen;
color: greenyellow;
}
.papi-snackbar.bright {
background: greenyellow;
.papi-slider.paratext.bright {
background-color: greenyellow;
color: darkgreen;
}
.papi-ref-selector.book {
display: inline-block;
vertical-align: middle;
}
.papi-ref-selector.chapter-verse {
width: 75px;
}
@layer rdg.MeasuringCell {.m1l09lto7-0-0-beta-34 {
contain: strict;
grid-row: 1;
Expand Down Expand Up @@ -854,5 +845,14 @@ const theme2 = createTheme({ palette: {
}
}
.papi-table.paratext {
background-color: darkgreen;
color: greenyellow;
}
.papi-table.paratext.bright {
color: darkgreen;
background-color: greenyellow;
}
`,"top");
//# sourceMappingURL=index.cjs.map
Loading

0 comments on commit 2eb0bd5

Please sign in to comment.