Skip to content

Commit

Permalink
npm i and build libraries again, fix jest
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolie Rabideau authored and Jolie Rabideau committed Jan 17, 2024
1 parent 4eff04b commit ba696ec
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 202 deletions.
4 changes: 2 additions & 2 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const config: Config = {
...pathsToModuleNameMapper(compilerOptions.paths, {
prefix: '<rootDir>/src',
}),
'^platform-bible-react$': '<rootDir>/node_modules/platform-bible-react/dist/index.es.js',
'^platform-bible-utils$': '<rootDir>/node_modules/platform-bible-utils/dist/index.es.js',
'^platform-bible-react$': '<rootDir>/node_modules/platform-bible-react/dist/index.js',
'^platform-bible-utils$': '<rootDir>/node_modules/platform-bible-utils/dist/index.js',
},
testEnvironment: 'jsdom',
testEnvironmentOptions: {
Expand Down
200 changes: 100 additions & 100 deletions lib/platform-bible-react/dist/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -101,22 +101,45 @@ const theme2 = createTheme({ palette: {
color: white;
text-decoration: underline;
}
.papi-multi-column-menu {
background-color: lightgray;
display: flex;
flex-direction: column;
padding-left: 3px;
padding-right: 3px;
.papi-checkbox {
background-color: transparent;
}
.papi-menu {
background-color: rgb(145, 145, 145);
font-size: 11pt;
font-weight: 600;
margin-top: 1px;
padding-bottom: 2px;
padding-left: 24px;
padding-top: 2px;
.papi-checkbox.error {
color: #f00;
}
.papi-checkbox.error:hover {
background-color: rgba(255, 0, 0, 0.2);
}
.papi-checkbox.paratext {
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 {
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;
}
.papi-icon-button {
border: 0;
Expand Down Expand Up @@ -144,19 +167,6 @@ const theme2 = createTheme({ palette: {
background-color: greenyellow;
color: darkgreen;
}
.papi-menu-item {
line-height: 0.8;
}
.papi-menu-item.paratext {
background-color: darkgreen;
color: greenyellow;
}
.papi-menu-item.paratext.bright {
background-color: greenyellow;
color: darkgreen;
}
.papi-combo-box {
background-color: transparent;
}
Expand All @@ -178,61 +188,77 @@ const theme2 = createTheme({ palette: {
background-color: greenyellow;
color: darkgreen;
}
.papi-checkbox {
background-color: transparent;
.search-bar-paper {
display: flex;
align-items: center;
}
.papi-checkbox.error {
color: #f00;
.search-button {
padding: 10px;
}
.papi-checkbox.error:hover {
background-color: rgba(255, 0, 0, 0.2);
.papi-menu-item {
line-height: 0.8;
}
.papi-checkbox.paratext {
.papi-menu-item.paratext {
background-color: darkgreen;
color: greenyellow;
}
.papi-checkbox-label.paratext {
.papi-menu-item.paratext.bright {
background-color: greenyellow;
color: darkgreen;
}
.papi-slider {
background-color: transparent;
color: #1ea7fd;
}
.papi-checkbox.paratext:hover {
background-color: rgba(0, 100, 0, 0.3);
.papi-slider.vertical {
min-height: 200px;
}
.papi-checkbox.paratext.bright {
color: darkgreen;
.papi-slider.paratext {
background-color: darkgreen;
color: greenyellow;
}
.papi-checkbox-label.paratext.bright {
.papi-slider.paratext.bright {
background-color: greenyellow;
color: darkgreen;
}
.papi-ref-selector.book {
display: inline-block;
vertical-align: middle;
}
.papi-checkbox.paratext.bright:hover {
background-color: rgba(173, 255, 47, 0.3);
.papi-ref-selector.chapter-verse {
width: 75px;
}
.papi-switch {
background-color: transparent;
}
.papi-checkbox.below,
.papi-checkbox.above {
text-align: center;
.papi-switch.primary {
background-color: #1ea7fd;
}
.search-bar-paper {
display: flex;
align-items: center;
.papi-switch.secondary {
background-color: #6fc8ff;
}
.search-button {
padding: 10px;
.papi-switch.error {
background-color: #f00;
}
.papi-ref-selector.book {
display: inline-block;
vertical-align: middle;
.papi-switch.paratext {
background-color: darkgreen;
color: greenyellow;
}
.papi-ref-selector.chapter-verse {
width: 75px;
.papi-switch.paratext.bright {
background-color: greenyellow;
color: darkgreen;
}
.papi-snackbar {
font-family: Arial, Helvetica, sans-serif;
Expand Down Expand Up @@ -269,31 +295,10 @@ const theme2 = createTheme({ palette: {
background: greenyellow;
color: darkgreen;
}
.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 {
.paratext {
background-color: darkgreen;
color: greenyellow;
}
.papi-switch.paratext.bright {
background-color: greenyellow;
color: darkgreen;
}
@layer rdg.MeasuringCell {.m1l09lto7-0-0-beta-34 {
contain: strict;
grid-row: 1;
Expand Down Expand Up @@ -739,28 +744,6 @@ const theme2 = createTheme({ palette: {
}
}
.paratext {
background-color: darkgreen;
color: greenyellow;
}
.papi-slider {
background-color: transparent;
color: #1ea7fd;
}
.papi-slider.vertical {
min-height: 200px;
}
.papi-slider.paratext {
background-color: darkgreen;
color: greenyellow;
}
.papi-slider.paratext.bright {
background-color: greenyellow;
color: darkgreen;
}
.papi-toolbar {
background-color: #eee;
color: black;
Expand All @@ -785,5 +768,22 @@ const theme2 = createTheme({ palette: {
padding: 10px;
position: relative;
}
.papi-multi-column-menu {
background-color: lightgray;
display: flex;
flex-direction: column;
padding-left: 3px;
padding-right: 3px;
}
.papi-menu {
background-color: rgb(145, 145, 145);
font-size: 11pt;
font-weight: 600;
margin-top: 1px;
padding-bottom: 2px;
padding-left: 24px;
padding-top: 2px;
}
`,"top");
//# sourceMappingURL=index.cjs.map
Loading

0 comments on commit ba696ec

Please sign in to comment.