@pantheon-systems/pds-design-tokens 1.0.0-dev.83 → 1.0.0-dev.85

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.
@@ -100,6 +100,7 @@
100
100
  --pds-color-button-subtle-foreground-hover: #ffffff;
101
101
  --pds-color-card-border: #504e62;
102
102
  --pds-color-code-inline-background: #282839;
103
+ --pds-color-code-inline-border: #504e62;
103
104
  --pds-color-code-inline-text: #ffffff;
104
105
  --pds-color-expansion-panel-hover: #282839;
105
106
  --pds-color-expansion-panel-open: #282839;
@@ -151,6 +152,9 @@
151
152
  --pds-color-panel-raised-background: #282839;
152
153
  --pds-color-panel-raised-border: var(--pds-color-border-default);
153
154
  --pds-color-panel-sunken-background: #121219;
155
+ --pds-color-progress-complete: #2abb7f;
156
+ --pds-color-progress-empty: #a6a3b4;
157
+ --pds-color-progress-partial: #388bff;
154
158
  --pds-color-semantic-critical-background: #391813;
155
159
  --pds-color-semantic-critical-foreground: #ca3521;
156
160
  --pds-color-semantic-discovery-background: #231c3f;
@@ -161,6 +165,10 @@
161
165
  --pds-color-semantic-success-foreground: #2abb7f;
162
166
  --pds-color-semantic-warning-background: #3d2e00;
163
167
  --pds-color-semantic-warning-foreground: #cf9f02;
168
+ --pds-color-strength-fair: #cf9f02;
169
+ --pds-color-strength-strong: #2abb7f;
170
+ --pds-color-strength-very-weak: #a6a3b4;
171
+ --pds-color-strength-weak: #ca3521;
164
172
  --pds-color-table-sort-arrow-active: #8a70ff;
165
173
  --pds-color-table-sort-arrow-inactive: #a6a3b4;
166
174
  --pds-color-tabs-accent: #ad9bff;
@@ -100,6 +100,7 @@
100
100
  --pds-color-button-subtle-foreground-hover: #23232d;
101
101
  --pds-color-card-border: var(--pds-color-border-default);
102
102
  --pds-color-code-inline-background: #f0ecff;
103
+ --pds-color-code-inline-border: #e5dbff;
103
104
  --pds-color-code-inline-text: #000000;
104
105
  --pds-color-expansion-panel-hover: #f1f1f1;
105
106
  --pds-color-expansion-panel-open: #f1f1f1;
@@ -160,6 +161,9 @@
160
161
  --pds-color-panel-raised-background: var(--pds-color-background-default);
161
162
  --pds-color-panel-raised-border: #f1f1f1;
162
163
  --pds-color-panel-sunken-background: #f1f1f1;
164
+ --pds-color-progress-complete: #218c5f;
165
+ --pds-color-progress-empty: #cfcfd3;
166
+ --pds-color-progress-partial: #1d7afc;
163
167
  --pds-color-semantic-critical-background: #ffedeb;
164
168
  --pds-color-semantic-critical-foreground: #ca3521;
165
169
  --pds-color-semantic-discovery-background: #eae6ff;
@@ -170,6 +174,10 @@
170
174
  --pds-color-semantic-success-foreground: #218c5f;
171
175
  --pds-color-semantic-warning-background: #fff7d6;
172
176
  --pds-color-semantic-warning-foreground: #d97008;
177
+ --pds-color-strength-fair: #d97008;
178
+ --pds-color-strength-strong: #218c5f;
179
+ --pds-color-strength-very-weak: #cfcfd3;
180
+ --pds-color-strength-weak: #ca3521;
173
181
  --pds-color-table-sort-arrow-active: #5f41e5;
174
182
  --pds-color-table-sort-arrow-inactive: #cfcfd3;
175
183
  --pds-color-tabs-accent: #5f41e5;
@@ -1,83 +1,104 @@
1
1
  /**
2
- *
2
+ *
3
3
  * Pantheon Systems
4
- *
4
+ *
5
5
  * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6
6
  * !! DO NOT EDIT THIS FILE DIRECTLY !!
7
7
  * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
8
- *
8
+ *
9
9
  * This file has been generated automatically.
10
10
  */
11
11
 
12
12
  :root {
13
- --pds-animation-button-transition: all var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay);
14
- --pds-animation-focus-transition: outline var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay);
15
- --pds-animation-input-transition: background-color var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay), border-color var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay);
16
- --pds-animation-link-transition: all var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay);
17
- --pds-animation-reveal-transition: all var(--pds-animation-transition-reveal-duration) var(--pds-animation-transition-default-timing-function);
18
- --pds-animation-rotation-transition: transform var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay);
19
- --pds-animation-transition-default-delay: 0s;
20
- --pds-animation-transition-default-duration: 200ms;
21
- --pds-animation-transition-default-timing-function: ease-in-out;
22
- --pds-animation-transition-dropdown-duration: 300ms;
23
- --pds-animation-transition-reveal-duration: 300ms;
24
- --pds-border-radius-container: 0.375rem;
25
- --pds-border-radius-default: 0.1875rem;
26
- --pds-border-width-default: 1px;
27
- --pds-container-max-width-narrow: 1024px;
28
- --pds-container-max-width-standard: 1200px;
29
- --pds-container-max-width-wide: 1440px;
30
- --pds-container-max-width-x-wide: 1600px;
31
- --pds-container-modal-width-large: 44rem;
32
- --pds-container-modal-width-medium: 36rem;
33
- --pds-container-modal-width-small: 25rem;
34
- --pds-container-padding-large: 4%;
35
- --pds-container-padding-medium: 4%;
36
- --pds-container-padding-small: 5%;
37
- --pds-grid-marketing-column-medium-large: 5.125%;
38
- --pds-grid-marketing-column-small: 21.34375%;
39
- --pds-grid-marketing-gap-medium-large: 3.5%;
40
- --pds-grid-marketing-gap-small: 4.875%;
41
- --pds-spacing-2xl: 1.953rem;
42
- --pds-spacing-2xs: 0.512rem;
43
- --pds-spacing-3xl: 2.441rem;
44
- --pds-spacing-3xs: 0.41rem;
45
- --pds-spacing-4xl: 3.052rem;
46
- --pds-spacing-4xs: 0.328rem;
47
- --pds-spacing-5xl: 3.815rem;
48
- --pds-spacing-5xs: 0.25rem;
49
- --pds-spacing-6xl: 4.678rem;
50
- --pds-spacing-6xs: 0.125rem;
51
- --pds-spacing-7xl: 5.96rem;
52
- --pds-spacing-8xl: 7.451rem;
53
- --pds-spacing-l: 1.25rem;
54
- --pds-spacing-m: 1rem;
55
- --pds-spacing-s: 0.8rem;
56
- --pds-spacing-xl: 1.563rem;
57
- --pds-spacing-xs: 0.64rem;
58
- --pds-typography-font-code: 'Source Code Pro', monospace;
59
- --pds-typography-font-default: 'Poppins', sans-serif;
60
- --pds-typography-font-secondary: 'Aleo', serif;
61
- --pds-typography-font-weight-bold: 700;
62
- --pds-typography-font-weight-extrabold: 800;
63
- --pds-typography-font-weight-regular: 400;
64
- --pds-typography-font-weight-semibold: 600;
65
- --pds-typography-letter-spacing-l: 0.04rem;
66
- --pds-typography-letter-spacing-m: 0.02rem;
67
- --pds-typography-letter-spacing-s: 0.01rem;
68
- --pds-typography-letter-spacing-xl: 0.06rem;
69
- --pds-typography-line-height-l: 170%;
70
- --pds-typography-line-height-m: 140%;
71
- --pds-typography-line-height-s: 120%;
72
- --pds-typography-line-height-xl: 195%;
73
- --pds-typography-multiplier-medium: 0.85;
74
- --pds-typography-multiplier-small: 0.75;
75
- --pds-typography-size-2xl: 1.728rem;
76
- --pds-typography-size-3xl: 2.074rem;
77
- --pds-typography-size-4xl: 3.052rem;
78
- --pds-typography-size-l: 1.2rem;
79
- --pds-typography-size-m: 1rem;
80
- --pds-typography-size-s: 0.875rem;
81
- --pds-typography-size-xl: 1.44rem;
82
- --pds-typography-size-xs: 0.75rem;
13
+ --pds-animation-button-transition: all
14
+ var(--pds-animation-transition-default-duration)
15
+ var(--pds-animation-transition-default-timing-function)
16
+ var(--pds-animation-transition-default-delay);
17
+ --pds-animation-focus-transition: outline
18
+ var(--pds-animation-transition-default-duration)
19
+ var(--pds-animation-transition-default-timing-function)
20
+ var(--pds-animation-transition-default-delay);
21
+ --pds-animation-input-transition: background-color
22
+ var(--pds-animation-transition-default-duration)
23
+ var(--pds-animation-transition-default-timing-function)
24
+ var(--pds-animation-transition-default-delay),
25
+ border-color var(--pds-animation-transition-default-duration)
26
+ var(--pds-animation-transition-default-timing-function)
27
+ var(--pds-animation-transition-default-delay);
28
+ --pds-animation-link-transition: all
29
+ var(--pds-animation-transition-default-duration)
30
+ var(--pds-animation-transition-default-timing-function)
31
+ var(--pds-animation-transition-default-delay);
32
+ --pds-animation-reveal-transition: all
33
+ var(--pds-animation-transition-reveal-duration)
34
+ var(--pds-animation-transition-default-timing-function);
35
+ --pds-animation-rotation-transition: transform
36
+ var(--pds-animation-transition-default-duration)
37
+ var(--pds-animation-transition-default-timing-function)
38
+ var(--pds-animation-transition-default-delay);
39
+ --pds-animation-transition-default-delay: 0s;
40
+ --pds-animation-transition-default-duration: 200ms;
41
+ --pds-animation-transition-default-timing-function: ease-in-out;
42
+ --pds-animation-transition-dropdown-duration: 300ms;
43
+ --pds-animation-transition-reveal-duration: 300ms;
44
+ --pds-border-radius-bar: 3.5rem;
45
+ --pds-border-radius-container: 0.375rem;
46
+ --pds-border-radius-default: 0.1875rem;
47
+ --pds-border-width-default: 1px;
48
+ --pds-container-max-width-narrow: 1024px;
49
+ --pds-container-max-width-standard: 1200px;
50
+ --pds-container-max-width-wide: 1440px;
51
+ --pds-container-max-width-x-wide: 1600px;
52
+ --pds-container-modal-width-large: 44rem;
53
+ --pds-container-modal-width-medium: 36rem;
54
+ --pds-container-modal-width-small: 25rem;
55
+ --pds-container-padding-large: 4%;
56
+ --pds-container-padding-medium: 4%;
57
+ --pds-container-padding-small: 5%;
58
+ --pds-grid-marketing-column-medium-large: 5.125%;
59
+ --pds-grid-marketing-column-small: 21.34375%;
60
+ --pds-grid-marketing-gap-medium-large: 3.5%;
61
+ --pds-grid-marketing-gap-small: 4.875%;
62
+ --pds-spacing-2xl: 1.953rem;
63
+ --pds-spacing-2xs: 0.512rem;
64
+ --pds-spacing-3xl: 2.441rem;
65
+ --pds-spacing-3xs: 0.41rem;
66
+ --pds-spacing-4xl: 3.052rem;
67
+ --pds-spacing-4xs: 0.328rem;
68
+ --pds-spacing-5xl: 3.815rem;
69
+ --pds-spacing-5xs: 0.25rem;
70
+ --pds-spacing-6xl: 4.678rem;
71
+ --pds-spacing-6xs: 0.125rem;
72
+ --pds-spacing-7xl: 5.96rem;
73
+ --pds-spacing-8xl: 7.451rem;
74
+ --pds-spacing-l: 1.25rem;
75
+ --pds-spacing-m: 1rem;
76
+ --pds-spacing-s: 0.8rem;
77
+ --pds-spacing-xl: 1.563rem;
78
+ --pds-spacing-xs: 0.64rem;
79
+ --pds-typography-font-code: 'Source Code Pro', monospace;
80
+ --pds-typography-font-default: 'Poppins', sans-serif;
81
+ --pds-typography-font-secondary: 'Aleo', serif;
82
+ --pds-typography-font-weight-bold: 700;
83
+ --pds-typography-font-weight-extrabold: 800;
84
+ --pds-typography-font-weight-regular: 400;
85
+ --pds-typography-font-weight-semibold: 600;
86
+ --pds-typography-letter-spacing-l: 0.04rem;
87
+ --pds-typography-letter-spacing-m: 0.02rem;
88
+ --pds-typography-letter-spacing-s: 0.01rem;
89
+ --pds-typography-letter-spacing-xl: 0.06rem;
90
+ --pds-typography-line-height-l: 170%;
91
+ --pds-typography-line-height-m: 140%;
92
+ --pds-typography-line-height-s: 120%;
93
+ --pds-typography-line-height-xl: 195%;
94
+ --pds-typography-multiplier-medium: 0.85;
95
+ --pds-typography-multiplier-small: 0.75;
96
+ --pds-typography-size-2xl: 1.728rem;
97
+ --pds-typography-size-3xl: 2.074rem;
98
+ --pds-typography-size-4xl: 3.052rem;
99
+ --pds-typography-size-l: 1.2rem;
100
+ --pds-typography-size-m: 1rem;
101
+ --pds-typography-size-s: 0.875rem;
102
+ --pds-typography-size-xl: 1.44rem;
103
+ --pds-typography-size-xs: 0.75rem;
83
104
  }
@@ -336,6 +336,31 @@
336
336
  "radius",
337
337
  "container"
338
338
  ]
339
+ },
340
+ "bar": {
341
+ "value": 3.5,
342
+ "defaultUnit": "rem",
343
+ "public": true,
344
+ "filePath": "tokens/border/alias.json",
345
+ "isSource": true,
346
+ "original": {
347
+ "value": 3.5,
348
+ "defaultUnit": "rem",
349
+ "public": true,
350
+ "filePath": "build/json/pds-design-tokens.json",
351
+ "isSource": false
352
+ },
353
+ "name": "border-radius-bar",
354
+ "attributes": {
355
+ "category": "border",
356
+ "type": "radius",
357
+ "item": "bar"
358
+ },
359
+ "path": [
360
+ "border",
361
+ "radius",
362
+ "bar"
363
+ ]
339
364
  }
340
365
  },
341
366
  "width": {
@@ -4227,6 +4252,33 @@
4227
4252
  "background"
4228
4253
  ]
4229
4254
  },
4255
+ "border": {
4256
+ "value": "#504e62",
4257
+ "public": true,
4258
+ "isReferenceToInternal": true,
4259
+ "filePath": "tokens/color/alias/code.dark.json",
4260
+ "isSource": true,
4261
+ "original": {
4262
+ "value": "{color.dark-mode.neutral.400.value}",
4263
+ "public": true,
4264
+ "isReferenceToInternal": true
4265
+ },
4266
+ "name": "color-dark-mode-code-inline-border",
4267
+ "attributes": {
4268
+ "category": "color",
4269
+ "type": "dark-mode",
4270
+ "item": "code",
4271
+ "subitem": "inline",
4272
+ "state": "border"
4273
+ },
4274
+ "path": [
4275
+ "color",
4276
+ "dark-mode",
4277
+ "code",
4278
+ "inline",
4279
+ "border"
4280
+ ]
4281
+ },
4230
4282
  "text": {
4231
4283
  "value": "#ffffff",
4232
4284
  "public": true,
@@ -4458,6 +4510,185 @@
4458
4510
  "overlay"
4459
4511
  ]
4460
4512
  },
4513
+ "progress": {
4514
+ "empty": {
4515
+ "value": "#a6a3b4",
4516
+ "public": true,
4517
+ "isReferenceToInternal": true,
4518
+ "filePath": "tokens/color/alias/indicators.dark.json",
4519
+ "isSource": true,
4520
+ "original": {
4521
+ "value": "{color.dark-mode.neutral.200.value}",
4522
+ "public": true,
4523
+ "isReferenceToInternal": true
4524
+ },
4525
+ "name": "color-dark-mode-progress-empty",
4526
+ "attributes": {
4527
+ "category": "color",
4528
+ "type": "dark-mode",
4529
+ "item": "progress",
4530
+ "subitem": "empty"
4531
+ },
4532
+ "path": [
4533
+ "color",
4534
+ "dark-mode",
4535
+ "progress",
4536
+ "empty"
4537
+ ]
4538
+ },
4539
+ "partial": {
4540
+ "value": "#388bff",
4541
+ "public": true,
4542
+ "isReferenceToInternal": true,
4543
+ "filePath": "tokens/color/alias/indicators.dark.json",
4544
+ "isSource": true,
4545
+ "original": {
4546
+ "value": "{color.dark-mode.semantic.info.foreground.value}",
4547
+ "public": true,
4548
+ "isReferenceToInternal": true
4549
+ },
4550
+ "name": "color-dark-mode-progress-partial",
4551
+ "attributes": {
4552
+ "category": "color",
4553
+ "type": "dark-mode",
4554
+ "item": "progress",
4555
+ "subitem": "partial"
4556
+ },
4557
+ "path": [
4558
+ "color",
4559
+ "dark-mode",
4560
+ "progress",
4561
+ "partial"
4562
+ ]
4563
+ },
4564
+ "complete": {
4565
+ "value": "#2abb7f",
4566
+ "public": true,
4567
+ "isReferenceToInternal": true,
4568
+ "filePath": "tokens/color/alias/indicators.dark.json",
4569
+ "isSource": true,
4570
+ "original": {
4571
+ "value": "{color.dark-mode.semantic.success.foreground.value}",
4572
+ "public": true,
4573
+ "isReferenceToInternal": true
4574
+ },
4575
+ "name": "color-dark-mode-progress-complete",
4576
+ "attributes": {
4577
+ "category": "color",
4578
+ "type": "dark-mode",
4579
+ "item": "progress",
4580
+ "subitem": "complete"
4581
+ },
4582
+ "path": [
4583
+ "color",
4584
+ "dark-mode",
4585
+ "progress",
4586
+ "complete"
4587
+ ]
4588
+ }
4589
+ },
4590
+ "strength": {
4591
+ "very-weak": {
4592
+ "value": "#a6a3b4",
4593
+ "public": true,
4594
+ "isReferenceToInternal": true,
4595
+ "filePath": "tokens/color/alias/indicators.dark.json",
4596
+ "isSource": true,
4597
+ "original": {
4598
+ "value": "{color.dark-mode.neutral.200.value}",
4599
+ "public": true,
4600
+ "isReferenceToInternal": true
4601
+ },
4602
+ "name": "color-dark-mode-strength-very-weak",
4603
+ "attributes": {
4604
+ "category": "color",
4605
+ "type": "dark-mode",
4606
+ "item": "strength",
4607
+ "subitem": "very-weak"
4608
+ },
4609
+ "path": [
4610
+ "color",
4611
+ "dark-mode",
4612
+ "strength",
4613
+ "very-weak"
4614
+ ]
4615
+ },
4616
+ "weak": {
4617
+ "value": "#ca3521",
4618
+ "public": true,
4619
+ "isReferenceToInternal": true,
4620
+ "filePath": "tokens/color/alias/indicators.dark.json",
4621
+ "isSource": true,
4622
+ "original": {
4623
+ "value": "{color.dark-mode.semantic.critical.foreground.value}",
4624
+ "public": true,
4625
+ "isReferenceToInternal": true
4626
+ },
4627
+ "name": "color-dark-mode-strength-weak",
4628
+ "attributes": {
4629
+ "category": "color",
4630
+ "type": "dark-mode",
4631
+ "item": "strength",
4632
+ "subitem": "weak"
4633
+ },
4634
+ "path": [
4635
+ "color",
4636
+ "dark-mode",
4637
+ "strength",
4638
+ "weak"
4639
+ ]
4640
+ },
4641
+ "fair": {
4642
+ "value": "#cf9f02",
4643
+ "public": true,
4644
+ "isReferenceToInternal": true,
4645
+ "filePath": "tokens/color/alias/indicators.dark.json",
4646
+ "isSource": true,
4647
+ "original": {
4648
+ "value": "{color.dark-mode.semantic.warning.foreground.value}",
4649
+ "public": true,
4650
+ "isReferenceToInternal": true
4651
+ },
4652
+ "name": "color-dark-mode-strength-fair",
4653
+ "attributes": {
4654
+ "category": "color",
4655
+ "type": "dark-mode",
4656
+ "item": "strength",
4657
+ "subitem": "fair"
4658
+ },
4659
+ "path": [
4660
+ "color",
4661
+ "dark-mode",
4662
+ "strength",
4663
+ "fair"
4664
+ ]
4665
+ },
4666
+ "strong": {
4667
+ "value": "#2abb7f",
4668
+ "public": true,
4669
+ "isReferenceToInternal": true,
4670
+ "filePath": "tokens/color/alias/indicators.dark.json",
4671
+ "isSource": true,
4672
+ "original": {
4673
+ "value": "{color.dark-mode.semantic.success.foreground.value}",
4674
+ "public": true,
4675
+ "isReferenceToInternal": true
4676
+ },
4677
+ "name": "color-dark-mode-strength-strong",
4678
+ "attributes": {
4679
+ "category": "color",
4680
+ "type": "dark-mode",
4681
+ "item": "strength",
4682
+ "subitem": "strong"
4683
+ },
4684
+ "path": [
4685
+ "color",
4686
+ "dark-mode",
4687
+ "strength",
4688
+ "strong"
4689
+ ]
4690
+ }
4691
+ },
4461
4692
  "input": {
4462
4693
  "background": {
4463
4694
  "default": {
@@ -10052,6 +10283,33 @@
10052
10283
  "background"
10053
10284
  ]
10054
10285
  },
10286
+ "border": {
10287
+ "value": "#e5dbff",
10288
+ "public": true,
10289
+ "isReferenceToInternal": true,
10290
+ "filePath": "tokens/color/alias/code.light.json",
10291
+ "isSource": true,
10292
+ "original": {
10293
+ "value": "{color.light-mode.brand.secondary.200.value}",
10294
+ "public": true,
10295
+ "isReferenceToInternal": true
10296
+ },
10297
+ "name": "color-light-mode-code-inline-border",
10298
+ "attributes": {
10299
+ "category": "color",
10300
+ "type": "light-mode",
10301
+ "item": "code",
10302
+ "subitem": "inline",
10303
+ "state": "border"
10304
+ },
10305
+ "path": [
10306
+ "color",
10307
+ "light-mode",
10308
+ "code",
10309
+ "inline",
10310
+ "border"
10311
+ ]
10312
+ },
10055
10313
  "text": {
10056
10314
  "value": "#000000",
10057
10315
  "public": true,
@@ -10283,6 +10541,185 @@
10283
10541
  "overlay"
10284
10542
  ]
10285
10543
  },
10544
+ "progress": {
10545
+ "empty": {
10546
+ "value": "#cfcfd3",
10547
+ "public": true,
10548
+ "isReferenceToInternal": true,
10549
+ "filePath": "tokens/color/alias/indicators.light.json",
10550
+ "isSource": true,
10551
+ "original": {
10552
+ "value": "{color.light-mode.neutral.300.value}",
10553
+ "public": true,
10554
+ "isReferenceToInternal": true
10555
+ },
10556
+ "name": "color-light-mode-progress-empty",
10557
+ "attributes": {
10558
+ "category": "color",
10559
+ "type": "light-mode",
10560
+ "item": "progress",
10561
+ "subitem": "empty"
10562
+ },
10563
+ "path": [
10564
+ "color",
10565
+ "light-mode",
10566
+ "progress",
10567
+ "empty"
10568
+ ]
10569
+ },
10570
+ "partial": {
10571
+ "value": "#1d7afc",
10572
+ "public": true,
10573
+ "isReferenceToInternal": true,
10574
+ "filePath": "tokens/color/alias/indicators.light.json",
10575
+ "isSource": true,
10576
+ "original": {
10577
+ "value": "{color.light-mode.semantic.info.foreground.value}",
10578
+ "public": true,
10579
+ "isReferenceToInternal": true
10580
+ },
10581
+ "name": "color-light-mode-progress-partial",
10582
+ "attributes": {
10583
+ "category": "color",
10584
+ "type": "light-mode",
10585
+ "item": "progress",
10586
+ "subitem": "partial"
10587
+ },
10588
+ "path": [
10589
+ "color",
10590
+ "light-mode",
10591
+ "progress",
10592
+ "partial"
10593
+ ]
10594
+ },
10595
+ "complete": {
10596
+ "value": "#218c5f",
10597
+ "public": true,
10598
+ "isReferenceToInternal": true,
10599
+ "filePath": "tokens/color/alias/indicators.light.json",
10600
+ "isSource": true,
10601
+ "original": {
10602
+ "value": "{color.light-mode.semantic.success.foreground.value}",
10603
+ "public": true,
10604
+ "isReferenceToInternal": true
10605
+ },
10606
+ "name": "color-light-mode-progress-complete",
10607
+ "attributes": {
10608
+ "category": "color",
10609
+ "type": "light-mode",
10610
+ "item": "progress",
10611
+ "subitem": "complete"
10612
+ },
10613
+ "path": [
10614
+ "color",
10615
+ "light-mode",
10616
+ "progress",
10617
+ "complete"
10618
+ ]
10619
+ }
10620
+ },
10621
+ "strength": {
10622
+ "very-weak": {
10623
+ "value": "#cfcfd3",
10624
+ "public": true,
10625
+ "isReferenceToInternal": true,
10626
+ "filePath": "tokens/color/alias/indicators.light.json",
10627
+ "isSource": true,
10628
+ "original": {
10629
+ "value": "{color.light-mode.neutral.300.value}",
10630
+ "public": true,
10631
+ "isReferenceToInternal": true
10632
+ },
10633
+ "name": "color-light-mode-strength-very-weak",
10634
+ "attributes": {
10635
+ "category": "color",
10636
+ "type": "light-mode",
10637
+ "item": "strength",
10638
+ "subitem": "very-weak"
10639
+ },
10640
+ "path": [
10641
+ "color",
10642
+ "light-mode",
10643
+ "strength",
10644
+ "very-weak"
10645
+ ]
10646
+ },
10647
+ "weak": {
10648
+ "value": "#ca3521",
10649
+ "public": true,
10650
+ "isReferenceToInternal": true,
10651
+ "filePath": "tokens/color/alias/indicators.light.json",
10652
+ "isSource": true,
10653
+ "original": {
10654
+ "value": "{color.light-mode.semantic.critical.foreground.value}",
10655
+ "public": true,
10656
+ "isReferenceToInternal": true
10657
+ },
10658
+ "name": "color-light-mode-strength-weak",
10659
+ "attributes": {
10660
+ "category": "color",
10661
+ "type": "light-mode",
10662
+ "item": "strength",
10663
+ "subitem": "weak"
10664
+ },
10665
+ "path": [
10666
+ "color",
10667
+ "light-mode",
10668
+ "strength",
10669
+ "weak"
10670
+ ]
10671
+ },
10672
+ "fair": {
10673
+ "value": "#d97008",
10674
+ "public": true,
10675
+ "isReferenceToInternal": true,
10676
+ "filePath": "tokens/color/alias/indicators.light.json",
10677
+ "isSource": true,
10678
+ "original": {
10679
+ "value": "{color.light-mode.semantic.warning.foreground.value}",
10680
+ "public": true,
10681
+ "isReferenceToInternal": true
10682
+ },
10683
+ "name": "color-light-mode-strength-fair",
10684
+ "attributes": {
10685
+ "category": "color",
10686
+ "type": "light-mode",
10687
+ "item": "strength",
10688
+ "subitem": "fair"
10689
+ },
10690
+ "path": [
10691
+ "color",
10692
+ "light-mode",
10693
+ "strength",
10694
+ "fair"
10695
+ ]
10696
+ },
10697
+ "strong": {
10698
+ "value": "#218c5f",
10699
+ "public": true,
10700
+ "isReferenceToInternal": true,
10701
+ "filePath": "tokens/color/alias/indicators.light.json",
10702
+ "isSource": true,
10703
+ "original": {
10704
+ "value": "{color.light-mode.semantic.success.foreground.value}",
10705
+ "public": true,
10706
+ "isReferenceToInternal": true
10707
+ },
10708
+ "name": "color-light-mode-strength-strong",
10709
+ "attributes": {
10710
+ "category": "color",
10711
+ "type": "light-mode",
10712
+ "item": "strength",
10713
+ "subitem": "strong"
10714
+ },
10715
+ "path": [
10716
+ "color",
10717
+ "light-mode",
10718
+ "strength",
10719
+ "strong"
10720
+ ]
10721
+ }
10722
+ },
10286
10723
  "input": {
10287
10724
  "background": {
10288
10725
  "default": {
@@ -2380,6 +2380,33 @@
2380
2380
  "background"
2381
2381
  ]
2382
2382
  },
2383
+ "border": {
2384
+ "value": "#504e62",
2385
+ "public": true,
2386
+ "isReferenceToInternal": true,
2387
+ "filePath": "tokens/color/alias/code.dark.json",
2388
+ "isSource": true,
2389
+ "original": {
2390
+ "value": "{color.dark-mode.neutral.400.value}",
2391
+ "public": true,
2392
+ "isReferenceToInternal": true
2393
+ },
2394
+ "name": "color-dark-mode-code-inline-border",
2395
+ "attributes": {
2396
+ "category": "color",
2397
+ "type": "dark-mode",
2398
+ "item": "code",
2399
+ "subitem": "inline",
2400
+ "state": "border"
2401
+ },
2402
+ "path": [
2403
+ "color",
2404
+ "dark-mode",
2405
+ "code",
2406
+ "inline",
2407
+ "border"
2408
+ ]
2409
+ },
2383
2410
  "text": {
2384
2411
  "value": "#ffffff",
2385
2412
  "public": true,
@@ -2611,6 +2638,185 @@
2611
2638
  "overlay"
2612
2639
  ]
2613
2640
  },
2641
+ "progress": {
2642
+ "empty": {
2643
+ "value": "#a6a3b4",
2644
+ "public": true,
2645
+ "isReferenceToInternal": true,
2646
+ "filePath": "tokens/color/alias/indicators.dark.json",
2647
+ "isSource": true,
2648
+ "original": {
2649
+ "value": "{color.dark-mode.neutral.200.value}",
2650
+ "public": true,
2651
+ "isReferenceToInternal": true
2652
+ },
2653
+ "name": "color-dark-mode-progress-empty",
2654
+ "attributes": {
2655
+ "category": "color",
2656
+ "type": "dark-mode",
2657
+ "item": "progress",
2658
+ "subitem": "empty"
2659
+ },
2660
+ "path": [
2661
+ "color",
2662
+ "dark-mode",
2663
+ "progress",
2664
+ "empty"
2665
+ ]
2666
+ },
2667
+ "partial": {
2668
+ "value": "#388bff",
2669
+ "public": true,
2670
+ "isReferenceToInternal": true,
2671
+ "filePath": "tokens/color/alias/indicators.dark.json",
2672
+ "isSource": true,
2673
+ "original": {
2674
+ "value": "{color.dark-mode.semantic.info.foreground.value}",
2675
+ "public": true,
2676
+ "isReferenceToInternal": true
2677
+ },
2678
+ "name": "color-dark-mode-progress-partial",
2679
+ "attributes": {
2680
+ "category": "color",
2681
+ "type": "dark-mode",
2682
+ "item": "progress",
2683
+ "subitem": "partial"
2684
+ },
2685
+ "path": [
2686
+ "color",
2687
+ "dark-mode",
2688
+ "progress",
2689
+ "partial"
2690
+ ]
2691
+ },
2692
+ "complete": {
2693
+ "value": "#2abb7f",
2694
+ "public": true,
2695
+ "isReferenceToInternal": true,
2696
+ "filePath": "tokens/color/alias/indicators.dark.json",
2697
+ "isSource": true,
2698
+ "original": {
2699
+ "value": "{color.dark-mode.semantic.success.foreground.value}",
2700
+ "public": true,
2701
+ "isReferenceToInternal": true
2702
+ },
2703
+ "name": "color-dark-mode-progress-complete",
2704
+ "attributes": {
2705
+ "category": "color",
2706
+ "type": "dark-mode",
2707
+ "item": "progress",
2708
+ "subitem": "complete"
2709
+ },
2710
+ "path": [
2711
+ "color",
2712
+ "dark-mode",
2713
+ "progress",
2714
+ "complete"
2715
+ ]
2716
+ }
2717
+ },
2718
+ "strength": {
2719
+ "very-weak": {
2720
+ "value": "#a6a3b4",
2721
+ "public": true,
2722
+ "isReferenceToInternal": true,
2723
+ "filePath": "tokens/color/alias/indicators.dark.json",
2724
+ "isSource": true,
2725
+ "original": {
2726
+ "value": "{color.dark-mode.neutral.200.value}",
2727
+ "public": true,
2728
+ "isReferenceToInternal": true
2729
+ },
2730
+ "name": "color-dark-mode-strength-very-weak",
2731
+ "attributes": {
2732
+ "category": "color",
2733
+ "type": "dark-mode",
2734
+ "item": "strength",
2735
+ "subitem": "very-weak"
2736
+ },
2737
+ "path": [
2738
+ "color",
2739
+ "dark-mode",
2740
+ "strength",
2741
+ "very-weak"
2742
+ ]
2743
+ },
2744
+ "weak": {
2745
+ "value": "#ca3521",
2746
+ "public": true,
2747
+ "isReferenceToInternal": true,
2748
+ "filePath": "tokens/color/alias/indicators.dark.json",
2749
+ "isSource": true,
2750
+ "original": {
2751
+ "value": "{color.dark-mode.semantic.critical.foreground.value}",
2752
+ "public": true,
2753
+ "isReferenceToInternal": true
2754
+ },
2755
+ "name": "color-dark-mode-strength-weak",
2756
+ "attributes": {
2757
+ "category": "color",
2758
+ "type": "dark-mode",
2759
+ "item": "strength",
2760
+ "subitem": "weak"
2761
+ },
2762
+ "path": [
2763
+ "color",
2764
+ "dark-mode",
2765
+ "strength",
2766
+ "weak"
2767
+ ]
2768
+ },
2769
+ "fair": {
2770
+ "value": "#cf9f02",
2771
+ "public": true,
2772
+ "isReferenceToInternal": true,
2773
+ "filePath": "tokens/color/alias/indicators.dark.json",
2774
+ "isSource": true,
2775
+ "original": {
2776
+ "value": "{color.dark-mode.semantic.warning.foreground.value}",
2777
+ "public": true,
2778
+ "isReferenceToInternal": true
2779
+ },
2780
+ "name": "color-dark-mode-strength-fair",
2781
+ "attributes": {
2782
+ "category": "color",
2783
+ "type": "dark-mode",
2784
+ "item": "strength",
2785
+ "subitem": "fair"
2786
+ },
2787
+ "path": [
2788
+ "color",
2789
+ "dark-mode",
2790
+ "strength",
2791
+ "fair"
2792
+ ]
2793
+ },
2794
+ "strong": {
2795
+ "value": "#2abb7f",
2796
+ "public": true,
2797
+ "isReferenceToInternal": true,
2798
+ "filePath": "tokens/color/alias/indicators.dark.json",
2799
+ "isSource": true,
2800
+ "original": {
2801
+ "value": "{color.dark-mode.semantic.success.foreground.value}",
2802
+ "public": true,
2803
+ "isReferenceToInternal": true
2804
+ },
2805
+ "name": "color-dark-mode-strength-strong",
2806
+ "attributes": {
2807
+ "category": "color",
2808
+ "type": "dark-mode",
2809
+ "item": "strength",
2810
+ "subitem": "strong"
2811
+ },
2812
+ "path": [
2813
+ "color",
2814
+ "dark-mode",
2815
+ "strength",
2816
+ "strong"
2817
+ ]
2818
+ }
2819
+ },
2614
2820
  "input": {
2615
2821
  "background": {
2616
2822
  "default": {
@@ -2372,6 +2372,33 @@
2372
2372
  "background"
2373
2373
  ]
2374
2374
  },
2375
+ "border": {
2376
+ "value": "#e5dbff",
2377
+ "public": true,
2378
+ "isReferenceToInternal": true,
2379
+ "filePath": "tokens/color/alias/code.light.json",
2380
+ "isSource": true,
2381
+ "original": {
2382
+ "value": "{color.light-mode.brand.secondary.200.value}",
2383
+ "public": true,
2384
+ "isReferenceToInternal": true
2385
+ },
2386
+ "name": "color-light-mode-code-inline-border",
2387
+ "attributes": {
2388
+ "category": "color",
2389
+ "type": "light-mode",
2390
+ "item": "code",
2391
+ "subitem": "inline",
2392
+ "state": "border"
2393
+ },
2394
+ "path": [
2395
+ "color",
2396
+ "light-mode",
2397
+ "code",
2398
+ "inline",
2399
+ "border"
2400
+ ]
2401
+ },
2375
2402
  "text": {
2376
2403
  "value": "#000000",
2377
2404
  "public": true,
@@ -2603,6 +2630,185 @@
2603
2630
  "overlay"
2604
2631
  ]
2605
2632
  },
2633
+ "progress": {
2634
+ "empty": {
2635
+ "value": "#cfcfd3",
2636
+ "public": true,
2637
+ "isReferenceToInternal": true,
2638
+ "filePath": "tokens/color/alias/indicators.light.json",
2639
+ "isSource": true,
2640
+ "original": {
2641
+ "value": "{color.light-mode.neutral.300.value}",
2642
+ "public": true,
2643
+ "isReferenceToInternal": true
2644
+ },
2645
+ "name": "color-light-mode-progress-empty",
2646
+ "attributes": {
2647
+ "category": "color",
2648
+ "type": "light-mode",
2649
+ "item": "progress",
2650
+ "subitem": "empty"
2651
+ },
2652
+ "path": [
2653
+ "color",
2654
+ "light-mode",
2655
+ "progress",
2656
+ "empty"
2657
+ ]
2658
+ },
2659
+ "partial": {
2660
+ "value": "#1d7afc",
2661
+ "public": true,
2662
+ "isReferenceToInternal": true,
2663
+ "filePath": "tokens/color/alias/indicators.light.json",
2664
+ "isSource": true,
2665
+ "original": {
2666
+ "value": "{color.light-mode.semantic.info.foreground.value}",
2667
+ "public": true,
2668
+ "isReferenceToInternal": true
2669
+ },
2670
+ "name": "color-light-mode-progress-partial",
2671
+ "attributes": {
2672
+ "category": "color",
2673
+ "type": "light-mode",
2674
+ "item": "progress",
2675
+ "subitem": "partial"
2676
+ },
2677
+ "path": [
2678
+ "color",
2679
+ "light-mode",
2680
+ "progress",
2681
+ "partial"
2682
+ ]
2683
+ },
2684
+ "complete": {
2685
+ "value": "#218c5f",
2686
+ "public": true,
2687
+ "isReferenceToInternal": true,
2688
+ "filePath": "tokens/color/alias/indicators.light.json",
2689
+ "isSource": true,
2690
+ "original": {
2691
+ "value": "{color.light-mode.semantic.success.foreground.value}",
2692
+ "public": true,
2693
+ "isReferenceToInternal": true
2694
+ },
2695
+ "name": "color-light-mode-progress-complete",
2696
+ "attributes": {
2697
+ "category": "color",
2698
+ "type": "light-mode",
2699
+ "item": "progress",
2700
+ "subitem": "complete"
2701
+ },
2702
+ "path": [
2703
+ "color",
2704
+ "light-mode",
2705
+ "progress",
2706
+ "complete"
2707
+ ]
2708
+ }
2709
+ },
2710
+ "strength": {
2711
+ "very-weak": {
2712
+ "value": "#cfcfd3",
2713
+ "public": true,
2714
+ "isReferenceToInternal": true,
2715
+ "filePath": "tokens/color/alias/indicators.light.json",
2716
+ "isSource": true,
2717
+ "original": {
2718
+ "value": "{color.light-mode.neutral.300.value}",
2719
+ "public": true,
2720
+ "isReferenceToInternal": true
2721
+ },
2722
+ "name": "color-light-mode-strength-very-weak",
2723
+ "attributes": {
2724
+ "category": "color",
2725
+ "type": "light-mode",
2726
+ "item": "strength",
2727
+ "subitem": "very-weak"
2728
+ },
2729
+ "path": [
2730
+ "color",
2731
+ "light-mode",
2732
+ "strength",
2733
+ "very-weak"
2734
+ ]
2735
+ },
2736
+ "weak": {
2737
+ "value": "#ca3521",
2738
+ "public": true,
2739
+ "isReferenceToInternal": true,
2740
+ "filePath": "tokens/color/alias/indicators.light.json",
2741
+ "isSource": true,
2742
+ "original": {
2743
+ "value": "{color.light-mode.semantic.critical.foreground.value}",
2744
+ "public": true,
2745
+ "isReferenceToInternal": true
2746
+ },
2747
+ "name": "color-light-mode-strength-weak",
2748
+ "attributes": {
2749
+ "category": "color",
2750
+ "type": "light-mode",
2751
+ "item": "strength",
2752
+ "subitem": "weak"
2753
+ },
2754
+ "path": [
2755
+ "color",
2756
+ "light-mode",
2757
+ "strength",
2758
+ "weak"
2759
+ ]
2760
+ },
2761
+ "fair": {
2762
+ "value": "#d97008",
2763
+ "public": true,
2764
+ "isReferenceToInternal": true,
2765
+ "filePath": "tokens/color/alias/indicators.light.json",
2766
+ "isSource": true,
2767
+ "original": {
2768
+ "value": "{color.light-mode.semantic.warning.foreground.value}",
2769
+ "public": true,
2770
+ "isReferenceToInternal": true
2771
+ },
2772
+ "name": "color-light-mode-strength-fair",
2773
+ "attributes": {
2774
+ "category": "color",
2775
+ "type": "light-mode",
2776
+ "item": "strength",
2777
+ "subitem": "fair"
2778
+ },
2779
+ "path": [
2780
+ "color",
2781
+ "light-mode",
2782
+ "strength",
2783
+ "fair"
2784
+ ]
2785
+ },
2786
+ "strong": {
2787
+ "value": "#218c5f",
2788
+ "public": true,
2789
+ "isReferenceToInternal": true,
2790
+ "filePath": "tokens/color/alias/indicators.light.json",
2791
+ "isSource": true,
2792
+ "original": {
2793
+ "value": "{color.light-mode.semantic.success.foreground.value}",
2794
+ "public": true,
2795
+ "isReferenceToInternal": true
2796
+ },
2797
+ "name": "color-light-mode-strength-strong",
2798
+ "attributes": {
2799
+ "category": "color",
2800
+ "type": "light-mode",
2801
+ "item": "strength",
2802
+ "subitem": "strong"
2803
+ },
2804
+ "path": [
2805
+ "color",
2806
+ "light-mode",
2807
+ "strength",
2808
+ "strong"
2809
+ ]
2810
+ }
2811
+ },
2606
2812
  "input": {
2607
2813
  "background": {
2608
2814
  "default": {
@@ -309,6 +309,29 @@
309
309
  "radius",
310
310
  "container"
311
311
  ]
312
+ },
313
+ "bar": {
314
+ "value": 3.5,
315
+ "defaultUnit": "rem",
316
+ "public": true,
317
+ "filePath": "tokens/border/alias.json",
318
+ "isSource": true,
319
+ "original": {
320
+ "value": 3.5,
321
+ "defaultUnit": "rem",
322
+ "public": true
323
+ },
324
+ "name": "border-radius-bar",
325
+ "attributes": {
326
+ "category": "border",
327
+ "type": "radius",
328
+ "item": "bar"
329
+ },
330
+ "path": [
331
+ "border",
332
+ "radius",
333
+ "bar"
334
+ ]
312
335
  }
313
336
  },
314
337
  "width": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "1.0.0-dev.83",
3
+ "version": "1.0.0-dev.85",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [