Version: 2026-05-17
Source: https://github.com/JackReis/arbiter
Packager: KIMI_DROID (OpenClaw/Kimi k2p6)
Naming convention:rbitr-*= Jack Reis A2A-native agent consensus framework
Absorbed: ClawHubarbiter(5hanth) → will becomea2a-arbiter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| **Usage** `carbon-addons-ics` exists as a package on NPM. | |
| > npm install carbon-addons-ics --save | |
| _Or, with yarn_ | |
| > yarn add carbon-addons-ics | |
| Simply import React components like so: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class CommentBox extends React.Component { | |
| render() { | |
| const comments = this._getComments() || []; | |
| return( | |
| <div className="comment-box"> | |
| <h3>Comments</h3> | |
| <h4 className="comment-count">{comments.length} comments</h4> | |
| <div className="comment-list"> | |
| {comments} | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"ip":0,"fr":60,"v":"5.1.20","assets":[],"layers":[{"ty":4,"nm":"t","ip":0,"st":0,"ind":13,"hix":2,"ks":{"o":{"a":0,"k":100},"or":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[9.5,17.5,0]},"p":{"s":true,"x":{"a":1,"k":[{"t":0,"s":[489.73],"e":[489.73],"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"t":57,"s":[489.73],"e":[313.924],"i":{"x":[0.355],"y":[1]},"o":{"x":[0.215],"y":[0.61]}},{"t":90,"s":[313.924],"e":[313.924],"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"t":168}]},"y":{"a":1,"k":[{"t":0,"s":[310],"e":[308.266],"i":{"x":[0.515],"y":[0.955]},"o":{"x":[0.455],"y":[0.03]}},{"t":93,"s":[308.266],"e":[308.266],"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"t":168}]}},"rx":{"a":0,"k":0},"ry":{"a":0,"k":0},"rz":{"a":0,"k":0},"s":{"a":0,"k":[100,100,100]}},"shapes":[{"ty":"gr","nm":"t shape group","it":[{"ty":"sh","ks":{"a":0,"k":{"c":true,"v":[[17.6503992,6.09349615],[12.9945867,6.09349615],[12.9945867,0],[4.07273715,0],[4.07273715,6.09349615],[0.736690261,6.09349615],[0.736690261,12.0382698],[4.07273715,12.0382698 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| define(() => | |
| ({ | |
| sgBlue: '#1a82e2', | |
| slate: '#294661', | |
| sgBlue80: '#489be8', | |
| sgBlue60: '#76b4ee', | |
| sgBlue40: '#a3cdf3', | |
| sgBlue20: '#d1e6f9', | |
| sgBlue10: '#e8f2fc', | |
| sgBlue05: '#f3f9fd', |
style-guide contains all of SendGrid's styles for customer facing applications, such as Mako and Marketing Campaigns. It also hosts a living style guide at sendgrid.github.io/style-guide.
git clone git@github.com:sendgrid/style-guide.git
cd style-guide
npm install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Prototype Settings": { | |
| "Scenario": "onboarding", | |
| "SendGrid": { | |
| "SendGrid_login": true, | |
| "SendGrid_labsOptedIn": true | |
| }, | |
| "Facebook Config": { | |
| "Facebook_login": false, | |
| "Facebook_hasAdAccount": true, |
@Liz @Chiara @Mike 👉 TL;DR: [~lyee] [~cmcphee] [~rowan] [~dlee] the links for the OTHER experiment pages won't change, unless we do additional work on those (which we don't need right now).
@Katie I don't think we need to delete the old page template just yet; we need to keep a tight focus on the Grow My Business experiment for now. We can certainly do that for next week's deploy but I want to keep this to as few variables as possible because of timeline.
| Title | URL |
|---|---|
| Identify My Top Segments | sendgrid.com/labs/identify-my-top-segments/ |
| Grow My Business | sendgrid.com/labs/grow-my-business/ |
| Optimize Communications Across All My Channels | sendgrid.com/labs/optimize-communications-across-all-channels/ |
| Improve My Deliverability | sendgrid.com/labs/improve-my-deliverability/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!--Pattern HTML--> | |
| <div id="pattern" class="pattern"> | |
| <div class="c"> | |
| <div class="c-list-container"> | |
| <ul class="c-list"> | |
| <li> | |
| <a href="#"> | |
| <img src="http://bradfrost.github.com/this-is-responsive/patterns/images/fpo_landscape.png" alt="FPO Image" /> | |
| <div class="summary"> | |
| <h2>This is the first title</h2> |