graph TD
A[Carbon for AEM] -->|New component required| B(design review)
B --> T[ibmdotcom-web-components?]
T --> C{No}
T --> D{Yes}
D -->E[Create AEM Component]
E --> N
C --> F(can use unmodified carbon-web-components?)
F --> H{Yes}
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
| [{ | |
| "name" : "C4 Dotcom Emoji", | |
| "source": "source", | |
| "license": "?" | |
| },{ | |
| "url": "https://user-images.githubusercontent.com/909118/236454553-b0f1d823-1ef1-41e9-a48f-d7e12deb8b78.svg", | |
| "labels": "carbon web components", | |
| "name": "web_components" | |
| }] |
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
| { | |
| "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", | |
| "environment": { | |
| "networkUserAgent": "Mozilla/5.0 (Linux; Android 7.0; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4420.0 Mobile Safari/537.36 Chrome-Lighthouse", | |
| "hostUserAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", | |
| "benchmarkIndex": 1402.5, | |
| "credits": {} | |
| }, | |
| "lighthouseVersion": "7.3.0", | |
| "fetchTime": "2021-11-04T16:14:14.760Z", |
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
| $color: green; | |
| $carbon--base-font-size: 16px !default; | |
| /// Convert a given px unit to a rem unit | |
| /// @param {Number} $px - Number with px unit | |
| /// @return {Number} Number with rem unit | |
| /// @access public | |
| /// @group @carbon/layout | |
| @function carbon--rem($px) { |
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
| $color: green; | |
| $carbon--base-font-size: 16px !default; | |
| /// Convert a given px unit to a rem unit | |
| /// @param {Number} $px - Number with px unit | |
| /// @return {Number} Number with rem unit | |
| /// @access public | |
| /// @group @carbon/layout | |
| @function carbon--rem($px) { |
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
| "downloader_precedence": { | |
| "windows": ["wininet"], | |
| "osx": ["curl","urllib"], | |
| "linux": ["urllib", "curl", "wget"] | |
| } |