Skip to content

Commit

Permalink
Post Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
derekbrown committed Jan 17, 2025
1 parent 38dd6f2 commit fd7f5f4
Show file tree
Hide file tree
Showing 97 changed files with 594 additions and 3,035 deletions.
2 changes: 1 addition & 1 deletion cdp-agentkit-core/typescript/docs/assets/hierarchy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions cdp-agentkit-core/typescript/docs/assets/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cdp-agentkit-core/typescript/docs/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cdp-agentkit-core/typescript/docs/assets/search.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions cdp-agentkit-core/typescript/docs/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
--light-color-ts-function: #572be7;
--light-color-ts-class: #1f70c2;
--light-color-ts-interface: #108024;
--light-color-ts-constructor: #4d7fff;
--light-color-ts-property: #ff984d;
--light-color-ts-method: #ff4db8;
--light-color-ts-constructor: var(--light-color-ts-class);
--light-color-ts-property: #9f5f30;
--light-color-ts-method: #be3989;
--light-color-ts-reference: #ff4d82;
--light-color-ts-call-signature: var(--light-color-ts-method);
--light-color-ts-index-signature: var(--light-color-ts-property);
Expand All @@ -41,7 +41,7 @@
--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: #a55c0e;
--light-color-ts-accessor: #ff4d4d;
--light-color-ts-accessor: #c73c3c;
--light-color-ts-get-signature: var(--light-color-ts-accessor);
--light-color-ts-set-signature: var(--light-color-ts-accessor);
--light-color-ts-type-alias: #d51270;
Expand Down Expand Up @@ -86,7 +86,7 @@
--dark-color-ts-function: #a280ff;
--dark-color-ts-class: #8ac4ff;
--dark-color-ts-interface: #6cff87;
--dark-color-ts-constructor: #4d7fff;
--dark-color-ts-constructor: var(--dark-color-ts-class);
--dark-color-ts-property: #ff984d;
--dark-color-ts-method: #ff4db8;
--dark-color-ts-reference: #ff4d82;
Expand All @@ -96,7 +96,7 @@
--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: #e07d13;
--dark-color-ts-accessor: #ff4d4d;
--dark-color-ts-accessor: #ff6060;
--dark-color-ts-get-signature: var(--dark-color-ts-accessor);
--dark-color-ts-set-signature: var(--dark-color-ts-accessor);
--dark-color-ts-type-alias: #ff6492;
Expand Down
Loading

0 comments on commit fd7f5f4

Please sign in to comment.