@adobe/spectrum-tokens 13.0.0-beta.5 → 13.0.0-beta.6

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,50 @@
1
1
  # @adobe/spectrum-tokens
2
2
 
3
+ ## 13.0.0-beta.6
4
+
5
+ ### Minor Changes
6
+
7
+ - 6d1c661: Added new Spectrum 2 color tokens for both light and dark themes:
8
+
9
+ Cinnamon 100 to 1600
10
+
11
+ ## Design Motivation
12
+
13
+ This is the last new color that is a part of the new color set needed from Premiere Pro. The additional color will also help when creating new data vis color palettes for Spectrum 2.
14
+
15
+ ## Token Diff
16
+
17
+ _Tokens added (17):_
18
+
19
+ - `cinnamon-100`
20
+ - `cinnamon-200`
21
+ - `cinnamon-300`
22
+ - `cinnamon-400`
23
+ - `cinnamon-500`
24
+ - `cinnamon-600`
25
+ - `cinnamon-700`
26
+ - `cinnamon-800`
27
+ - `cinnamon-900`
28
+ - `cinnamon-1000`
29
+ - `cinnamon-1100`
30
+ - `cinnamon-1200`
31
+ - `cinnamon-1300`
32
+ - `cinnamon-1400`
33
+ - `cinnamon-1500`
34
+ - `cinnamon-1600`
35
+
36
+ - 91d7e95: Fixed bug in the light theme value for notice-background-color-default, from notice-color-800 to notice-color-600
37
+
38
+ ## Design Motivation
39
+
40
+ While updating the badge component in Figma, we noticed a bug where notice-background-color-default in S2 was entered incorrectly for light theme, and should instead match the value for S1
41
+
42
+ ## Token Diff
43
+
44
+ _Token values updated (1):_
45
+
46
+ - `notice-background-color-default`: `light`: `notice-color-800` -> `notice-color-600`
47
+
3
48
  ## 13.0.0-beta.5
4
49
 
5
50
  ### Major Changes
@@ -114,6 +114,22 @@
114
114
  "chartreuse-900": "rgb(102, 122, 0)",
115
115
  "chartreuse-background-color-default": "rgb(163, 196, 0)",
116
116
  "chartreuse-visual-color": "rgb(143, 172, 0)",
117
+ "cinnamon-100": "rgb(253, 247, 243)",
118
+ "cinnamon-1000": "rgb(147, 77, 43)",
119
+ "cinnamon-1100": "rgb(128, 62, 32)",
120
+ "cinnamon-1200": "rgb(110, 48, 21)",
121
+ "cinnamon-1300": "rgb(92, 35, 11)",
122
+ "cinnamon-1400": "rgb(72, 25, 6)",
123
+ "cinnamon-1500": "rgb(52, 18, 4)",
124
+ "cinnamon-1600": "rgb(24, 8, 2)",
125
+ "cinnamon-200": "rgb(249, 236, 229)",
126
+ "cinnamon-300": "rgb(244, 218, 203)",
127
+ "cinnamon-400": "rgb(237, 196, 172)",
128
+ "cinnamon-500": "rgb(229, 170, 136)",
129
+ "cinnamon-600": "rgb(212, 145, 108)",
130
+ "cinnamon-700": "rgb(198, 126, 88)",
131
+ "cinnamon-800": "rgb(184, 109, 70)",
132
+ "cinnamon-900": "rgb(170, 94, 56)",
117
133
  "coach-mark-pagination-color": "rgb(113, 113, 113)",
118
134
  "code-color": "rgb(41, 41, 41)",
119
135
  "color-area-border-color": "rgb(19, 19, 19)",
@@ -327,7 +343,7 @@
327
343
  "neutral-subdued-content-color-key-focus": "rgb(41, 41, 41)",
328
344
  "neutral-subdued-content-color-selected": "rgb(41, 41, 41)",
329
345
  "neutral-visual-color": "rgb(143, 143, 143)",
330
- "notice-background-color-default": "rgb(212, 91, 0)",
346
+ "notice-background-color-default": "rgb(252, 125, 0)",
331
347
  "notice-color-100": "rgb(255, 246, 231)",
332
348
  "notice-color-1000": "rgb(167, 62, 0)",
333
349
  "notice-color-1100": "rgb(144, 51, 0)",
@@ -648,6 +664,22 @@
648
664
  "chartreuse-900": "rgb(122, 147, 0)",
649
665
  "chartreuse-background-color-default": "rgb(122, 147, 0)",
650
666
  "chartreuse-visual-color": "rgb(122, 147, 0)",
667
+ "cinnamon-100": "rgb(48, 17, 4)",
668
+ "cinnamon-1000": "rgb(206, 136, 99)",
669
+ "cinnamon-1100": "rgb(220, 154, 118)",
670
+ "cinnamon-1200": "rgb(232, 179, 149)",
671
+ "cinnamon-1300": "rgb(239, 203, 183)",
672
+ "cinnamon-1400": "rgb(246, 225, 214)",
673
+ "cinnamon-1500": "rgb(252, 244, 239)",
674
+ "cinnamon-1600": "rgb(255, 255, 255)",
675
+ "cinnamon-200": "rgb(59, 21, 5)",
676
+ "cinnamon-300": "rgb(79, 28, 7)",
677
+ "cinnamon-400": "rgb(100, 41, 15)",
678
+ "cinnamon-500": "rgb(122, 57, 28)",
679
+ "cinnamon-600": "rgb(143, 74, 40)",
680
+ "cinnamon-700": "rgb(163, 88, 52)",
681
+ "cinnamon-800": "rgb(179, 103, 64)",
682
+ "cinnamon-900": "rgb(192, 119, 80)",
651
683
  "coach-mark-pagination-color": "rgb(138, 138, 138)",
652
684
  "code-color": "rgb(219, 219, 219)",
653
685
  "color-area-border-color": "rgb(242, 242, 242)",
@@ -1575,22 +1575,44 @@
1575
1575
  }
1576
1576
  },
1577
1577
  "notice-background-color-default": {
1578
- "ref": "{notice-color-800}",
1579
1578
  "sets": {
1580
- "light": {
1581
- "value": "rgb(212, 91, 0)",
1582
- "uuid": "437e4f5b-e68c-4491-b26c-a9fa1503561b"
1583
- },
1584
1579
  "dark": {
1585
- "value": "rgb(205, 86, 0)",
1586
- "uuid": "5a88ed4e-94f9-4533-ab13-3995b5a60a5a"
1580
+ "ref": "{notice-color-800}",
1581
+ "sets": {
1582
+ "light": {
1583
+ "value": "rgb(212, 91, 0)",
1584
+ "uuid": "437e4f5b-e68c-4491-b26c-a9fa1503561b"
1585
+ },
1586
+ "dark": {
1587
+ "value": "rgb(205, 86, 0)",
1588
+ "uuid": "5a88ed4e-94f9-4533-ab13-3995b5a60a5a"
1589
+ },
1590
+ "wireframe": {
1591
+ "value": "rgb(173, 192, 233)",
1592
+ "uuid": "8f42ee1b-59a5-4759-bef3-614835b348b2"
1593
+ }
1594
+ },
1595
+ "uuid": "323428c1-792d-41b4-8a17-a12f1ac00e2a"
1587
1596
  },
1588
- "wireframe": {
1589
- "value": "rgb(173, 192, 233)",
1590
- "uuid": "8f42ee1b-59a5-4759-bef3-614835b348b2"
1597
+ "light": {
1598
+ "ref": "{notice-color-600}",
1599
+ "sets": {
1600
+ "light": {
1601
+ "value": "rgb(252, 125, 0)",
1602
+ "uuid": "eeede364-d711-40e5-9d2a-0255b10d36f2"
1603
+ },
1604
+ "dark": {
1605
+ "value": "rgb(162, 59, 0)",
1606
+ "uuid": "27b198b5-bf02-476a-a440-84c9a5bd2ce3"
1607
+ },
1608
+ "wireframe": {
1609
+ "value": "rgb(203, 215, 241)",
1610
+ "uuid": "8a201cca-353e-4538-a6b5-efbc2fc86186"
1611
+ }
1612
+ },
1613
+ "uuid": "48f3445a-63d8-4477-a2f5-1fee6a022328"
1591
1614
  }
1592
- },
1593
- "uuid": "48f3445a-63d8-4477-a2f5-1fee6a022328"
1615
+ }
1594
1616
  },
1595
1617
  "disabled-background-color": {
1596
1618
  "ref": "{gray-100}",
@@ -8872,6 +8894,198 @@
8872
8894
  }
8873
8895
  }
8874
8896
  },
8897
+ "cinnamon-100": {
8898
+ "sets": {
8899
+ "dark": {
8900
+ "value": "rgb(48, 17, 4)",
8901
+ "uuid": "4d68b861-ba0c-438b-b10b-c209d4943206"
8902
+ },
8903
+ "light": {
8904
+ "value": "rgb(253, 247, 243)",
8905
+ "uuid": "27d84774-6d32-4499-8ba9-9d05c8fca55d"
8906
+ }
8907
+ }
8908
+ },
8909
+ "cinnamon-200": {
8910
+ "sets": {
8911
+ "dark": {
8912
+ "value": "rgb(59, 21, 5)",
8913
+ "uuid": "bd680dfb-0c2f-45e8-b814-627b496a986c"
8914
+ },
8915
+ "light": {
8916
+ "value": "rgb(249, 236, 229)",
8917
+ "uuid": "a8d1aa1d-f9be-448e-8209-afc6097f38ed"
8918
+ }
8919
+ }
8920
+ },
8921
+ "cinnamon-300": {
8922
+ "sets": {
8923
+ "dark": {
8924
+ "value": "rgb(79, 28, 7)",
8925
+ "uuid": "4d086a5c-1b70-4750-be79-db934e7bc010"
8926
+ },
8927
+ "light": {
8928
+ "value": "rgb(244, 218, 203)",
8929
+ "uuid": "56c7eeb3-990f-48e3-b024-56d36b0378f5"
8930
+ }
8931
+ }
8932
+ },
8933
+ "cinnamon-400": {
8934
+ "sets": {
8935
+ "dark": {
8936
+ "value": "rgb(100, 41, 15)",
8937
+ "uuid": "e5ab12a9-84b3-4bfe-94be-f734ae39f10d"
8938
+ },
8939
+ "light": {
8940
+ "value": "rgb(237, 196, 172)",
8941
+ "uuid": "d4760c87-d0e2-4c5c-84f3-81e0c4c8fbb3"
8942
+ }
8943
+ }
8944
+ },
8945
+ "cinnamon-500": {
8946
+ "sets": {
8947
+ "dark": {
8948
+ "value": "rgb(122, 57, 28)",
8949
+ "uuid": "641a2424-c699-4920-8a27-68bc1bb178a1"
8950
+ },
8951
+ "light": {
8952
+ "value": "rgb(229, 170, 136)",
8953
+ "uuid": "39effb8c-2bba-4018-b6df-2465f2f7e0a0"
8954
+ }
8955
+ }
8956
+ },
8957
+ "cinnamon-600": {
8958
+ "sets": {
8959
+ "dark": {
8960
+ "value": "rgb(143, 74, 40)",
8961
+ "uuid": "6ccccd38-af76-4045-8ffb-a70bed76b365"
8962
+ },
8963
+ "light": {
8964
+ "value": "rgb(212, 145, 108)",
8965
+ "uuid": "7d4de908-322f-4326-b623-a868b454b031"
8966
+ }
8967
+ }
8968
+ },
8969
+ "cinnamon-700": {
8970
+ "sets": {
8971
+ "dark": {
8972
+ "value": "rgb(163, 88, 52)",
8973
+ "uuid": "74c0ef96-2f6e-434a-bd89-69c6d9745a45"
8974
+ },
8975
+ "light": {
8976
+ "value": "rgb(198, 126, 88)",
8977
+ "uuid": "0601d1ba-9a38-4fc9-ac89-ef332e906f3d"
8978
+ }
8979
+ }
8980
+ },
8981
+ "cinnamon-800": {
8982
+ "sets": {
8983
+ "dark": {
8984
+ "value": "rgb(179, 103, 64)",
8985
+ "uuid": "58777c5b-8e62-49fe-8e0b-0f8b5127225c"
8986
+ },
8987
+ "light": {
8988
+ "value": "rgb(184, 109, 70)",
8989
+ "uuid": "560d578a-4128-40d5-979f-80d3057294a0"
8990
+ }
8991
+ }
8992
+ },
8993
+ "cinnamon-900": {
8994
+ "sets": {
8995
+ "dark": {
8996
+ "value": "rgb(192, 119, 80)",
8997
+ "uuid": "7b65cc42-f559-42de-8077-d808c9e096b6"
8998
+ },
8999
+ "light": {
9000
+ "value": "rgb(170, 94, 56)",
9001
+ "uuid": "50199dcc-deae-42ba-99e7-cb98346789eb"
9002
+ }
9003
+ }
9004
+ },
9005
+ "cinnamon-1000": {
9006
+ "sets": {
9007
+ "dark": {
9008
+ "value": "rgb(206, 136, 99)",
9009
+ "uuid": "40d50298-0ea6-4c7f-8349-2e149ca288aa"
9010
+ },
9011
+ "light": {
9012
+ "value": "rgb(147, 77, 43)",
9013
+ "uuid": "b6943b69-7cec-4707-a556-aa350d9d8b89"
9014
+ }
9015
+ }
9016
+ },
9017
+ "cinnamon-1100": {
9018
+ "sets": {
9019
+ "dark": {
9020
+ "value": "rgb(220, 154, 118)",
9021
+ "uuid": "219f9efa-0717-4d41-80ac-695297b92cf8"
9022
+ },
9023
+ "light": {
9024
+ "value": "rgb(128, 62, 32)",
9025
+ "uuid": "62edca31-5c84-4353-9707-f3648c8e1936"
9026
+ }
9027
+ }
9028
+ },
9029
+ "cinnamon-1200": {
9030
+ "sets": {
9031
+ "dark": {
9032
+ "value": "rgb(232, 179, 149)",
9033
+ "uuid": "a48f0d44-c67a-4e95-b5b9-81379363aebe"
9034
+ },
9035
+ "light": {
9036
+ "value": "rgb(110, 48, 21)",
9037
+ "uuid": "e8b6ac17-268d-4ebc-99bc-480d15554356"
9038
+ }
9039
+ }
9040
+ },
9041
+ "cinnamon-1300": {
9042
+ "sets": {
9043
+ "dark": {
9044
+ "value": "rgb(239, 203, 183)",
9045
+ "uuid": "4aae0490-5f12-430c-824f-f7de008a4e15"
9046
+ },
9047
+ "light": {
9048
+ "value": "rgb(92, 35, 11)",
9049
+ "uuid": "4330fb2e-d402-43bc-b7a0-502c7f6d99ea"
9050
+ }
9051
+ }
9052
+ },
9053
+ "cinnamon-1400": {
9054
+ "sets": {
9055
+ "dark": {
9056
+ "value": "rgb(246, 225, 214)",
9057
+ "uuid": "1e29a372-600e-4cda-a190-b865c5521aa6"
9058
+ },
9059
+ "light": {
9060
+ "value": "rgb(72, 25, 6)",
9061
+ "uuid": "6fe88344-7920-46a6-bbe4-be3cfa20298e"
9062
+ }
9063
+ }
9064
+ },
9065
+ "cinnamon-1500": {
9066
+ "sets": {
9067
+ "dark": {
9068
+ "value": "rgb(252, 244, 239)",
9069
+ "uuid": "7b880574-db1b-47ee-8c66-6504ada37f56"
9070
+ },
9071
+ "light": {
9072
+ "value": "rgb(52, 18, 4)",
9073
+ "uuid": "fe6e5407-3f9b-4dd0-9589-7029c19f35b5"
9074
+ }
9075
+ }
9076
+ },
9077
+ "cinnamon-1600": {
9078
+ "sets": {
9079
+ "dark": {
9080
+ "value": "rgb(255, 255, 255)",
9081
+ "uuid": "1d04ed6a-8efc-472b-b7c7-0fbc160ce7fd"
9082
+ },
9083
+ "light": {
9084
+ "value": "rgb(24, 8, 2)",
9085
+ "uuid": "e3727e22-c955-4116-b5a7-2877df6ef2fe"
9086
+ }
9087
+ }
9088
+ },
8875
9089
  "icon-color-inverse": {
8876
9090
  "ref": "{gray-50}",
8877
9091
  "sets": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "13.0.0-beta.5",
3
+ "version": "13.0.0-beta.6",
4
4
  "description": "Design tokens for Spectrum, Adobe's design system",
5
5
  "type": "module",
6
6
  "main": "tasks/buildSpectrumTokens.js",
@@ -460,8 +460,19 @@
460
460
  }
461
461
  },
462
462
  "notice-background-color-default": {
463
- "value": "{notice-color-800}",
464
- "uuid": "48f3445a-63d8-4477-a2f5-1fee6a022328"
463
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
464
+ "sets": {
465
+ "dark": {
466
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
467
+ "value": "{notice-color-800}",
468
+ "uuid": "323428c1-792d-41b4-8a17-a12f1ac00e2a"
469
+ },
470
+ "light": {
471
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
472
+ "value": "{notice-color-600}",
473
+ "uuid": "48f3445a-63d8-4477-a2f5-1fee6a022328"
474
+ }
475
+ }
465
476
  },
466
477
  "disabled-background-color": {
467
478
  "value": "{gray-100}",
@@ -4302,5 +4302,245 @@
4302
4302
  "uuid": "fc85bffe-09d4-4fb6-bb7b-5f1053139b97"
4303
4303
  }
4304
4304
  }
4305
+ },
4306
+ "cinnamon-100": {
4307
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
4308
+ "sets": {
4309
+ "dark": {
4310
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4311
+ "value": "rgb(48, 17, 4)",
4312
+ "uuid": "4d68b861-ba0c-438b-b10b-c209d4943206"
4313
+ },
4314
+ "light": {
4315
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4316
+ "value": "rgb(253, 247, 243)",
4317
+ "uuid": "27d84774-6d32-4499-8ba9-9d05c8fca55d"
4318
+ }
4319
+ }
4320
+ },
4321
+ "cinnamon-200": {
4322
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
4323
+ "sets": {
4324
+ "dark": {
4325
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4326
+ "value": "rgb(59, 21, 5)",
4327
+ "uuid": "bd680dfb-0c2f-45e8-b814-627b496a986c"
4328
+ },
4329
+ "light": {
4330
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4331
+ "value": "rgb(249, 236, 229)",
4332
+ "uuid": "a8d1aa1d-f9be-448e-8209-afc6097f38ed"
4333
+ }
4334
+ }
4335
+ },
4336
+ "cinnamon-300": {
4337
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
4338
+ "sets": {
4339
+ "dark": {
4340
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4341
+ "value": "rgb(79, 28, 7)",
4342
+ "uuid": "4d086a5c-1b70-4750-be79-db934e7bc010"
4343
+ },
4344
+ "light": {
4345
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4346
+ "value": "rgb(244, 218, 203)",
4347
+ "uuid": "56c7eeb3-990f-48e3-b024-56d36b0378f5"
4348
+ }
4349
+ }
4350
+ },
4351
+ "cinnamon-400": {
4352
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
4353
+ "sets": {
4354
+ "dark": {
4355
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4356
+ "value": "rgb(100, 41, 15)",
4357
+ "uuid": "e5ab12a9-84b3-4bfe-94be-f734ae39f10d"
4358
+ },
4359
+ "light": {
4360
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4361
+ "value": "rgb(237, 196, 172)",
4362
+ "uuid": "d4760c87-d0e2-4c5c-84f3-81e0c4c8fbb3"
4363
+ }
4364
+ }
4365
+ },
4366
+ "cinnamon-500": {
4367
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
4368
+ "sets": {
4369
+ "dark": {
4370
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4371
+ "value": "rgb(122, 57, 28)",
4372
+ "uuid": "641a2424-c699-4920-8a27-68bc1bb178a1"
4373
+ },
4374
+ "light": {
4375
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4376
+ "value": "rgb(229, 170, 136)",
4377
+ "uuid": "39effb8c-2bba-4018-b6df-2465f2f7e0a0"
4378
+ }
4379
+ }
4380
+ },
4381
+ "cinnamon-600": {
4382
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
4383
+ "sets": {
4384
+ "dark": {
4385
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4386
+ "value": "rgb(143, 74, 40)",
4387
+ "uuid": "6ccccd38-af76-4045-8ffb-a70bed76b365"
4388
+ },
4389
+ "light": {
4390
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4391
+ "value": "rgb(212, 145, 108)",
4392
+ "uuid": "7d4de908-322f-4326-b623-a868b454b031"
4393
+ }
4394
+ }
4395
+ },
4396
+ "cinnamon-700": {
4397
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
4398
+ "sets": {
4399
+ "dark": {
4400
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4401
+ "value": "rgb(163, 88, 52)",
4402
+ "uuid": "74c0ef96-2f6e-434a-bd89-69c6d9745a45"
4403
+ },
4404
+ "light": {
4405
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4406
+ "value": "rgb(198, 126, 88)",
4407
+ "uuid": "0601d1ba-9a38-4fc9-ac89-ef332e906f3d"
4408
+ }
4409
+ }
4410
+ },
4411
+ "cinnamon-800": {
4412
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
4413
+ "sets": {
4414
+ "dark": {
4415
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4416
+ "value": "rgb(179, 103, 64)",
4417
+ "uuid": "58777c5b-8e62-49fe-8e0b-0f8b5127225c"
4418
+ },
4419
+ "light": {
4420
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4421
+ "value": "rgb(184, 109, 70)",
4422
+ "uuid": "560d578a-4128-40d5-979f-80d3057294a0"
4423
+ }
4424
+ }
4425
+ },
4426
+ "cinnamon-900": {
4427
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
4428
+ "sets": {
4429
+ "dark": {
4430
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4431
+ "value": "rgb(192, 119, 80)",
4432
+ "uuid": "7b65cc42-f559-42de-8077-d808c9e096b6"
4433
+ },
4434
+ "light": {
4435
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4436
+ "value": "rgb(170, 94, 56)",
4437
+ "uuid": "50199dcc-deae-42ba-99e7-cb98346789eb"
4438
+ }
4439
+ }
4440
+ },
4441
+ "cinnamon-1000": {
4442
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
4443
+ "sets": {
4444
+ "dark": {
4445
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4446
+ "value": "rgb(206, 136, 99)",
4447
+ "uuid": "40d50298-0ea6-4c7f-8349-2e149ca288aa"
4448
+ },
4449
+ "light": {
4450
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4451
+ "value": "rgb(147, 77, 43)",
4452
+ "uuid": "b6943b69-7cec-4707-a556-aa350d9d8b89"
4453
+ }
4454
+ }
4455
+ },
4456
+ "cinnamon-1100": {
4457
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
4458
+ "sets": {
4459
+ "dark": {
4460
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4461
+ "value": "rgb(220, 154, 118)",
4462
+ "uuid": "219f9efa-0717-4d41-80ac-695297b92cf8"
4463
+ },
4464
+ "light": {
4465
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4466
+ "value": "rgb(128, 62, 32)",
4467
+ "uuid": "62edca31-5c84-4353-9707-f3648c8e1936"
4468
+ }
4469
+ }
4470
+ },
4471
+ "cinnamon-1200": {
4472
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
4473
+ "sets": {
4474
+ "dark": {
4475
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4476
+ "value": "rgb(232, 179, 149)",
4477
+ "uuid": "a48f0d44-c67a-4e95-b5b9-81379363aebe"
4478
+ },
4479
+ "light": {
4480
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4481
+ "value": "rgb(110, 48, 21)",
4482
+ "uuid": "e8b6ac17-268d-4ebc-99bc-480d15554356"
4483
+ }
4484
+ }
4485
+ },
4486
+ "cinnamon-1300": {
4487
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
4488
+ "sets": {
4489
+ "dark": {
4490
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4491
+ "value": "rgb(239, 203, 183)",
4492
+ "uuid": "4aae0490-5f12-430c-824f-f7de008a4e15"
4493
+ },
4494
+ "light": {
4495
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4496
+ "value": "rgb(92, 35, 11)",
4497
+ "uuid": "4330fb2e-d402-43bc-b7a0-502c7f6d99ea"
4498
+ }
4499
+ }
4500
+ },
4501
+ "cinnamon-1400": {
4502
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
4503
+ "sets": {
4504
+ "dark": {
4505
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4506
+ "value": "rgb(246, 225, 214)",
4507
+ "uuid": "1e29a372-600e-4cda-a190-b865c5521aa6"
4508
+ },
4509
+ "light": {
4510
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4511
+ "value": "rgb(72, 25, 6)",
4512
+ "uuid": "6fe88344-7920-46a6-bbe4-be3cfa20298e"
4513
+ }
4514
+ }
4515
+ },
4516
+ "cinnamon-1500": {
4517
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
4518
+ "sets": {
4519
+ "dark": {
4520
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4521
+ "value": "rgb(252, 244, 239)",
4522
+ "uuid": "7b880574-db1b-47ee-8c66-6504ada37f56"
4523
+ },
4524
+ "light": {
4525
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4526
+ "value": "rgb(52, 18, 4)",
4527
+ "uuid": "fe6e5407-3f9b-4dd0-9589-7029c19f35b5"
4528
+ }
4529
+ }
4530
+ },
4531
+ "cinnamon-1600": {
4532
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
4533
+ "sets": {
4534
+ "dark": {
4535
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4536
+ "value": "rgb(255, 255, 255)",
4537
+ "uuid": "1d04ed6a-8efc-472b-b7c7-0fbc160ce7fd"
4538
+ },
4539
+ "light": {
4540
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
4541
+ "value": "rgb(24, 8, 2)",
4542
+ "uuid": "e3727e22-c955-4116-b5a7-2877df6ef2fe"
4543
+ }
4544
+ }
4305
4545
  }
4306
4546
  }