Skip to content

Commit

Permalink
chore(project): add elements packages
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed May 8, 2019
1 parent fc28033 commit d31eadd
Show file tree
Hide file tree
Showing 2,915 changed files with 3,842 additions and 13,957 deletions.
9 changes: 7 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ and design systems inheriting Carbon can override. This prefix prevents potentia
**HTML**

```html
<div class="bx--inline-notification bx--inline-notification--error" role="alert">
<div
class="bx--inline-notification bx--inline-notification--error"
role="alert"
>
<div class="bx--inline-notification__details">...</div>
</div>
```
Expand Down Expand Up @@ -129,7 +132,9 @@ $interactive-01: map-get($carbon--theme, interactive-01) !default;
A nested element can use a new block name as long as the styles are independent of the parent.

```html
<div class="bx--component"><button class="bx--component-button">Button</button></div>
<div class="bx--component">
<button class="bx--component-button">Button</button>
</div>
```

:point_up: The `#{$prefix}--component-button` class implies that this button has independent styles from its parent.
Expand Down
49 changes: 0 additions & 49 deletions .github/ISSUE_TEMPLATE/accessibility-issue--.md

This file was deleted.

48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/accessibility-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
name: Accessibility Issue ♿
about: Report an accessibility or usability issue
title: ''
labels: 'type: a11y ♿'
assignees: ''
---

<!-- Feel free to remove sections that aren't relevant.
## Title line template: [Title]: Brief description
-->

## Environment

> Operating system
> Browser
> Automated testing tool and ruleset
> Assistive technology used to verify
## Detailed description

> What version of the Carbon Design System are you using?
> What did you expect to happen?
> What happened instead?
> What WCAG 2.1 checkpoint does the issue violate?
## Steps to reproduce the issue

1. Step one
2. Step two
3. Step three
4. etc.

> Please create a reduced test case in CodeSandbox
> https://codesandbox.io/s/github/IBM/carbon-components-react/tree/master/examples/codesandbox
## Additional information

- Screenshots or code
- Notes
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ about: Something isn't working as expected? Here is the right place to report.
title: ''
labels: "type: bug \U0001F41B"
assignees: ''

---

<!-- Feel free to remove sections that aren't relevant.
Expand Down
44 changes: 0 additions & 44 deletions .github/ISSUE_TEMPLATE/feature-request-or-enhancement---.md

This file was deleted.

43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request-or-enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
name: "Feature request or enhancement \U0001F4A1"
about: Suggest an idea for this project
title: ''
labels: "type: enhancement \U0001F4A1"
assignees: ''
---

Use this template if you want to request a new feature, or a change to an existing feature.

If you are reporting a bug or problem, please use the bug template instead.

### Summary

Please describe your request in one or two sentences.

Clarify if you are asking for both design and development, or just design, or just development.

### Justification

Provide the business reasons for this request.

### Desired UX and success metrics

Describe the full user experience for this feature. Also define the metrics by which we can measure success/failure for the user.

### "Must have" functionality

Highlight any "must have" needs and functionality for the request.

This should not be a full list of functionality; the Carbon team will work with you to define functionality based on the desired UX.

### Specific timeline issues / requests

Do you want this work within a specific time period? Is it related to an upcoming release?

_NB: The Carbon team will try to work with your timeline, but it's not guaranteed. The earlier you make a request in advance of a desired delivery date, the better!_

### Available extra resources

What resources do you have to assist this effort?

_Carbon is a collaborative system. We encourage teams to build components and submit them for integration as either add-ons or core components._
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ about: Suggest an idea for this project
title: ''
labels: "type: enhancement \U0001F4A1"
assignees: ''

---

Use this template if you want to request a new feature, or a change to an existing feature.
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ about: Usage question or discussion about Carbon Components.
title: ''
labels: 'type: question :question:'
assignees: ''

---

<!--
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Build folders
/build
packages/*/build/
packages/*/examples/*/build/
es
lib
Expand Down
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ packages/components/scripts
packages/components/css
packages/components/scss
packages/components/docs/js

# Changelogs
**/CHANGELOG.md
3 changes: 3 additions & 0 deletions elements/.stylelintignore → .stylelintignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@
**/packages/colors/**/*.scss
**/packages/elements/scss/**/*.scss
**/packages/themes/**/*.scss

# Components
**/packages/components/**
Binary file added .yarn-offline-mirror/@babel-core-7.4.4.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/@babel-generator-7.4.4.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .yarn-offline-mirror/@babel-helpers-7.4.4.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/@babel-parser-7.4.4.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .yarn-offline-mirror/@babel-preset-env-7.4.4.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/@babel-runtime-7.4.4.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/@babel-template-7.4.4.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/@babel-traverse-7.4.4.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/@babel-types-7.4.4.tgz
Binary file not shown.
Binary file removed .yarn-offline-mirror/@carbon-colors-10.0.0.tgz
Binary file not shown.
Binary file removed .yarn-offline-mirror/@carbon-elements-10.0.0.tgz
Binary file not shown.
Binary file removed .yarn-offline-mirror/@carbon-grid-10.0.0.tgz
Binary file not shown.
Binary file removed .yarn-offline-mirror/@carbon-icon-helpers-10.0.0.tgz
Binary file not shown.
Binary file removed .yarn-offline-mirror/@carbon-icons-10.0.0.tgz
Binary file not shown.
Binary file not shown.
Binary file removed .yarn-offline-mirror/@carbon-import-once-10.0.0.tgz
Binary file not shown.
Binary file removed .yarn-offline-mirror/@carbon-layout-10.0.0.tgz
Binary file not shown.
Binary file removed .yarn-offline-mirror/@carbon-motion-10.0.0.tgz
Binary file not shown.
Binary file removed .yarn-offline-mirror/@carbon-test-utils-10.0.0.tgz
Binary file not shown.
Binary file removed .yarn-offline-mirror/@carbon-themes-10.0.0.tgz
Binary file not shown.
Binary file removed .yarn-offline-mirror/@carbon-type-10.0.0.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/@jest-console-24.7.1.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/@jest-core-24.8.0.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/@jest-environment-24.8.0.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/@jest-fake-timers-24.8.0.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/@jest-reporters-24.8.0.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/@jest-test-result-24.8.0.tgz
Binary file not shown.
Binary file not shown.
Binary file added .yarn-offline-mirror/@jest-transform-24.8.0.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/@jest-types-24.8.0.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/@types-babel__core-7.1.1.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added .yarn-offline-mirror/@types-yargs-12.0.12.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/a-sync-waterfall-1.0.1.tgz
Binary file not shown.
File renamed without changes.
Binary file added .yarn-offline-mirror/autoprefixer-9.5.1.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/babel-jest-24.8.0.tgz
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file added .yarn-offline-mirror/braces-3.0.2.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/browserslist-4.5.6.tgz
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file added .yarn-offline-mirror/ccount-1.0.4.tgz
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added .yarn-offline-mirror/color-3.1.1.tgz
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added .yarn-offline-mirror/core-js-compat-3.0.1.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/core-js-pure-3.0.1.tgz
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added .yarn-offline-mirror/cssesc-3.0.0.tgz
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file added .yarn-offline-mirror/emoji-regex-8.0.0.tgz
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added .yarn-offline-mirror/expect-24.8.0.tgz
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file added .yarn-offline-mirror/fill-range-7.0.1.tgz
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added .yarn-offline-mirror/fsevents-1.2.9.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/glob-7.1.4.tgz
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added .yarn-offline-mirror/ignore-5.1.1.tgz
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file added .yarn-offline-mirror/is-generator-fn-2.1.0.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/is-number-7.0.0.tgz
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .yarn-offline-mirror/istanbul-reports-2.2.4.tgz
Binary file not shown.
File renamed without changes.
Binary file added .yarn-offline-mirror/jest-24.8.0.tgz
Binary file not shown.
Binary file not shown.
Binary file added .yarn-offline-mirror/jest-circus-24.8.0.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/jest-cli-24.8.0.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/jest-config-24.8.0.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/jest-diff-24.8.0.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/jest-each-24.8.0.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .yarn-offline-mirror/jest-get-type-24.8.0.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/jest-haste-map-24.8.0.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/jest-jasmine2-24.8.0.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/jest-junit-6.4.0.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .yarn-offline-mirror/jest-message-util-24.8.0.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/jest-mock-24.8.0.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/jest-resolve-24.8.0.tgz
Binary file not shown.
Binary file not shown.
Binary file added .yarn-offline-mirror/jest-runner-24.8.0.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/jest-runtime-24.8.0.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/jest-snapshot-24.8.0.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/jest-util-24.8.0.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/jest-validate-24.8.0.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/jest-watcher-24.8.0.tgz
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file added .yarn-offline-mirror/kleur-3.0.3.tgz
Binary file not shown.
Binary file not shown.
Binary file added .yarn-offline-mirror/leven-3.1.0.tgz
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added .yarn-offline-mirror/make-dir-2.1.0.tgz
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added .yarn-offline-mirror/micromatch-4.0.2.tgz
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file added .yarn-offline-mirror/node-pre-gyp-0.12.0.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/node-releases-1.1.18.tgz
Binary file not shown.
Binary file added .yarn-offline-mirror/node-sass-4.12.0.tgz
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file added .yarn-offline-mirror/nunjucks-3.2.0.tgz
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file added .yarn-offline-mirror/picomatch-2.0.6.tgz
Binary file not shown.
File renamed without changes.
Binary file added .yarn-offline-mirror/postcss-7.0.16.tgz
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit d31eadd

Please sign in to comment.