Skip to content

Commit 70645c5

Browse files
committed
rm updates
1 parent 2711780 commit 70645c5

25 files changed

+59
-59
lines changed

Diff for: CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe
3434

3535
## Enforcement
3636

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.
3838

3939
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.
4040

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2017 Quicken Loans
3+
Copyright (c) 2017 Rocket Mortgage
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
# Spark Design System
44

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).
66

77
Spark Design System is where we collect our best solutions for how to design and build unified digital experiences for the Rocket brands.
88

99
* [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
1111
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.
1313
When the Spark Sass and JS setup files are imported into an application you will receive code for all of Spark.
1414

1515
## Getting Started
@@ -106,7 +106,7 @@ JavaScript to ensure maintainability and scalability.
106106
* Spark uses [ESLint](https://eslint.org/) for JS linting.
107107
* ESLint is setup to use the [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript)
108108
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).
110110
* Data attributes on DOM elements is the chosen method for DOM selection.
111111

112112
#### React and Angular

Diff for: angular/projects/spark-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@sparkdesignsystem/spark-angular",
33
"description": "A collection of Spark Design System components in Angular 6+",
44
"version": "14.0.0",
5-
"author": "Quicken Loans",
5+
"author": "Rocket Mortgage",
66
"license": "MIT",
77
"scripts": {
88
"build": "../../node_modules/.bin/tsc -p tsconfig.schematics.json",

Diff for: angular/projects/spark-angular/src/lib/components/sprk-dictionary/sprk-dictionary.stories.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const defaultStory = () => ({
2727
<sprk-dictionary
2828
idString="dictionary-default"
2929
[keyValuePairs]="{
30-
'Email Address':'sparkdesignsystem@quickenloans.com',
30+
'Email Address':'sparkdesignsystem@rocketmortgage.com',
3131
'Mailing Address': '123 Main Street, Detroit, MI, 48216',
3232
'Home Phone': '(123) 456-7890',
3333
'Cell Phone': '(098) 765-4321',
@@ -52,7 +52,7 @@ export const striped = () => ({
5252
variant="striped"
5353
idString="dictionary-striped"
5454
[keyValuePairs]="{
55-
'Email Address':'sparkdesignsystem@quickenloans.com',
55+
'Email Address':'sparkdesignsystem@rocketmortgage.com',
5656
'Mailing Address': '123 Main Street, Detroit, MI, 48216',
5757
'Home Phone': '(123) 456-7890',
5858
'Cell Phone': '(098) 765-4321',

Diff for: angular/projects/spark-angular/src/lib/components/sprk-footer/sprk-footer.component.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ describe('SprkFooterComponent', () => {
9090
text: 'Test Text',
9191
href: '/alert',
9292
imgSrc: 'https://spark-assets.netlify.app/rocket-by-ql-white.svg',
93-
imgAlt: 'Rocket Mortgage by Quicken Loans Logo',
93+
imgAlt: 'Rocket Mortgage Logo',
9494
},
9595
];
9696
fixture.detectChanges();
@@ -104,7 +104,7 @@ describe('SprkFooterComponent', () => {
104104
text: 'Test Text',
105105
routerLink: '/alert-router',
106106
imgSrc: 'https://spark-assets.netlify.app/rocket-by-ql-white.svg',
107-
imgAlt: 'Rocket Mortgage by Quicken Loans Logo',
107+
imgAlt: 'Rocket Mortgage by Rocket Mortgage Logo',
108108
},
109109
];
110110
fixture.detectChanges();

Diff for: angular/projects/spark-angular/src/lib/components/sprk-footer/sprk-footer.stories.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export const defaultStory = () => ({
129129
imgSrc:
130130
'https://spark-assets.netlify.app/rocket-by-ql-white.svg',
131131
analyticsString: 'link-1',
132-
imgAlt: 'Rocket Mortgage by Quicken Loans Logo'
132+
imgAlt: 'Rocket Mortgage Logo'
133133
},
134134
{
135135
text: 'Get a personal loan to consolidate debt, renovate your home and more',

Diff for: angular/projects/spark-angular/src/lib/components/sprk-icon/sprk-icon.stories.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ export default {
1818
info: `
1919
${markdownDocumentationLinkBuilder('icon')}
2020
21-
The icons in Spark are the property of Quicken
22-
Loans and are not provided directly in our packages. You
21+
The icons in Spark are the property of Rocket Mortgage and are not provided directly in our packages. You
2322
will need to include the Icon yourself.
2423
2524
#### Accessibility

Diff for: gatsby-config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
title: 'Spark Design System',
44
description:
55
'Spark Design System is a system of patterns and components ' +
6-
'used to create the user interface for the Quicken Loans family of ' +
6+
'used to create the user interface for the Rocket Mortgage family of ' +
77
'Fintech products.',
88
author: '@SparkDesignSys',
99
},

Diff for: html/components/dictionary.stories.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const defaultStory = () =>
2424
sprk-b-Label
2525
sprk-b-Label--no-input">Email Address</dt>
2626
<dd class="
27-
sprk-c-Dictionary__value">sparkdesignsystem@quickenloans.com</dd>
27+
sprk-c-Dictionary__value">sparkdesignsystem@rocketmortgage.com</dd>
2828
</div>
2929
<div class="sprk-c-Dictionary__keyvaluepair">
3030
<dt class="
@@ -81,7 +81,7 @@ export const striped = () => `
8181
sprk-b-Label
8282
sprk-b-Label--no-input">Email Address</dt>
8383
<dd class="
84-
sprk-c-Dictionary__value">sparkdesignsystem@quickenloans.com</dd>
84+
sprk-c-Dictionary__value">sparkdesignsystem@rocketmortgage.com</dd>
8585
</div>
8686
<div class="sprk-c-Dictionary__keyvaluepair">
8787
<dt class="

Diff for: html/components/footer.stories.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const defaultStory = () => {
6161
<div class="sprk-o-Stack__item sprk-o-Stack sprk-o-Stack--medium">
6262
<div class="sprk-o-Stack__item">
6363
<a class="sprk-b-Link sprk-b-Link--plain" href="#nogo">
64-
<img src="https://spark-assets.netlify.app/rocket-by-ql-white.svg" alt="Rocket Mortgage by Quicken Loans Logo">
64+
<img src="https://spark-assets.netlify.app/rocket-by-ql-white.svg" alt="Rocket Mortgage Logo">
6565
</a>
6666
</div>
6767

Diff for: html/components/icons.stories.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ export default {
1313
info: `
1414
${markdownDocumentationLinkBuilder('icon')}
1515
16-
The icons in Spark are the property of Quicken
17-
Loans and are not provided directly in our packages. You
16+
The icons in Spark are the property of Rocket Mortgage
17+
and are not provided directly in our packages. You
1818
will need to include the Icon yourself.
1919
2020
#### Accessibility

Diff for: html/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sparkdesignsystem/spark",
33
"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.",
55
"main": "es5/sparkExports.js",
66
"scripts": {
77
"test": "npm run build-styles && jest --config ./jest-config.js --verbose=false",
@@ -21,7 +21,7 @@
2121
"type": "git",
2222
"url": "https://github.com/sparkdesignsystem/spark-design-system"
2323
},
24-
"author": "Quicken Loans",
24+
"author": "Rocket Mortgage",
2525
"license": "MIT",
2626
"bugs": {
2727
"url": "https://github.com/sparkdesignsystem/spark-design-system/issues"

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"pre-commit": "lint-staged"
4040
}
4141
},
42-
"author": "Quicken Loans",
42+
"author": "Rocket Mortgage",
4343
"bugs": {
4444
"url": "https://github.com/sparkdesignsystem/spark-design-system/issues"
4545
},

Diff for: react/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22

33
# Spark Design System React
44

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).
66

77
Spark Design System is where we collect our best solutions for how to design and build unified digital experiences for the Rocket brands.
88

99
* [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
1111
Fintech products. If your application is expected to look and behave
12-
like a Quicken Loans application, this package is the starting point.
1312
When the Spark Sass and JS setup files are imported into an application you will receive code for all of Spark.
1413

1514
## Getting Started
@@ -118,7 +117,7 @@ JavaScript to ensure maintainability and scalability.
118117
* Spark uses [ESLint](https://eslint.org/) for JS linting.
119118
* ESLint is setup to use the [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript)
120119
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).
122121
* Data attributes on DOM elements is the chosen method for DOM selection.
123122

124123
#### React and Angular

Diff for: react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build-storybook": "npm run prebuild:storybook && build-storybook -s ../storybook-utilities/favicon",
2121
"prepublishOnly": "npm run build"
2222
},
23-
"author": "Quicken Loans",
23+
"author": "Rocket Mortgage",
2424
"license": "MIT",
2525
"peerDependencies": {
2626
"react": "^16.7.0",

Diff for: react/src/components/dictionary/SprkDictionary.stories.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const defaultStory = () => (
1818
<SprkDictionary
1919
idString="dictionary-1"
2020
keyValuePairs={{
21-
'Email Address': 'sparkdesignsystem@quickenloans.com',
21+
'Email Address': 'sparkdesignsystem@rocketmortgage.com',
2222
'Mailing Address': '123 Main Street, Detroit, MI, 48216',
2323
'Home Phone': '(123) 456-7890',
2424
'Cell Phone': '(098) 765-4321',
@@ -37,7 +37,7 @@ export const striped = () => (
3737
variant="striped"
3838
idString="dictionary-2"
3939
keyValuePairs={{
40-
'Email Address': 'sparkdesignsystem@quickenloans.com',
40+
'Email Address': 'sparkdesignsystem@rocketmortgage.com',
4141
'Mailing Address': '123 Main Street, Detroit, MI, 48216',
4242
'Home Phone': '(123) 456-7890',
4343
'Cell Phone': '(098) 765-4321',

Diff for: react/src/components/dictionary/SprkDictionary.test.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Enzyme.configure({ adapter: new Adapter() });
88
describe('SprkDictionary:', () => {
99
it('should display a div with the correct base class', () => {
1010
const testKeyValuePairs = {
11-
'Email Address': 'sparkdesignsystem@quickenloans.com',
11+
'Email Address': 'sparkdesignsystem@rocketmortgage.com',
1212
'Mailing Address': '123 Main Street, Detroit, MI, 48216',
1313
'Home Phone': '(123) 456-7890',
1414
'Cell Phone': '(098) 765-4321',
@@ -28,7 +28,7 @@ describe('SprkDictionary:', () => {
2828
' is striped',
2929
() => {
3030
const testKeyValuePairs = {
31-
'Email Address': 'sparkdesignsystem@quickenloans.com',
31+
'Email Address': 'sparkdesignsystem@rocketmortgage.com',
3232
'Mailing Address': '123 Main Street, Detroit, MI, 48216',
3333
'Home Phone': '(123) 456-7890',
3434
'Cell Phone': '(098) 765-4321',
@@ -51,7 +51,7 @@ describe('SprkDictionary:', () => {
5151

5252
it('should add data-id', () => {
5353
const testKeyValuePairs = {
54-
'Email Address': 'sparkdesignsystem@quickenloans.com',
54+
'Email Address': 'sparkdesignsystem@rocketmortgage.com',
5555
'Mailing Address': '123 Main Street, Detroit, MI, 48216',
5656
'Home Phone': '(123) 456-7890',
5757
'Cell Phone': '(098) 765-4321',
@@ -68,7 +68,7 @@ describe('SprkDictionary:', () => {
6868

6969
it('should add additionalClasses', () => {
7070
const testKeyValuePairs = {
71-
'Email Address': 'sparkdesignsystem@quickenloans.com',
71+
'Email Address': 'sparkdesignsystem@rocketmortgage.com',
7272
'Mailing Address': '123 Main Street, Detroit, MI, 48216',
7373
'Home Phone': '(123) 456-7890',
7474
'Cell Phone': '(098) 765-4321',
@@ -86,7 +86,7 @@ describe('SprkDictionary:', () => {
8686

8787
it('should add keysAdditionalClasses', () => {
8888
const testKeyValuePairs = {
89-
'Email Address': 'sparkdesignsystem@quickenloans.com',
89+
'Email Address': 'sparkdesignsystem@rocketmortgage.com',
9090
'Mailing Address': '123 Main Street, Detroit, MI, 48216',
9191
'Home Phone': '(123) 456-7890',
9292
'Cell Phone': '(098) 765-4321',
@@ -107,7 +107,7 @@ describe('SprkDictionary:', () => {
107107

108108
it('should add valuesAdditionalClasses', () => {
109109
const testKeyValuePairs = {
110-
'Email Address': 'sparkdesignsystem@quickenloans.com',
110+
'Email Address': 'sparkdesignsystem@rocketmortgage.com',
111111
'Mailing Address': '123 Main Street, Detroit, MI, 48216',
112112
'Home Phone': '(123) 456-7890',
113113
'Cell Phone': '(098) 765-4321',

Diff for: react/src/components/footer/SprkFooter.stories.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React from 'react';
22
import SprkFooter from './SprkFooter';
33
import SprkLink from '../../base/links/SprkLink';
4-
import SprkStack from '../../objects/stack/SprkStack';
54
import SprkStackItem from '../../objects/stack/components/SprkStackItem/SprkStackItem';
65
import { markdownDocumentationLinkBuilder } from '../../../../storybook-utilities/markdownDocumentationLinkBuilder';
76
import SprkFooterAwards from './components/SprkFooterAwards/SprkFooterAwards';
@@ -37,7 +36,7 @@ export const defaultStory = () => (
3736
{
3837
mediaType: 'image',
3938
src: 'https://spark-assets.netlify.app/rocket-by-ql-white.svg',
40-
altText: 'Rocket Mortgage by Quicken Loans Logo',
39+
altText: 'Rocket Mortgage Logo',
4140
description:
4241
"Buy a home, refinance, or manage your mortgage online with America's largest mortgage lender",
4342
element: 'a',

Diff for: react/src/components/icons/SprkIcon.stories.js

+17-14
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
import React, { useEffect } from 'react';
22
import SprkIcon from './SprkIcon';
33
import { markdownDocumentationLinkBuilder } from '../../../../storybook-utilities/markdownDocumentationLinkBuilder';
4-
import { getIcons, attachIcons, createIconExample } from "../../../../storybook-utilities/icon-utilities/icon-name-util";
4+
import {
5+
getIcons,
6+
attachIcons,
7+
} from '../../../../storybook-utilities/icon-utilities/icon-name-util';
58

69
export default {
710
title: 'Components/Icons',
811
component: SprkIcon,
9-
decorators: [
10-
story => <div className="sprk-o-Box">{story()}</div>
11-
],
12+
decorators: [(story) => <div className="sprk-o-Box">{story()}</div>],
1213
parameters: {
1314
jest: ['SprkIcon'],
1415
info: `
1516
${markdownDocumentationLinkBuilder('icon')}
1617
17-
The icons in Spark are the property of Quicken
18-
Loans and are not provided directly in our packages. You
18+
The icons in Spark are the property of Rocket Mortgage
19+
and are not provided directly in our packages. You
1920
will need to include the Icon yourself.
2021
2122
#### Accessibility
@@ -57,20 +58,22 @@ export const gallery = () => {
5758
attachIcons(getIcons());
5859
});
5960

60-
return (<ul className="
61-
sbdocs-gallery-container
62-
sprk-o-Stack
63-
sprk-o-Stack--split@xs"></ul>);
61+
return (
62+
<ul
63+
className="
64+
sbdocs-gallery-container
65+
sprk-o-Stack
66+
sprk-o-Stack--split@xs"
67+
/>
68+
);
6469
};
6570

6671
gallery.story = {
6772
name: 'Gallery',
6873
parameters: {
6974
docs: {
7075
inlineStories: false,
71-
iframeHeight: 1000
76+
iframeHeight: 1000,
7277
},
73-
}
78+
},
7479
};
75-
76-

Diff for: src/components/Footer.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const connectIcons = {
6969
element: 'a',
7070
},
7171
{
72-
href: 'mailto:sparkdesignsystem@quickenloans.com',
72+
href: 'mailto:sparkdesignsystem@rocketmortgage.com',
7373
name: 'email',
7474
screenReaderText: 'Spark Email',
7575
element: 'a',
@@ -81,7 +81,7 @@ const date = new Date();
8181
const year = date.getFullYear();
8282
const paragraphs = [
8383
{
84-
text: `©2000 – ${year} Quicken Loans LLC. All rights reserved.`,
84+
text: `©2000 – ${year} Rocket Mortgage LLC. All rights reserved.`,
8585
},
8686
];
8787

Diff for: src/pages/installing-spark.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
# Installing Spark
1313

1414
Welcome to the Spark Design System! Here we’ll help you
15-
create digital products with the Quicken Loans system of
15+
create digital products with the Rocket Mortgage system of
1616
patterns and components.
1717

1818
To help get you started installing Spark, we created

0 commit comments

Comments
 (0)