Skip to content

Commit

Permalink
Merge pull request #4073 from sparkdesignsystem/publish-9-7-21
Browse files Browse the repository at this point in the history
Publish 9 7 21
  • Loading branch information
Amber Febbraro authored Sep 7, 2021
2 parents baf3576 + bc083fb commit 5290064
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions angular/projects/spark-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sparkdesignsystem/spark-angular",
"description": "A collection of Spark Design System components in Angular 6+",
"version": "15.0.1",
"version": "15.0.2",
"author": "Rocket Mortgage",
"license": "MIT",
"scripts": {
Expand All @@ -23,7 +23,7 @@
"@angular/router": ">=7.0.0 < 11.2.14"
},
"dependencies": {
"@sparkdesignsystem/spark-styles": "^4.0.1",
"@sparkdesignsystem/spark-styles": "^4.0.2",
"focus-visible": "5.0.2",
"lodash": "^4.17.21",
"tiny-date-picker": "github:sparkdesignsystem/tiny-date-picker#v3.2.9"
Expand Down
8 changes: 4 additions & 4 deletions html/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkdesignsystem/spark",
"version": "18.0.1",
"version": "18.0.2",
"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.",
"main": "es5/sparkExports.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/sparkdesignsystem/spark-design-system",
"dependencies": {
"@sparkdesignsystem/spark-styles": "^4.0.1",
"@sparkdesignsystem/spark-styles": "^4.0.2",
"dom-slider": "2.1.0",
"focus-visible": "5.0.2",
"lodash": "^4.17.21",
Expand Down
8 changes: 4 additions & 4 deletions react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkdesignsystem/spark-react",
"version": "7.0.1",
"version": "7.0.2",
"description": "A collection of Spark Design System components in React 16+",
"main": "dist/index.js",
"repository": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"sinon": "^7.5.0"
},
"dependencies": {
"@sparkdesignsystem/spark-styles": "^4.0.1",
"@sparkdesignsystem/spark-styles": "^4.0.2",
"classnames": "^2.2.6",
"focus-visible": "5.0.2",
"lodash.assign": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion styles/ios/SparkDesignTokens.swift
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public class SparkDesignTokens {
public static let sprkDropdownTitleColor = UIColor(red: 0.729, green: 0.729, blue: 0.729, alpha:1)
public static let sprkDropdownTitleFontSize = CGFloat(16.00)
public static let sprkDropdownTitleFontWeight = 300
public static let sprkBtnFontFamily = "RocketSansMedium, Helvetica, 'Helvetica Neue', Arial, sans-serif"
public static let sprkBtnFontFamily = "RocketSans, Helvetica, 'Helvetica Neue', Arial, sans-serif"
public static let sprkBtnFontSize = "1rem"
public static let sprkFontFamilyBodyFour = "RocketSans, Helvetica, 'Helvetica Neue', Arial, sans-serif"
public static let sprkFontFamilyBodyOne = "RocketSans, Helvetica, 'Helvetica Neue', Arial, sans-serif"
Expand Down
2 changes: 1 addition & 1 deletion styles/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkdesignsystem/spark-styles",
"version": "4.0.1",
"version": "4.0.2",
"description": "Styles for Spark Design System.",
"main": "web/settings.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion styles/tokens/button.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
},
"family": {
"comment": "The font family of the Button component.",
"value": "RocketSansMedium, Helvetica, 'Helvetica Neue', Arial, sans-serif",
"value": "RocketSans, Helvetica, 'Helvetica Neue', Arial, sans-serif",
"attributes": {
"category": "font"
},
Expand Down

0 comments on commit 5290064

Please sign in to comment.