@pantheon-systems/pds-design-tokens 1.0.0-dev.105 → 1.0.0-dev.107

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.
@@ -177,6 +177,10 @@
177
177
  --pds-color-semantic-success-foreground: #2abb7f;
178
178
  --pds-color-semantic-warning-background: #3d2e00;
179
179
  --pds-color-semantic-warning-foreground: #cf9f02;
180
+ --pds-color-stepper-active: #388bff;
181
+ --pds-color-stepper-completed: #388bff;
182
+ --pds-color-stepper-default: #858299;
183
+ --pds-color-stepper-error: #ef5c48;
180
184
  --pds-color-strength-fair: #cf9f02;
181
185
  --pds-color-strength-strong: #2abb7f;
182
186
  --pds-color-strength-very-weak: #a6a3b4;
@@ -186,6 +190,8 @@
186
190
  --pds-color-tabs-accent: #ad9bff;
187
191
  --pds-color-tag-1-background: #705e00;
188
192
  --pds-color-tag-1-foreground: #fffbe9;
193
+ --pds-color-tag-10-background: #5b440a;
194
+ --pds-color-tag-10-foreground: #efeadf;
189
195
  --pds-color-tag-2-background: #4e39a8;
190
196
  --pds-color-tag-2-foreground: #f3f0ff;
191
197
  --pds-color-tag-3-background: #560039;
@@ -186,6 +186,10 @@
186
186
  --pds-color-semantic-success-foreground: #218c5f;
187
187
  --pds-color-semantic-warning-background: #fff7d6;
188
188
  --pds-color-semantic-warning-foreground: #d97008;
189
+ --pds-color-stepper-active: #1d7afc;
190
+ --pds-color-stepper-completed: #1d7afc;
191
+ --pds-color-stepper-default: #cfcfd3;
192
+ --pds-color-stepper-error: #ca3521;
189
193
  --pds-color-strength-fair: #d97008;
190
194
  --pds-color-strength-strong: #218c5f;
191
195
  --pds-color-strength-very-weak: #cfcfd3;
@@ -195,6 +199,8 @@
195
199
  --pds-color-tabs-accent: #5f41e5;
196
200
  --pds-color-tag-1-background: #fffbe9;
197
201
  --pds-color-tag-1-foreground: #705e00;
202
+ --pds-color-tag-10-background: #efeadf;
203
+ --pds-color-tag-10-foreground: #5b440a;
198
204
  --pds-color-tag-2-background: #f0ecff;
199
205
  --pds-color-tag-2-foreground: #3017a1;
200
206
  --pds-color-tag-3-background: #ffe5f6;
@@ -24,7 +24,9 @@
24
24
  --pds-border-radius-bar: 3.5rem;
25
25
  --pds-border-radius-container: 0.375rem;
26
26
  --pds-border-radius-default: 0.1875rem;
27
- --pds-border-width-default: 1px;
27
+ --pds-border-width-default: 0.0625rem;
28
+ --pds-border-width-outline: 0.125rem;
29
+ --pds-border-width-stepper: 0.1875rem;
28
30
  --pds-container-max-width-narrow: 1024px;
29
31
  --pds-container-max-width-standard: 1200px;
30
32
  --pds-container-max-width-wide: 1440px;
@@ -365,14 +365,14 @@
365
365
  },
366
366
  "width": {
367
367
  "default": {
368
- "value": 1,
369
- "defaultUnit": "px",
368
+ "value": 0.0625,
369
+ "defaultUnit": "rem",
370
370
  "public": true,
371
371
  "filePath": "tokens/border/alias.json",
372
372
  "isSource": true,
373
373
  "original": {
374
- "value": 1,
375
- "defaultUnit": "px",
374
+ "value": 0.0625,
375
+ "defaultUnit": "rem",
376
376
  "public": true,
377
377
  "filePath": "build/json/pds-design-tokens.json",
378
378
  "isSource": false
@@ -388,6 +388,56 @@
388
388
  "width",
389
389
  "default"
390
390
  ]
391
+ },
392
+ "outline": {
393
+ "value": 0.125,
394
+ "defaultUnit": "rem",
395
+ "public": true,
396
+ "filePath": "tokens/border/alias.json",
397
+ "isSource": true,
398
+ "original": {
399
+ "value": 0.125,
400
+ "defaultUnit": "rem",
401
+ "public": true,
402
+ "filePath": "build/json/pds-design-tokens.json",
403
+ "isSource": false
404
+ },
405
+ "name": "border-width-outline",
406
+ "attributes": {
407
+ "category": "border",
408
+ "type": "width",
409
+ "item": "outline"
410
+ },
411
+ "path": [
412
+ "border",
413
+ "width",
414
+ "outline"
415
+ ]
416
+ },
417
+ "stepper": {
418
+ "value": 0.1875,
419
+ "defaultUnit": "rem",
420
+ "public": true,
421
+ "filePath": "tokens/border/alias.json",
422
+ "isSource": true,
423
+ "original": {
424
+ "value": 0.1875,
425
+ "defaultUnit": "rem",
426
+ "public": true,
427
+ "filePath": "build/json/pds-design-tokens.json",
428
+ "isSource": false
429
+ },
430
+ "name": "border-width-stepper",
431
+ "attributes": {
432
+ "category": "border",
433
+ "type": "width",
434
+ "item": "stepper"
435
+ },
436
+ "path": [
437
+ "border",
438
+ "width",
439
+ "stepper"
440
+ ]
391
441
  }
392
442
  }
393
443
  },
@@ -6298,6 +6348,108 @@
6298
6348
  ]
6299
6349
  }
6300
6350
  },
6351
+ "stepper": {
6352
+ "default": {
6353
+ "value": "#858299",
6354
+ "public": true,
6355
+ "isReferenceToInternal": true,
6356
+ "filePath": "tokens/color/alias/stepper.dark.json",
6357
+ "isSource": true,
6358
+ "original": {
6359
+ "value": "{color.dark-mode.neutral.300.value}",
6360
+ "public": true,
6361
+ "isReferenceToInternal": true
6362
+ },
6363
+ "name": "color-dark-mode-stepper-default",
6364
+ "attributes": {
6365
+ "category": "color",
6366
+ "type": "dark-mode",
6367
+ "item": "stepper",
6368
+ "subitem": "default"
6369
+ },
6370
+ "path": [
6371
+ "color",
6372
+ "dark-mode",
6373
+ "stepper",
6374
+ "default"
6375
+ ]
6376
+ },
6377
+ "active": {
6378
+ "value": "#388bff",
6379
+ "public": true,
6380
+ "isReferenceToInternal": true,
6381
+ "filePath": "tokens/color/alias/stepper.dark.json",
6382
+ "isSource": true,
6383
+ "original": {
6384
+ "value": "{color.dark-mode.semantic.info.foreground.value}",
6385
+ "public": true,
6386
+ "isReferenceToInternal": true
6387
+ },
6388
+ "name": "color-dark-mode-stepper-active",
6389
+ "attributes": {
6390
+ "category": "color",
6391
+ "type": "dark-mode",
6392
+ "item": "stepper",
6393
+ "subitem": "active"
6394
+ },
6395
+ "path": [
6396
+ "color",
6397
+ "dark-mode",
6398
+ "stepper",
6399
+ "active"
6400
+ ]
6401
+ },
6402
+ "completed": {
6403
+ "value": "#388bff",
6404
+ "public": true,
6405
+ "isReferenceToInternal": true,
6406
+ "filePath": "tokens/color/alias/stepper.dark.json",
6407
+ "isSource": true,
6408
+ "original": {
6409
+ "value": "{color.dark-mode.semantic.info.foreground.value}",
6410
+ "public": true,
6411
+ "isReferenceToInternal": true
6412
+ },
6413
+ "name": "color-dark-mode-stepper-completed",
6414
+ "attributes": {
6415
+ "category": "color",
6416
+ "type": "dark-mode",
6417
+ "item": "stepper",
6418
+ "subitem": "completed"
6419
+ },
6420
+ "path": [
6421
+ "color",
6422
+ "dark-mode",
6423
+ "stepper",
6424
+ "completed"
6425
+ ]
6426
+ },
6427
+ "error": {
6428
+ "value": "#ef5c48",
6429
+ "public": true,
6430
+ "isReferenceToInternal": true,
6431
+ "filePath": "tokens/color/alias/stepper.dark.json",
6432
+ "isSource": true,
6433
+ "original": {
6434
+ "value": "{color.dark-mode.semantic.critical.foreground.value}",
6435
+ "public": true,
6436
+ "isReferenceToInternal": true
6437
+ },
6438
+ "name": "color-dark-mode-stepper-error",
6439
+ "attributes": {
6440
+ "category": "color",
6441
+ "type": "dark-mode",
6442
+ "item": "stepper",
6443
+ "subitem": "error"
6444
+ },
6445
+ "path": [
6446
+ "color",
6447
+ "dark-mode",
6448
+ "stepper",
6449
+ "error"
6450
+ ]
6451
+ }
6452
+ },
6301
6453
  "table": {
6302
6454
  "sort-arrow": {
6303
6455
  "inactive": {
@@ -6870,6 +7022,58 @@
6870
7022
  ]
6871
7023
  }
6872
7024
  },
7025
+ "10": {
7026
+ "background": {
7027
+ "value": "#5b440a",
7028
+ "public": true,
7029
+ "filePath": "tokens/color/alias/tags.dark.json",
7030
+ "isSource": true,
7031
+ "original": {
7032
+ "value": "#5B440A",
7033
+ "public": true
7034
+ },
7035
+ "name": "color-dark-mode-tag-10-background",
7036
+ "attributes": {
7037
+ "category": "color",
7038
+ "type": "dark-mode",
7039
+ "item": "tag",
7040
+ "subitem": "10",
7041
+ "state": "background"
7042
+ },
7043
+ "path": [
7044
+ "color",
7045
+ "dark-mode",
7046
+ "tag",
7047
+ "10",
7048
+ "background"
7049
+ ]
7050
+ },
7051
+ "foreground": {
7052
+ "value": "#efeadf",
7053
+ "public": true,
7054
+ "filePath": "tokens/color/alias/tags.dark.json",
7055
+ "isSource": true,
7056
+ "original": {
7057
+ "value": "#EFEADF",
7058
+ "public": true
7059
+ },
7060
+ "name": "color-dark-mode-tag-10-foreground",
7061
+ "attributes": {
7062
+ "category": "color",
7063
+ "type": "dark-mode",
7064
+ "item": "tag",
7065
+ "subitem": "10",
7066
+ "state": "foreground"
7067
+ },
7068
+ "path": [
7069
+ "color",
7070
+ "dark-mode",
7071
+ "tag",
7072
+ "10",
7073
+ "foreground"
7074
+ ]
7075
+ }
7076
+ },
6873
7077
  "remove-button": {
6874
7078
  "value": "#a6a3b4",
6875
7079
  "public": true,
@@ -12722,6 +12926,108 @@
12722
12926
  ]
12723
12927
  }
12724
12928
  },
12929
+ "stepper": {
12930
+ "default": {
12931
+ "value": "#cfcfd3",
12932
+ "public": true,
12933
+ "isReferenceToInternal": true,
12934
+ "filePath": "tokens/color/alias/stepper.light.json",
12935
+ "isSource": true,
12936
+ "original": {
12937
+ "value": "{color.light-mode.neutral.300.value}",
12938
+ "public": true,
12939
+ "isReferenceToInternal": true
12940
+ },
12941
+ "name": "color-light-mode-stepper-default",
12942
+ "attributes": {
12943
+ "category": "color",
12944
+ "type": "light-mode",
12945
+ "item": "stepper",
12946
+ "subitem": "default"
12947
+ },
12948
+ "path": [
12949
+ "color",
12950
+ "light-mode",
12951
+ "stepper",
12952
+ "default"
12953
+ ]
12954
+ },
12955
+ "active": {
12956
+ "value": "#1d7afc",
12957
+ "public": true,
12958
+ "isReferenceToInternal": true,
12959
+ "filePath": "tokens/color/alias/stepper.light.json",
12960
+ "isSource": true,
12961
+ "original": {
12962
+ "value": "{color.light-mode.semantic.info.foreground.value}",
12963
+ "public": true,
12964
+ "isReferenceToInternal": true
12965
+ },
12966
+ "name": "color-light-mode-stepper-active",
12967
+ "attributes": {
12968
+ "category": "color",
12969
+ "type": "light-mode",
12970
+ "item": "stepper",
12971
+ "subitem": "active"
12972
+ },
12973
+ "path": [
12974
+ "color",
12975
+ "light-mode",
12976
+ "stepper",
12977
+ "active"
12978
+ ]
12979
+ },
12980
+ "completed": {
12981
+ "value": "#1d7afc",
12982
+ "public": true,
12983
+ "isReferenceToInternal": true,
12984
+ "filePath": "tokens/color/alias/stepper.light.json",
12985
+ "isSource": true,
12986
+ "original": {
12987
+ "value": "{color.light-mode.semantic.info.foreground.value}",
12988
+ "public": true,
12989
+ "isReferenceToInternal": true
12990
+ },
12991
+ "name": "color-light-mode-stepper-completed",
12992
+ "attributes": {
12993
+ "category": "color",
12994
+ "type": "light-mode",
12995
+ "item": "stepper",
12996
+ "subitem": "completed"
12997
+ },
12998
+ "path": [
12999
+ "color",
13000
+ "light-mode",
13001
+ "stepper",
13002
+ "completed"
13003
+ ]
13004
+ },
13005
+ "error": {
13006
+ "value": "#ca3521",
13007
+ "public": true,
13008
+ "isReferenceToInternal": true,
13009
+ "filePath": "tokens/color/alias/stepper.light.json",
13010
+ "isSource": true,
13011
+ "original": {
13012
+ "value": "{color.light-mode.semantic.critical.foreground.value}",
13013
+ "public": true,
13014
+ "isReferenceToInternal": true
13015
+ },
13016
+ "name": "color-light-mode-stepper-error",
13017
+ "attributes": {
13018
+ "category": "color",
13019
+ "type": "light-mode",
13020
+ "item": "stepper",
13021
+ "subitem": "error"
13022
+ },
13023
+ "path": [
13024
+ "color",
13025
+ "light-mode",
13026
+ "stepper",
13027
+ "error"
13028
+ ]
13029
+ }
13030
+ },
12725
13031
  "table": {
12726
13032
  "sort-arrow": {
12727
13033
  "inactive": {
@@ -13292,6 +13598,58 @@
13292
13598
  ]
13293
13599
  }
13294
13600
  },
13601
+ "10": {
13602
+ "background": {
13603
+ "value": "#efeadf",
13604
+ "public": true,
13605
+ "filePath": "tokens/color/alias/tags.light.json",
13606
+ "isSource": true,
13607
+ "original": {
13608
+ "value": "#EFEADF",
13609
+ "public": true
13610
+ },
13611
+ "name": "color-light-mode-tag-10-background",
13612
+ "attributes": {
13613
+ "category": "color",
13614
+ "type": "light-mode",
13615
+ "item": "tag",
13616
+ "subitem": "10",
13617
+ "state": "background"
13618
+ },
13619
+ "path": [
13620
+ "color",
13621
+ "light-mode",
13622
+ "tag",
13623
+ "10",
13624
+ "background"
13625
+ ]
13626
+ },
13627
+ "foreground": {
13628
+ "value": "#5b440a",
13629
+ "public": true,
13630
+ "filePath": "tokens/color/alias/tags.light.json",
13631
+ "isSource": true,
13632
+ "original": {
13633
+ "value": "#5B440A",
13634
+ "public": true
13635
+ },
13636
+ "name": "color-light-mode-tag-10-foreground",
13637
+ "attributes": {
13638
+ "category": "color",
13639
+ "type": "light-mode",
13640
+ "item": "tag",
13641
+ "subitem": "10",
13642
+ "state": "foreground"
13643
+ },
13644
+ "path": [
13645
+ "color",
13646
+ "light-mode",
13647
+ "tag",
13648
+ "10",
13649
+ "foreground"
13650
+ ]
13651
+ }
13652
+ },
13295
13653
  "remove-button": {
13296
13654
  "value": "#61616b",
13297
13655
  "public": true,
@@ -4032,6 +4032,108 @@
4032
4032
  ]
4033
4033
  }
4034
4034
  },
4035
+ "stepper": {
4036
+ "default": {
4037
+ "value": "#858299",
4038
+ "public": true,
4039
+ "isReferenceToInternal": true,
4040
+ "filePath": "tokens/color/alias/stepper.dark.json",
4041
+ "isSource": true,
4042
+ "original": {
4043
+ "value": "{color.dark-mode.neutral.300.value}",
4044
+ "public": true,
4045
+ "isReferenceToInternal": true
4046
+ },
4047
+ "name": "color-dark-mode-stepper-default",
4048
+ "attributes": {
4049
+ "category": "color",
4050
+ "type": "dark-mode",
4051
+ "item": "stepper",
4052
+ "subitem": "default"
4053
+ },
4054
+ "path": [
4055
+ "color",
4056
+ "dark-mode",
4057
+ "stepper",
4058
+ "default"
4059
+ ]
4060
+ },
4061
+ "active": {
4062
+ "value": "#388bff",
4063
+ "public": true,
4064
+ "isReferenceToInternal": true,
4065
+ "filePath": "tokens/color/alias/stepper.dark.json",
4066
+ "isSource": true,
4067
+ "original": {
4068
+ "value": "{color.dark-mode.semantic.info.foreground.value}",
4069
+ "public": true,
4070
+ "isReferenceToInternal": true
4071
+ },
4072
+ "name": "color-dark-mode-stepper-active",
4073
+ "attributes": {
4074
+ "category": "color",
4075
+ "type": "dark-mode",
4076
+ "item": "stepper",
4077
+ "subitem": "active"
4078
+ },
4079
+ "path": [
4080
+ "color",
4081
+ "dark-mode",
4082
+ "stepper",
4083
+ "active"
4084
+ ]
4085
+ },
4086
+ "completed": {
4087
+ "value": "#388bff",
4088
+ "public": true,
4089
+ "isReferenceToInternal": true,
4090
+ "filePath": "tokens/color/alias/stepper.dark.json",
4091
+ "isSource": true,
4092
+ "original": {
4093
+ "value": "{color.dark-mode.semantic.info.foreground.value}",
4094
+ "public": true,
4095
+ "isReferenceToInternal": true
4096
+ },
4097
+ "name": "color-dark-mode-stepper-completed",
4098
+ "attributes": {
4099
+ "category": "color",
4100
+ "type": "dark-mode",
4101
+ "item": "stepper",
4102
+ "subitem": "completed"
4103
+ },
4104
+ "path": [
4105
+ "color",
4106
+ "dark-mode",
4107
+ "stepper",
4108
+ "completed"
4109
+ ]
4110
+ },
4111
+ "error": {
4112
+ "value": "#ef5c48",
4113
+ "public": true,
4114
+ "isReferenceToInternal": true,
4115
+ "filePath": "tokens/color/alias/stepper.dark.json",
4116
+ "isSource": true,
4117
+ "original": {
4118
+ "value": "{color.dark-mode.semantic.critical.foreground.value}",
4119
+ "public": true,
4120
+ "isReferenceToInternal": true
4121
+ },
4122
+ "name": "color-dark-mode-stepper-error",
4123
+ "attributes": {
4124
+ "category": "color",
4125
+ "type": "dark-mode",
4126
+ "item": "stepper",
4127
+ "subitem": "error"
4128
+ },
4129
+ "path": [
4130
+ "color",
4131
+ "dark-mode",
4132
+ "stepper",
4133
+ "error"
4134
+ ]
4135
+ }
4136
+ },
4035
4137
  "table": {
4036
4138
  "sort-arrow": {
4037
4139
  "inactive": {
@@ -4604,6 +4706,58 @@
4604
4706
  ]
4605
4707
  }
4606
4708
  },
4709
+ "10": {
4710
+ "background": {
4711
+ "value": "#5b440a",
4712
+ "public": true,
4713
+ "filePath": "tokens/color/alias/tags.dark.json",
4714
+ "isSource": true,
4715
+ "original": {
4716
+ "value": "#5B440A",
4717
+ "public": true
4718
+ },
4719
+ "name": "color-dark-mode-tag-10-background",
4720
+ "attributes": {
4721
+ "category": "color",
4722
+ "type": "dark-mode",
4723
+ "item": "tag",
4724
+ "subitem": "10",
4725
+ "state": "background"
4726
+ },
4727
+ "path": [
4728
+ "color",
4729
+ "dark-mode",
4730
+ "tag",
4731
+ "10",
4732
+ "background"
4733
+ ]
4734
+ },
4735
+ "foreground": {
4736
+ "value": "#efeadf",
4737
+ "public": true,
4738
+ "filePath": "tokens/color/alias/tags.dark.json",
4739
+ "isSource": true,
4740
+ "original": {
4741
+ "value": "#EFEADF",
4742
+ "public": true
4743
+ },
4744
+ "name": "color-dark-mode-tag-10-foreground",
4745
+ "attributes": {
4746
+ "category": "color",
4747
+ "type": "dark-mode",
4748
+ "item": "tag",
4749
+ "subitem": "10",
4750
+ "state": "foreground"
4751
+ },
4752
+ "path": [
4753
+ "color",
4754
+ "dark-mode",
4755
+ "tag",
4756
+ "10",
4757
+ "foreground"
4758
+ ]
4759
+ }
4760
+ },
4607
4761
  "remove-button": {
4608
4762
  "value": "#a6a3b4",
4609
4763
  "public": true,
@@ -4113,6 +4113,108 @@
4113
4113
  ]
4114
4114
  }
4115
4115
  },
4116
+ "stepper": {
4117
+ "default": {
4118
+ "value": "#cfcfd3",
4119
+ "public": true,
4120
+ "isReferenceToInternal": true,
4121
+ "filePath": "tokens/color/alias/stepper.light.json",
4122
+ "isSource": true,
4123
+ "original": {
4124
+ "value": "{color.light-mode.neutral.300.value}",
4125
+ "public": true,
4126
+ "isReferenceToInternal": true
4127
+ },
4128
+ "name": "color-light-mode-stepper-default",
4129
+ "attributes": {
4130
+ "category": "color",
4131
+ "type": "light-mode",
4132
+ "item": "stepper",
4133
+ "subitem": "default"
4134
+ },
4135
+ "path": [
4136
+ "color",
4137
+ "light-mode",
4138
+ "stepper",
4139
+ "default"
4140
+ ]
4141
+ },
4142
+ "active": {
4143
+ "value": "#1d7afc",
4144
+ "public": true,
4145
+ "isReferenceToInternal": true,
4146
+ "filePath": "tokens/color/alias/stepper.light.json",
4147
+ "isSource": true,
4148
+ "original": {
4149
+ "value": "{color.light-mode.semantic.info.foreground.value}",
4150
+ "public": true,
4151
+ "isReferenceToInternal": true
4152
+ },
4153
+ "name": "color-light-mode-stepper-active",
4154
+ "attributes": {
4155
+ "category": "color",
4156
+ "type": "light-mode",
4157
+ "item": "stepper",
4158
+ "subitem": "active"
4159
+ },
4160
+ "path": [
4161
+ "color",
4162
+ "light-mode",
4163
+ "stepper",
4164
+ "active"
4165
+ ]
4166
+ },
4167
+ "completed": {
4168
+ "value": "#1d7afc",
4169
+ "public": true,
4170
+ "isReferenceToInternal": true,
4171
+ "filePath": "tokens/color/alias/stepper.light.json",
4172
+ "isSource": true,
4173
+ "original": {
4174
+ "value": "{color.light-mode.semantic.info.foreground.value}",
4175
+ "public": true,
4176
+ "isReferenceToInternal": true
4177
+ },
4178
+ "name": "color-light-mode-stepper-completed",
4179
+ "attributes": {
4180
+ "category": "color",
4181
+ "type": "light-mode",
4182
+ "item": "stepper",
4183
+ "subitem": "completed"
4184
+ },
4185
+ "path": [
4186
+ "color",
4187
+ "light-mode",
4188
+ "stepper",
4189
+ "completed"
4190
+ ]
4191
+ },
4192
+ "error": {
4193
+ "value": "#ca3521",
4194
+ "public": true,
4195
+ "isReferenceToInternal": true,
4196
+ "filePath": "tokens/color/alias/stepper.light.json",
4197
+ "isSource": true,
4198
+ "original": {
4199
+ "value": "{color.light-mode.semantic.critical.foreground.value}",
4200
+ "public": true,
4201
+ "isReferenceToInternal": true
4202
+ },
4203
+ "name": "color-light-mode-stepper-error",
4204
+ "attributes": {
4205
+ "category": "color",
4206
+ "type": "light-mode",
4207
+ "item": "stepper",
4208
+ "subitem": "error"
4209
+ },
4210
+ "path": [
4211
+ "color",
4212
+ "light-mode",
4213
+ "stepper",
4214
+ "error"
4215
+ ]
4216
+ }
4217
+ },
4116
4218
  "table": {
4117
4219
  "sort-arrow": {
4118
4220
  "inactive": {
@@ -4683,6 +4785,58 @@
4683
4785
  ]
4684
4786
  }
4685
4787
  },
4788
+ "10": {
4789
+ "background": {
4790
+ "value": "#efeadf",
4791
+ "public": true,
4792
+ "filePath": "tokens/color/alias/tags.light.json",
4793
+ "isSource": true,
4794
+ "original": {
4795
+ "value": "#EFEADF",
4796
+ "public": true
4797
+ },
4798
+ "name": "color-light-mode-tag-10-background",
4799
+ "attributes": {
4800
+ "category": "color",
4801
+ "type": "light-mode",
4802
+ "item": "tag",
4803
+ "subitem": "10",
4804
+ "state": "background"
4805
+ },
4806
+ "path": [
4807
+ "color",
4808
+ "light-mode",
4809
+ "tag",
4810
+ "10",
4811
+ "background"
4812
+ ]
4813
+ },
4814
+ "foreground": {
4815
+ "value": "#5b440a",
4816
+ "public": true,
4817
+ "filePath": "tokens/color/alias/tags.light.json",
4818
+ "isSource": true,
4819
+ "original": {
4820
+ "value": "#5B440A",
4821
+ "public": true
4822
+ },
4823
+ "name": "color-light-mode-tag-10-foreground",
4824
+ "attributes": {
4825
+ "category": "color",
4826
+ "type": "light-mode",
4827
+ "item": "tag",
4828
+ "subitem": "10",
4829
+ "state": "foreground"
4830
+ },
4831
+ "path": [
4832
+ "color",
4833
+ "light-mode",
4834
+ "tag",
4835
+ "10",
4836
+ "foreground"
4837
+ ]
4838
+ }
4839
+ },
4686
4840
  "remove-button": {
4687
4841
  "value": "#61616b",
4688
4842
  "public": true,
@@ -336,14 +336,14 @@
336
336
  },
337
337
  "width": {
338
338
  "default": {
339
- "value": 1,
340
- "defaultUnit": "px",
339
+ "value": 0.0625,
340
+ "defaultUnit": "rem",
341
341
  "public": true,
342
342
  "filePath": "tokens/border/alias.json",
343
343
  "isSource": true,
344
344
  "original": {
345
- "value": 1,
346
- "defaultUnit": "px",
345
+ "value": 0.0625,
346
+ "defaultUnit": "rem",
347
347
  "public": true
348
348
  },
349
349
  "name": "border-width-default",
@@ -357,6 +357,52 @@
357
357
  "width",
358
358
  "default"
359
359
  ]
360
+ },
361
+ "outline": {
362
+ "value": 0.125,
363
+ "defaultUnit": "rem",
364
+ "public": true,
365
+ "filePath": "tokens/border/alias.json",
366
+ "isSource": true,
367
+ "original": {
368
+ "value": 0.125,
369
+ "defaultUnit": "rem",
370
+ "public": true
371
+ },
372
+ "name": "border-width-outline",
373
+ "attributes": {
374
+ "category": "border",
375
+ "type": "width",
376
+ "item": "outline"
377
+ },
378
+ "path": [
379
+ "border",
380
+ "width",
381
+ "outline"
382
+ ]
383
+ },
384
+ "stepper": {
385
+ "value": 0.1875,
386
+ "defaultUnit": "rem",
387
+ "public": true,
388
+ "filePath": "tokens/border/alias.json",
389
+ "isSource": true,
390
+ "original": {
391
+ "value": 0.1875,
392
+ "defaultUnit": "rem",
393
+ "public": true
394
+ },
395
+ "name": "border-width-stepper",
396
+ "attributes": {
397
+ "category": "border",
398
+ "type": "width",
399
+ "item": "stepper"
400
+ },
401
+ "path": [
402
+ "border",
403
+ "width",
404
+ "stepper"
405
+ ]
360
406
  }
361
407
  }
362
408
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "1.0.0-dev.105",
3
+ "version": "1.0.0-dev.107",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [