@teselagen/ui 0.7.31 → 0.7.33-beta.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.
- package/DataTable/utils/filterLocalEntitiesToHasura.d.ts +5 -0
- package/DataTable/utils/initializeHasuraWhereAndFilter.d.ts +2 -0
- package/DataTable/utils/queryParams.d.ts +8 -12
- package/DataTable/utils/simplifyHasuraWhere.d.ts +1 -0
- package/DataTable/utils/tableQueryParamsToHasuraClauses.d.ts +14 -0
- package/{src/DataTable/FilterAndSortMenu.js → FilterAndSortMenu.js} +27 -30
- package/filterLocalEntitiesToHasura.js +216 -0
- package/index.cjs.js +695 -968
- package/index.d.ts +1 -0
- package/index.es.js +695 -968
- package/initializeHasuraWhereAndFilter.js +27 -0
- package/{src/utils/isBeingCalledExcessively.js → isBeingCalledExcessively.js} +0 -1
- package/package.json +1 -1
- package/queryParams.js +336 -0
- package/simplifyHasuraWhere.js +80 -0
- package/tableQueryParamsToHasuraClauses.js +113 -0
- package/{src/DataTable/utils/withTableParams.js → withTableParams.js} +1 -14
- package/src/AdvancedOptions.spec.js +0 -26
- package/src/AsyncValidateFieldSpinner/index.js +0 -12
- package/src/BlueprintError/index.js +0 -14
- package/src/BounceLoader/index.js +0 -16
- package/src/BounceLoader/style.css +0 -45
- package/src/CollapsibleCard/index.js +0 -68
- package/src/CollapsibleCard/style.css +0 -23
- package/src/DNALoader/index.js +0 -20
- package/src/DNALoader/style.css +0 -251
- package/src/DataTable/index.js +0 -3214
- package/src/DataTable/style.css +0 -608
- package/src/DataTable/utils/index.js +0 -55
- package/src/DataTable/utils/queryParams.js +0 -1058
- package/src/DialogFooter/index.js +0 -86
- package/src/DialogFooter/style.css +0 -9
- package/src/FormComponents/index.js +0 -1266
- package/src/FormComponents/style.css +0 -275
- package/src/FormComponents/utils.js +0 -6
- package/src/HotkeysDialog/index.js +0 -79
- package/src/HotkeysDialog/style.css +0 -54
- package/src/InfoHelper/index.js +0 -78
- package/src/InfoHelper/style.css +0 -7
- package/src/IntentText/index.js +0 -18
- package/src/Loading/index.js +0 -70
- package/src/Loading/style.css +0 -4
- package/src/MenuBar/index.js +0 -423
- package/src/MenuBar/style.css +0 -45
- package/src/PromptUnsavedChanges/index.js +0 -38
- package/src/ResizableDraggableDialog/index.js +0 -141
- package/src/ResizableDraggableDialog/style.css +0 -42
- package/src/ScrollToTop/index.js +0 -72
- package/src/TagSelect/index.js +0 -69
- package/src/TagSelect/style.css +0 -13
- package/src/TgHtmlSelect/index.js +0 -20
- package/src/TgSelect/index.js +0 -537
- package/src/TgSelect/style.css +0 -61
- package/src/TgSuggest/index.js +0 -124
- package/src/Timeline/index.js +0 -15
- package/src/enhancers/withDialog/index.js +0 -196
- package/src/index.js +0 -87
- package/src/showConfirmationDialog/index.js +0 -148
- package/src/style.css +0 -265
- /package/{src/AdvancedOptions.js → AdvancedOptions.js} +0 -0
- /package/{src/AssignDefaultsModeContext.js → AssignDefaultsModeContext.js} +0 -0
- /package/{src/DataTable/CellDragHandle.js → CellDragHandle.js} +0 -0
- /package/{src/DataTable/ColumnFilterMenu.js → ColumnFilterMenu.js} +0 -0
- /package/{src/DataTable/Columns.js → Columns.js} +0 -0
- /package/{src/DataTable/DisabledLoadingComponent.js → DisabledLoadingComponent.js} +0 -0
- /package/{src/DataTable/DisplayOptions.js → DisplayOptions.js} +0 -0
- /package/{src/DropdownButton.js → DropdownButton.js} +0 -0
- /package/{src/DataTable/DropdownCell.js → DropdownCell.js} +0 -0
- /package/{src/DataTable/EditableCell.js → EditableCell.js} +0 -0
- /package/{src/FillWindow.css → FillWindow.css} +0 -0
- /package/{src/FillWindow.js → FillWindow.js} +0 -0
- /package/{src/FormComponents/FormSeparator.js → FormSeparator.js} +0 -0
- /package/{src/FormComponents/LoadingDots.js → LoadingDots.js} +0 -0
- /package/{src/MatchHeaders.js → MatchHeaders.js} +0 -0
- /package/{src/DataTable/PagingTool.js → PagingTool.js} +0 -0
- /package/{src/DataTable/RenderCell.js → RenderCell.js} +0 -0
- /package/{src/DataTable/SearchBar.js → SearchBar.js} +0 -0
- /package/{src/SimpleStepViz.js → SimpleStepViz.js} +0 -0
- /package/{src/DataTable/SortableColumns.js → SortableColumns.js} +0 -0
- /package/{src/DataTable/TableFormTrackerContext.js → TableFormTrackerContext.js} +0 -0
- /package/{src/Tag.js → Tag.js} +0 -0
- /package/{src/DataTable/ThComponent.js → ThComponent.js} +0 -0
- /package/{src/Timeline/TimelineEvent.js → TimelineEvent.js} +0 -0
- /package/{src/UploadCsvWizard.css → UploadCsvWizard.css} +0 -0
- /package/{src/UploadCsvWizard.js → UploadCsvWizard.js} +0 -0
- /package/{src/FormComponents/Uploader.js → Uploader.js} +0 -0
- /package/{src/utils/adHoc.js → adHoc.js} +0 -0
- /package/{src/autoTooltip.js → autoTooltip.js} +0 -0
- /package/{src/utils/basicHandleActionsWithFullState.js → basicHandleActionsWithFullState.js} +0 -0
- /package/{src/utils/browserUtils.js → browserUtils.js} +0 -0
- /package/{src/utils/combineReducersWithFullState.js → combineReducersWithFullState.js} +0 -0
- /package/{src/utils/commandControls.js → commandControls.js} +0 -0
- /package/{src/utils/commandUtils.js → commandUtils.js} +0 -0
- /package/{src/constants.js → constants.js} +0 -0
- /package/{src/DataTable/utils/convertSchema.js → convertSchema.js} +0 -0
- /package/{src/customIcons.js → customIcons.js} +0 -0
- /package/{src/DataTable/dataTableEnhancer.js → dataTableEnhancer.js} +0 -0
- /package/{src/DataTable/defaultFormatters.js → defaultFormatters.js} +0 -0
- /package/{src/DataTable/defaultValidators.js → defaultValidators.js} +0 -0
- /package/{src/utils/determineBlackOrWhiteTextColor.js → determineBlackOrWhiteTextColor.js} +0 -0
- /package/{src/DataTable/editCellHelper.js → editCellHelper.js} +0 -0
- /package/{src/DataTable/utils/formatPasteData.js → formatPasteData.js} +0 -0
- /package/{src/DataTable/utils/getAllRows.js → getAllRows.js} +0 -0
- /package/{src/DataTable/utils/getCellCopyText.js → getCellCopyText.js} +0 -0
- /package/{src/DataTable/utils/getCellInfo.js → getCellInfo.js} +0 -0
- /package/{src/DataTable/getCellVal.js → getCellVal.js} +0 -0
- /package/{src/utils/getDayjsFormatter.js → getDayjsFormatter.js} +0 -0
- /package/{src/DataTable/utils/getFieldPathToField.js → getFieldPathToField.js} +0 -0
- /package/{src/DataTable/utils/getIdOrCodeOrIndex.js → getIdOrCodeOrIndex.js} +0 -0
- /package/{src/DataTable/utils/getLastSelectedEntity.js → getLastSelectedEntity.js} +0 -0
- /package/{src/DataTable/utils/getNewEntToSelect.js → getNewEntToSelect.js} +0 -0
- /package/{src/FormComponents/getNewName.js → getNewName.js} +0 -0
- /package/{src/DataTable/utils/getRowCopyText.js → getRowCopyText.js} +0 -0
- /package/{src/DataTable/utils/getTableConfigFromStorage.js → getTableConfigFromStorage.js} +0 -0
- /package/{src/utils/getTextFromEl.js → getTextFromEl.js} +0 -0
- /package/{src/DataTable/getVals.js → getVals.js} +0 -0
- /package/{src/DataTable/utils/handleCopyColumn.js → handleCopyColumn.js} +0 -0
- /package/{src/DataTable/utils/handleCopyHelper.js → handleCopyHelper.js} +0 -0
- /package/{src/DataTable/utils/handleCopyRows.js → handleCopyRows.js} +0 -0
- /package/{src/DataTable/utils/handleCopyTable.js → handleCopyTable.js} +0 -0
- /package/{src/utils/handlerHelpers.js → handlerHelpers.js} +0 -0
- /package/{src/utils/hotkeyUtils.js → hotkeyUtils.js} +0 -0
- /package/{src/utils/hooks/index.js → index.js} +0 -0
- /package/{src/DataTable/utils/isBottomRightCornerOfRectangle.js → isBottomRightCornerOfRectangle.js} +0 -0
- /package/{src/DataTable/utils/isEntityClean.js → isEntityClean.js} +0 -0
- /package/{src/DataTable/isTruthy.js → isTruthy.js} +0 -0
- /package/{src/DataTable/isValueEmpty.js → isValueEmpty.js} +0 -0
- /package/{src/FormComponents/itemUpload.js → itemUpload.js} +0 -0
- /package/{src/utils/menuUtils.js → menuUtils.js} +0 -0
- /package/{src/utils/popoverOverflowModifiers.js → popoverOverflowModifiers.js} +0 -0
- /package/{src/DataTable/utils/primarySelectedValue.js → primarySelectedValue.js} +0 -0
- /package/{src/utils/pureNoFunc.js → pureNoFunc.js} +0 -0
- /package/{src/DataTable/utils/removeCleanRows.js → removeCleanRows.js} +0 -0
- /package/{src/utils/renderOnDoc.js → renderOnDoc.js} +0 -0
- /package/{src/rerenderOnWindowResize.js → rerenderOnWindowResize.js} +0 -0
- /package/{src/DataTable/utils/rowClick.js → rowClick.js} +0 -0
- /package/{src/DataTable/utils/selection.js → selection.js} +0 -0
- /package/{src/showAppSpinner.js → showAppSpinner.js} +0 -0
- /package/{src/showDialogOnDocBody.js → showDialogOnDocBody.js} +0 -0
- /package/{src/utils/showProgressToast.js → showProgressToast.js} +0 -0
- /package/{src/FormComponents/sortify.js → sortify.js} +0 -0
- /package/{src/Timeline/style.css → style.css} +0 -0
- /package/{src/utils/tagUtils.js → tagUtils.js} +0 -0
- /package/{src/utils/tgFormValues.js → tgFormValues.js} +0 -0
- /package/{src/enhancers/withDialog/tg_modalState.js → tg_modalState.js} +0 -0
- /package/{src/throwFormError.js → throwFormError.js} +0 -0
- /package/{src/toastr.js → toastr.js} +0 -0
- /package/{src/FormComponents/tryToMatchSchemas.js → tryToMatchSchemas.js} +0 -0
- /package/{src/typeToCommonType.js → typeToCommonType.js} +0 -0
- /package/{src/utils/hooks/useDeepEqualMemo.js → useDeepEqualMemo.js} +0 -0
- /package/{src/useDialog.js → useDialog.js} +0 -0
- /package/{src/utils/hooks/useStableReference.js → useStableReference.js} +0 -0
- /package/{src/DataTable/utils/useTableEntities.js → useTableEntities.js} +0 -0
- /package/{src/utils/useTraceUpdate.js → useTraceUpdate.js} +0 -0
- /package/{src/DataTable/utils/utils.js → utils.js} +0 -0
- /package/{src/DataTable/validateTableWideErrors.js → validateTableWideErrors.js} +0 -0
- /package/{src/DataTable/viewColumn.js → viewColumn.js} +0 -0
- /package/{src/enhancers/withField.js → withField.js} +0 -0
- /package/{src/enhancers/withFields.js → withFields.js} +0 -0
- /package/{src/enhancers/withLocalStorage.js → withLocalStorage.js} +0 -0
- /package/{src/utils/withSelectTableRecords.js → withSelectTableRecords.js} +0 -0
- /package/{src/DataTable/utils/withSelectedEntities.js → withSelectedEntities.js} +0 -0
- /package/{src/utils/withStore.js → withStore.js} +0 -0
- /package/{src/wrapDialog.js → wrapDialog.js} +0 -0
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
.tg-bounce-loader {
|
|
2
|
-
width: 50px;
|
|
3
|
-
height: 40px;
|
|
4
|
-
text-align: center;
|
|
5
|
-
font-size: 10px;
|
|
6
|
-
display: flex;
|
|
7
|
-
align-items: center;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.tg-bounce-loader > div {
|
|
11
|
-
background-color: #006cab;
|
|
12
|
-
height: 100%;
|
|
13
|
-
max-height: 30px;
|
|
14
|
-
width: 6px;
|
|
15
|
-
display: inline-block;
|
|
16
|
-
margin-right: 3px;
|
|
17
|
-
animation: sk-stretchdelay 1.2s infinite ease-in-out;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.tg-bounce-loader .rect2 {
|
|
21
|
-
animation-delay: -1.1s;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.tg-bounce-loader .rect3 {
|
|
25
|
-
animation-delay: -1s;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.tg-bounce-loader .rect4 {
|
|
29
|
-
animation-delay: -0.9s;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.tg-bounce-loader .rect5 {
|
|
33
|
-
animation-delay: -0.8s;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
@keyframes sk-stretchdelay {
|
|
37
|
-
0%,
|
|
38
|
-
40%,
|
|
39
|
-
100% {
|
|
40
|
-
transform: scaleY(0.4);
|
|
41
|
-
}
|
|
42
|
-
20% {
|
|
43
|
-
transform: scaleY(1);
|
|
44
|
-
}
|
|
45
|
-
}
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import React, { useState } from "react";
|
|
2
|
-
import { Button, Classes, Icon } from "@blueprintjs/core";
|
|
3
|
-
import classNames from "classnames";
|
|
4
|
-
import "./style.css";
|
|
5
|
-
|
|
6
|
-
export default function CollapsibleCard({
|
|
7
|
-
title,
|
|
8
|
-
icon,
|
|
9
|
-
openTitleElements,
|
|
10
|
-
noCard = false,
|
|
11
|
-
className,
|
|
12
|
-
style,
|
|
13
|
-
children,
|
|
14
|
-
initialClosed = false,
|
|
15
|
-
toggle,
|
|
16
|
-
isOpen
|
|
17
|
-
}) {
|
|
18
|
-
let [open, setOpen] = useState(!initialClosed);
|
|
19
|
-
if (isOpen !== undefined) open = isOpen;
|
|
20
|
-
|
|
21
|
-
const toggleCardInfo = () => {
|
|
22
|
-
if (toggle) toggle();
|
|
23
|
-
else {
|
|
24
|
-
setOpen(!open);
|
|
25
|
-
}
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
return (
|
|
29
|
-
<div
|
|
30
|
-
className={classNames({ "tg-card": !noCard, open }, className)}
|
|
31
|
-
style={{
|
|
32
|
-
paddingTop: 10,
|
|
33
|
-
paddingBottom: 10,
|
|
34
|
-
paddingLeft: 15,
|
|
35
|
-
paddingRight: 15,
|
|
36
|
-
...style
|
|
37
|
-
}}
|
|
38
|
-
>
|
|
39
|
-
<div className="tg-card-header" style={{ marginBottom: 8 }}>
|
|
40
|
-
<div className="tg-card-header-title">
|
|
41
|
-
{icon && <Icon icon={icon} />}
|
|
42
|
-
<h6
|
|
43
|
-
style={{
|
|
44
|
-
marginBottom: 0,
|
|
45
|
-
marginRight: 10,
|
|
46
|
-
marginLeft: 10
|
|
47
|
-
}}
|
|
48
|
-
>
|
|
49
|
-
{title}
|
|
50
|
-
</h6>
|
|
51
|
-
<div>{open && openTitleElements}</div>
|
|
52
|
-
</div>
|
|
53
|
-
<div>
|
|
54
|
-
<Button
|
|
55
|
-
icon={open ? "minimize" : "maximize"}
|
|
56
|
-
className={classNames(
|
|
57
|
-
Classes.MINIMAL,
|
|
58
|
-
"info-btn",
|
|
59
|
-
"tg-collapse-toggle"
|
|
60
|
-
)}
|
|
61
|
-
onClick={toggleCardInfo}
|
|
62
|
-
/>
|
|
63
|
-
</div>
|
|
64
|
-
</div>
|
|
65
|
-
{open && children}
|
|
66
|
-
</div>
|
|
67
|
-
);
|
|
68
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/* Use in the place of .bp3-card */
|
|
2
|
-
.tg-card {
|
|
3
|
-
padding: 20px;
|
|
4
|
-
margin-bottom: 20px;
|
|
5
|
-
border-radius: 5px;
|
|
6
|
-
background: white;
|
|
7
|
-
box-shadow:
|
|
8
|
-
0 1px 3px rgba(0, 0, 0, 0.12),
|
|
9
|
-
0 1px 2px rgba(0, 0, 0, 0.18);
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.tg-card-header {
|
|
13
|
-
display: flex;
|
|
14
|
-
flex-direction: row;
|
|
15
|
-
justify-content: space-between;
|
|
16
|
-
align-items: center;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.tg-card-header-title {
|
|
20
|
-
display: flex;
|
|
21
|
-
flex-direction: row;
|
|
22
|
-
align-items: center;
|
|
23
|
-
}
|
package/src/DNALoader/index.js
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import classNames from "classnames";
|
|
3
|
-
import "./style.css";
|
|
4
|
-
|
|
5
|
-
export default function DNALoader({ style, className }) {
|
|
6
|
-
return (
|
|
7
|
-
<div className={classNames("dna-loader", className)} style={style}>
|
|
8
|
-
<div className="nucleobase" />
|
|
9
|
-
<div className="nucleobase" />
|
|
10
|
-
<div className="nucleobase" />
|
|
11
|
-
<div className="nucleobase" />
|
|
12
|
-
<div className="nucleobase" />
|
|
13
|
-
<div className="nucleobase" />
|
|
14
|
-
<div className="nucleobase" />
|
|
15
|
-
<div className="nucleobase" />
|
|
16
|
-
<div className="nucleobase" />
|
|
17
|
-
<div className="nucleobase" />
|
|
18
|
-
</div>
|
|
19
|
-
);
|
|
20
|
-
}
|
package/src/DNALoader/style.css
DELETED
|
@@ -1,251 +0,0 @@
|
|
|
1
|
-
.dna-loader {
|
|
2
|
-
display: inline-block;
|
|
3
|
-
position: relative;
|
|
4
|
-
transform: scale(0.45);
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.nucleobase {
|
|
8
|
-
display: inline-block;
|
|
9
|
-
position: relative;
|
|
10
|
-
vertical-align: middle;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.nucleobase:not(:last-child) {
|
|
14
|
-
margin-right: 4.86vh;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.nucleobase:before,
|
|
18
|
-
.nucleobase:after {
|
|
19
|
-
content: "";
|
|
20
|
-
display: inline-block;
|
|
21
|
-
width: 3vh;
|
|
22
|
-
height: 3vh;
|
|
23
|
-
border-radius: 50%;
|
|
24
|
-
position: absolute;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.nucleobase:nth-child(10) {
|
|
28
|
-
animation-delay: -1.869s;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.nucleobase:nth-child(10):before {
|
|
32
|
-
animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
|
|
33
|
-
animation-delay: -1.869s;
|
|
34
|
-
background-color: #339bb9;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.nucleobase:nth-child(10):after {
|
|
38
|
-
animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
|
|
39
|
-
animation-delay: -1.869s;
|
|
40
|
-
background-color: #006cab;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.nucleobase:nth-child(9) {
|
|
44
|
-
animation-delay: -3.738s;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.nucleobase:nth-child(9):before {
|
|
48
|
-
animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
|
|
49
|
-
animation-delay: -3.738s;
|
|
50
|
-
background-color: #339bb9;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.nucleobase:nth-child(9):after {
|
|
54
|
-
animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
|
|
55
|
-
animation-delay: -3.738s;
|
|
56
|
-
background-color: #006cab;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.nucleobase:nth-child(8) {
|
|
60
|
-
animation-delay: -5.607s;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.nucleobase:nth-child(8):before {
|
|
64
|
-
animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
|
|
65
|
-
animation-delay: -5.607s;
|
|
66
|
-
background-color: #339bb9;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.nucleobase:nth-child(8):after {
|
|
70
|
-
animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
|
|
71
|
-
animation-delay: -5.607s;
|
|
72
|
-
background-color: #006cab;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.nucleobase:nth-child(7) {
|
|
76
|
-
animation-delay: -7.476s;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.nucleobase:nth-child(7):before {
|
|
80
|
-
animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
|
|
81
|
-
animation-delay: -7.476s;
|
|
82
|
-
background-color: #339bb9;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.nucleobase:nth-child(7):after {
|
|
86
|
-
animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
|
|
87
|
-
animation-delay: -7.476s;
|
|
88
|
-
background-color: #006cab;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.nucleobase:nth-child(6) {
|
|
92
|
-
animation-delay: -9.345s;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.nucleobase:nth-child(6):before {
|
|
96
|
-
animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
|
|
97
|
-
animation-delay: -9.345s;
|
|
98
|
-
background-color: #339bb9;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.nucleobase:nth-child(6):after {
|
|
102
|
-
animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
|
|
103
|
-
animation-delay: -9.345s;
|
|
104
|
-
background-color: #006cab;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.nucleobase:nth-child(5) {
|
|
108
|
-
animation-delay: -11.214s;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.nucleobase:nth-child(5):before {
|
|
112
|
-
animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
|
|
113
|
-
animation-delay: -11.214s;
|
|
114
|
-
background-color: #339bb9;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.nucleobase:nth-child(5):after {
|
|
118
|
-
animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
|
|
119
|
-
animation-delay: -11.214s;
|
|
120
|
-
background-color: #006cab;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.nucleobase:nth-child(4) {
|
|
124
|
-
animation-delay: -13.083s;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.nucleobase:nth-child(4):before {
|
|
128
|
-
animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
|
|
129
|
-
animation-delay: -13.083s;
|
|
130
|
-
background-color: #339bb9;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.nucleobase:nth-child(4):after {
|
|
134
|
-
animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
|
|
135
|
-
animation-delay: -13.083s;
|
|
136
|
-
background-color: #006cab;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.nucleobase:nth-child(3) {
|
|
140
|
-
animation-delay: -14.952s;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
.nucleobase:nth-child(3):before {
|
|
144
|
-
animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
|
|
145
|
-
animation-delay: -14.952s;
|
|
146
|
-
background-color: #339bb9;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.nucleobase:nth-child(3):after {
|
|
150
|
-
animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
|
|
151
|
-
animation-delay: -14.952s;
|
|
152
|
-
background-color: #006cab;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.nucleobase:nth-child(2) {
|
|
156
|
-
animation-delay: -16.821s;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
.nucleobase:nth-child(2):before {
|
|
160
|
-
animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
|
|
161
|
-
animation-delay: -16.821s;
|
|
162
|
-
background-color: #339bb9;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
.nucleobase:nth-child(2):after {
|
|
166
|
-
animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
|
|
167
|
-
animation-delay: -16.821s;
|
|
168
|
-
background-color: #006cab;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
.nucleobase:nth-child(1) {
|
|
172
|
-
animation-delay: -18.69s;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.nucleobase:nth-child(1):before {
|
|
176
|
-
animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
|
|
177
|
-
animation-delay: -18.69s;
|
|
178
|
-
background-color: #339bb9;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.nucleobase:nth-child(1):after {
|
|
182
|
-
animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
|
|
183
|
-
animation-delay: -18.69s;
|
|
184
|
-
background-color: #006cab;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
@keyframes animBefore {
|
|
188
|
-
0% {
|
|
189
|
-
top: -6vh;
|
|
190
|
-
z-index: 1;
|
|
191
|
-
}
|
|
192
|
-
25% {
|
|
193
|
-
transform: scale(1.2);
|
|
194
|
-
z-index: 1;
|
|
195
|
-
}
|
|
196
|
-
50% {
|
|
197
|
-
top: 6vh;
|
|
198
|
-
z-index: -1;
|
|
199
|
-
}
|
|
200
|
-
75% {
|
|
201
|
-
background-color: #5bc0de;
|
|
202
|
-
transform: scale(0.8);
|
|
203
|
-
z-index: -1;
|
|
204
|
-
}
|
|
205
|
-
100% {
|
|
206
|
-
top: -6vh;
|
|
207
|
-
z-index: -1;
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
@keyframes animAfter {
|
|
212
|
-
0% {
|
|
213
|
-
top: 6vh;
|
|
214
|
-
z-index: -1;
|
|
215
|
-
}
|
|
216
|
-
25% {
|
|
217
|
-
background-color: #055e75;
|
|
218
|
-
transform: scale(0.8);
|
|
219
|
-
z-index: -1;
|
|
220
|
-
}
|
|
221
|
-
50% {
|
|
222
|
-
top: -6vh;
|
|
223
|
-
z-index: 1;
|
|
224
|
-
}
|
|
225
|
-
75% {
|
|
226
|
-
transform: scale(1.2);
|
|
227
|
-
z-index: 1;
|
|
228
|
-
}
|
|
229
|
-
100% {
|
|
230
|
-
top: 6vh;
|
|
231
|
-
z-index: 1;
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
@keyframes animDotBar {
|
|
236
|
-
0% {
|
|
237
|
-
height: 8.25vh;
|
|
238
|
-
}
|
|
239
|
-
25% {
|
|
240
|
-
height: 0;
|
|
241
|
-
}
|
|
242
|
-
50% {
|
|
243
|
-
height: 8.25vh;
|
|
244
|
-
}
|
|
245
|
-
75% {
|
|
246
|
-
height: 0;
|
|
247
|
-
}
|
|
248
|
-
100% {
|
|
249
|
-
height: 8.25vh;
|
|
250
|
-
}
|
|
251
|
-
}
|