@pantheon-systems/pds-design-tokens 1.0.0-dev.32 → 1.0.0-dev.34

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.
@@ -11,7 +11,7 @@
11
11
 
12
12
  :root {
13
13
  --pds-color-background-default: #1d1d29;
14
- --pds-color-border-default: #504e62;
14
+ --pds-color-border-default: #858299;
15
15
  --pds-color-brand-accent-default: #de0093;
16
16
  --pds-color-brand-primary-default: #ffdc28;
17
17
  --pds-color-brand-secondary-default: #6947ff;
@@ -77,7 +77,7 @@
77
77
  --pds-color-input-background-default: #1d1d29;
78
78
  --pds-color-input-background-hover: #282839;
79
79
  --pds-color-input-border-critical: #e05757;
80
- --pds-color-input-border-default: #a6a3b4;
80
+ --pds-color-input-border-default: #858299;
81
81
  --pds-color-input-border-hover: #7657ff;
82
82
  --pds-color-input-border-success: #3cb683;
83
83
  --pds-color-input-checked-background: var(--pds-color-interactive-focus);
@@ -11,7 +11,7 @@
11
11
 
12
12
  :root {
13
13
  --pds-color-background-default: #ffffff;
14
- --pds-color-border-default: #cfcfd3;
14
+ --pds-color-border-default: #f1f1f1;
15
15
  --pds-color-brand-accent-default: #de0093;
16
16
  --pds-color-brand-primary-default: #ffdc28;
17
17
  --pds-color-brand-secondary-default: #3017a1;
@@ -24,11 +24,11 @@
24
24
  --pds-color-button-brand-foreground-active: #23232d;
25
25
  --pds-color-button-brand-foreground-default: #23232d;
26
26
  --pds-color-button-brand-foreground-hover: #23232d;
27
- --pds-color-button-brand-secondary-background-active: #cfcfd3;
27
+ --pds-color-button-brand-secondary-background-active: #f1f1f1;
28
28
  --pds-color-button-brand-secondary-background-default: rgba(0, 0, 0, 0);
29
29
  --pds-color-button-brand-secondary-background-hover: #f8f8f8;
30
30
  --pds-color-button-brand-secondary-border-active: #23232d;
31
- --pds-color-button-brand-secondary-border-default: #71717c;
31
+ --pds-color-button-brand-secondary-border-default: #6d6d78;
32
32
  --pds-color-button-brand-secondary-border-hover: #23232d;
33
33
  --pds-color-button-brand-secondary-foreground-active: #23232d;
34
34
  --pds-color-button-brand-secondary-foreground-default: #23232d;
@@ -77,7 +77,7 @@
77
77
  --pds-color-input-background-default: #ffffff;
78
78
  --pds-color-input-background-hover: #f0ecff;
79
79
  --pds-color-input-border-critical: #d61f1f;
80
- --pds-color-input-border-default: #cfcfd3;
80
+ --pds-color-input-border-default: #f1f1f1;
81
81
  --pds-color-input-border-hover: #5f41e5;
82
82
  --pds-color-input-border-success: #1f845a;
83
83
  --pds-color-input-checked-background: var(--pds-color-interactive-focus);
@@ -85,9 +85,9 @@
85
85
  --pds-color-input-foreground-critical: #d61f1f;
86
86
  --pds-color-input-foreground-default: #23232d;
87
87
  --pds-color-input-foreground-success: #1f845a;
88
- --pds-color-input-placeholder-text: #71717c;
88
+ --pds-color-input-placeholder-text: #6d6d78;
89
89
  --pds-color-input-toggle-switch-icon: #ffffff;
90
- --pds-color-input-toggle-switch-off: #94949e;
90
+ --pds-color-input-toggle-switch-off: #6d6d78;
91
91
  --pds-color-input-toggle-switch-on: var(--pds-color-interactive-focus);
92
92
  --pds-color-interactive-focus: #0f62fe;
93
93
  --pds-color-link-active: #6f54e8;
@@ -95,12 +95,12 @@
95
95
  --pds-color-link-hover: #6f54e8;
96
96
  --pds-color-link-visited: #6f54e8;
97
97
  --pds-color-menu-background: #ffffff;
98
- --pds-color-menu-item-background-active: #cfcfd3;
98
+ --pds-color-menu-item-background-active: #f1f1f1;
99
99
  --pds-color-menu-item-background-default: #ffffff;
100
100
  --pds-color-menu-item-background-hover: #f8f8f8;
101
- --pds-color-menu-item-description-text: #71717c;
101
+ --pds-color-menu-item-description-text: #6d6d78;
102
102
  --pds-color-menu-item-foreground: #23232d;
103
- --pds-color-menu-item-heading-text: #71717c;
103
+ --pds-color-menu-item-heading-text: #6d6d78;
104
104
  --pds-color-panel-default-background: var(--pds-color-background-default);
105
105
  --pds-color-panel-default-border: var(--pds-color-border-default);
106
106
  --pds-color-panel-overlay-background: var(--pds-color-background-default);
@@ -110,11 +110,11 @@
110
110
  --pds-color-panel-sunken-background: #f8f8f8;
111
111
  --pds-color-panel-sunken-border: #f8f8f8;
112
112
  --pds-color-text-default: #23232d;
113
- --pds-color-text-default-secondary: #71717c;
114
- --pds-color-tile-background-active: #cfcfd3;
113
+ --pds-color-text-default-secondary: #6d6d78;
114
+ --pds-color-tile-background-active: #f1f1f1;
115
115
  --pds-color-tile-background-hover: #f8f8f8;
116
- --pds-color-toggle-button-background-off: #cfcfd3;
117
- --pds-color-toggle-button-foreground-off: #71717c;
116
+ --pds-color-toggle-button-background-off: #f1f1f1;
117
+ --pds-color-toggle-button-foreground-off: #6d6d78;
118
118
  --pds-elevation-overlay: 0px 8px 12px 0px rgba(113, 113, 124, 0.25), 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
119
119
  --pds-elevation-raised: 0px 1px 1px 0px #aeaeb6, 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
120
120
  }
@@ -3412,13 +3412,13 @@
3412
3412
  },
3413
3413
  "border": {
3414
3414
  "default": {
3415
- "value": "#504e62",
3415
+ "value": "#858299",
3416
3416
  "public": true,
3417
3417
  "isReferenceToInternal": true,
3418
3418
  "filePath": "tokens/color/alias/defaults.dark.json",
3419
3419
  "isSource": true,
3420
3420
  "original": {
3421
- "value": "{color.dark-mode.neutral.400.value}",
3421
+ "value": "{color.dark-mode.neutral.300.value}",
3422
3422
  "public": true,
3423
3423
  "isReferenceToInternal": true
3424
3424
  },
@@ -3550,13 +3550,13 @@
3550
3550
  },
3551
3551
  "border": {
3552
3552
  "default": {
3553
- "value": "#a6a3b4",
3553
+ "value": "#858299",
3554
3554
  "public": true,
3555
3555
  "isReferenceToInternal": true,
3556
3556
  "filePath": "tokens/color/alias/input.dark.json",
3557
3557
  "isSource": true,
3558
3558
  "original": {
3559
- "value": "{color.dark-mode.neutral.200.value}",
3559
+ "value": "{color.dark-mode.neutral.300.value}",
3560
3560
  "public": true,
3561
3561
  "isReferenceToInternal": true
3562
3562
  },
@@ -4260,7 +4260,7 @@
4260
4260
  ]
4261
4261
  },
4262
4262
  "border": {
4263
- "value": "#504e62",
4263
+ "value": "#858299",
4264
4264
  "public": true,
4265
4265
  "filePath": "tokens/color/alias/panel.dark.json",
4266
4266
  "isSource": true,
@@ -4370,7 +4370,7 @@
4370
4370
  ]
4371
4371
  },
4372
4372
  "border": {
4373
- "value": "#504e62",
4373
+ "value": "#858299",
4374
4374
  "public": true,
4375
4375
  "filePath": "tokens/color/alias/panel.dark.json",
4376
4376
  "isSource": true,
@@ -7183,7 +7183,7 @@
7183
7183
  ]
7184
7184
  },
7185
7185
  "active": {
7186
- "value": "#cfcfd3",
7186
+ "value": "#f1f1f1",
7187
7187
  "public": true,
7188
7188
  "isReferenceToInternal": true,
7189
7189
  "filePath": "tokens/color/alias/button.light.json",
@@ -7213,7 +7213,7 @@
7213
7213
  },
7214
7214
  "border": {
7215
7215
  "default": {
7216
- "value": "#71717c",
7216
+ "value": "#6d6d78",
7217
7217
  "public": true,
7218
7218
  "isReferenceToInternal": true,
7219
7219
  "filePath": "tokens/color/alias/button.light.json",
@@ -7648,7 +7648,7 @@
7648
7648
  "toggle-button": {
7649
7649
  "background": {
7650
7650
  "off": {
7651
- "value": "#cfcfd3",
7651
+ "value": "#f1f1f1",
7652
7652
  "public": true,
7653
7653
  "isReferenceToInternal": true,
7654
7654
  "filePath": "tokens/color/alias/button.light.json",
@@ -7677,7 +7677,7 @@
7677
7677
  },
7678
7678
  "foreground": {
7679
7679
  "off": {
7680
- "value": "#71717c",
7680
+ "value": "#6d6d78",
7681
7681
  "public": true,
7682
7682
  "isReferenceToInternal": true,
7683
7683
  "filePath": "tokens/color/alias/button.light.json",
@@ -7734,7 +7734,7 @@
7734
7734
  },
7735
7735
  "border": {
7736
7736
  "default": {
7737
- "value": "#cfcfd3",
7737
+ "value": "#f1f1f1",
7738
7738
  "public": true,
7739
7739
  "isReferenceToInternal": true,
7740
7740
  "filePath": "tokens/color/alias/defaults.light.json",
@@ -7872,7 +7872,7 @@
7872
7872
  },
7873
7873
  "border": {
7874
7874
  "default": {
7875
- "value": "#cfcfd3",
7875
+ "value": "#f1f1f1",
7876
7876
  "public": true,
7877
7877
  "isReferenceToInternal": true,
7878
7878
  "filePath": "tokens/color/alias/input.light.json",
@@ -8064,7 +8064,7 @@
8064
8064
  }
8065
8065
  },
8066
8066
  "placeholder-text": {
8067
- "value": "#71717c",
8067
+ "value": "#6d6d78",
8068
8068
  "public": true,
8069
8069
  "isReferenceToInternal": true,
8070
8070
  "filePath": "tokens/color/alias/input.light.json",
@@ -8144,13 +8144,13 @@
8144
8144
  },
8145
8145
  "toggle-switch": {
8146
8146
  "off": {
8147
- "value": "#94949e",
8147
+ "value": "#6d6d78",
8148
8148
  "public": true,
8149
8149
  "isReferenceToInternal": true,
8150
8150
  "filePath": "tokens/color/alias/input.light.json",
8151
8151
  "isSource": true,
8152
8152
  "original": {
8153
- "value": "{color.light-mode.neutral.300.value}",
8153
+ "value": "{color.light-mode.neutral.400.value}",
8154
8154
  "public": true,
8155
8155
  "isReferenceToInternal": true
8156
8156
  },
@@ -8443,7 +8443,7 @@
8443
8443
  ]
8444
8444
  },
8445
8445
  "active": {
8446
- "value": "#cfcfd3",
8446
+ "value": "#f1f1f1",
8447
8447
  "public": true,
8448
8448
  "isReferenceToInternal": true,
8449
8449
  "filePath": "tokens/color/alias/menu.light.json",
@@ -8499,7 +8499,7 @@
8499
8499
  ]
8500
8500
  },
8501
8501
  "heading-text": {
8502
- "value": "#71717c",
8502
+ "value": "#6d6d78",
8503
8503
  "public": true,
8504
8504
  "isReferenceToInternal": true,
8505
8505
  "filePath": "tokens/color/alias/menu.light.json",
@@ -8526,7 +8526,7 @@
8526
8526
  ]
8527
8527
  },
8528
8528
  "description-text": {
8529
- "value": "#71717c",
8529
+ "value": "#6d6d78",
8530
8530
  "public": true,
8531
8531
  "isReferenceToInternal": true,
8532
8532
  "filePath": "tokens/color/alias/menu.light.json",
@@ -8582,7 +8582,7 @@
8582
8582
  ]
8583
8583
  },
8584
8584
  "border": {
8585
- "value": "#cfcfd3",
8585
+ "value": "#f1f1f1",
8586
8586
  "public": true,
8587
8587
  "filePath": "tokens/color/alias/panel.light.json",
8588
8588
  "isSource": true,
@@ -8690,7 +8690,7 @@
8690
8690
  ]
8691
8691
  },
8692
8692
  "border": {
8693
- "value": "#cfcfd3",
8693
+ "value": "#f1f1f1",
8694
8694
  "public": true,
8695
8695
  "filePath": "tokens/color/alias/panel.light.json",
8696
8696
  "isSource": true,
@@ -8742,7 +8742,7 @@
8742
8742
  ]
8743
8743
  },
8744
8744
  "border": {
8745
- "value": "#cfcfd3",
8745
+ "value": "#f1f1f1",
8746
8746
  "public": true,
8747
8747
  "filePath": "tokens/color/alias/panel.light.json",
8748
8748
  "isSource": true,
@@ -8798,7 +8798,7 @@
8798
8798
  ]
8799
8799
  },
8800
8800
  "active": {
8801
- "value": "#cfcfd3",
8801
+ "value": "#f1f1f1",
8802
8802
  "public": true,
8803
8803
  "isReferenceToInternal": true,
8804
8804
  "filePath": "tokens/color/alias/tile.light.json",
@@ -8853,7 +8853,7 @@
8853
8853
  ]
8854
8854
  },
8855
8855
  "default-secondary": {
8856
- "value": "#71717c",
8856
+ "value": "#6d6d78",
8857
8857
  "public": true,
8858
8858
  "isReferenceToInternal": true,
8859
8859
  "filePath": "tokens/color/alias/typography.light.json",
@@ -9708,11 +9708,11 @@
9708
9708
  ]
9709
9709
  },
9710
9710
  "200": {
9711
- "value": "#cfcfd3",
9711
+ "value": "#f1f1f1",
9712
9712
  "filePath": "tokens/color/base/neutral.light.json",
9713
9713
  "isSource": true,
9714
9714
  "original": {
9715
- "value": "#CFCFD3"
9715
+ "value": "#f1f1f1"
9716
9716
  },
9717
9717
  "name": "color-light-mode-neutral-200",
9718
9718
  "attributes": {
@@ -9729,11 +9729,11 @@
9729
9729
  ]
9730
9730
  },
9731
9731
  "300": {
9732
- "value": "#94949e",
9732
+ "value": "#cfcfd3",
9733
9733
  "filePath": "tokens/color/base/neutral.light.json",
9734
9734
  "isSource": true,
9735
9735
  "original": {
9736
- "value": "#94949E"
9736
+ "value": "#CFCFD3"
9737
9737
  },
9738
9738
  "name": "color-light-mode-neutral-300",
9739
9739
  "attributes": {
@@ -9750,11 +9750,11 @@
9750
9750
  ]
9751
9751
  },
9752
9752
  "400": {
9753
- "value": "#71717c",
9753
+ "value": "#6d6d78",
9754
9754
  "filePath": "tokens/color/base/neutral.light.json",
9755
9755
  "isSource": true,
9756
9756
  "original": {
9757
- "value": "#71717C"
9757
+ "value": "#6D6D78"
9758
9758
  },
9759
9759
  "name": "color-light-mode-neutral-400",
9760
9760
  "attributes": {
@@ -1588,13 +1588,13 @@
1588
1588
  },
1589
1589
  "border": {
1590
1590
  "default": {
1591
- "value": "#504e62",
1591
+ "value": "#858299",
1592
1592
  "public": true,
1593
1593
  "isReferenceToInternal": true,
1594
1594
  "filePath": "tokens/color/alias/defaults.dark.json",
1595
1595
  "isSource": true,
1596
1596
  "original": {
1597
- "value": "{color.dark-mode.neutral.400.value}",
1597
+ "value": "{color.dark-mode.neutral.300.value}",
1598
1598
  "public": true,
1599
1599
  "isReferenceToInternal": true
1600
1600
  },
@@ -1726,13 +1726,13 @@
1726
1726
  },
1727
1727
  "border": {
1728
1728
  "default": {
1729
- "value": "#a6a3b4",
1729
+ "value": "#858299",
1730
1730
  "public": true,
1731
1731
  "isReferenceToInternal": true,
1732
1732
  "filePath": "tokens/color/alias/input.dark.json",
1733
1733
  "isSource": true,
1734
1734
  "original": {
1735
- "value": "{color.dark-mode.neutral.200.value}",
1735
+ "value": "{color.dark-mode.neutral.300.value}",
1736
1736
  "public": true,
1737
1737
  "isReferenceToInternal": true
1738
1738
  },
@@ -2436,7 +2436,7 @@
2436
2436
  ]
2437
2437
  },
2438
2438
  "border": {
2439
- "value": "#504e62",
2439
+ "value": "#858299",
2440
2440
  "public": true,
2441
2441
  "filePath": "tokens/color/alias/panel.dark.json",
2442
2442
  "isSource": true,
@@ -2546,7 +2546,7 @@
2546
2546
  ]
2547
2547
  },
2548
2548
  "border": {
2549
- "value": "#504e62",
2549
+ "value": "#858299",
2550
2550
  "public": true,
2551
2551
  "filePath": "tokens/color/alias/panel.dark.json",
2552
2552
  "isSource": true,
@@ -1037,7 +1037,7 @@
1037
1037
  ]
1038
1038
  },
1039
1039
  "active": {
1040
- "value": "#cfcfd3",
1040
+ "value": "#f1f1f1",
1041
1041
  "public": true,
1042
1042
  "isReferenceToInternal": true,
1043
1043
  "filePath": "tokens/color/alias/button.light.json",
@@ -1067,7 +1067,7 @@
1067
1067
  },
1068
1068
  "border": {
1069
1069
  "default": {
1070
- "value": "#71717c",
1070
+ "value": "#6d6d78",
1071
1071
  "public": true,
1072
1072
  "isReferenceToInternal": true,
1073
1073
  "filePath": "tokens/color/alias/button.light.json",
@@ -1502,7 +1502,7 @@
1502
1502
  "toggle-button": {
1503
1503
  "background": {
1504
1504
  "off": {
1505
- "value": "#cfcfd3",
1505
+ "value": "#f1f1f1",
1506
1506
  "public": true,
1507
1507
  "isReferenceToInternal": true,
1508
1508
  "filePath": "tokens/color/alias/button.light.json",
@@ -1531,7 +1531,7 @@
1531
1531
  },
1532
1532
  "foreground": {
1533
1533
  "off": {
1534
- "value": "#71717c",
1534
+ "value": "#6d6d78",
1535
1535
  "public": true,
1536
1536
  "isReferenceToInternal": true,
1537
1537
  "filePath": "tokens/color/alias/button.light.json",
@@ -1588,7 +1588,7 @@
1588
1588
  },
1589
1589
  "border": {
1590
1590
  "default": {
1591
- "value": "#cfcfd3",
1591
+ "value": "#f1f1f1",
1592
1592
  "public": true,
1593
1593
  "isReferenceToInternal": true,
1594
1594
  "filePath": "tokens/color/alias/defaults.light.json",
@@ -1726,7 +1726,7 @@
1726
1726
  },
1727
1727
  "border": {
1728
1728
  "default": {
1729
- "value": "#cfcfd3",
1729
+ "value": "#f1f1f1",
1730
1730
  "public": true,
1731
1731
  "isReferenceToInternal": true,
1732
1732
  "filePath": "tokens/color/alias/input.light.json",
@@ -1918,7 +1918,7 @@
1918
1918
  }
1919
1919
  },
1920
1920
  "placeholder-text": {
1921
- "value": "#71717c",
1921
+ "value": "#6d6d78",
1922
1922
  "public": true,
1923
1923
  "isReferenceToInternal": true,
1924
1924
  "filePath": "tokens/color/alias/input.light.json",
@@ -1998,13 +1998,13 @@
1998
1998
  },
1999
1999
  "toggle-switch": {
2000
2000
  "off": {
2001
- "value": "#94949e",
2001
+ "value": "#6d6d78",
2002
2002
  "public": true,
2003
2003
  "isReferenceToInternal": true,
2004
2004
  "filePath": "tokens/color/alias/input.light.json",
2005
2005
  "isSource": true,
2006
2006
  "original": {
2007
- "value": "{color.light-mode.neutral.300.value}",
2007
+ "value": "{color.light-mode.neutral.400.value}",
2008
2008
  "public": true,
2009
2009
  "isReferenceToInternal": true
2010
2010
  },
@@ -2297,7 +2297,7 @@
2297
2297
  ]
2298
2298
  },
2299
2299
  "active": {
2300
- "value": "#cfcfd3",
2300
+ "value": "#f1f1f1",
2301
2301
  "public": true,
2302
2302
  "isReferenceToInternal": true,
2303
2303
  "filePath": "tokens/color/alias/menu.light.json",
@@ -2353,7 +2353,7 @@
2353
2353
  ]
2354
2354
  },
2355
2355
  "heading-text": {
2356
- "value": "#71717c",
2356
+ "value": "#6d6d78",
2357
2357
  "public": true,
2358
2358
  "isReferenceToInternal": true,
2359
2359
  "filePath": "tokens/color/alias/menu.light.json",
@@ -2380,7 +2380,7 @@
2380
2380
  ]
2381
2381
  },
2382
2382
  "description-text": {
2383
- "value": "#71717c",
2383
+ "value": "#6d6d78",
2384
2384
  "public": true,
2385
2385
  "isReferenceToInternal": true,
2386
2386
  "filePath": "tokens/color/alias/menu.light.json",
@@ -2436,7 +2436,7 @@
2436
2436
  ]
2437
2437
  },
2438
2438
  "border": {
2439
- "value": "#cfcfd3",
2439
+ "value": "#f1f1f1",
2440
2440
  "public": true,
2441
2441
  "filePath": "tokens/color/alias/panel.light.json",
2442
2442
  "isSource": true,
@@ -2544,7 +2544,7 @@
2544
2544
  ]
2545
2545
  },
2546
2546
  "border": {
2547
- "value": "#cfcfd3",
2547
+ "value": "#f1f1f1",
2548
2548
  "public": true,
2549
2549
  "filePath": "tokens/color/alias/panel.light.json",
2550
2550
  "isSource": true,
@@ -2596,7 +2596,7 @@
2596
2596
  ]
2597
2597
  },
2598
2598
  "border": {
2599
- "value": "#cfcfd3",
2599
+ "value": "#f1f1f1",
2600
2600
  "public": true,
2601
2601
  "filePath": "tokens/color/alias/panel.light.json",
2602
2602
  "isSource": true,
@@ -2652,7 +2652,7 @@
2652
2652
  ]
2653
2653
  },
2654
2654
  "active": {
2655
- "value": "#cfcfd3",
2655
+ "value": "#f1f1f1",
2656
2656
  "public": true,
2657
2657
  "isReferenceToInternal": true,
2658
2658
  "filePath": "tokens/color/alias/tile.light.json",
@@ -2707,7 +2707,7 @@
2707
2707
  ]
2708
2708
  },
2709
2709
  "default-secondary": {
2710
- "value": "#71717c",
2710
+ "value": "#6d6d78",
2711
2711
  "public": true,
2712
2712
  "isReferenceToInternal": true,
2713
2713
  "filePath": "tokens/color/alias/typography.light.json",
@@ -3562,11 +3562,11 @@
3562
3562
  ]
3563
3563
  },
3564
3564
  "200": {
3565
- "value": "#cfcfd3",
3565
+ "value": "#f1f1f1",
3566
3566
  "filePath": "tokens/color/base/neutral.light.json",
3567
3567
  "isSource": true,
3568
3568
  "original": {
3569
- "value": "#CFCFD3"
3569
+ "value": "#f1f1f1"
3570
3570
  },
3571
3571
  "name": "color-light-mode-neutral-200",
3572
3572
  "attributes": {
@@ -3583,11 +3583,11 @@
3583
3583
  ]
3584
3584
  },
3585
3585
  "300": {
3586
- "value": "#94949e",
3586
+ "value": "#cfcfd3",
3587
3587
  "filePath": "tokens/color/base/neutral.light.json",
3588
3588
  "isSource": true,
3589
3589
  "original": {
3590
- "value": "#94949E"
3590
+ "value": "#CFCFD3"
3591
3591
  },
3592
3592
  "name": "color-light-mode-neutral-300",
3593
3593
  "attributes": {
@@ -3604,11 +3604,11 @@
3604
3604
  ]
3605
3605
  },
3606
3606
  "400": {
3607
- "value": "#71717c",
3607
+ "value": "#6d6d78",
3608
3608
  "filePath": "tokens/color/base/neutral.light.json",
3609
3609
  "isSource": true,
3610
3610
  "original": {
3611
- "value": "#71717C"
3611
+ "value": "#6D6D78"
3612
3612
  },
3613
3613
  "name": "color-light-mode-neutral-400",
3614
3614
  "attributes": {
@@ -9,7 +9,7 @@
9
9
  // This file has been generated automatically.
10
10
 
11
11
  $pds-color-background-default: #1d1d29;
12
- $pds-color-border-default: #504e62;
12
+ $pds-color-border-default: #858299;
13
13
  $pds-color-brand-accent-default: #de0093;
14
14
  $pds-color-brand-primary-default: #ffdc28;
15
15
  $pds-color-brand-secondary-default: #6947ff;
@@ -75,7 +75,7 @@ $pds-color-input-background-critical: #1d1d29;
75
75
  $pds-color-input-background-default: #1d1d29;
76
76
  $pds-color-input-background-hover: #282839;
77
77
  $pds-color-input-border-critical: #e05757;
78
- $pds-color-input-border-default: #a6a3b4;
78
+ $pds-color-input-border-default: #858299;
79
79
  $pds-color-input-border-hover: #7657ff;
80
80
  $pds-color-input-border-success: #3cb683;
81
81
  $pds-color-input-checked-background: $pds-color-interactive-focus;
@@ -9,7 +9,7 @@
9
9
  // This file has been generated automatically.
10
10
 
11
11
  $pds-color-background-default: #ffffff;
12
- $pds-color-border-default: #cfcfd3;
12
+ $pds-color-border-default: #f1f1f1;
13
13
  $pds-color-brand-accent-default: #de0093;
14
14
  $pds-color-brand-primary-default: #ffdc28;
15
15
  $pds-color-brand-secondary-default: #3017a1;
@@ -22,11 +22,11 @@ $pds-color-button-brand-border-hover: #ffe668;
22
22
  $pds-color-button-brand-foreground-active: #23232d;
23
23
  $pds-color-button-brand-foreground-default: #23232d;
24
24
  $pds-color-button-brand-foreground-hover: #23232d;
25
- $pds-color-button-brand-secondary-background-active: #cfcfd3;
25
+ $pds-color-button-brand-secondary-background-active: #f1f1f1;
26
26
  $pds-color-button-brand-secondary-background-default: rgba(0, 0, 0, 0);
27
27
  $pds-color-button-brand-secondary-background-hover: #f8f8f8;
28
28
  $pds-color-button-brand-secondary-border-active: #23232d;
29
- $pds-color-button-brand-secondary-border-default: #71717c;
29
+ $pds-color-button-brand-secondary-border-default: #6d6d78;
30
30
  $pds-color-button-brand-secondary-border-hover: #23232d;
31
31
  $pds-color-button-brand-secondary-foreground-active: #23232d;
32
32
  $pds-color-button-brand-secondary-foreground-default: #23232d;
@@ -75,7 +75,7 @@ $pds-color-input-background-critical: #ffebeb;
75
75
  $pds-color-input-background-default: #ffffff;
76
76
  $pds-color-input-background-hover: #f0ecff;
77
77
  $pds-color-input-border-critical: #d61f1f;
78
- $pds-color-input-border-default: #cfcfd3;
78
+ $pds-color-input-border-default: #f1f1f1;
79
79
  $pds-color-input-border-hover: #5f41e5;
80
80
  $pds-color-input-border-success: #1f845a;
81
81
  $pds-color-input-checked-background: $pds-color-interactive-focus;
@@ -83,9 +83,9 @@ $pds-color-input-checked-foreground: #ffffff;
83
83
  $pds-color-input-foreground-critical: #d61f1f;
84
84
  $pds-color-input-foreground-default: #23232d;
85
85
  $pds-color-input-foreground-success: #1f845a;
86
- $pds-color-input-placeholder-text: #71717c;
86
+ $pds-color-input-placeholder-text: #6d6d78;
87
87
  $pds-color-input-toggle-switch-icon: #ffffff;
88
- $pds-color-input-toggle-switch-off: #94949e;
88
+ $pds-color-input-toggle-switch-off: #6d6d78;
89
89
  $pds-color-input-toggle-switch-on: $pds-color-interactive-focus;
90
90
  $pds-color-interactive-focus: #0f62fe;
91
91
  $pds-color-link-active: #6f54e8;
@@ -93,12 +93,12 @@ $pds-color-link-default: #0f62fe;
93
93
  $pds-color-link-hover: #6f54e8;
94
94
  $pds-color-link-visited: #6f54e8;
95
95
  $pds-color-menu-background: #ffffff;
96
- $pds-color-menu-item-background-active: #cfcfd3;
96
+ $pds-color-menu-item-background-active: #f1f1f1;
97
97
  $pds-color-menu-item-background-default: #ffffff;
98
98
  $pds-color-menu-item-background-hover: #f8f8f8;
99
- $pds-color-menu-item-description-text: #71717c;
99
+ $pds-color-menu-item-description-text: #6d6d78;
100
100
  $pds-color-menu-item-foreground: #23232d;
101
- $pds-color-menu-item-heading-text: #71717c;
101
+ $pds-color-menu-item-heading-text: #6d6d78;
102
102
  $pds-color-panel-default-background: $pds-color-background-default;
103
103
  $pds-color-panel-default-border: $pds-color-border-default;
104
104
  $pds-color-panel-overlay-background: $pds-color-background-default;
@@ -108,10 +108,10 @@ $pds-color-panel-raised-border: $pds-color-border-default;
108
108
  $pds-color-panel-sunken-background: #f8f8f8;
109
109
  $pds-color-panel-sunken-border: #f8f8f8;
110
110
  $pds-color-text-default: #23232d;
111
- $pds-color-text-default-secondary: #71717c;
112
- $pds-color-tile-background-active: #cfcfd3;
111
+ $pds-color-text-default-secondary: #6d6d78;
112
+ $pds-color-tile-background-active: #f1f1f1;
113
113
  $pds-color-tile-background-hover: #f8f8f8;
114
- $pds-color-toggle-button-background-off: #cfcfd3;
115
- $pds-color-toggle-button-foreground-off: #71717c;
114
+ $pds-color-toggle-button-background-off: #f1f1f1;
115
+ $pds-color-toggle-button-foreground-off: #6d6d78;
116
116
  $pds-elevation-overlay: 0px 8px 12px 0px rgba(113, 113, 124, 0.25), 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
117
117
  $pds-elevation-raised: 0px 1px 1px 0px #aeaeb6, 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "1.0.0-dev.32",
3
+ "version": "1.0.0-dev.34",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [