Skip to content

Commit daa79d8

Browse files
committed
fix: adding missing private data
1 parent 6dff324 commit daa79d8

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

packages/tokens/src/color-palette.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -5333,51 +5333,61 @@
53335333
"static-blue-900": {
53345334
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
53355335
"value": "rgb(59, 99, 251)",
5336+
"private": true,
53365337
"uuid": "a77887aa-da75-41bd-8bc1-43e41ab5132f"
53375338
},
53385339
"static-blue-1000": {
53395340
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
53405341
"value": "rgb(39, 77, 234)",
5342+
"private": true,
53415343
"uuid": "fe65be29-fd3b-4712-84c9-d8ef84a94a53"
53425344
},
53435345
"static-fuchsia-900": {
53445346
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
53455347
"value": "rgb(181, 57, 200)",
5348+
"private": true,
53465349
"uuid": "6d329081-9b84-47d5-a7ec-e01726a22c3c"
53475350
},
53485351
"static-fuchsia-1000": {
53495352
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
53505353
"value": "rgb(156, 40, 175)",
5354+
"private": true,
53515355
"uuid": "b7318f1c-ce64-43f3-b405-f71554b22f69"
53525356
},
53535357
"static-indigo-900": {
53545358
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
53555359
"value": "rgb(113, 85, 250)",
5360+
"private": true,
53565361
"uuid": "b458f7a4-eb22-4741-9a5a-f65c9f4a4e63"
53575362
},
53585363
"static-indigo-1000": {
53595364
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
53605365
"value": "rgb(99, 56, 238)",
5366+
"private": true,
53615367
"uuid": "c938f37b-23a3-424a-b6de-9fe3289e9b46"
53625368
},
53635369
"static-magenta-900": {
53645370
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
53655371
"value": "rgb(217, 35, 97)",
5372+
"private": true,
53665373
"uuid": "dff48efb-7044-427f-94ad-625e1a5780ab"
53675374
},
53685375
"static-magenta-1000": {
53695376
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
53705377
"value": "rgb(186, 22, 80)",
5378+
"private": true,
53715379
"uuid": "a8375133-a8ba-4537-83ab-83b6948adcd8"
53725380
},
53735381
"static-red-900": {
53745382
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
53755383
"value": "rgb(215, 50, 32)",
5384+
"private": true,
53765385
"uuid": "f76d5058-5a46-4678-b467-2f7cb1b97297"
53775386
},
53785387
"static-red-1000": {
53795388
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
53805389
"value": "rgb(183, 40, 24)",
5390+
"private": true,
53815391
"uuid": "c6d6fd48-385e-4e39-98e7-e4d7d7f060ed"
53825392
}
5383-
}
5393+
}

pnpm-lock.yaml

+6-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)