Skip to content

Commit

Permalink
added Meetup's design system
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Perrotti committed Feb 6, 2018
1 parent 61e2405 commit 4202f2e
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 5 deletions.
17 changes: 12 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,19 @@
},
"jest": {
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$":
"<rootDir>/__mocks__/fileMock.js"
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js"
},
"moduleFileExtensions": ["js", "jsx", "JSON"],
"moduleFileExtensions": [
"js",
"jsx",
"JSON"
],
"setupTestFrameworkScriptFile": "<rootDir>/testsConfig/enzymeConfig.js",
"setupFiles": ["<rootDir>/testsConfig/enzymeConfig.js"],
"snapshotSerializers": ["enzyme-to-json/serializer"]
"setupFiles": [
"<rootDir>/testsConfig/enzymeConfig.js"
],
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
}
}
155 changes: 155 additions & 0 deletions src/data/data.JSON
Original file line number Diff line number Diff line change
Expand Up @@ -8747,5 +8747,160 @@
"data": "npm",
"label": "distribution"
}
},
{
"company": {
"data": "meetup",
"label": "company"
},
"system": {
"data": "swarm design system",
"label": "system",
"url": "https://meetup.github.io/swarm-design-system/",
"$addedAt": "201802062318"
},
"repository": {
"data": "GitHub",
"label": "repository",
"url": "https://github.com/meetup/swarm-design-system"
},
"codeDepth": {
"data": "HTML/CSS/JS",
"label": "code depth"
},
"components": {
"data": "yes",
"label": "components"
},
"js": {
"data": "React",
"label": "JS library/framework"
},
"ts": {
"data": "no",
"label": "typescript"
},
"webComponents": {
"data": "yes",
"label": "web components"
},
"tests": {
"data": [
"Jest",
"Enzyme"
],
"label": "tests"
},
"linter": {
"data": "ESLint",
"label": "linter"
},
"css": {
"data": "SASS",
"label": "CSS"
},
"cssInjs": {
"data": "no",
"label": "CSS in JS"
},
"designTokens": {
"data": "yes",
"label": "design tokens"
},
"bundleManager": {
"data": "Webpack",
"label": "bundle manager"
},
"uiKit": {
"data": "Sketch",
"url": "https://share.goabstract.com/e1e2f321-fc7d-4db4-b8eb-4929b24a1a40",
"label": "UI kit"
},
"brandGuidelines": {
"data": "yes",
"label": "brand guidelines",
"url": "https://meetup.github.io/swarm-design-system/brand/"
},
"colorPalette": {
"data": "yes",
"label": "color palette",
"url": "https://meetup.github.io/swarm-design-system/design/color/"
},
"colorNaming": {
"data": "natural (e.g. red, light red)",
"label": "color naming"
},
"contrastAnalysis": {
"data": "yes",
"label": "contrast analysis",
"url": "https://meetup.github.io/swarm-design-system/design/color/"
},
"typography": {
"data": "yes",
"label": "typography",
"url": "https://meetup.github.io/swarm-design-system/design/typography/"
},
"icons": {
"data": "yes",
"label": "icons",
"url": "https://meetup.github.io/swarm-design-system/design/icons/"
},
"space/Grid": {
"data": "yes",
"label": "space / grid",
"url": "https://meetup.github.io/swarm-design-system/design/layout/spaceSizeMetrics/"
},
"illustrations": {
"data": "no",
"label": "illustration",
"url": ""
},
"dataVisualization": {
"data": "no",
"label": "data visualization",
"url": ""
},
"animation": {
"data": "no",
"label": "animation",
"url": ""
},
"voiceTone": {
"data": "yes",
"label": "voice & tone",
"url": "https://meetup.github.io/swarm-design-system/brand/brandvoice/"
},
"accessibilityGuidelines": {
"data": "yes",
"label": "accessibility guidelines",
"url": "https://meetup.github.io/swarm-design-system/design/usability/a11y/"
},
"designPrinciples": {
"data": "no",
"label": "design principles",
"url": ""
},
"websiteDocumentation": {
"data": "yes",
"label": "documentation website",
"url": "https://meetup.github.io/swarm-design-system/"
},
"codeDocumentation": {
"data": "yes",
"label": "code documentation",
"url": "https://meetup.github.io/meetup-web-components/"
},
"storybook": {
"data": "yes",
"label": "storybook",
"url": "https://meetup.github.io/meetup-web-components/"
},
"distribution": {
"data": [
"yarn",
"npm"
],
"label": "distribution"
}
}
]

0 comments on commit 4202f2e

Please sign in to comment.