diff --git a/lib/platform-bible-react/dist/index.cjs b/lib/platform-bible-react/dist/index.cjs index d949b87c02..66fbab1906 100644 --- a/lib/platform-bible-react/dist/index.cjs +++ b/lib/platform-bible-react/dist/index.cjs @@ -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; @@ -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; @@ -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; @@ -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; @@ -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 diff --git a/lib/platform-bible-react/dist/index.js b/lib/platform-bible-react/dist/index.js index 362064c1c7..bdfcf0c1a8 100644 --- a/lib/platform-bible-react/dist/index.js +++ b/lib/platform-bible-react/dist/index.js @@ -9596,111 +9596,101 @@ If(`.papi-button { 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; @@ -9723,53 +9713,31 @@ If(`.papi-button { 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; @@ -9801,14 +9769,6 @@ If(`.papi-button { 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; @@ -9843,50 +9803,81 @@ If(`.papi-button { 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; @@ -10332,6 +10323,15 @@ If(`.papi-button { } } +.papi-table.paratext { + background-color: darkgreen; + color: greenyellow; +} + +.papi-table.paratext.bright { + color: darkgreen; + background-color: greenyellow; +} `, "top"); export { bt as Button,