You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CODE_OF_CONDUCT.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe
34
34
35
35
## Enforcement
36
36
37
-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at sparkdesignsystem@quickenloans.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
37
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at sparkdesignsystem@rocketmortgage.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
38
38
39
39
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
3
3
# Spark Design System
4
4
5
-
Welcome to the Spark Design System, a product of [Quicken Loans](https://github.com/quickenloans).
5
+
Welcome to the Spark Design System, a product of [Rocket Mortgage](https://github.com/quickenloans).
6
6
7
7
Spark Design System is where we collect our best solutions for how to design and build unified digital experiences for the Rocket brands.
8
8
9
9
*[Spark](https://www.npmjs.com/package/@sparkdesignsystem/spark) contains the basic patterns and components that make up
10
-
the visual and interaction design of the Quicken Loans family of
10
+
the visual and interaction design of the Rocket Mortgage family of
11
11
Fintech products. If your application is expected to look and behave
12
-
like a Quicken Loans application, this package is the starting point.
12
+
like a Rocket Mortgage application, this package is the starting point.
13
13
When the Spark Sass and JS setup files are imported into an application you will receive code for all of Spark.
14
14
15
15
## Getting Started
@@ -106,7 +106,7 @@ JavaScript to ensure maintainability and scalability.
106
106
* Spark uses [ESLint](https://eslint.org/) for JS linting.
107
107
* ESLint is setup to use the [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript)
108
108
and Spark JS coding conventions come from there.
109
-
* We follow JS recommendations from the [Quicken Loans JS Concord Group](https://github.com/QuickenLoans/js-concord/blob/master/rfc/cgr-0001-style-and-lint.md).
109
+
* We follow JS recommendations from the [Rocket Mortgage JS Concord Group](https://github.com/QuickenLoans/js-concord/blob/master/rfc/cgr-0001-style-and-lint.md).
110
110
* Data attributes on DOM elements is the chosen method for DOM selection.
Copy file name to clipboardExpand all lines: html/package.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "@sparkdesignsystem/spark",
3
3
"version": "17.0.1",
4
-
"description": "Spark is the main package for the Spark Design System. This package contains the JavaScript and components that make up the basic interfaces for Quicken Loans Fintech products.",
4
+
"description": "Spark is the main package for the Spark Design System. This package contains the JavaScript and components that make up the basic interfaces for Rocket Mortgage Fintech products.",
5
5
"main": "es5/sparkExports.js",
6
6
"scripts": {
7
7
"test": "npm run build-styles && jest --config ./jest-config.js --verbose=false",
Copy file name to clipboardExpand all lines: react/README.md
+3-4
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,13 @@
2
2
3
3
# Spark Design System React
4
4
5
-
Welcome to the Spark Design System React, a product of [Quicken Loans](https://github.com/quickenloans).
5
+
Welcome to the Spark Design System React, a product of [Rocket Mortgage](https://github.com/quickenloans).
6
6
7
7
Spark Design System is where we collect our best solutions for how to design and build unified digital experiences for the Rocket brands.
8
8
9
9
*[Spark](https://www.npmjs.com/package/@sparkdesignsystem/spark) contains the basic patterns and components that make up
10
-
the visual and interaction design of the Quicken Loans family of
10
+
the visual and interaction design of the Rocket Mortgage family of
11
11
Fintech products. If your application is expected to look and behave
12
-
like a Quicken Loans application, this package is the starting point.
13
12
When the Spark Sass and JS setup files are imported into an application you will receive code for all of Spark.
14
13
15
14
## Getting Started
@@ -118,7 +117,7 @@ JavaScript to ensure maintainability and scalability.
118
117
* Spark uses [ESLint](https://eslint.org/) for JS linting.
119
118
* ESLint is setup to use the [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript)
120
119
and Spark JS coding conventions come from there.
121
-
* We follow JS recommendations from the [Quicken Loans JS Concord Group](https://github.com/QuickenLoans/js-concord/blob/master/rfc/cgr-0001-style-and-lint.md).
120
+
* We follow JS recommendations from the [Rocket Mortgage JS Concord Group](https://github.com/QuickenLoans/js-concord/blob/master/rfc/cgr-0001-style-and-lint.md).
122
121
* Data attributes on DOM elements is the chosen method for DOM selection.
0 commit comments