@pantheon-systems/pds-design-tokens 1.1.0 → 1.1.2

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.
@@ -14,6 +14,8 @@
14
14
  --pds-color-badge-indicator-brand-foreground: #ffffff;
15
15
  --pds-color-badge-indicator-critical-background: #a70000;
16
16
  --pds-color-badge-indicator-critical-foreground: #ffffff;
17
+ --pds-color-badge-indicator-default-background: #e7e7eb;
18
+ --pds-color-badge-indicator-default-foreground: #121219;
17
19
  --pds-color-badge-indicator-diamond-background: #d3e7fd;
18
20
  --pds-color-badge-indicator-diamond-foreground: #005cc8;
19
21
  --pds-color-badge-indicator-gold-background: #ffe668;
@@ -14,6 +14,8 @@
14
14
  --pds-color-badge-indicator-brand-foreground: #ffffff;
15
15
  --pds-color-badge-indicator-critical-background: #bc1c11;
16
16
  --pds-color-badge-indicator-critical-foreground: #ffffff;
17
+ --pds-color-badge-indicator-default-background: #23232d;
18
+ --pds-color-badge-indicator-default-foreground: #ffffff;
17
19
  --pds-color-badge-indicator-diamond-background: #d7edff;
18
20
  --pds-color-badge-indicator-diamond-foreground: #0766c5;
19
21
  --pds-color-badge-indicator-gold-background: #ffe668;
@@ -4033,6 +4033,64 @@
4033
4033
  "dark-mode": {
4034
4034
  "badge": {
4035
4035
  "indicator": {
4036
+ "default": {
4037
+ "background": {
4038
+ "value": "#e7e7eb",
4039
+ "public": true,
4040
+ "isReferenceToInternal": true,
4041
+ "filePath": "tokens/color/component/badge.dark.json",
4042
+ "isSource": true,
4043
+ "original": {
4044
+ "value": "{color.dark-mode.neutral.100.value}",
4045
+ "public": true,
4046
+ "isReferenceToInternal": true
4047
+ },
4048
+ "name": "color-dark-mode-badge-indicator-default-background",
4049
+ "attributes": {
4050
+ "category": "color",
4051
+ "type": "dark-mode",
4052
+ "item": "badge",
4053
+ "subitem": "indicator",
4054
+ "state": "default"
4055
+ },
4056
+ "path": [
4057
+ "color",
4058
+ "dark-mode",
4059
+ "badge",
4060
+ "indicator",
4061
+ "default",
4062
+ "background"
4063
+ ]
4064
+ },
4065
+ "foreground": {
4066
+ "value": "#121219",
4067
+ "public": true,
4068
+ "isReferenceToInternal": true,
4069
+ "filePath": "tokens/color/component/badge.dark.json",
4070
+ "isSource": true,
4071
+ "original": {
4072
+ "value": "{color.dark-mode.neutral.600.value}",
4073
+ "public": true,
4074
+ "isReferenceToInternal": true
4075
+ },
4076
+ "name": "color-dark-mode-badge-indicator-default-foreground",
4077
+ "attributes": {
4078
+ "category": "color",
4079
+ "type": "dark-mode",
4080
+ "item": "badge",
4081
+ "subitem": "indicator",
4082
+ "state": "default"
4083
+ },
4084
+ "path": [
4085
+ "color",
4086
+ "dark-mode",
4087
+ "badge",
4088
+ "indicator",
4089
+ "default",
4090
+ "foreground"
4091
+ ]
4092
+ }
4093
+ },
4036
4094
  "silver": {
4037
4095
  "background": {
4038
4096
  "value": "#e7e7eb",
@@ -10271,6 +10329,64 @@
10271
10329
  "light-mode": {
10272
10330
  "badge": {
10273
10331
  "indicator": {
10332
+ "default": {
10333
+ "background": {
10334
+ "value": "#23232d",
10335
+ "public": true,
10336
+ "isReferenceToInternal": true,
10337
+ "filePath": "tokens/color/component/badge.light.json",
10338
+ "isSource": true,
10339
+ "original": {
10340
+ "value": "{color.light-mode.neutral.500.value}",
10341
+ "public": true,
10342
+ "isReferenceToInternal": true
10343
+ },
10344
+ "name": "color-light-mode-badge-indicator-default-background",
10345
+ "attributes": {
10346
+ "category": "color",
10347
+ "type": "light-mode",
10348
+ "item": "badge",
10349
+ "subitem": "indicator",
10350
+ "state": "default"
10351
+ },
10352
+ "path": [
10353
+ "color",
10354
+ "light-mode",
10355
+ "badge",
10356
+ "indicator",
10357
+ "default",
10358
+ "background"
10359
+ ]
10360
+ },
10361
+ "foreground": {
10362
+ "value": "#ffffff",
10363
+ "public": true,
10364
+ "isReferenceToInternal": true,
10365
+ "filePath": "tokens/color/component/badge.light.json",
10366
+ "isSource": true,
10367
+ "original": {
10368
+ "value": "{color.light-mode.neutral.000.value}",
10369
+ "public": true,
10370
+ "isReferenceToInternal": true
10371
+ },
10372
+ "name": "color-light-mode-badge-indicator-default-foreground",
10373
+ "attributes": {
10374
+ "category": "color",
10375
+ "type": "light-mode",
10376
+ "item": "badge",
10377
+ "subitem": "indicator",
10378
+ "state": "default"
10379
+ },
10380
+ "path": [
10381
+ "color",
10382
+ "light-mode",
10383
+ "badge",
10384
+ "indicator",
10385
+ "default",
10386
+ "foreground"
10387
+ ]
10388
+ }
10389
+ },
10274
10390
  "silver": {
10275
10391
  "background": {
10276
10392
  "value": "#c3c5c9",
@@ -3,6 +3,64 @@
3
3
  "dark-mode": {
4
4
  "badge": {
5
5
  "indicator": {
6
+ "default": {
7
+ "background": {
8
+ "value": "#e7e7eb",
9
+ "public": true,
10
+ "isReferenceToInternal": true,
11
+ "filePath": "tokens/color/component/badge.dark.json",
12
+ "isSource": true,
13
+ "original": {
14
+ "value": "{color.dark-mode.neutral.100.value}",
15
+ "public": true,
16
+ "isReferenceToInternal": true
17
+ },
18
+ "name": "color-dark-mode-badge-indicator-default-background",
19
+ "attributes": {
20
+ "category": "color",
21
+ "type": "dark-mode",
22
+ "item": "badge",
23
+ "subitem": "indicator",
24
+ "state": "default"
25
+ },
26
+ "path": [
27
+ "color",
28
+ "dark-mode",
29
+ "badge",
30
+ "indicator",
31
+ "default",
32
+ "background"
33
+ ]
34
+ },
35
+ "foreground": {
36
+ "value": "#121219",
37
+ "public": true,
38
+ "isReferenceToInternal": true,
39
+ "filePath": "tokens/color/component/badge.dark.json",
40
+ "isSource": true,
41
+ "original": {
42
+ "value": "{color.dark-mode.neutral.600.value}",
43
+ "public": true,
44
+ "isReferenceToInternal": true
45
+ },
46
+ "name": "color-dark-mode-badge-indicator-default-foreground",
47
+ "attributes": {
48
+ "category": "color",
49
+ "type": "dark-mode",
50
+ "item": "badge",
51
+ "subitem": "indicator",
52
+ "state": "default"
53
+ },
54
+ "path": [
55
+ "color",
56
+ "dark-mode",
57
+ "badge",
58
+ "indicator",
59
+ "default",
60
+ "foreground"
61
+ ]
62
+ }
63
+ },
6
64
  "silver": {
7
65
  "background": {
8
66
  "value": "#e7e7eb",
@@ -3,6 +3,64 @@
3
3
  "light-mode": {
4
4
  "badge": {
5
5
  "indicator": {
6
+ "default": {
7
+ "background": {
8
+ "value": "#23232d",
9
+ "public": true,
10
+ "isReferenceToInternal": true,
11
+ "filePath": "tokens/color/component/badge.light.json",
12
+ "isSource": true,
13
+ "original": {
14
+ "value": "{color.light-mode.neutral.500.value}",
15
+ "public": true,
16
+ "isReferenceToInternal": true
17
+ },
18
+ "name": "color-light-mode-badge-indicator-default-background",
19
+ "attributes": {
20
+ "category": "color",
21
+ "type": "light-mode",
22
+ "item": "badge",
23
+ "subitem": "indicator",
24
+ "state": "default"
25
+ },
26
+ "path": [
27
+ "color",
28
+ "light-mode",
29
+ "badge",
30
+ "indicator",
31
+ "default",
32
+ "background"
33
+ ]
34
+ },
35
+ "foreground": {
36
+ "value": "#ffffff",
37
+ "public": true,
38
+ "isReferenceToInternal": true,
39
+ "filePath": "tokens/color/component/badge.light.json",
40
+ "isSource": true,
41
+ "original": {
42
+ "value": "{color.light-mode.neutral.000.value}",
43
+ "public": true,
44
+ "isReferenceToInternal": true
45
+ },
46
+ "name": "color-light-mode-badge-indicator-default-foreground",
47
+ "attributes": {
48
+ "category": "color",
49
+ "type": "light-mode",
50
+ "item": "badge",
51
+ "subitem": "indicator",
52
+ "state": "default"
53
+ },
54
+ "path": [
55
+ "color",
56
+ "light-mode",
57
+ "badge",
58
+ "indicator",
59
+ "default",
60
+ "foreground"
61
+ ]
62
+ }
63
+ },
6
64
  "silver": {
7
65
  "background": {
8
66
  "value": "#c3c5c9",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
3
  "description": "Design Tokens for the Pantheon Design System",
4
- "version": "1.1.0",
4
+ "version": "1.1.2",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "registry": "https://registry.npmjs.org/",