@pantheon-systems/pds-design-tokens 0.2.0-dev.0 → 0.3.0-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,6 +10,7 @@
10
10
 
11
11
  $pds-color-background-default: #1d1d29;
12
12
  $pds-color-border-default: #504e62;
13
+ $pds-color-foreground-default: #ffffff;
13
14
  $pds-color-input-background-default: #1d1d29;
14
15
  $pds-color-input-background-disabled: #504e62;
15
16
  $pds-color-input-border-default: $pds-color-border-default;
@@ -18,6 +19,5 @@ $pds-color-link-active: #2776b9;
18
19
  $pds-color-link-default: #36a3ff;
19
20
  $pds-color-link-hover: #2776b9;
20
21
  $pds-color-link-visited: #967fff;
21
- $pds-color-text-bodytext: $pds-color-text-default;
22
22
  $pds-color-text-default: #ffffff;
23
23
  $pds-color-text-headings: $pds-color-text-default;
@@ -10,6 +10,7 @@
10
10
 
11
11
  $pds-color-background-default: #ffffff;
12
12
  $pds-color-border-default: #71717c;
13
+ $pds-color-foreground-default: #23232d;
13
14
  $pds-color-input-background-default: #ffffff;
14
15
  $pds-color-input-background-disabled: #cfcfd3;
15
16
  $pds-color-input-border-default: $pds-color-border-default;
@@ -18,6 +19,5 @@ $pds-color-link-active: #003cac;
18
19
  $pds-color-link-default: #0f62fe;
19
20
  $pds-color-link-hover: #003cac;
20
21
  $pds-color-link-visited: #967fff;
21
- $pds-color-text-bodytext: $pds-color-text-default;
22
22
  $pds-color-text-default: #23232d;
23
23
  $pds-color-text-headings: $pds-color-text-default;
@@ -8,10 +8,16 @@
8
8
  //
9
9
  // This file has been generated automatically.
10
10
 
11
+ $pds-border-radius-default: 0.25rem;
12
+ $pds-border-width-default: 1px;
11
13
  $pds-color-global-brand-accent-default: #de0093;
12
14
  $pds-color-global-brand-primary-default: #ffdc28;
13
15
  $pds-color-global-brand-secondary-default: #3017a1;
14
16
  $pds-color-global-gradient-after-hours: linear-gradient(228.64deg, #2B017B 41.87%, #29B2FF 100%);
15
17
  $pds-color-global-gradient-midnight: linear-gradient(228.64deg, #3017A1 46.34%, #00E0C3 100%);
16
18
  $pds-color-global-gradient-sunrise: linear-gradient(227.79deg, #300068 38.28%, #E65F35 100%);
17
- $pds-color-global-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #300068 66.25%);
19
+ $pds-color-global-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #300068 66.25%);
20
+ $pds-typography-product-font-headings: 'Poppins', sans-serif;
21
+ $pds-typography-product-font-text: 'Open Sans', sans-serif;
22
+ $pds-typography-product-marketing-font-headings: 'Poppins', sans-serif;
23
+ $pds-typography-product-marketing-font-text: 'Aleo', serif;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "0.2.0-dev.0",
3
+ "version": "0.3.0-dev.0",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [