Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ylabonte committed Jan 15, 2024
1 parent c2e9d86 commit d7b9369
Show file tree
Hide file tree
Showing 28 changed files with 468 additions and 1,125 deletions.
4 changes: 2 additions & 2 deletions docs/assets/main.js

Large diffs are not rendered by default.

50 changes: 35 additions & 15 deletions docs/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
--light-color-ts-constructor-signature: var(--light-color-ts-constructor);
--light-color-ts-parameter: var(--light-color-ts-variable);
/* type literal not included as links will never be generated to it */
--light-color-ts-type-parameter: var(--light-color-ts-type-alias);
--light-color-ts-type-parameter: #a55c0e;
--light-color-ts-accessor: var(--light-color-ts-property);
--light-color-ts-get-signature: var(--light-color-ts-accessor);
--light-color-ts-set-signature: var(--light-color-ts-accessor);
Expand Down Expand Up @@ -69,7 +69,7 @@
--dark-color-ts-constructor-signature: var(--dark-color-ts-constructor);
--dark-color-ts-parameter: var(--dark-color-ts-variable);
/* type literal not included as links will never be generated to it */
--dark-color-ts-type-parameter: var(--dark-color-ts-type-alias);
--dark-color-ts-type-parameter: #e07d13;
--dark-color-ts-accessor: var(--dark-color-ts-property);
--dark-color-ts-get-signature: var(--dark-color-ts-accessor);
--dark-color-ts-set-signature: var(--dark-color-ts-accessor);
Expand Down Expand Up @@ -266,12 +266,12 @@ h6 {
line-height: 1.2;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
h1 > a:not(.link),
h2 > a:not(.link),
h3 > a:not(.link),
h4 > a:not(.link),
h5 > a:not(.link),
h6 > a:not(.link) {
text-decoration: none;
color: var(--color-text);
}
Expand Down Expand Up @@ -649,6 +649,28 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
font-weight: bold;
}

.tsd-full-hierarchy:not(:last-child) {
margin-bottom: 1em;
padding-bottom: 1em;
border-bottom: 1px solid var(--color-accent);
}
.tsd-full-hierarchy,
.tsd-full-hierarchy ul {
list-style: none;
margin: 0;
padding: 0;
}
.tsd-full-hierarchy ul {
padding-left: 1.5rem;
}
.tsd-full-hierarchy a {
padding: 0.25rem 0 !important;
font-size: 1rem;
display: inline-flex;
align-items: center;
color: var(--color-text);
}

.tsd-panel-group.tsd-index-group {
margin-bottom: 0;
}
Expand Down Expand Up @@ -714,12 +736,15 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
}
.tsd-navigation > a,
.tsd-navigation .tsd-accordion-summary {
width: calc(100% - 0.5rem);
width: calc(100% - 0.25rem);
display: flex;
align-items: center;
}
.tsd-navigation a,
.tsd-navigation summary > span,
.tsd-page-navigation a {
display: inline-flex;
display: flex;
width: calc(100% - 0.25rem);
align-items: center;
padding: 0.25rem;
color: var(--color-text);
Expand Down Expand Up @@ -759,11 +784,6 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
margin-left: -1.5rem;
}

.tsd-nested-navigation > li > a,
.tsd-nested-navigation > li > span {
width: calc(100% - 1.75rem - 0.5rem);
}

.tsd-page-navigation ul {
padding-left: 1.75rem;
}
Expand Down
18 changes: 9 additions & 9 deletions docs/classes/AbstractService.html

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions docs/classes/CommandService.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions docs/classes/GetStateData.html

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions docs/classes/GetStateDataObject.html

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions docs/classes/GetStateDataSysInfo.html

Large diffs are not rendered by default.

46 changes: 24 additions & 22 deletions docs/classes/GetStateService.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/classes/Logger.html

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions docs/classes/RelayDataInterpreter.html

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions docs/classes/RelayDataObject.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions docs/classes/SetStateService.html

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions docs/classes/UsrcfgCgiService.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/enums/DosageTarget.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions docs/enums/GetStateCategory.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/enums/LogLevel.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/enums/RelayStateBitMask.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/enums/SetStateValue.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/hierarchy.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/IGetStateCategories.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/interfaces/IGetStateServiceConfig.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/interfaces/ILogger.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions docs/interfaces/IServiceConfig.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/modules.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/variables/GETSTATE.html

Large diffs are not rendered by default.

Loading

0 comments on commit d7b9369

Please sign in to comment.