From 99595d61d65a608ef9f5cfb9467663c5c02417b6 Mon Sep 17 00:00:00 2001 From: Ali Stump Date: Thu, 2 Jan 2025 15:15:15 -0800 Subject: [PATCH] Convert to W3C DTCG format, read more at https://docs.tokens.studio/convert-to-dtcg-format --- .../calcite-design-tokens/src/$metadata.json | 23 + .../calcite-design-tokens/src/$themes.json | 1 + .../src/component/button.json | 8 +- .../calcite-design-tokens/src/core/color.json | 1220 ++++++++--------- .../src/core/container-size.json | 68 +- .../calcite-design-tokens/src/core/font.json | 212 +-- .../src/core/opacity.json | 98 +- .../src/core/shadow.json | 80 +- .../calcite-design-tokens/src/core/size.json | 292 ++-- .../src/core/z-index.json | 56 +- .../src/semantic/border.json | 26 +- .../src/semantic/color.json | 387 +++--- .../src/semantic/container-size.json | 194 +-- .../src/semantic/corner.json | 26 +- .../src/semantic/font.json | 282 ++-- .../src/semantic/opacity.json | 32 +- .../src/semantic/shadow.json | 26 +- .../src/semantic/size.json | 150 +- .../src/semantic/space.json | 144 +- .../src/semantic/typography.json | 643 +++++---- .../src/semantic/z-index.json | 62 +- 21 files changed, 2043 insertions(+), 1987 deletions(-) create mode 100644 packages/calcite-design-tokens/src/$metadata.json create mode 100644 packages/calcite-design-tokens/src/$themes.json diff --git a/packages/calcite-design-tokens/src/$metadata.json b/packages/calcite-design-tokens/src/$metadata.json new file mode 100644 index 00000000000..e0c3ba1d668 --- /dev/null +++ b/packages/calcite-design-tokens/src/$metadata.json @@ -0,0 +1,23 @@ +{ + "tokenSetOrder": [ + "component/button", + "core/color", + "core/container-size", + "core/font", + "core/opacity", + "core/shadow", + "core/size", + "core/z-index", + "semantic/border", + "semantic/color", + "semantic/container-size", + "semantic/corner", + "semantic/font", + "semantic/opacity", + "semantic/shadow", + "semantic/size", + "semantic/space", + "semantic/typography", + "semantic/z-index" + ] +} \ No newline at end of file diff --git a/packages/calcite-design-tokens/src/$themes.json b/packages/calcite-design-tokens/src/$themes.json new file mode 100644 index 00000000000..0637a088a01 --- /dev/null +++ b/packages/calcite-design-tokens/src/$themes.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/packages/calcite-design-tokens/src/component/button.json b/packages/calcite-design-tokens/src/component/button.json index 2280aac2131..46590b4fae6 100644 --- a/packages/calcite-design-tokens/src/component/button.json +++ b/packages/calcite-design-tokens/src/component/button.json @@ -2,8 +2,6 @@ "component": { "button": { "background": { - "type": "color", - "value": "{semantic.color.background.default}", "attributes": { "calcite-schema": { "system": "calcite", @@ -23,8 +21,10 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "{semantic.color.background.default}" } } } -} +} \ No newline at end of file diff --git a/packages/calcite-design-tokens/src/core/color.json b/packages/calcite-design-tokens/src/core/color.json index 05b9fc09e4f..0f4fed36778 100644 --- a/packages/calcite-design-tokens/src/core/color.json +++ b/packages/calcite-design-tokens/src/core/color.json @@ -3,8 +3,6 @@ "color": { "neutral": { "blk-000": { - "value": "#ffffff", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -24,11 +22,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#ffffff" }, "blk-005": { - "value": "#f8f8f8", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -48,11 +46,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#f8f8f8" }, "blk-010": { - "value": "#f3f3f3", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -72,11 +70,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#f3f3f3" }, "blk-020": { - "value": "#eaeaea", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -96,11 +94,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#eaeaea" }, "blk-030": { - "value": "#dfdfdf", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -120,11 +118,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#dfdfdf" }, "blk-040": { - "value": "#d4d4d4", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -144,11 +142,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#d4d4d4" }, "blk-050": { - "value": "#cacaca", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -168,11 +166,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#cacaca" }, "blk-060": { - "value": "#bfbfbf", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -192,11 +190,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#bfbfbf" }, "blk-070": { - "value": "#b5b5b5", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -216,11 +214,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#b5b5b5" }, "blk-080": { - "value": "#aaaaaa", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -240,11 +238,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#aaaaaa" }, "blk-090": { - "value": "#9f9f9f", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -264,11 +262,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#9f9f9f" }, "blk-100": { - "value": "#949494", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -288,11 +286,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#949494" }, "blk-110": { - "value": "#8a8a8a", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -312,11 +310,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#8a8a8a" }, "blk-120": { - "value": "#808080", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -336,11 +334,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#808080" }, "blk-130": { - "value": "#757575", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -360,11 +358,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#757575" }, "blk-140": { - "value": "#6a6a6a", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -384,11 +382,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#6a6a6a" }, "blk-150": { - "value": "#606060", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -408,11 +406,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#606060" }, "blk-160": { - "value": "#555555", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -432,11 +430,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#555555" }, "blk-170": { - "value": "#4a4a4a", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -456,11 +454,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#4a4a4a" }, "blk-180": { - "value": "#404040", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -480,11 +478,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#404040" }, "blk-190": { - "value": "#353535", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -504,11 +502,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#353535" }, "blk-200": { - "value": "#2b2b2b", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -528,11 +526,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#2b2b2b" }, "blk-210": { - "value": "#202020", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -552,11 +550,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#202020" }, "blk-220": { - "value": "#151515", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -576,11 +574,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#151515" }, "blk-230": { - "value": "#0b0b0b", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -600,11 +598,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#0b0b0b" }, "blk-235": { - "value": "#060606", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -624,11 +622,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#060606" }, "blk-240": { - "value": "#000000", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -648,14 +646,14 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#000000" } }, "high-saturation": { "blue": { "h-bb-010": { - "value": "#c7eaff", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -675,11 +673,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#c7eaff" }, "h-bb-020": { - "value": "#9fd4f3", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -699,11 +697,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#9fd4f3" }, "h-bb-030": { - "value": "#77bde7", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -723,11 +721,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#77bde7" }, "h-bb-040": { - "value": "#50a7da", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -747,11 +745,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#50a7da" }, "h-bb-050": { - "value": "#2890ce", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -771,11 +769,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#2890ce" }, "h-bb-060": { - "value": "#007ac2", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -795,11 +793,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#007ac2" }, "h-bb-070": { - "value": "#00619b", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -819,11 +817,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#00619b" }, "h-bb-080": { - "value": "#004874", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -843,11 +841,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#004874" }, "h-bb-090": { - "value": "#00304d", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -867,11 +865,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#00304d" }, "h-bb-100": { - "value": "#001726", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -891,13 +889,13 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#001726" } }, "green-blue": { "h-gb-010": { - "value": "#cef5f4", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -917,11 +915,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#cef5f4" }, "h-gb-020": { - "value": "#afedec", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -941,11 +939,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#afedec" }, "h-gb-030": { - "value": "#8fe6e5", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -965,11 +963,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#8fe6e5" }, "h-gb-040": { - "value": "#5ae0de", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -989,11 +987,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#5ae0de" }, "h-gb-050": { - "value": "#28cecb", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1013,11 +1011,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#28cecb" }, "h-gb-060": { - "value": "#00bab5", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1037,11 +1035,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#00bab5" }, "h-gb-070": { - "value": "#009b98", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1061,11 +1059,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#009b98" }, "h-gb-080": { - "value": "#007472", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1085,11 +1083,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#007472" }, "h-gb-090": { - "value": "#004d4c", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1109,11 +1107,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#004d4c" }, "h-gb-100": { - "value": "#002625", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1133,13 +1131,13 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#002625" } }, "green": { "h-gg-010": { - "value": "#bdf2c4", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1159,11 +1157,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#bdf2c4" }, "h-gg-020": { - "value": "#a2e4ab", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1183,11 +1181,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#a2e4ab" }, "h-gg-030": { - "value": "#87d692", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1207,11 +1205,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#87d692" }, "h-gg-040": { - "value": "#6bc878", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1231,11 +1229,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#6bc878" }, "h-gg-050": { - "value": "#50ba5f", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1255,11 +1253,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#50ba5f" }, "h-gg-060": { - "value": "#35ac46", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1279,11 +1277,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#35ac46" }, "h-gg-070": { - "value": "#288835", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1303,11 +1301,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#288835" }, "h-gg-080": { - "value": "#1a6324", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1327,11 +1325,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#1a6324" }, "h-gg-090": { - "value": "#0d3f14", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1351,11 +1349,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#0d3f14" }, "h-gg-100": { - "value": "#001a03", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1375,13 +1373,13 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#001a03" } }, "yellow-green": { "h-yg-010": { - "value": "#e5f7b4", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1401,11 +1399,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#e5f7b4" }, "h-yg-020": { - "value": "#d9ef9f", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1425,11 +1423,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#d9ef9f" }, "h-yg-030": { - "value": "#cde78a", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1449,11 +1447,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#cde78a" }, "h-yg-040": { - "value": "#c2e075", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1473,11 +1471,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#c2e075" }, "h-yg-050": { - "value": "#b6d860", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1497,11 +1495,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#b6d860" }, "h-yg-060": { - "value": "#aad04b", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1521,11 +1519,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#aad04b" }, "h-yg-070": { - "value": "#84a338", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1545,11 +1543,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#84a338" }, "h-yg-080": { - "value": "#5e7526", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1569,11 +1567,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#5e7526" }, "h-yg-090": { - "value": "#384813", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1593,11 +1591,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#384813" }, "h-yg-100": { - "value": "#121a00", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1617,13 +1615,13 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#121a00" } }, "yellow": { "h-yy-010": { - "value": "#fff7cc", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1643,11 +1641,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#fff7cc" }, "h-yy-020": { - "value": "#fef3ad", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1667,11 +1665,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#fef3ad" }, "h-yy-030": { - "value": "#fcee8d", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1691,11 +1689,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#fcee8d" }, "h-yy-040": { - "value": "#fbea6e", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1715,11 +1713,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#fbea6e" }, "h-yy-050": { - "value": "#f9e54e", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1739,11 +1737,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#f9e54e" }, "h-yy-060": { - "value": "#edd317", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1763,11 +1761,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#edd317" }, "h-yy-070": { - "value": "#d9bc00", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1787,11 +1785,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#d9bc00" }, "h-yy-080": { - "value": "#bfa200", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1811,11 +1809,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#bfa200" }, "h-yy-090": { - "value": "#8c7500", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1835,11 +1833,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#8c7500" }, "h-yy-100": { - "value": "#5c4e00", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1859,13 +1857,13 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#5c4e00" } }, "orange-yellow": { "h-oy-010": { - "value": "#ffe2bf", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1885,11 +1883,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#ffe2bf" }, "h-oy-020": { - "value": "#fed3a1", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1909,11 +1907,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#fed3a1" }, "h-oy-030": { - "value": "#fcc582", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1933,11 +1931,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#fcc582" }, "h-oy-040": { - "value": "#fbb664", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1957,11 +1955,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#fbb664" }, "h-oy-050": { - "value": "#f9a845", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1981,11 +1979,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#f9a845" }, "h-oy-060": { - "value": "#f89927", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2005,11 +2003,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#f89927" }, "h-oy-070": { - "value": "#c67718", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2029,11 +2027,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#c67718" }, "h-oy-080": { - "value": "#9a5b10", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2053,11 +2051,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#9a5b10" }, "h-oy-090": { - "value": "#6d3f08", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2077,11 +2075,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#6d3f08" }, "h-oy-100": { - "value": "#402300", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2101,13 +2099,13 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#402300" } }, "orange": { "h-oo-010": { - "value": "#ffd8bf", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2127,11 +2125,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#ffd8bf" }, "h-oo-020": { - "value": "#fdc39f", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2151,11 +2149,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#fdc39f" }, "h-oo-030": { - "value": "#faae7f", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2175,11 +2173,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#faae7f" }, "h-oo-040": { - "value": "#f89960", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2199,11 +2197,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#f89960" }, "h-oo-050": { - "value": "#f58440", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2223,11 +2221,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#f58440" }, "h-oo-060": { - "value": "#f36f20", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2247,11 +2245,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#f36f20" }, "h-oo-070": { - "value": "#c65a18", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2271,11 +2269,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#c65a18" }, "h-oo-080": { - "value": "#9a4410", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2295,11 +2293,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#9a4410" }, "h-oo-090": { - "value": "#6d2f08", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2319,11 +2317,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#6d2f08" }, "h-oo-100": { - "value": "#401900", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2343,13 +2341,13 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#401900" } }, "red-orange": { "h-ro-010": { - "value": "#ffc7b3", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2369,11 +2367,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#ffc7b3" }, "h-ro-020": { - "value": "#f8af95", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2393,11 +2391,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#f8af95" }, "h-ro-030": { - "value": "#f09677", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2417,11 +2415,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#f09677" }, "h-ro-040": { - "value": "#e97e5a", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2441,11 +2439,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#e97e5a" }, "h-ro-050": { - "value": "#e1653c", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2465,11 +2463,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#e1653c" }, "h-ro-060": { - "value": "#da4d1e", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2489,11 +2487,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#da4d1e" }, "h-ro-070": { - "value": "#ad3c16", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2513,11 +2511,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#ad3c16" }, "h-ro-080": { - "value": "#802c0f", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2537,11 +2535,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#802c0f" }, "h-ro-090": { - "value": "#531b07", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2561,11 +2559,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#531b07" }, "h-ro-100": { - "value": "#260a00", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2585,13 +2583,13 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#260a00" } }, "red": { "h-rr-010": { - "value": "#ffc6bf", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2611,11 +2609,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#ffc6bf" }, "h-rr-020": { - "value": "#ffaaa1", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2635,11 +2633,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#ffaaa1" }, "h-rr-030": { - "value": "#f2877b", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2659,11 +2657,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#f2877b" }, "h-rr-040": { - "value": "#f07062", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2683,11 +2681,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#f07062" }, "h-rr-050": { - "value": "#e65240", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2707,11 +2705,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#e65240" }, "h-rr-060": { - "value": "#d83020", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2731,11 +2729,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#d83020" }, "h-rr-070": { - "value": "#a82b1e", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2755,11 +2753,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#a82b1e" }, "h-rr-080": { - "value": "#7c1d13", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2779,11 +2777,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#7c1d13" }, "h-rr-090": { - "value": "#4f0e08", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2803,11 +2801,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#4f0e08" }, "h-rr-100": { - "value": "#210300", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2827,13 +2825,13 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#210300" } }, "pink": { "h-pk-010": { - "value": "#ffd1ef", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2853,11 +2851,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#ffd1ef" }, "h-pk-020": { - "value": "#fabee4", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2877,11 +2875,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#fabee4" }, "h-pk-030": { - "value": "#f2a5d6", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2901,11 +2899,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#f2a5d6" }, "h-pk-040": { - "value": "#eb8dc9", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2925,11 +2923,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#eb8dc9" }, "h-pk-050": { - "value": "#e673bb", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2949,11 +2947,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#e673bb" }, "h-pk-060": { - "value": "#e04ea6", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2973,11 +2971,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#e04ea6" }, "h-pk-070": { - "value": "#ba2f7e", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -2997,11 +2995,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#ba2f7e" }, "h-pk-080": { - "value": "#851b52", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3021,11 +3019,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#851b52" }, "h-pk-090": { - "value": "#590b32", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3045,11 +3043,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#590b32" }, "h-pk-100": { - "value": "#260404", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3069,13 +3067,13 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#260404" } }, "violet-red": { "h-vr-010": { - "value": "#fadbff", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3095,11 +3093,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#fadbff" }, "h-vr-020": { - "value": "#e4beeb", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3119,11 +3117,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#e4beeb" }, "h-vr-030": { - "value": "#cfa1d7", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3143,11 +3141,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#cfa1d7" }, "h-vr-040": { - "value": "#b983c3", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3167,11 +3165,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#b983c3" }, "h-vr-050": { - "value": "#a466af", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3191,11 +3189,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#a466af" }, "h-vr-060": { - "value": "#8e499b", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3215,11 +3213,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#8e499b" }, "h-vr-070": { - "value": "#73377e", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3239,11 +3237,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#73377e" }, "h-vr-080": { - "value": "#572561", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3263,11 +3261,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#572561" }, "h-vr-090": { - "value": "#3c1243", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3287,11 +3285,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#3c1243" }, "h-vr-100": { - "value": "#200026", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3311,13 +3309,13 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#200026" } }, "violet": { "h-vv-010": { - "value": "#e8d9ff", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3337,11 +3335,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#e8d9ff" }, "h-vv-020": { - "value": "#cdb9eb", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3361,11 +3359,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#cdb9eb" }, "h-vv-030": { - "value": "#b39ad7", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3385,11 +3383,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#b39ad7" }, "h-vv-040": { - "value": "#987ac3", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3409,11 +3407,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#987ac3" }, "h-vv-050": { - "value": "#7e5baf", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3433,11 +3431,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#7e5baf" }, "h-vv-060": { - "value": "#633b9b", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3457,11 +3455,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#633b9b" }, "h-vv-070": { - "value": "#4e2c7e", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3481,11 +3479,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#4e2c7e" }, "h-vv-080": { - "value": "#3a1e61", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3505,11 +3503,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#3a1e61" }, "h-vv-090": { - "value": "#250f43", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3529,11 +3527,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#250f43" }, "h-vv-100": { - "value": "#100026", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3553,15 +3551,15 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#100026" } } }, "vibrant": { "blue": { "v-bb-120": { - "value": "#59d6ff", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3581,11 +3579,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#59d6ff" }, "v-bb-140": { - "value": "#3db8ff", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3605,11 +3603,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#3db8ff" }, "v-bb-160": { - "value": "#009af2", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3629,11 +3627,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#009af2" }, "v-bb-180": { - "value": "#009af2", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3653,13 +3651,13 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#009af2" } }, "green-blue": { "v-gb-120": { - "value": "#59fffc", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3679,11 +3677,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#59fffc" }, "v-gb-140": { - "value": "#00f7f3", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3703,11 +3701,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#00f7f3" }, "v-gb-160": { - "value": "#00e6e2", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3727,11 +3725,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#00e6e2" }, "v-gb-180": { - "value": "#00cfca", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3751,13 +3749,13 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#00cfca" } }, "green": { "v-gg-120": { - "value": "#73ff84", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3777,11 +3775,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#73ff84" }, "v-gg-140": { - "value": "#3bed52", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3801,11 +3799,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#3bed52" }, "v-gg-160": { - "value": "#00b81b", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3825,11 +3823,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#00b81b" }, "v-gg-180": { - "value": "#00a118", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3849,13 +3847,13 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#00a118" } }, "yellow-green": { "v-yg-120": { - "value": "#d7ff73", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3875,11 +3873,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#d7ff73" }, "v-yg-140": { - "value": "#bbed3b", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3899,11 +3897,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#bbed3b" }, "v-yg-160": { - "value": "#96cc00", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3923,11 +3921,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#96cc00" }, "v-yg-180": { - "value": "#7fab00", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3947,13 +3945,13 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#7fab00" } }, "yellow": { "v-yy-120": { - "value": "#fff766", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3973,11 +3971,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#fff766" }, "v-yy-140": { - "value": "#ffee33", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -3997,11 +3995,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#ffee33" }, "v-yy-160": { - "value": "#f5d000", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4021,11 +4019,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#f5d000" }, "v-yy-180": { - "value": "#ebba17", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4045,13 +4043,13 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#ebba17" } }, "orange-yellow": { "v-oy-120": { - "value": "#ffb54d", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4071,11 +4069,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#ffb54d" }, "v-oy-140": { - "value": "#ff9500", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4095,11 +4093,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#ff9500" }, "v-oy-160": { - "value": "#e68600", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4119,11 +4117,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#e68600" }, "v-oy-180": { - "value": "#d17300", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4143,13 +4141,13 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#d17300" } }, "red-orange": { "v-ro-120": { - "value": "#ff824d", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4169,11 +4167,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#ff824d" }, "v-ro-140": { - "value": "#ff4d00", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4193,11 +4191,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#ff4d00" }, "v-ro-160": { - "value": "#de4300", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4217,11 +4215,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#de4300" }, "v-ro-180": { - "value": "#c93b00", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4241,13 +4239,13 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#c93b00" } }, "red": { "v-rr-120": { - "value": "#ff624d", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4267,11 +4265,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#ff624d" }, "v-rr-140": { - "value": "#ff0015", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4291,11 +4289,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#ff0015" }, "v-rr-160": { - "value": "#d90012", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4315,11 +4313,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#d90012" }, "v-rr-180": { - "value": "#b3000f", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4339,13 +4337,13 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#b3000f" } }, "pink": { "v-pk-120": { - "value": "#ff66c2", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4365,11 +4363,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#ff66c2" }, "v-pk-140": { - "value": "#ff19a4", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4389,11 +4387,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#ff19a4" }, "v-pk-160": { - "value": "#d11486", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4413,11 +4411,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#d11486" }, "v-pk-180": { - "value": "#c00073", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4437,13 +4435,13 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#c00073" } }, "violet-red": { "v-vr-120": { - "value": "#ea80ff", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4463,11 +4461,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#ea80ff" }, "v-vr-140": { - "value": "#dd33ff", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4487,11 +4485,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#dd33ff" }, "v-vr-160": { - "value": "#ac08cc", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4511,11 +4509,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#ac08cc" }, "v-vr-180": { - "value": "#83009e", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4535,13 +4533,13 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#83009e" } }, "violet": { "v-vv-120": { - "value": "#b580ff", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4561,11 +4559,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#b580ff" }, "v-vv-140": { - "value": "#974dff", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4585,11 +4583,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#974dff" }, "v-vv-160": { - "value": "#8129ff", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4609,11 +4607,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#8129ff" }, "v-vv-180": { - "value": "#6a0be6", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4633,15 +4631,15 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#6a0be6" } } }, "dark": { "green": { "d-gg-410": { - "value": "#44ED51", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4661,11 +4659,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#44ED51" }, "d-gg-420": { - "value": "#36DA43", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4685,11 +4683,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#36DA43" }, "d-gg-430": { - "value": "#36DA43", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4709,13 +4707,13 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#36DA43" } }, "yellow": { "d-yy-410": { - "value": "#FFE24D", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4735,11 +4733,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#FFE24D" }, "d-yy-420": { - "value": "#FFC900", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4759,11 +4757,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#FFC900" }, "d-yy-430": { - "value": "#F4B000", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4783,13 +4781,13 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#F4B000" } }, "red": { "d-rr-410": { - "value": "#FF7465", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4809,11 +4807,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#FF7465" }, "d-rr-420": { - "value": "#FE583E", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4833,11 +4831,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#FE583E" }, "d-rr-430": { - "value": "#F3381B", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4857,13 +4855,13 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#F3381B" } }, "blue": { "d-bb-410": { - "value": "#47BBFF", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4883,11 +4881,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#47BBFF" }, "d-bb-420": { - "value": "#00A0FF", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4907,11 +4905,11 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#00A0FF" }, "d-bb-430": { - "value": "#0087D7", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -4931,10 +4929,12 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "#0087D7" } } } } } -} +} \ No newline at end of file diff --git a/packages/calcite-design-tokens/src/core/container-size.json b/packages/calcite-design-tokens/src/core/container-size.json index f7e1f553fb4..2fd301f779a 100644 --- a/packages/calcite-design-tokens/src/core/container-size.json +++ b/packages/calcite-design-tokens/src/core/container-size.json @@ -2,8 +2,6 @@ "core": { "container-size": { "0": { - "value": 0, - "type": "sizing", "attributes": { "calcite-schema": { "system": "calcite", @@ -23,11 +21,11 @@ "context": "", "mode": "" } - } + }, + "$type": "sizing", + "$value": 0 }, "154": { - "value": 154, - "type": "sizing", "attributes": { "calcite-schema": { "system": "calcite", @@ -47,11 +45,11 @@ "context": "", "mode": "" } - } + }, + "$type": "sizing", + "$value": 154 }, "320": { - "value": 320, - "type": "sizing", "attributes": { "calcite-schema": { "system": "calcite", @@ -71,11 +69,11 @@ "context": "", "mode": "" } - } + }, + "$type": "sizing", + "$value": 320 }, "328": { - "value": 328, - "type": "sizing", "attributes": { "calcite-schema": { "system": "calcite", @@ -95,11 +93,11 @@ "context": "", "mode": "" } - } + }, + "$type": "sizing", + "$value": 328 }, "476": { - "value": 476, - "type": "sizing", "attributes": { "calcite-schema": { "system": "calcite", @@ -119,11 +117,11 @@ "context": "", "mode": "" } - } + }, + "$type": "sizing", + "$value": 476 }, "504": { - "value": 504, - "type": "sizing", "attributes": { "calcite-schema": { "system": "calcite", @@ -143,11 +141,11 @@ "context": "", "mode": "" } - } + }, + "$type": "sizing", + "$value": 504 }, "678": { - "value": 678, - "type": "sizing", "attributes": { "calcite-schema": { "system": "calcite", @@ -167,11 +165,11 @@ "context": "", "mode": "" } - } + }, + "$type": "sizing", + "$value": 678 }, "768": { - "value": 768, - "type": "sizing", "attributes": { "calcite-schema": { "system": "calcite", @@ -191,11 +189,11 @@ "context": "", "mode": "" } - } + }, + "$type": "sizing", + "$value": 768 }, "854": { - "value": 854, - "type": "sizing", "attributes": { "calcite-schema": { "system": "calcite", @@ -215,11 +213,11 @@ "context": "", "mode": "" } - } + }, + "$type": "sizing", + "$value": 854 }, "1152": { - "value": 1152, - "type": "sizing", "attributes": { "calcite-schema": { "system": "calcite", @@ -239,11 +237,11 @@ "context": "", "mode": "" } - } + }, + "$type": "sizing", + "$value": 1152 }, "1440": { - "value": 1440, - "type": "sizing", "attributes": { "calcite-schema": { "system": "calcite", @@ -263,8 +261,10 @@ "context": "", "mode": "" } - } + }, + "$type": "sizing", + "$value": 1440 } } } -} +} \ No newline at end of file diff --git a/packages/calcite-design-tokens/src/core/font.json b/packages/calcite-design-tokens/src/core/font.json index a7ee377e4d7..958d21095c6 100644 --- a/packages/calcite-design-tokens/src/core/font.json +++ b/packages/calcite-design-tokens/src/core/font.json @@ -3,9 +3,6 @@ "font": { "family": { "andaleMono": { - "value": "Andale Mono", - "type": "fontFamilies", - "description": "Fallback for Monaco", "attributes": { "calcite-schema": { "system": "calcite", @@ -25,11 +22,12 @@ "context": "", "mode": "" } - } + }, + "$type": "fontFamilies", + "$value": "Andale Mono", + "$description": "Fallback for Monaco" }, "avenirNextPro": { - "value": "Avenir Next LT Pro", - "type": "fontFamilies", "attributes": { "calcite-schema": { "system": "calcite", @@ -49,11 +47,11 @@ "context": "", "mode": "" } - } + }, + "$type": "fontFamilies", + "$value": "Avenir Next LT Pro" }, "avenirNextWorld": { - "value": "Avenir Next World", - "type": "fontFamilies", "attributes": { "calcite-schema": { "system": "calcite", @@ -73,12 +71,11 @@ "context": "", "mode": "" } - } + }, + "$type": "fontFamilies", + "$value": "Avenir Next World" }, "avenirNext": { - "value": "Avenir Next", - "type": "fontFamilies", - "description": "Primary font family", "attributes": { "calcite-schema": { "system": "calcite", @@ -98,12 +95,12 @@ "context": "", "mode": "" } - } + }, + "$type": "fontFamilies", + "$value": "Avenir Next", + "$description": "Primary font family" }, "avenir": { - "value": "Avenir", - "type": "fontFamilies", - "description": "Fallback for Avenir Next", "attributes": { "calcite-schema": { "system": "calcite", @@ -123,12 +120,12 @@ "context": "", "mode": "" } - } + }, + "$type": "fontFamilies", + "$value": "Avenir", + "$description": "Fallback for Avenir Next" }, "consolas": { - "value": "Consolas", - "type": "fontFamilies", - "description": "Fallback for Monaco", "attributes": { "calcite-schema": { "system": "calcite", @@ -148,12 +145,12 @@ "context": "", "mode": "" } - } + }, + "$type": "fontFamilies", + "$value": "Consolas", + "$description": "Fallback for Monaco" }, "helveticaNeue": { - "value": "Helvetica Neue", - "type": "fontFamilies", - "description": "Fallback for Avenir Next", "attributes": { "calcite-schema": { "system": "calcite", @@ -173,12 +170,12 @@ "context": "", "mode": "" } - } + }, + "$type": "fontFamilies", + "$value": "Helvetica Neue", + "$description": "Fallback for Avenir Next" }, "lucidaConsole": { - "value": "Lucida Console", - "type": "fontFamilies", - "description": "Fallback for Monaco", "attributes": { "calcite-schema": { "system": "calcite", @@ -198,11 +195,12 @@ "context": "", "mode": "" } - } + }, + "$type": "fontFamilies", + "$value": "Lucida Console", + "$description": "Fallback for Monaco" }, "monaco": { - "value": "Monaco", - "type": "fontFamilies", "attributes": { "calcite-schema": { "system": "calcite", @@ -222,12 +220,11 @@ "context": "", "mode": "" } - } + }, + "$type": "fontFamilies", + "$value": "Monaco" }, "monospace": { - "value": "monospace", - "type": "fontFamilies", - "description": "Fallback for Monaco", "attributes": { "calcite-schema": { "system": "calcite", @@ -247,12 +244,12 @@ "context": "", "mode": "" } - } + }, + "$type": "fontFamilies", + "$value": "monospace", + "$description": "Fallback for Monaco" }, "sansSerif": { - "value": "sans-serif", - "type": "fontFamilies", - "description": "Fallback for Avenir Next", "attributes": { "calcite-schema": { "system": "calcite", @@ -272,14 +269,14 @@ "context": "", "mode": "" } - } + }, + "$type": "fontFamilies", + "$value": "sans-serif", + "$description": "Fallback for Avenir Next" } }, "style": { "italic": { - "value": "italic", - "type": "fontStyle", - "description": "used in ratings", "attributes": { "calcite-schema": { "system": "calcite", @@ -299,14 +296,14 @@ "context": "", "mode": "" } - } + }, + "$type": "fontStyle", + "$value": "italic", + "$description": "used in ratings" } }, "weight": { "ultralight": { - "value": "UltraLight", - "type": "fontWeights", - "description": "only for Avenir Next World (secondary font family)", "attributes": { "calcite-schema": { "system": "calcite", @@ -326,11 +323,12 @@ "context": "", "mode": "" } - } + }, + "$type": "fontWeights", + "$value": "UltraLight", + "$description": "only for Avenir Next World (secondary font family)" }, "thin": { - "value": "Thin", - "type": "fontWeights", "attributes": { "calcite-schema": { "system": "calcite", @@ -350,16 +348,16 @@ "context": "", "mode": "" } - } + }, + "$type": "fontWeights", + "$value": "Thin" }, "light": { - "value": "Light", - "type": "fontWeights", - "description": "only for Avenir Next World (secondary font family)" + "$type": "fontWeights", + "$value": "Light", + "$description": "only for Avenir Next World (secondary font family)" }, "regular": { - "value": "Regular", - "type": "fontWeights", "attributes": { "calcite-schema": { "system": "calcite", @@ -379,11 +377,11 @@ "context": "", "mode": "" } - } + }, + "$type": "fontWeights", + "$value": "Regular" }, "medium": { - "value": "Medium", - "type": "fontWeights", "attributes": { "calcite-schema": { "system": "calcite", @@ -403,11 +401,11 @@ "context": "", "mode": "" } - } + }, + "$type": "fontWeights", + "$value": "Medium" }, "medium-italic": { - "value": "Medium Italic", - "type": "fontWeights", "attributes": { "calcite-schema": { "system": "calcite", @@ -427,11 +425,11 @@ "context": "", "mode": "" } - } + }, + "$type": "fontWeights", + "$value": "Medium Italic" }, "demi": { - "value": "Demi", - "type": "fontWeights", "attributes": { "calcite-schema": { "system": "calcite", @@ -451,11 +449,11 @@ "context": "", "mode": "" } - } + }, + "$type": "fontWeights", + "$value": "Demi" }, "bold": { - "value": "Bold", - "type": "fontWeights", "attributes": { "calcite-schema": { "system": "calcite", @@ -475,12 +473,11 @@ "context": "", "mode": "" } - } + }, + "$type": "fontWeights", + "$value": "Bold" }, "extrabold": { - "value": "ExtraBold", - "type": "fontWeights", - "description": "only for Avenir Next World (secondary font family)", "attributes": { "calcite-schema": { "system": "calcite", @@ -500,12 +497,12 @@ "context": "", "mode": "" } - } + }, + "$type": "fontWeights", + "$value": "ExtraBold", + "$description": "only for Avenir Next World (secondary font family)" }, "black": { - "value": "Black", - "type": "fontWeights", - "description": "only for Avenir Next World (secondary font family)", "attributes": { "calcite-schema": { "system": "calcite", @@ -525,11 +522,12 @@ "context": "", "mode": "" } - } + }, + "$type": "fontWeights", + "$value": "Black", + "$description": "only for Avenir Next World (secondary font family)" }, "heavy": { - "value": "Heavy", - "type": "fontWeights", "attributes": { "calcite-schema": { "system": "calcite", @@ -549,14 +547,13 @@ "context": "", "mode": "" } - } + }, + "$type": "fontWeights", + "$value": "Heavy" } }, "text-decoration": { "none": { - "value": "none", - "type": "textDecoration", - "description": "Deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -576,12 +573,12 @@ "context": "", "mode": "" } - } + }, + "$type": "textDecoration", + "$value": "none", + "$description": "Deprecated" }, "underline": { - "value": "underline", - "type": "textDecoration", - "description": "Deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -601,14 +598,14 @@ "context": "", "mode": "" } - } + }, + "$type": "textDecoration", + "$value": "underline", + "$description": "Deprecated" } }, "text-case": { "none": { - "value": "none", - "type": "textCase", - "description": "Deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -628,12 +625,12 @@ "context": "", "mode": "" } - } + }, + "$type": "textCase", + "$value": "none", + "$description": "Deprecated" }, "uppercase": { - "value": "uppercase", - "type": "textCase", - "description": "Deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -653,12 +650,12 @@ "context": "", "mode": "" } - } + }, + "$type": "textCase", + "$value": "uppercase", + "$description": "Deprecated" }, "lowercase": { - "value": "lowercase", - "type": "textCase", - "description": "Deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -678,12 +675,12 @@ "context": "", "mode": "" } - } + }, + "$type": "textCase", + "$value": "lowercase", + "$description": "Deprecated" }, "capitalize": { - "value": "capitalize", - "type": "textCase", - "description": "Deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -703,9 +700,12 @@ "context": "", "mode": "" } - } + }, + "$type": "textCase", + "$value": "capitalize", + "$description": "Deprecated" } } } } -} +} \ No newline at end of file diff --git a/packages/calcite-design-tokens/src/core/opacity.json b/packages/calcite-design-tokens/src/core/opacity.json index 2bd2617e8ef..b11ae9d0cf8 100644 --- a/packages/calcite-design-tokens/src/core/opacity.json +++ b/packages/calcite-design-tokens/src/core/opacity.json @@ -2,8 +2,6 @@ "core": { "opacity": { "0": { - "value": "0%", - "type": "opacity", "attributes": { "calcite-schema": { "system": "calcite", @@ -23,11 +21,11 @@ "context": "", "mode": "" } - } + }, + "$type": "opacity", + "$value": "0%" }, "4": { - "value": "4%", - "type": "opacity", "attributes": { "calcite-schema": { "system": "calcite", @@ -47,11 +45,11 @@ "context": "", "mode": "" } - } + }, + "$type": "opacity", + "$value": "4%" }, "8": { - "value": "8%", - "type": "opacity", "attributes": { "calcite-schema": { "system": "calcite", @@ -71,11 +69,11 @@ "context": "", "mode": "" } - } + }, + "$type": "opacity", + "$value": "8%" }, "10": { - "value": "10%", - "type": "opacity", "attributes": { "calcite-schema": { "system": "calcite", @@ -95,11 +93,11 @@ "context": "", "mode": "" } - } + }, + "$type": "opacity", + "$value": "10%" }, "20": { - "value": "20%", - "type": "opacity", "attributes": { "calcite-schema": { "system": "calcite", @@ -119,11 +117,11 @@ "context": "", "mode": "" } - } + }, + "$type": "opacity", + "$value": "20%" }, "30": { - "value": "30%", - "type": "opacity", "attributes": { "calcite-schema": { "system": "calcite", @@ -143,11 +141,11 @@ "context": "", "mode": "" } - } + }, + "$type": "opacity", + "$value": "30%" }, "40": { - "value": "40%", - "type": "opacity", "attributes": { "calcite-schema": { "system": "calcite", @@ -167,11 +165,11 @@ "context": "", "mode": "" } - } + }, + "$type": "opacity", + "$value": "40%" }, "50": { - "value": "50%", - "type": "opacity", "attributes": { "calcite-schema": { "system": "calcite", @@ -191,11 +189,11 @@ "context": "", "mode": "" } - } + }, + "$type": "opacity", + "$value": "50%" }, "60": { - "value": "60%", - "type": "opacity", "attributes": { "calcite-schema": { "system": "calcite", @@ -215,11 +213,11 @@ "context": "", "mode": "" } - } + }, + "$type": "opacity", + "$value": "60%" }, "70": { - "value": "70%", - "type": "opacity", "attributes": { "calcite-schema": { "system": "calcite", @@ -239,11 +237,11 @@ "context": "", "mode": "" } - } + }, + "$type": "opacity", + "$value": "70%" }, "80": { - "value": "80%", - "type": "opacity", "attributes": { "calcite-schema": { "system": "calcite", @@ -263,11 +261,11 @@ "context": "", "mode": "" } - } + }, + "$type": "opacity", + "$value": "80%" }, "85": { - "value": "85%", - "type": "opacity", "attributes": { "calcite-schema": { "system": "calcite", @@ -287,11 +285,11 @@ "context": "", "mode": "" } - } + }, + "$type": "opacity", + "$value": "85%" }, "90": { - "value": "90%", - "type": "opacity", "attributes": { "calcite-schema": { "system": "calcite", @@ -311,11 +309,11 @@ "context": "", "mode": "" } - } + }, + "$type": "opacity", + "$value": "90%" }, "92": { - "value": "92%", - "type": "opacity", "attributes": { "calcite-schema": { "system": "calcite", @@ -335,11 +333,11 @@ "context": "", "mode": "" } - } + }, + "$type": "opacity", + "$value": "92%" }, "96": { - "value": "96%", - "type": "opacity", "attributes": { "calcite-schema": { "system": "calcite", @@ -359,11 +357,11 @@ "context": "", "mode": "" } - } + }, + "$type": "opacity", + "$value": "96%" }, "100": { - "value": "100%", - "type": "opacity", "attributes": { "calcite-schema": { "system": "calcite", @@ -383,8 +381,10 @@ "context": "", "mode": "" } - } + }, + "$type": "opacity", + "$value": "100%" } } } -} +} \ No newline at end of file diff --git a/packages/calcite-design-tokens/src/core/shadow.json b/packages/calcite-design-tokens/src/core/shadow.json index 2ad144cae57..33e2a34cf3b 100644 --- a/packages/calcite-design-tokens/src/core/shadow.json +++ b/packages/calcite-design-tokens/src/core/shadow.json @@ -2,14 +2,6 @@ "core": { "shadow": { "0": { - "value": { - "x": "0", - "y": "0", - "blur": "0", - "spread": "0", - "color": "rgba({core.color.neutral.blk-240}, {core.opacity.0})" - }, - "type": "boxShadow", "attributes": { "calcite-schema": { "system": "calcite", @@ -29,17 +21,17 @@ "context": "", "mode": "" } + }, + "$type": "boxShadow", + "$value": { + "x": "0", + "y": "0", + "blur": "0", + "spread": "0", + "color": "rgba({core.color.neutral.blk-240}, {core.opacity.0})" } }, "1": { - "value": { - "x": "0", - "y": "2", - "blur": "8", - "spread": "0", - "color": "rgba({core.color.neutral.blk-240}, {core.opacity.4})" - }, - "type": "boxShadow", "attributes": { "calcite-schema": { "system": "calcite", @@ -59,17 +51,17 @@ "context": "", "mode": "" } + }, + "$type": "boxShadow", + "$value": { + "x": "0", + "y": "2", + "blur": "8", + "spread": "0", + "color": "rgba({core.color.neutral.blk-240}, {core.opacity.4})" } }, "2": { - "value": { - "x": "0", - "y": "4", - "blur": "16", - "spread": "0", - "color": "rgba({core.color.neutral.blk-240}, {core.opacity.8})" - }, - "type": "boxShadow", "attributes": { "calcite-schema": { "system": "calcite", @@ -89,17 +81,17 @@ "context": "", "mode": "" } - } - }, - "3": { - "value": { + }, + "$type": "boxShadow", + "$value": { "x": "0", "y": "4", - "blur": "20", + "blur": "16", "spread": "0", "color": "rgba({core.color.neutral.blk-240}, {core.opacity.8})" - }, - "type": "boxShadow", + } + }, + "3": { "attributes": { "calcite-schema": { "system": "calcite", @@ -119,17 +111,17 @@ "context": "", "mode": "" } + }, + "$type": "boxShadow", + "$value": { + "x": "0", + "y": "4", + "blur": "20", + "spread": "0", + "color": "rgba({core.color.neutral.blk-240}, {core.opacity.8})" } }, "4": { - "value": { - "x": "0", - "y": "12", - "blur": "32", - "spread": "-2", - "color": "rgba({core.color.neutral.blk-240}, {core.opacity.10})" - }, - "type": "boxShadow", "attributes": { "calcite-schema": { "system": "calcite", @@ -149,8 +141,16 @@ "context": "", "mode": "" } + }, + "$type": "boxShadow", + "$value": { + "x": "0", + "y": "12", + "blur": "32", + "spread": "-2", + "color": "rgba({core.color.neutral.blk-240}, {core.opacity.10})" } } } } -} +} \ No newline at end of file diff --git a/packages/calcite-design-tokens/src/core/size.json b/packages/calcite-design-tokens/src/core/size.json index 9060bf55c12..af61d27e922 100644 --- a/packages/calcite-design-tokens/src/core/size.json +++ b/packages/calcite-design-tokens/src/core/size.json @@ -2,33 +2,7 @@ "core": { "size": { "default": { - "none": { - "value": "0", - "type": "size", - "attributes": { - "calcite-schema": { - "system": "calcite", - "tier": "core", - "domain": "", - "component": "", - "pattern": "", - "element": "", - "category": "size", - "group": "default", - "kind": "", - "appearance": "", - "property": "", - "variant": "", - "state": "", - "scale": "none", - "context": "", - "mode": "" - } - } - }, "1": { - "value": "1px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -48,11 +22,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "1px" }, "2": { - "value": "2px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -72,11 +46,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "2px" }, "4": { - "value": "4px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -96,11 +70,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "4px" }, "6": { - "value": "6px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -120,11 +94,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "6px" }, "8": { - "value": "8px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -144,11 +118,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "8px" }, "10": { - "value": "10px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -168,11 +142,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "10px" }, "12": { - "value": "12px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -192,11 +166,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "12px" }, "14": { - "value": "14px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -216,11 +190,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "14px" }, "16": { - "value": "16px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -240,11 +214,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "16px" }, "20": { - "value": "20px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -264,11 +238,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "20px" }, "24": { - "value": "24px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -288,11 +262,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "24px" }, "28": { - "value": "28px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -312,11 +286,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "28px" }, "32": { - "value": "32px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -336,11 +310,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "32px" }, "36": { - "value": "36px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -360,11 +334,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "36px" }, "40": { - "value": "40px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -384,11 +358,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "40px" }, "44": { - "value": "44px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -408,11 +382,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "44px" }, "48": { - "value": "48px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -432,11 +406,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "48px" }, "56": { - "value": "56px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -456,11 +430,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "56px" }, "64": { - "value": "64px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -480,11 +454,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "64px" }, "72": { - "value": "72px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -504,11 +478,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "72px" }, "80": { - "value": "80px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -528,11 +502,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "80px" }, "96": { - "value": "96px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -552,11 +526,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "96px" }, "112": { - "value": "112px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -576,11 +550,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "112px" }, "128": { - "value": "128px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -600,11 +574,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "128px" }, "144": { - "value": "144px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -624,11 +598,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "144px" }, "160": { - "value": "160px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -648,11 +622,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "160px" }, "192": { - "value": "192px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -672,11 +646,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "192px" }, "224": { - "value": "224px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -696,11 +670,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "224px" }, "256": { - "value": "256px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -720,11 +694,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "256px" }, "288": { - "value": "288px", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -744,13 +718,11 @@ "context": "", "mode": "" } - } - } - }, - "relative": { - "auto": { - "value": "auto", - "type": "size", + }, + "$type": "size", + "$value": "288px" + }, + "none": { "attributes": { "calcite-schema": { "system": "calcite", @@ -760,21 +732,23 @@ "pattern": "", "element": "", "category": "size", - "group": "relative", + "group": "default", "kind": "", "appearance": "", "property": "", "variant": "", "state": "", - "scale": "auto", + "scale": "none", "context": "", "mode": "" } - } - }, + }, + "$type": "size", + "$value": "0" + } + }, + "relative": { "50": { - "value": "50%", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -794,11 +768,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "50%" }, "100": { - "value": "100%", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -818,11 +792,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "100%" }, "125": { - "value": "125%", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -842,11 +816,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "125%" }, "137": { - "value": "137.5%", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -866,11 +840,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "137.5%" }, "150": { - "value": "150%", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -890,11 +864,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "150%" }, "162": { - "value": "162.5%", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -914,11 +888,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "162.5%" }, "200": { - "value": "200%", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -938,9 +912,35 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "200%" + }, + "auto": { + "attributes": { + "calcite-schema": { + "system": "calcite", + "tier": "core", + "domain": "", + "component": "", + "pattern": "", + "element": "", + "category": "size", + "group": "relative", + "kind": "", + "appearance": "", + "property": "", + "variant": "", + "state": "", + "scale": "auto", + "context": "", + "mode": "" + } + }, + "$type": "size", + "$value": "auto" } } } } -} +} \ No newline at end of file diff --git a/packages/calcite-design-tokens/src/core/z-index.json b/packages/calcite-design-tokens/src/core/z-index.json index 22344b8f8f4..9127ee55a65 100644 --- a/packages/calcite-design-tokens/src/core/z-index.json +++ b/packages/calcite-design-tokens/src/core/z-index.json @@ -2,8 +2,6 @@ "core": { "z-index": { "0": { - "value": "-999999", - "type": "z-index", "attributes": { "calcite-schema": { "system": "calcite", @@ -23,11 +21,11 @@ "context": "", "mode": "" } - } + }, + "$type": "z-index", + "$value": "-999999" }, "1": { - "value": "1", - "type": "z-index", "attributes": { "calcite-schema": { "system": "calcite", @@ -47,11 +45,11 @@ "context": "", "mode": "" } - } + }, + "$type": "z-index", + "$value": "1" }, "3": { - "value": "300", - "type": "z-index", "attributes": { "calcite-schema": { "system": "calcite", @@ -71,11 +69,11 @@ "context": "", "mode": "" } - } + }, + "$type": "z-index", + "$value": "300" }, "4": { - "value": "400", - "type": "z-index", "attributes": { "calcite-schema": { "system": "calcite", @@ -95,11 +93,11 @@ "context": "", "mode": "" } - } + }, + "$type": "z-index", + "$value": "400" }, "5": { - "value": "500", - "type": "z-index", "attributes": { "calcite-schema": { "system": "calcite", @@ -119,11 +117,11 @@ "context": "", "mode": "" } - } + }, + "$type": "z-index", + "$value": "500" }, "6": { - "value": "600", - "type": "z-index", "attributes": { "calcite-schema": { "system": "calcite", @@ -143,11 +141,11 @@ "context": "", "mode": "" } - } + }, + "$type": "z-index", + "$value": "600" }, "7": { - "value": "700", - "type": "z-index", "attributes": { "calcite-schema": { "system": "calcite", @@ -167,11 +165,11 @@ "context": "", "mode": "" } - } + }, + "$type": "z-index", + "$value": "700" }, "8": { - "value": "800", - "type": "z-index", "attributes": { "calcite-schema": { "system": "calcite", @@ -191,11 +189,11 @@ "context": "", "mode": "" } - } + }, + "$type": "z-index", + "$value": "800" }, "9": { - "value": "900", - "type": "z-index", "attributes": { "calcite-schema": { "system": "calcite", @@ -215,8 +213,10 @@ "context": "", "mode": "" } - } + }, + "$type": "z-index", + "$value": "900" } } } -} +} \ No newline at end of file diff --git a/packages/calcite-design-tokens/src/semantic/border.json b/packages/calcite-design-tokens/src/semantic/border.json index 581478eb6a3..f70353cb3bf 100644 --- a/packages/calcite-design-tokens/src/semantic/border.json +++ b/packages/calcite-design-tokens/src/semantic/border.json @@ -3,8 +3,6 @@ "border": { "width": { "none": { - "value": "{core.size.default.none}", - "type": "borderWidth", "attributes": { "calcite-schema": { "system": "calcite", @@ -24,11 +22,11 @@ "context": "", "mode": "" } - } + }, + "$type": "borderWidth", + "$value": "{core.size.default.none}" }, "sm": { - "value": "{core.size.default.1}", - "type": "borderWidth", "attributes": { "calcite-schema": { "system": "calcite", @@ -48,11 +46,11 @@ "context": "", "mode": "" } - } + }, + "$type": "borderWidth", + "$value": "{core.size.default.1}" }, "md": { - "value": "{core.size.default.2}", - "type": "borderWidth", "attributes": { "calcite-schema": { "system": "calcite", @@ -72,11 +70,11 @@ "context": "", "mode": "" } - } + }, + "$type": "borderWidth", + "$value": "{core.size.default.2}" }, "lg": { - "value": "{core.size.default.4}", - "type": "borderWidth", "attributes": { "calcite-schema": { "system": "calcite", @@ -96,9 +94,11 @@ "context": "", "mode": "" } - } + }, + "$type": "borderWidth", + "$value": "{core.size.default.4}" } } } } -} +} \ No newline at end of file diff --git a/packages/calcite-design-tokens/src/semantic/color.json b/packages/calcite-design-tokens/src/semantic/color.json index e25ded2d53b..5452a537625 100644 --- a/packages/calcite-design-tokens/src/semantic/color.json +++ b/packages/calcite-design-tokens/src/semantic/color.json @@ -3,11 +3,6 @@ "color": { "background": { "default": { - "value": { - "light": "{core.color.neutral.blk-005}", - "dark": "{core.color.neutral.blk-190}" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -27,11 +22,14 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.neutral.blk-005}", + "dark": "{core.color.neutral.blk-190}" } }, "none": { - "value": "rgba({core.color.neutral.blk-000}, {core.opacity.0})", - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -51,12 +49,12 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "rgba({core.color.neutral.blk-000}, {core.opacity.0})" } }, "focus": { - "type": "color", - "value": "{semantic.color.brand.default.default}", "attributes": { "calcite-schema": { "system": "calcite", @@ -73,15 +71,12 @@ "context": "", "mode": "" } - } + }, + "$type": "color", + "$value": "{semantic.color.brand.default.default}" }, "foreground": { "1": { - "value": { - "light": "{core.color.neutral.blk-000}", - "dark": "{core.color.neutral.blk-200}" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -100,14 +95,14 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.neutral.blk-000}", + "dark": "{core.color.neutral.blk-200}" } }, "2": { - "value": { - "light": "{core.color.neutral.blk-010}", - "dark": "{core.color.neutral.blk-210}" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -127,11 +122,14 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.neutral.blk-010}", + "dark": "{core.color.neutral.blk-210}" } }, "3": { - "value": { "light": "{core.color.neutral.blk-020}", "dark": "{core.color.neutral.blk-220}" }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -151,14 +149,14 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.neutral.blk-020}", + "dark": "{core.color.neutral.blk-220}" } }, "current": { - "value": { - "light": "{core.color.high-saturation.blue.h-bb-010}", - "dark": "#214155" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -178,17 +176,17 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.high-saturation.blue.h-bb-010}", + "dark": "#214155" } } }, "transparent": { "default": { "default": { - "value": { - "light": "rgba({core.color.neutral.blk-240}, {core.opacity.0})", - "dark": "rgba({core.color.neutral.blk-000}, {core.opacity.0})" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -208,14 +206,14 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "rgba({core.color.neutral.blk-240}, {core.opacity.0})", + "dark": "rgba({core.color.neutral.blk-000}, {core.opacity.0})" } }, "hover": { - "value": { - "light": "rgba({core.color.neutral.blk-240}, {core.opacity.4})", - "dark": "rgba({core.color.neutral.blk-000}, {core.opacity.4})" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -235,14 +233,14 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "rgba({core.color.neutral.blk-240}, {core.opacity.4})", + "dark": "rgba({core.color.neutral.blk-000}, {core.opacity.4})" } }, "press": { - "value": { - "light": "rgba({core.color.neutral.blk-240}, {core.opacity.8})", - "dark": "rgba({core.color.neutral.blk-000}, {core.opacity.8})" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -262,15 +260,15 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "rgba({core.color.neutral.blk-240}, {core.opacity.8})", + "dark": "rgba({core.color.neutral.blk-000}, {core.opacity.8})" } } }, "scrim": { - "value": { - "light": "rgba({core.color.neutral.blk-000}, {core.opacity.85})", - "dark": "rgba({core.color.neutral.blk-240}, {core.opacity.85})" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -290,14 +288,14 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "rgba({core.color.neutral.blk-000}, {core.opacity.85})", + "dark": "rgba({core.color.neutral.blk-240}, {core.opacity.85})" } }, "tint": { - "value": { - "light": "rgba({core.color.neutral.blk-000}, {core.opacity.80})", - "dark": "rgba({core.color.neutral.blk-200}, {core.opacity.80})" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -317,17 +315,17 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "rgba({core.color.neutral.blk-000}, {core.opacity.80})", + "dark": "rgba({core.color.neutral.blk-200}, {core.opacity.80})" } } }, "brand": { "default": { "default": { - "value": { - "light": "{core.color.high-saturation.blue.h-bb-060}", - "dark": "{core.color.vibrant.blue.v-bb-160}" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -347,14 +345,14 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.high-saturation.blue.h-bb-060}", + "dark": "{core.color.vibrant.blue.v-bb-160}" } }, "hover": { - "value": { - "light": "{core.color.high-saturation.blue.h-bb-070}", - "dark": "{core.color.high-saturation.blue.h-bb-060}" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -374,14 +372,14 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.high-saturation.blue.h-bb-070}", + "dark": "{core.color.high-saturation.blue.h-bb-060}" } }, "press": { - "value": { - "light": "{core.color.high-saturation.blue.h-bb-080}", - "dark": "{core.color.high-saturation.blue.h-bb-070}" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -401,15 +399,15 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.high-saturation.blue.h-bb-080}", + "dark": "{core.color.high-saturation.blue.h-bb-070}" } } }, "underline": { - "type": "color", - "value": { - "light": "rgba({core.color.high-saturation.blue.h-bb-070}, {core.opacity.40})", - "dark": "rgba({core.color.dark.blue.d-bb-420}, {core.opacity.40})" - }, "attributes": { "calcite-schema": { "system": "calcite", @@ -429,17 +427,17 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "rgba({core.color.high-saturation.blue.h-bb-070}, {core.opacity.40})", + "dark": "rgba({core.color.dark.blue.d-bb-420}, {core.opacity.40})" } } }, "status": { "info": { "default": { - "value": { - "light": "{core.color.high-saturation.blue.h-bb-070}", - "dark": "{core.color.dark.blue.d-bb-420}" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -459,14 +457,14 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.high-saturation.blue.h-bb-070}", + "dark": "{core.color.dark.blue.d-bb-420}" } }, "hover": { - "value": { - "light": "{core.color.high-saturation.blue.h-bb-080}", - "dark": "{core.color.vibrant.blue.v-bb-140}" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -486,14 +484,14 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.high-saturation.blue.h-bb-080}", + "dark": "{core.color.vibrant.blue.v-bb-140}" } }, "press": { - "value": { - "light": "{core.color.high-saturation.blue.h-bb-090}", - "dark": "{core.color.vibrant.blue.v-bb-160}" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -513,16 +511,16 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.high-saturation.blue.h-bb-090}", + "dark": "{core.color.vibrant.blue.v-bb-160}" } } }, "success": { "default": { - "value": { - "light": "{core.color.high-saturation.green.h-gg-060}", - "dark": "{core.color.dark.green.d-gg-420}" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -542,14 +540,14 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.high-saturation.green.h-gg-060}", + "dark": "{core.color.dark.green.d-gg-420}" } }, "hover": { - "value": { - "light": "{core.color.high-saturation.green.h-gg-070}", - "dark": "{core.color.vibrant.green.v-gg-140}" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -569,14 +567,14 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.high-saturation.green.h-gg-070}", + "dark": "{core.color.vibrant.green.v-gg-140}" } }, "press": { - "value": { - "light": "{core.color.high-saturation.green.h-gg-080}", - "dark": "{core.color.vibrant.green.v-gg-160}" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -596,16 +594,16 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.high-saturation.green.h-gg-080}", + "dark": "{core.color.vibrant.green.v-gg-160}" } } }, "warning": { "default": { - "value": { - "light": "{core.color.high-saturation.yellow.h-yy-060}", - "dark": "{core.color.dark.yellow.d-yy-420}" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -625,14 +623,14 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.high-saturation.yellow.h-yy-060}", + "dark": "{core.color.dark.yellow.d-yy-420}" } }, "hover": { - "value": { - "light": "{core.color.high-saturation.yellow.h-yy-070}", - "dark": "{core.color.vibrant.yellow.v-yy-140}" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -652,14 +650,14 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.high-saturation.yellow.h-yy-070}", + "dark": "{core.color.vibrant.yellow.v-yy-140}" } }, "press": { - "value": { - "light": "{core.color.high-saturation.yellow.h-yy-080}", - "dark": "{core.color.vibrant.yellow.v-yy-160}" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -679,16 +677,16 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.high-saturation.yellow.h-yy-080}", + "dark": "{core.color.vibrant.yellow.v-yy-160}" } } }, "danger": { "default": { - "value": { - "light": "{core.color.high-saturation.red.h-rr-060}", - "dark": "{core.color.dark.red.d-rr-420}" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -708,14 +706,14 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.high-saturation.red.h-rr-060}", + "dark": "{core.color.dark.red.d-rr-420}" } }, "hover": { - "value": { - "light": "{core.color.high-saturation.red.h-rr-070}", - "dark": "{core.color.vibrant.red.v-rr-140}" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -735,14 +733,14 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.high-saturation.red.h-rr-070}", + "dark": "{core.color.vibrant.red.v-rr-140}" } }, "press": { - "value": { - "light": "{core.color.high-saturation.red.h-rr-080}", - "dark": "{core.color.vibrant.red.v-rr-160}" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -762,17 +760,17 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.high-saturation.red.h-rr-080}", + "dark": "{core.color.vibrant.red.v-rr-160}" } } } }, "inverse": { "default": { - "value": { - "light": "{core.color.neutral.blk-190}", - "dark": "{core.color.neutral.blk-005}" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -792,14 +790,14 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.neutral.blk-190}", + "dark": "{core.color.neutral.blk-005}" } }, "hover": { - "value": { - "light": "{core.color.neutral.blk-200}", - "dark": "{core.color.neutral.blk-000}" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -819,14 +817,14 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.neutral.blk-200}", + "dark": "{core.color.neutral.blk-000}" } }, "press": { - "value": { - "light": "{core.color.neutral.blk-210}", - "dark": "{core.color.neutral.blk-010}" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -846,13 +844,16 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.neutral.blk-210}", + "dark": "{core.color.neutral.blk-010}" } } }, "text": { "1": { - "value": { "light": "{core.color.neutral.blk-220}", "dark": "{core.color.neutral.blk-000}" }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -872,11 +873,14 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.neutral.blk-220}", + "dark": "{core.color.neutral.blk-000}" } }, "2": { - "value": { "light": "{core.color.neutral.blk-170}", "dark": "{core.color.neutral.blk-060}" }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -896,11 +900,14 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.neutral.blk-170}", + "dark": "{core.color.neutral.blk-060}" } }, "3": { - "value": { "light": "{core.color.neutral.blk-140}", "dark": "{core.color.neutral.blk-090}" }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -920,11 +927,14 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.neutral.blk-140}", + "dark": "{core.color.neutral.blk-090}" } }, "inverse": { - "value": { "light": "{core.color.neutral.blk-000}", "dark": "{core.color.neutral.blk-220}" }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -944,14 +954,14 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.neutral.blk-000}", + "dark": "{core.color.neutral.blk-220}" } }, "link": { - "value": { - "light": "{core.color.high-saturation.blue.h-bb-070}", - "dark": "{core.color.dark.blue.d-bb-420}" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -971,13 +981,16 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.high-saturation.blue.h-bb-070}", + "dark": "{core.color.dark.blue.d-bb-420}" } } }, "border": { "1": { - "value": { "light": "{core.color.neutral.blk-050}", "dark": "{core.color.neutral.blk-160}" }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -997,11 +1010,14 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.neutral.blk-050}", + "dark": "{core.color.neutral.blk-160}" } }, "2": { - "value": { "light": "{core.color.neutral.blk-040}", "dark": "{core.color.neutral.blk-170}" }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1021,11 +1037,14 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.neutral.blk-040}", + "dark": "{core.color.neutral.blk-170}" } }, "3": { - "value": { "light": "{core.color.neutral.blk-030}", "dark": "{core.color.neutral.blk-180}" }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1045,11 +1064,14 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.neutral.blk-030}", + "dark": "{core.color.neutral.blk-180}" } }, "input": { - "value": { "light": "{core.color.neutral.blk-100}", "dark": "{core.color.neutral.blk-130}" }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1069,14 +1091,14 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.neutral.blk-100}", + "dark": "{core.color.neutral.blk-130}" } }, "ghost": { - "value": { - "light": "rgba({core.color.neutral.blk-240}, {core.opacity.30})", - "dark": "rgba({core.color.neutral.blk-130}, {core.opacity.30})" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1096,14 +1118,14 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "rgba({core.color.neutral.blk-240}, {core.opacity.30})", + "dark": "rgba({core.color.neutral.blk-130}, {core.opacity.30})" } }, "white": { - "value": { - "light": "{core.color.neutral.blk-000}", - "dark": "{core.color.neutral.blk-005}" - }, - "type": "color", "attributes": { "calcite-schema": { "system": "calcite", @@ -1123,9 +1145,14 @@ "context": "", "mode": "" } + }, + "$type": "color", + "$value": { + "light": "{core.color.neutral.blk-000}", + "dark": "{core.color.neutral.blk-005}" } } } } } -} +} \ No newline at end of file diff --git a/packages/calcite-design-tokens/src/semantic/container-size.json b/packages/calcite-design-tokens/src/semantic/container-size.json index 2b3b7c540e5..9559f9b9ce0 100644 --- a/packages/calcite-design-tokens/src/semantic/container-size.json +++ b/packages/calcite-design-tokens/src/semantic/container-size.json @@ -3,12 +3,6 @@ "container-size": { "height": { "xxs": { - "value": { - "min": "0", - "max": "{core.container-size.154}" - }, - "type": "breakpoint", - "description": "Small handheld devices and mini-windows", "attributes": { "calcite-schema": { "system": "calcite", @@ -28,15 +22,15 @@ "context": "", "mode": "" } - } + }, + "$type": "breakpoint", + "$value": { + "min": "0", + "max": "{core.container-size.154}" + }, + "$description": "Small handheld devices and mini-windows" }, "xs": { - "value": { - "min": "{core.container-size.154} + 1", - "max": "{core.container-size.328}" - }, - "type": "breakpoint", - "description": "Handheld devices", "attributes": { "calcite-schema": { "system": "calcite", @@ -56,15 +50,15 @@ "context": "", "mode": "" } - } + }, + "$type": "breakpoint", + "$value": { + "min": "{core.container-size.154} + 1", + "max": "{core.container-size.328}" + }, + "$description": "Handheld devices" }, "sm": { - "value": { - "min": "{core.container-size.328} + 1", - "max": "{core.container-size.504}" - }, - "type": "breakpoint", - "description": "Small tablets", "attributes": { "calcite-schema": { "system": "calcite", @@ -84,15 +78,15 @@ "context": "", "mode": "" } - } + }, + "$type": "breakpoint", + "$value": { + "min": "{core.container-size.328} + 1", + "max": "{core.container-size.504}" + }, + "$description": "Small tablets" }, "md": { - "value": { - "min": "{core.container-size.504} + 1", - "max": "{core.container-size.678}" - }, - "type": "breakpoint", - "description": "Small laptops", "attributes": { "calcite-schema": { "system": "calcite", @@ -112,15 +106,15 @@ "context": "", "mode": "" } - } + }, + "$type": "breakpoint", + "$value": { + "min": "{core.container-size.504} + 1", + "max": "{core.container-size.678}" + }, + "$description": "Small laptops" }, "lg": { - "value": { - "min": "{core.container-size.678} + 1", - "max": "{core.container-size.854}" - }, - "type": "breakpoint", - "description": "Large laptops and desktop computers", "attributes": { "calcite-schema": { "system": "calcite", @@ -140,14 +134,15 @@ "context": "", "mode": "" } - } + }, + "$type": "breakpoint", + "$value": { + "min": "{core.container-size.678} + 1", + "max": "{core.container-size.854}" + }, + "$description": "Large laptops and desktop computers" }, "xl": { - "value": { - "min": "{core.container-size.854} + 1" - }, - "type": "breakpoint", - "description": "Projectors and televisions", "attributes": { "calcite-schema": { "system": "calcite", @@ -167,17 +162,16 @@ "context": "", "mode": "" } - } + }, + "$type": "breakpoint", + "$value": { + "min": "{core.container-size.854} + 1" + }, + "$description": "Projectors and televisions" } }, "width": { "xxs": { - "value": { - "min": 0, - "max": "{core.container-size.320}" - }, - "type": "breakpoint", - "description": "Small handheld devices and mini-windows", "attributes": { "calcite-schema": { "system": "calcite", @@ -197,15 +191,15 @@ "context": "", "mode": "" } - } + }, + "$type": "breakpoint", + "$value": { + "min": 0, + "max": "{core.container-size.320}" + }, + "$description": "Small handheld devices and mini-windows" }, "xs": { - "value": { - "min": "{core.container-size.320} + 1", - "max": "{core.container-size.476}" - }, - "type": "breakpoint", - "description": "Handheld devices", "attributes": { "calcite-schema": { "system": "calcite", @@ -225,15 +219,15 @@ "context": "", "mode": "" } - } + }, + "$type": "breakpoint", + "$value": { + "min": "{core.container-size.320} + 1", + "max": "{core.container-size.476}" + }, + "$description": "Handheld devices" }, "sm": { - "value": { - "min": "{core.container-size.476} + 1", - "max": "{core.container-size.768}" - }, - "type": "breakpoint", - "description": "Small tablets", "attributes": { "calcite-schema": { "system": "calcite", @@ -253,15 +247,15 @@ "context": "", "mode": "" } - } + }, + "$type": "breakpoint", + "$value": { + "min": "{core.container-size.476} + 1", + "max": "{core.container-size.768}" + }, + "$description": "Small tablets" }, "md": { - "value": { - "min": "{core.container-size.768} + 1", - "max": "{core.container-size.1152}" - }, - "type": "breakpoint", - "description": "Small laptops", "attributes": { "calcite-schema": { "system": "calcite", @@ -281,15 +275,15 @@ "context": "", "mode": "" } - } + }, + "$type": "breakpoint", + "$value": { + "min": "{core.container-size.768} + 1", + "max": "{core.container-size.1152}" + }, + "$description": "Small laptops" }, "lg": { - "value": { - "min": "{core.container-size.1152} + 1", - "max": "{core.container-size.1440}" - }, - "type": "breakpoint", - "description": "Large laptops and desktop computers", "attributes": { "calcite-schema": { "system": "calcite", @@ -309,14 +303,15 @@ "context": "", "mode": "" } - } + }, + "$type": "breakpoint", + "$value": { + "min": "{core.container-size.1152} + 1", + "max": "{core.container-size.1440}" + }, + "$description": "Large laptops and desktop computers" }, "xl": { - "value": { - "min": "{core.container-size.1440} + 1" - }, - "type": "breakpoint", - "description": "Projectors and televisions", "attributes": { "calcite-schema": { "system": "calcite", @@ -336,12 +331,15 @@ "context": "", "mode": "" } - } + }, + "$type": "breakpoint", + "$value": { + "min": "{core.container-size.1440} + 1" + }, + "$description": "Projectors and televisions" } }, "margin": { - "value": "{core.size.default.24}", - "type": "spacing", "attributes": { "calcite-schema": { "system": "calcite", @@ -361,11 +359,11 @@ "context": "", "mode": "" } - } + }, + "$type": "spacing", + "$value": "{core.size.default.24}" }, "gutter": { - "value": "{core.size.default.16}", - "type": "spacing", "attributes": { "calcite-schema": { "system": "calcite", @@ -385,13 +383,12 @@ "context": "", "mode": "" } - } + }, + "$type": "spacing", + "$value": "{core.size.default.16}" }, "content": { "fluid": { - "value": "{core.size.relative.100}", - "type": "sizing", - "description": "for fluid grid widths", "attributes": { "calcite-schema": { "system": "calcite", @@ -411,12 +408,12 @@ "context": "", "mode": "" } - } + }, + "$type": "sizing", + "$value": "{core.size.relative.100}", + "$description": "for fluid grid widths" }, "fixed": { - "value": "{core.container-size.1440}", - "type": "sizing", - "description": "only for lg breakpoint fixed grid width", "attributes": { "calcite-schema": { "system": "calcite", @@ -436,9 +433,12 @@ "context": "", "mode": "" } - } + }, + "$type": "sizing", + "$value": "{core.container-size.1440}", + "$description": "only for lg breakpoint fixed grid width" } } } } -} +} \ No newline at end of file diff --git a/packages/calcite-design-tokens/src/semantic/corner.json b/packages/calcite-design-tokens/src/semantic/corner.json index 25f53cec23d..30edeefbe8e 100644 --- a/packages/calcite-design-tokens/src/semantic/corner.json +++ b/packages/calcite-design-tokens/src/semantic/corner.json @@ -3,8 +3,6 @@ "corner": { "radius": { "default": { - "value": "{semantic.corner.radius.sharp}", - "type": "borderRadius", "attributes": { "calcite-schema": { "system": "calcite", @@ -24,11 +22,11 @@ "context": "", "mode": "" } - } + }, + "$type": "borderRadius", + "$value": "{semantic.corner.radius.sharp}" }, "sharp": { - "value": "{core.size.default.none}", - "type": "borderRadius", "attributes": { "calcite-schema": { "system": "calcite", @@ -48,11 +46,11 @@ "context": "", "mode": "" } - } + }, + "$type": "borderRadius", + "$value": "{core.size.default.none}" }, "round": { - "value": "{core.size.default.4}", - "type": "borderRadius", "attributes": { "calcite-schema": { "system": "calcite", @@ -72,11 +70,11 @@ "context": "", "mode": "" } - } + }, + "$type": "borderRadius", + "$value": "{core.size.default.4}" }, "pill": { - "value": "{core.size.relative.100}", - "type": "borderRadius", "attributes": { "calcite-schema": { "system": "calcite", @@ -96,9 +94,11 @@ "context": "", "mode": "" } - } + }, + "$type": "borderRadius", + "$value": "{core.size.relative.100}" } } } } -} +} \ No newline at end of file diff --git a/packages/calcite-design-tokens/src/semantic/font.json b/packages/calcite-design-tokens/src/semantic/font.json index 6c827d46825..e382c121862 100644 --- a/packages/calcite-design-tokens/src/semantic/font.json +++ b/packages/calcite-design-tokens/src/semantic/font.json @@ -3,14 +3,6 @@ "font": { "family": { "default": { - "value": [ - "{core.font.family.avenirNext}", - "{core.font.family.avenir}", - "{core.font.family.helveticaNeue}", - "{core.font.family.sansSerif}" - ], - "type": "fontFamilies", - "description": "Primary font with fallbacks", "attributes": { "calcite-schema": { "system": "calcite", @@ -30,18 +22,17 @@ "context": "", "mode": "" } - } + }, + "$type": "fontFamilies", + "$value": [ + "{core.font.family.avenirNext}", + "{core.font.family.avenir}", + "{core.font.family.helveticaNeue}", + "{core.font.family.sansSerif}" + ], + "$description": "Primary font with fallbacks" }, "code": { - "value": [ - "{core.font.family.monaco}", - "{core.font.family.consolas}", - "{core.font.family.andaleMono}", - "{core.font.family.lucidaConsole}", - "{core.font.family.monospace}" - ], - "type": "fontFamilies", - "description": "Font family for code with fallbacks", "attributes": { "calcite-schema": { "system": "calcite", @@ -61,14 +52,20 @@ "context": "", "mode": "" } - } + }, + "$type": "fontFamilies", + "$value": [ + "{core.font.family.monaco}", + "{core.font.family.consolas}", + "{core.font.family.andaleMono}", + "{core.font.family.lucidaConsole}", + "{core.font.family.monospace}" + ], + "$description": "Font family for code with fallbacks" } }, "weight": { "light": { - "value": "{core.font.weight.light}", - "type": "fontWeights", - "description": "For Avenir Next World (secondary font family)", "attributes": { "calcite-schema": { "system": "calcite", @@ -88,12 +85,12 @@ "context": "", "mode": "" } - } + }, + "$type": "fontWeights", + "$value": "{core.font.weight.light}", + "$description": "For Avenir Next World (secondary font family)" }, "normal": { - "value": "{core.font.weight.regular}", - "type": "fontWeights", - "description": "For backwards compatibility only. This token will be removed from the published tokens in the next major in favor of the more descriptive word \"regular\"", "extensions": { "calcite.deprecated": true }, @@ -116,11 +113,12 @@ "context": "", "mode": "" } - } + }, + "$type": "fontWeights", + "$value": "{core.font.weight.regular}", + "$description": "For backwards compatibility only. This token will be removed from the published tokens in the next major in favor of the more descriptive word \"regular\"" }, "regular": { - "value": "{core.font.weight.regular}", - "type": "fontWeights", "attributes": { "calcite-schema": { "system": "calcite", @@ -140,11 +138,11 @@ "context": "", "mode": "" } - } + }, + "$type": "fontWeights", + "$value": "{core.font.weight.regular}" }, "medium": { - "value": "{core.font.weight.medium}", - "type": "fontWeights", "attributes": { "calcite-schema": { "system": "calcite", @@ -164,11 +162,11 @@ "context": "", "mode": "" } - } + }, + "$type": "fontWeights", + "$value": "{core.font.weight.medium}" }, "semibold": { - "value": "{core.font.weight.demi}", - "type": "fontWeights", "attributes": { "calcite-schema": { "system": "calcite", @@ -188,11 +186,11 @@ "context": "", "mode": "" } - } + }, + "$type": "fontWeights", + "$value": "{core.font.weight.demi}" }, "bold": { - "value": "{core.font.weight.demi}", - "type": "fontWeights", "attributes": { "calcite-schema": { "system": "calcite", @@ -212,13 +210,13 @@ "context": "", "mode": "" } - } + }, + "$type": "fontWeights", + "$value": "{core.font.weight.demi}" } }, "size": { "xs": { - "value": "{core.size.default.10}", - "type": "fontSizes", "attributes": { "calcite-schema": { "system": "calcite", @@ -238,11 +236,11 @@ "context": "", "mode": "" } - } + }, + "$type": "fontSizes", + "$value": "{core.size.default.10}" }, "sm": { - "value": "{core.size.default.12}", - "type": "fontSizes", "attributes": { "calcite-schema": { "system": "calcite", @@ -262,11 +260,11 @@ "context": "", "mode": "" } - } + }, + "$type": "fontSizes", + "$value": "{core.size.default.12}" }, "default": { - "value": "{core.size.default.14}", - "type": "fontSizes", "attributes": { "calcite-schema": { "system": "calcite", @@ -286,11 +284,11 @@ "context": "", "mode": "" } - } + }, + "$type": "fontSizes", + "$value": "{core.size.default.14}" }, "md": { - "value": "{core.size.default.16}", - "type": "fontSizes", "attributes": { "calcite-schema": { "system": "calcite", @@ -310,11 +308,11 @@ "context": "", "mode": "" } - } + }, + "$type": "fontSizes", + "$value": "{core.size.default.16}" }, "lg": { - "value": "{core.size.default.2} * 9", - "type": "fontSizes", "attributes": { "calcite-schema": { "system": "calcite", @@ -334,11 +332,11 @@ "context": "", "mode": "" } - } + }, + "$type": "fontSizes", + "$value": "{core.size.default.2} * 9" }, "xl": { - "value": "{core.size.default.20}", - "type": "fontSizes", "attributes": { "calcite-schema": { "system": "calcite", @@ -358,11 +356,11 @@ "context": "", "mode": "" } - } + }, + "$type": "fontSizes", + "$value": "{core.size.default.20}" }, "xxl": { - "value": "{core.size.default.24}", - "type": "fontSizes", "attributes": { "calcite-schema": { "system": "calcite", @@ -382,14 +380,13 @@ "context": "", "mode": "" } - } + }, + "$type": "fontSizes", + "$value": "{core.size.default.24}" } }, "style": { "emphasis": { - "value": "{core.font.style.italic}", - "type": "fontStyle", - "description": "used in ratings", "attributes": { "calcite-schema": { "system": "calcite", @@ -409,14 +406,15 @@ "context": "", "mode": "" } - } + }, + "$type": "fontStyle", + "$value": "{core.font.style.italic}", + "$description": "used in ratings" } }, "line-height": { "fixed": { "sm": { - "value": "{core.size.default.12}", - "type": "lineHeights", "attributes": { "calcite-schema": { "system": "calcite", @@ -436,11 +434,11 @@ "context": "", "mode": "" } - } + }, + "$type": "lineHeights", + "$value": "{core.size.default.12}" }, "base": { - "value": "{core.size.default.16}", - "type": "lineHeights", "attributes": { "calcite-schema": { "system": "calcite", @@ -460,11 +458,11 @@ "context": "", "mode": "" } - } + }, + "$type": "lineHeights", + "$value": "{core.size.default.16}" }, "lg": { - "value": "{core.size.default.20}", - "type": "lineHeights", "attributes": { "calcite-schema": { "system": "calcite", @@ -484,11 +482,11 @@ "context": "", "mode": "" } - } + }, + "$type": "lineHeights", + "$value": "{core.size.default.20}" }, "xl": { - "value": "{core.size.default.24}", - "type": "lineHeights", "attributes": { "calcite-schema": { "system": "calcite", @@ -508,14 +506,13 @@ "context": "", "mode": "" } - } + }, + "$type": "lineHeights", + "$value": "{core.size.default.24}" } }, "relative": { "default": { - "value": "{core.size.relative.auto}", - "type": "lineHeights", - "description": "1", "attributes": { "calcite-schema": { "system": "calcite", @@ -535,12 +532,12 @@ "context": "", "mode": "" } - } + }, + "$type": "lineHeights", + "$value": "{core.size.relative.auto}", + "$description": "1" }, "tight": { - "value": "{core.size.relative.125}", - "type": "lineHeights", - "description": "1.25", "attributes": { "calcite-schema": { "system": "calcite", @@ -560,12 +557,12 @@ "context": "", "mode": "" } - } + }, + "$type": "lineHeights", + "$value": "{core.size.relative.125}", + "$description": "1.25" }, "snug": { - "value": "{core.size.relative.137}", - "type": "lineHeights", - "description": "1.375", "attributes": { "calcite-schema": { "system": "calcite", @@ -585,12 +582,12 @@ "context": "", "mode": "" } - } + }, + "$type": "lineHeights", + "$value": "{core.size.relative.137}", + "$description": "1.375" }, "normal": { - "value": "{core.size.relative.150}", - "type": "lineHeights", - "description": "1.5", "attributes": { "calcite-schema": { "system": "calcite", @@ -610,12 +607,12 @@ "context": "", "mode": "" } - } + }, + "$type": "lineHeights", + "$value": "{core.size.relative.150}", + "$description": "1.5" }, "relaxed": { - "value": "{core.size.relative.162}", - "type": "lineHeights", - "description": "1.625", "attributes": { "calcite-schema": { "system": "calcite", @@ -635,12 +632,12 @@ "context": "", "mode": "" } - } + }, + "$type": "lineHeights", + "$value": "{core.size.relative.162}", + "$description": "1.625" }, "loose": { - "value": "{core.size.relative.200}", - "type": "lineHeights", - "description": "2", "attributes": { "calcite-schema": { "system": "calcite", @@ -660,15 +657,15 @@ "context": "", "mode": "" } - } + }, + "$type": "lineHeights", + "$value": "{core.size.relative.200}", + "$description": "2" } } }, "letter-spacing": { "tight": { - "value": "{core.size.default.none} - .4 ", - "type": "letterSpacing", - "description": "Deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -688,12 +685,12 @@ "context": "", "mode": "" } - } + }, + "$type": "letterSpacing", + "$value": "{core.size.default.none} - .4 ", + "$description": "Deprecated" }, "normal": { - "value": "{core.size.default.none}", - "type": "letterSpacing", - "description": "Deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -713,12 +710,12 @@ "context": "", "mode": "" } - } + }, + "$type": "letterSpacing", + "$value": "{core.size.default.none}", + "$description": "Deprecated" }, "wide": { - "value": "{core.size.default.none} + .4 ", - "type": "letterSpacing", - "description": "Deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -738,14 +735,14 @@ "context": "", "mode": "" } - } + }, + "$type": "letterSpacing", + "$value": "{core.size.default.none} + .4 ", + "$description": "Deprecated" } }, "paragraph-spacing": { "normal": { - "value": "{core.size.default.4}", - "type": "paragraphSpacing", - "description": "Deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -765,14 +762,14 @@ "context": "", "mode": "" } - } + }, + "$type": "paragraphSpacing", + "$value": "{core.size.default.4}", + "$description": "Deprecated" } }, "text-decoration": { "none": { - "value": "{core.font.text-decoration.none}", - "type": "textDecoration", - "description": "Deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -792,12 +789,12 @@ "context": "", "mode": "" } - } + }, + "$type": "textDecoration", + "$value": "{core.font.text-decoration.none}", + "$description": "Deprecated" }, "underline": { - "value": "{core.font.text-decoration.underline}", - "type": "textDecoration", - "description": "Deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -817,14 +814,14 @@ "context": "", "mode": "" } - } + }, + "$type": "textDecoration", + "$value": "{core.font.text-decoration.underline}", + "$description": "Deprecated" } }, "text-case": { "none": { - "value": "{core.font.text-case.none}", - "type": "textCase", - "description": "Deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -844,12 +841,12 @@ "context": "", "mode": "" } - } + }, + "$type": "textCase", + "$value": "{core.font.text-case.none}", + "$description": "Deprecated" }, "uppercase": { - "value": "{core.font.text-case.uppercase}", - "type": "textCase", - "description": "Deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -869,12 +866,12 @@ "context": "", "mode": "" } - } + }, + "$type": "textCase", + "$value": "{core.font.text-case.uppercase}", + "$description": "Deprecated" }, "lowercase": { - "value": "{core.font.text-case.lowercase}", - "type": "textCase", - "description": "Deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -894,12 +891,12 @@ "context": "", "mode": "" } - } + }, + "$type": "textCase", + "$value": "{core.font.text-case.lowercase}", + "$description": "Deprecated" }, "capitalize": { - "value": "{core.font.text-case.capitalize}", - "type": "textCase", - "description": "Deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -919,9 +916,12 @@ "context": "", "mode": "" } - } + }, + "$type": "textCase", + "$value": "{core.font.text-case.capitalize}", + "$description": "Deprecated" } } } } -} +} \ No newline at end of file diff --git a/packages/calcite-design-tokens/src/semantic/opacity.json b/packages/calcite-design-tokens/src/semantic/opacity.json index 2e896928139..44469a0bc86 100644 --- a/packages/calcite-design-tokens/src/semantic/opacity.json +++ b/packages/calcite-design-tokens/src/semantic/opacity.json @@ -2,8 +2,6 @@ "semantic": { "opacity": { "light": { - "value": "{core.opacity.40}", - "type": "opacity", "attributes": { "calcite-schema": { "system": "calcite", @@ -23,11 +21,11 @@ "context": "", "mode": "" } - } + }, + "$type": "opacity", + "$value": "{core.opacity.40}" }, "half": { - "value": "{core.opacity.50}", - "type": "opacity", "attributes": { "calcite-schema": { "system": "calcite", @@ -47,11 +45,11 @@ "context": "", "mode": "" } - } + }, + "$type": "opacity", + "$value": "{core.opacity.50}" }, "dark": { - "value": "{core.opacity.85}", - "type": "opacity", "attributes": { "calcite-schema": { "system": "calcite", @@ -71,11 +69,11 @@ "context": "", "mode": "" } - } + }, + "$type": "opacity", + "$value": "{core.opacity.85}" }, "full": { - "value": "{core.opacity.100}", - "type": "opacity", "attributes": { "calcite-schema": { "system": "calcite", @@ -95,11 +93,11 @@ "context": "", "mode": "" } - } + }, + "$type": "opacity", + "$value": "{core.opacity.100}" }, "disabled": { - "value": "{core.opacity.50}", - "type": "opacity", "attributes": { "calcite-schema": { "system": "calcite", @@ -119,8 +117,10 @@ "context": "", "mode": "" } - } + }, + "$type": "opacity", + "$value": "{core.opacity.50}" } } } -} +} \ No newline at end of file diff --git a/packages/calcite-design-tokens/src/semantic/shadow.json b/packages/calcite-design-tokens/src/semantic/shadow.json index 7b4f1a1b8eb..3621f39bdb8 100644 --- a/packages/calcite-design-tokens/src/semantic/shadow.json +++ b/packages/calcite-design-tokens/src/semantic/shadow.json @@ -2,8 +2,6 @@ "semantic": { "shadow": { "none": { - "value": "{core.shadow.0}", - "type": "boxShadow", "attributes": { "calcite-schema": { "system": "calcite", @@ -23,11 +21,11 @@ "context": "", "mode": "" } - } + }, + "$type": "boxShadow", + "$value": "{core.shadow.0}" }, "sm": { - "value": ["{core.shadow.1}", "{core.shadow.2}"], - "type": "boxShadow", "attributes": { "calcite-schema": { "system": "calcite", @@ -47,11 +45,14 @@ "context": "", "mode": "" } - } + }, + "$type": "boxShadow", + "$value": [ + "{core.shadow.1}", + "{core.shadow.2}" + ] }, "md": { - "value": ["{core.shadow.3}", "{core.shadow.4}"], - "type": "boxShadow", "attributes": { "calcite-schema": { "system": "calcite", @@ -71,8 +72,13 @@ "context": "", "mode": "" } - } + }, + "$type": "boxShadow", + "$value": [ + "{core.shadow.3}", + "{core.shadow.4}" + ] } } } -} +} \ No newline at end of file diff --git a/packages/calcite-design-tokens/src/semantic/size.json b/packages/calcite-design-tokens/src/semantic/size.json index 08373c46dee..070534bb52e 100644 --- a/packages/calcite-design-tokens/src/semantic/size.json +++ b/packages/calcite-design-tokens/src/semantic/size.json @@ -3,9 +3,6 @@ "size": { "fixed": { "xxxs": { - "value": "{core.size.default.2}", - "type": "spacing", - "description": "deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -25,12 +22,12 @@ "context": "", "mode": "" } - } + }, + "$type": "spacing", + "$value": "{core.size.default.2}", + "$description": "deprecated" }, "xxs": { - "value": "{core.size.default.4}", - "type": "spacing", - "description": "deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -50,12 +47,12 @@ "context": "", "mode": "" } - } + }, + "$type": "spacing", + "$value": "{core.size.default.4}", + "$description": "deprecated" }, "xs": { - "value": "{core.size.default.6}", - "type": "spacing", - "description": "deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -75,12 +72,12 @@ "context": "", "mode": "" } - } + }, + "$type": "spacing", + "$value": "{core.size.default.6}", + "$description": "deprecated" }, "sm": { - "value": "{core.size.default.8}", - "type": "spacing", - "description": "deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -100,12 +97,12 @@ "context": "", "mode": "" } - } + }, + "$type": "spacing", + "$value": "{core.size.default.8}", + "$description": "deprecated" }, "sm+": { - "value": "{core.size.default.10}", - "type": "spacing", - "description": "deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -125,12 +122,12 @@ "context": "", "mode": "" } - } + }, + "$type": "spacing", + "$value": "{core.size.default.10}", + "$description": "deprecated" }, "md": { - "value": "{core.size.default.12}", - "type": "spacing", - "description": "deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -150,12 +147,12 @@ "context": "", "mode": "" } - } + }, + "$type": "spacing", + "$value": "{core.size.default.12}", + "$description": "deprecated" }, "md+": { - "value": "{core.size.default.14}", - "type": "spacing", - "description": "deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -175,12 +172,12 @@ "context": "", "mode": "" } - } + }, + "$type": "spacing", + "$value": "{core.size.default.14}", + "$description": "deprecated" }, "lg": { - "value": "{core.size.default.16}", - "type": "spacing", - "description": "deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -200,12 +197,12 @@ "context": "", "mode": "" } - } + }, + "$type": "spacing", + "$value": "{core.size.default.16}", + "$description": "deprecated" }, "xl": { - "value": "{core.size.default.20}", - "type": "spacing", - "description": "deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -225,12 +222,12 @@ "context": "", "mode": "" } - } + }, + "$type": "spacing", + "$value": "{core.size.default.20}", + "$description": "deprecated" }, "xxl": { - "value": "{core.size.default.24}", - "type": "spacing", - "description": "deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -250,12 +247,12 @@ "context": "", "mode": "" } - } + }, + "$type": "spacing", + "$value": "{core.size.default.24}", + "$description": "deprecated" }, "xxxl": { - "value": "{core.size.default.32}", - "type": "spacing", - "description": "deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -275,13 +272,14 @@ "context": "", "mode": "" } - } + }, + "$type": "spacing", + "$value": "{core.size.default.32}", + "$description": "deprecated" } }, "default": { "px": { - "value": "{core.size.default.1}", - "type": "size", "attributes": { "calcite-schema": { "system": "calcite", @@ -301,11 +299,11 @@ "context": "", "mode": "" } - } + }, + "$type": "size", + "$value": "{core.size.default.1}" }, "xxxs": { - "value": "{core.size.default.12}", - "type": "dimension", "attributes": { "calcite-schema": { "system": "calcite", @@ -325,11 +323,11 @@ "context": "", "mode": "" } - } + }, + "$type": "dimension", + "$value": "{core.size.default.12}" }, "xxs": { - "value": "{core.size.default.14}", - "type": "dimension", "attributes": { "calcite-schema": { "system": "calcite", @@ -349,11 +347,11 @@ "context": "", "mode": "" } - } + }, + "$type": "dimension", + "$value": "{core.size.default.14}" }, "xs": { - "value": "{core.size.default.16}", - "type": "dimension", "attributes": { "calcite-schema": { "system": "calcite", @@ -373,11 +371,11 @@ "context": "", "mode": "" } - } + }, + "$type": "dimension", + "$value": "{core.size.default.16}" }, "sm": { - "value": "{core.size.default.24}", - "type": "dimension", "attributes": { "calcite-schema": { "system": "calcite", @@ -397,11 +395,11 @@ "context": "", "mode": "" } - } + }, + "$type": "dimension", + "$value": "{core.size.default.24}" }, "md": { - "value": "{core.size.default.32}", - "type": "dimension", "attributes": { "calcite-schema": { "system": "calcite", @@ -421,11 +419,11 @@ "context": "", "mode": "" } - } + }, + "$type": "dimension", + "$value": "{core.size.default.32}" }, "lg": { - "value": "{core.size.default.44}", - "type": "dimension", "attributes": { "calcite-schema": { "system": "calcite", @@ -445,11 +443,11 @@ "context": "", "mode": "" } - } + }, + "$type": "dimension", + "$value": "{core.size.default.44}" }, "xl": { - "value": "{core.size.default.48}", - "type": "dimension", "attributes": { "calcite-schema": { "system": "calcite", @@ -469,11 +467,11 @@ "context": "", "mode": "" } - } + }, + "$type": "dimension", + "$value": "{core.size.default.48}" }, "xxl": { - "value": "{core.size.default.64}", - "type": "dimension", "attributes": { "calcite-schema": { "system": "calcite", @@ -491,11 +489,11 @@ "context": "", "mode": "" } - } + }, + "$type": "dimension", + "$value": "{core.size.default.64}" }, "xxxl": { - "value": "{core.size.default.96}", - "type": "dimension", "attributes": { "calcite-schema": { "system": "calcite", @@ -513,9 +511,11 @@ "context": "", "mode": "" } - } + }, + "$type": "dimension", + "$value": "{core.size.default.96}" } } } } -} +} \ No newline at end of file diff --git a/packages/calcite-design-tokens/src/semantic/space.json b/packages/calcite-design-tokens/src/semantic/space.json index 572fdd2eade..de528ac1fc5 100644 --- a/packages/calcite-design-tokens/src/semantic/space.json +++ b/packages/calcite-design-tokens/src/semantic/space.json @@ -3,9 +3,6 @@ "spacing": { "fixed": { "xxs": { - "value": "{core.size.default.4}", - "type": "space", - "description": "deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -25,12 +22,12 @@ "context": "", "mode": "" } - } + }, + "$type": "space", + "$value": "{core.size.default.4}", + "$description": "deprecated" }, "xs": { - "value": "{core.size.default.6}", - "type": "space", - "description": "deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -50,12 +47,12 @@ "context": "", "mode": "" } - } + }, + "$type": "space", + "$value": "{core.size.default.6}", + "$description": "deprecated" }, "sm": { - "value": "{core.size.default.8}", - "type": "space", - "description": "deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -75,12 +72,12 @@ "context": "", "mode": "" } - } + }, + "$type": "space", + "$value": "{core.size.default.8}", + "$description": "deprecated" }, "md": { - "value": "{core.size.default.12}", - "type": "space", - "description": "deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -100,12 +97,12 @@ "context": "", "mode": "" } - } + }, + "$type": "space", + "$value": "{core.size.default.12}", + "$description": "deprecated" }, "lg": { - "value": "{core.size.default.14}", - "type": "space", - "description": "deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -125,12 +122,12 @@ "context": "", "mode": "" } - } + }, + "$type": "space", + "$value": "{core.size.default.14}", + "$description": "deprecated" }, "xl": { - "value": "{core.size.default.16}", - "type": "space", - "description": "deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -150,12 +147,12 @@ "context": "", "mode": "" } - } + }, + "$type": "space", + "$value": "{core.size.default.16}", + "$description": "deprecated" }, "xxl": { - "value": "{core.size.default.20}", - "type": "space", - "description": "deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -175,12 +172,12 @@ "context": "", "mode": "" } - } + }, + "$type": "space", + "$value": "{core.size.default.20}", + "$description": "deprecated" }, "xxxl": { - "value": "{core.size.default.32}", - "type": "space", - "description": "deprecated", "attributes": { "calcite-schema": { "system": "calcite", @@ -200,13 +197,14 @@ "context": "", "mode": "" } - } + }, + "$type": "space", + "$value": "{core.size.default.32}", + "$description": "deprecated" } }, "default": { "none": { - "value": "{core.size.default.none}", - "type": "space", "attributes": { "calcite-schema": { "system": "calcite", @@ -226,11 +224,11 @@ "context": "", "mode": "" } - } + }, + "$type": "space", + "$value": "{core.size.default.none}" }, "px": { - "value": "{core.size.default.1}", - "type": "space", "attributes": { "calcite-schema": { "system": "calcite", @@ -250,11 +248,11 @@ "context": "", "mode": "" } - } + }, + "$type": "space", + "$value": "{core.size.default.1}" }, "base": { - "value": "{core.size.default.2}", - "type": "space", "attributes": { "calcite-schema": { "system": "calcite", @@ -274,11 +272,11 @@ "context": "", "mode": "" } - } + }, + "$type": "space", + "$value": "{core.size.default.2}" }, "xxs": { - "value": "{core.size.default.4}", - "type": "dimension", "attributes": { "calcite-schema": { "system": "calcite", @@ -298,11 +296,11 @@ "context": "", "mode": "" } - } + }, + "$type": "dimension", + "$value": "{core.size.default.4}" }, "xs": { - "value": "{core.size.default.6}", - "type": "dimension", "attributes": { "calcite-schema": { "system": "calcite", @@ -322,11 +320,11 @@ "context": "", "mode": "" } - } + }, + "$type": "dimension", + "$value": "{core.size.default.6}" }, "sm": { - "value": "{core.size.default.8}", - "type": "dimension", "attributes": { "calcite-schema": { "system": "calcite", @@ -346,11 +344,11 @@ "context": "", "mode": "" } - } + }, + "$type": "dimension", + "$value": "{core.size.default.8}" }, "sm+": { - "value": "{core.size.default.10}", - "type": "dimension", "attributes": { "calcite-schema": { "system": "calcite", @@ -370,11 +368,11 @@ "context": "", "mode": "" } - } + }, + "$type": "dimension", + "$value": "{core.size.default.10}" }, "md": { - "value": "{core.size.default.12}", - "type": "dimension", "attributes": { "calcite-schema": { "system": "calcite", @@ -394,11 +392,11 @@ "context": "", "mode": "" } - } + }, + "$type": "dimension", + "$value": "{core.size.default.12}" }, "md+": { - "value": "{core.size.default.14}", - "type": "dimension", "attributes": { "calcite-schema": { "system": "calcite", @@ -418,11 +416,11 @@ "context": "", "mode": "" } - } + }, + "$type": "dimension", + "$value": "{core.size.default.14}" }, "lg": { - "value": "{core.size.default.16}", - "type": "dimension", "attributes": { "calcite-schema": { "system": "calcite", @@ -442,11 +440,11 @@ "context": "", "mode": "" } - } + }, + "$type": "dimension", + "$value": "{core.size.default.16}" }, "xl": { - "value": "{core.size.default.20}", - "type": "dimension", "attributes": { "calcite-schema": { "system": "calcite", @@ -466,11 +464,11 @@ "context": "", "mode": "" } - } + }, + "$type": "dimension", + "$value": "{core.size.default.20}" }, "xxl": { - "value": "{core.size.default.24}", - "type": "dimension", "attributes": { "calcite-schema": { "system": "calcite", @@ -490,11 +488,11 @@ "context": "", "mode": "" } - } + }, + "$type": "dimension", + "$value": "{core.size.default.24}" }, "xxxl": { - "value": "{core.size.default.32}", - "type": "dimension", "attributes": { "calcite-schema": { "system": "calcite", @@ -514,9 +512,11 @@ "context": "", "mode": "" } - } + }, + "$type": "dimension", + "$value": "{core.size.default.32}" } } } } -} +} \ No newline at end of file diff --git a/packages/calcite-design-tokens/src/semantic/typography.json b/packages/calcite-design-tokens/src/semantic/typography.json index 500b6e6ddb8..df5d9796b2e 100644 --- a/packages/calcite-design-tokens/src/semantic/typography.json +++ b/packages/calcite-design-tokens/src/semantic/typography.json @@ -3,17 +3,6 @@ "typography": { "default": { "default": { - "type": "typography", - "value": { - "fontFamily": "{semantic.font.family.default}", - "fontSize": "{semantic.font.size.default}", - "fontWeight": "{semantic.font.weight.regular}", - "letterSpacing": "{semantic.font.letter-spacing.normal}", - "lineHeight": "{semantic.font.line-height.fixed.base}", - "paragraphSpacing": "{semantic.font.paragraph-spacing.normal}", - "textCase": "{semantic.font.text-case.none}", - "textDecoration": "{semantic.font.text-decoration.none}" - }, "attributes": { "calcite-schema": { "system": "calcite", @@ -33,16 +22,21 @@ "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "fontFamily": "{semantic.font.family.default}", + "fontSize": "{semantic.font.size.default}", + "fontWeight": "{semantic.font.weight.regular}", + "letterSpacing": "{semantic.font.letter-spacing.normal}", + "lineHeight": "{semantic.font.line-height.fixed.base}", + "paragraphSpacing": "{semantic.font.paragraph-spacing.normal}", + "textCase": "{semantic.font.text-case.none}", + "textDecoration": "{semantic.font.text-decoration.none}" } }, "light": { "-3h": { - "value": { - "fontSize": "{semantic.font.size.xs}", - "fontWeight": "{semantic.font.weight.light}", - "lineHeight": "{semantic.font.line-height.fixed.sm}" - }, - "type": "typography", "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -65,14 +59,15 @@ "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "fontSize": "{semantic.font.size.xs}", + "fontWeight": "{semantic.font.weight.light}", + "lineHeight": "{semantic.font.line-height.fixed.sm}" } }, "-2h": { - "value": { - "fontSize": "{semantic.font.size.sm}", - "fontWeight": "{semantic.font.weight.light}" - }, - "type": "typography", "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -95,13 +90,14 @@ "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "fontSize": "{semantic.font.size.sm}", + "fontWeight": "{semantic.font.weight.light}" } }, "-1h": { - "value": { - "fontWeight": "{semantic.font.weight.light}" - }, - "type": "typography", "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -124,15 +120,13 @@ "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "fontWeight": "{semantic.font.weight.light}" } }, "0h": { - "value": { - "fontSize": "{semantic.font.size.md}", - "fontWeight": "{semantic.font.weight.light}", - "lineHeight": "{semantic.font.line-height.fixed.lg}" - }, - "type": "typography", "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -155,15 +149,15 @@ "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "fontSize": "{semantic.font.size.md}", + "fontWeight": "{semantic.font.weight.light}", + "lineHeight": "{semantic.font.line-height.fixed.lg}" } }, "1h": { - "value": { - "fontSize": "{semantic.font.size.lg}", - "fontWeight": "{semantic.font.weight.light}", - "lineHeight": "{semantic.font.line-height.fixed.xl}" - }, - "type": "typography", "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -186,16 +180,17 @@ "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "fontSize": "{semantic.font.size.lg}", + "fontWeight": "{semantic.font.weight.light}", + "lineHeight": "{semantic.font.line-height.fixed.xl}" } } }, "regular": { "-3h": { - "value": { - "lineHeight": "{semantic.font.line-height.fixed.sm}", - "fontSize": "{semantic.font.size.xs}" - }, - "type": "typography", "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -218,13 +213,14 @@ "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "lineHeight": "{semantic.font.line-height.fixed.sm}", + "fontSize": "{semantic.font.size.xs}" } }, "-2h": { - "value": { - "fontSize": "{semantic.font.size.sm}" - }, - "type": "typography", "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -247,11 +243,13 @@ "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "fontSize": "{semantic.font.size.sm}" } }, "-1h": { - "value": "{semantic.typography.default.default}", - "type": "typography", "attributes": { "calcite-schema": { "system": "calcite", @@ -271,14 +269,11 @@ "context": "", "mode": "" } - } + }, + "$type": "typography", + "$value": "{semantic.typography.default.default}" }, "0h": { - "value": { - "lineHeight": "{semantic.font.line-height.fixed.lg}", - "fontSize": "{semantic.font.size.md}" - }, - "type": "typography", "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -301,14 +296,14 @@ "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "lineHeight": "{semantic.font.line-height.fixed.lg}", + "fontSize": "{semantic.font.size.md}" } }, "1h": { - "value": { - "lineHeight": "{semantic.font.line-height.fixed.xl}", - "fontSize": "{semantic.font.size.lg}" - }, - "type": "typography", "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -331,17 +326,16 @@ "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "lineHeight": "{semantic.font.line-height.fixed.xl}", + "fontSize": "{semantic.font.size.lg}" } } }, "medium": { "-3h": { - "value": { - "fontWeight": "{semantic.font.weight.medium}", - "lineHeight": "{semantic.font.line-height.fixed.sm}", - "fontSize": "{semantic.font.size.xs}" - }, - "type": "typography", "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -364,14 +358,15 @@ "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "fontWeight": "{semantic.font.weight.medium}", + "lineHeight": "{semantic.font.line-height.fixed.sm}", + "fontSize": "{semantic.font.size.xs}" } }, "-2h": { - "value": { - "fontWeight": "{semantic.font.weight.medium}", - "fontSize": "{semantic.font.size.sm}" - }, - "type": "typography", "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -394,13 +389,14 @@ "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "fontWeight": "{semantic.font.weight.medium}", + "fontSize": "{semantic.font.size.sm}" } }, "-1h": { - "value": { - "fontWeight": "{semantic.font.weight.medium}" - }, - "type": "typography", "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -423,15 +419,13 @@ "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "fontWeight": "{semantic.font.weight.medium}" } }, "0h": { - "value": { - "fontWeight": "{semantic.font.weight.medium}", - "lineHeight": "{semantic.font.line-height.fixed.lg}", - "fontSize": "{semantic.font.size.md}" - }, - "type": "typography", "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -454,15 +448,15 @@ "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "fontWeight": "{semantic.font.weight.medium}", + "lineHeight": "{semantic.font.line-height.fixed.lg}", + "fontSize": "{semantic.font.size.md}" } }, "1h": { - "value": { - "fontWeight": "{semantic.font.weight.medium}", - "lineHeight": "{semantic.font.line-height.fixed.xl}", - "fontSize": "{semantic.font.size.lg}" - }, - "type": "typography", "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -485,17 +479,17 @@ "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "fontWeight": "{semantic.font.weight.medium}", + "lineHeight": "{semantic.font.line-height.fixed.xl}", + "fontSize": "{semantic.font.size.lg}" } } }, "bold": { "-3h": { - "value": { - "fontWeight": "{semantic.font.weight.semibold}", - "lineHeight": "{semantic.font.line-height.fixed.sm}", - "fontSize": "{semantic.font.size.xs}" - }, - "type": "typography", "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -518,14 +512,15 @@ "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "fontWeight": "{semantic.font.weight.semibold}", + "lineHeight": "{semantic.font.line-height.fixed.sm}", + "fontSize": "{semantic.font.size.xs}" } }, "-2h": { - "value": { - "fontWeight": "{semantic.font.weight.semibold}", - "fontSize": "{semantic.font.size.sm}" - }, - "type": "typography", "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -548,13 +543,14 @@ "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "fontWeight": "{semantic.font.weight.semibold}", + "fontSize": "{semantic.font.size.sm}" } }, "-1h": { - "value": { - "fontWeight": "{semantic.font.weight.semibold}" - }, - "type": "typography", "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -577,15 +573,13 @@ "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "fontWeight": "{semantic.font.weight.semibold}" } }, "0h": { - "value": { - "fontWeight": "{semantic.font.weight.semibold}", - "lineHeight": "{semantic.font.line-height.fixed.lg}", - "fontSize": "{semantic.font.size.md}" - }, - "type": "typography", "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -608,15 +602,15 @@ "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "fontWeight": "{semantic.font.weight.semibold}", + "lineHeight": "{semantic.font.line-height.fixed.lg}", + "fontSize": "{semantic.font.size.md}" } }, "1h": { - "value": { - "fontWeight": "{semantic.font.weight.semibold}", - "lineHeight": "{semantic.font.line-height.fixed.xl}", - "fontSize": "{semantic.font.size.lg}" - }, - "type": "typography", "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -639,19 +633,19 @@ "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "fontWeight": "{semantic.font.weight.semibold}", + "lineHeight": "{semantic.font.line-height.fixed.xl}", + "fontSize": "{semantic.font.size.lg}" } } } }, "wrap": { "light": { - "-2": { - "value": { - "fontWeight": "{semantic.font.weight.light}", - "lineHeight": "{semantic.font.line-height.relative.snug}", - "fontSize": "{semantic.font.size.sm}" - }, - "type": "typography", + "0": { "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -670,18 +664,19 @@ "property": "", "variant": "light", "state": "", - "scale": "-2", + "scale": "0", "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "fontWeight": "{semantic.font.weight.light}", + "lineHeight": "{semantic.font.line-height.relative.snug}", + "fontSize": "{semantic.font.size.md}" } }, - "-1": { - "value": { - "fontWeight": "{semantic.font.weight.light}", - "lineHeight": "{semantic.font.line-height.relative.snug}" - }, - "type": "typography", + "1": { "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -700,20 +695,19 @@ "property": "", "variant": "light", "state": "", - "scale": "-1", + "scale": "1", "context": "", "mode": "" } - } - }, - - "0": { - "value": { + }, + "$type": "typography", + "$value": { "fontWeight": "{semantic.font.weight.light}", "lineHeight": "{semantic.font.line-height.relative.snug}", - "fontSize": "{semantic.font.size.md}" - }, - "type": "typography", + "fontSize": "{semantic.font.size.lg}" + } + }, + "2": { "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -732,19 +726,19 @@ "property": "", "variant": "light", "state": "", - "scale": "0", + "scale": "2", "context": "", "mode": "" } - } - }, - "1": { - "value": { + }, + "$type": "typography", + "$value": { "fontWeight": "{semantic.font.weight.light}", "lineHeight": "{semantic.font.line-height.relative.snug}", - "fontSize": "{semantic.font.size.lg}" - }, - "type": "typography", + "fontSize": "{semantic.font.size.xl}" + } + }, + "3": { "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -763,19 +757,19 @@ "property": "", "variant": "light", "state": "", - "scale": "1", + "scale": "3", "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "fontWeight": "{semantic.font.weight.light}", + "lineHeight": "{semantic.font.line-height.relative.tight}", + "fontSize": "{semantic.font.size.xxl}" } }, - "2": { - "value": { - "fontWeight": "{semantic.font.weight.light}", - "lineHeight": "{semantic.font.line-height.relative.snug}", - "fontSize": "{semantic.font.size.xl}" - }, - "type": "typography", + "-2": { "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -794,19 +788,19 @@ "property": "", "variant": "light", "state": "", - "scale": "2", + "scale": "-2", "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "fontWeight": "{semantic.font.weight.light}", + "lineHeight": "{semantic.font.line-height.relative.snug}", + "fontSize": "{semantic.font.size.sm}" } }, - "3": { - "value": { - "fontWeight": "{semantic.font.weight.light}", - "lineHeight": "{semantic.font.line-height.relative.tight}", - "fontSize": "{semantic.font.size.xxl}" - }, - "type": "typography", + "-1": { "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -825,20 +819,20 @@ "property": "", "variant": "light", "state": "", - "scale": "3", + "scale": "-1", "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "fontWeight": "{semantic.font.weight.light}", + "lineHeight": "{semantic.font.line-height.relative.snug}" } } }, "regular": { - "-2": { - "value": { - "lineHeight": "{semantic.font.line-height.relative.snug}", - "fontSize": "{semantic.font.size.sm}" - }, - "type": "typography", + "0": { "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -857,17 +851,18 @@ "property": "", "variant": "regular", "state": "", - "scale": "-2", + "scale": "0", "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "lineHeight": "{semantic.font.line-height.relative.snug}", + "fontSize": "{semantic.font.size.md}" } }, - "-1": { - "value": { - "lineHeight": "{semantic.font.line-height.relative.snug}" - }, - "type": "typography", + "1": { "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -886,18 +881,18 @@ "property": "", "variant": "regular", "state": "", - "scale": "-1", + "scale": "1", "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "lineHeight": "{semantic.font.line-height.relative.snug}", + "fontSize": "{semantic.font.size.lg}" } }, - "0": { - "value": { - "lineHeight": "{semantic.font.line-height.relative.snug}", - "fontSize": "{semantic.font.size.md}" - }, - "type": "typography", + "2": { "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -916,18 +911,18 @@ "property": "", "variant": "regular", "state": "", - "scale": "0", + "scale": "2", "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "lineHeight": "{semantic.font.line-height.relative.snug}", + "fontSize": "{semantic.font.size.xl}" } }, - "1": { - "value": { - "lineHeight": "{semantic.font.line-height.relative.snug}", - "fontSize": "{semantic.font.size.lg}" - }, - "type": "typography", + "3": { "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -946,18 +941,18 @@ "property": "", "variant": "regular", "state": "", - "scale": "1", + "scale": "3", "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "lineHeight": "{semantic.font.line-height.relative.snug}", + "fontSize": "{semantic.font.size.xxl}" } }, - "2": { - "value": { - "lineHeight": "{semantic.font.line-height.relative.snug}", - "fontSize": "{semantic.font.size.xl}" - }, - "type": "typography", + "-2": { "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -976,18 +971,18 @@ "property": "", "variant": "regular", "state": "", - "scale": "2", + "scale": "-2", "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "lineHeight": "{semantic.font.line-height.relative.snug}", + "fontSize": "{semantic.font.size.sm}" } }, - "3": { - "value": { - "lineHeight": "{semantic.font.line-height.relative.snug}", - "fontSize": "{semantic.font.size.xxl}" - }, - "type": "typography", + "-1": { "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -1006,21 +1001,19 @@ "property": "", "variant": "regular", "state": "", - "scale": "3", + "scale": "-1", "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "lineHeight": "{semantic.font.line-height.relative.snug}" } } }, "medium": { - "-2": { - "value": { - "fontWeight": "{semantic.font.weight.medium}", - "lineHeight": "{semantic.font.line-height.relative.snug}", - "fontSize": "{semantic.font.size.sm}" - }, - "type": "typography", + "0": { "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -1039,18 +1032,19 @@ "property": "", "variant": "medium", "state": "", - "scale": "-2", + "scale": "0", "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "fontWeight": "{semantic.font.weight.medium}", + "lineHeight": "{semantic.font.line-height.relative.snug}", + "fontSize": "{semantic.font.size.md}" } }, - "-1": { - "value": { - "fontWeight": "{semantic.font.weight.medium}", - "lineHeight": "{semantic.font.line-height.relative.snug}" - }, - "type": "typography", + "1": { "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -1069,19 +1063,19 @@ "property": "", "variant": "medium", "state": "", - "scale": "-1", + "scale": "1", "context": "", "mode": "" } - } - }, - "0": { - "value": { + }, + "$type": "typography", + "$value": { "fontWeight": "{semantic.font.weight.medium}", "lineHeight": "{semantic.font.line-height.relative.snug}", - "fontSize": "{semantic.font.size.md}" - }, - "type": "typography", + "fontSize": "{semantic.font.size.lg}" + } + }, + "2": { "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -1100,19 +1094,19 @@ "property": "", "variant": "medium", "state": "", - "scale": "0", + "scale": "2", "context": "", "mode": "" } - } - }, - "1": { - "value": { + }, + "$type": "typography", + "$value": { "fontWeight": "{semantic.font.weight.medium}", "lineHeight": "{semantic.font.line-height.relative.snug}", - "fontSize": "{semantic.font.size.lg}" - }, - "type": "typography", + "fontSize": "{semantic.font.size.xl}" + } + }, + "3": { "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -1131,19 +1125,19 @@ "property": "", "variant": "medium", "state": "", - "scale": "1", + "scale": "3", "context": "", "mode": "" } - } - }, - "2": { - "value": { + }, + "$type": "typography", + "$value": { "fontWeight": "{semantic.font.weight.medium}", "lineHeight": "{semantic.font.line-height.relative.snug}", - "fontSize": "{semantic.font.size.xl}" - }, - "type": "typography", + "fontSize": "{semantic.font.size.xxl}" + } + }, + "-2": { "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -1162,19 +1156,19 @@ "property": "", "variant": "medium", "state": "", - "scale": "2", + "scale": "-2", "context": "", "mode": "" } - } - }, - "3": { - "value": { + }, + "$type": "typography", + "$value": { "fontWeight": "{semantic.font.weight.medium}", "lineHeight": "{semantic.font.line-height.relative.snug}", - "fontSize": "{semantic.font.size.xxl}" - }, - "type": "typography", + "fontSize": "{semantic.font.size.sm}" + } + }, + "-1": { "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -1193,21 +1187,20 @@ "property": "", "variant": "medium", "state": "", - "scale": "3", + "scale": "-1", "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "fontWeight": "{semantic.font.weight.medium}", + "lineHeight": "{semantic.font.line-height.relative.snug}" } } }, "bold": { "0": { - "value": { - "fontWeight": "{semantic.font.weight.semibold}", - "lineHeight": "{semantic.font.line-height.relative.snug}", - "fontSize": "{semantic.font.size.md}" - }, - "type": "typography", "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -1230,15 +1223,15 @@ "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "fontWeight": "{semantic.font.weight.semibold}", + "lineHeight": "{semantic.font.line-height.relative.snug}", + "fontSize": "{semantic.font.size.md}" } }, "1": { - "value": { - "fontWeight": "{semantic.font.weight.semibold}", - "lineHeight": "{semantic.font.line-height.relative.snug}", - "fontSize": "{semantic.font.size.lg}" - }, - "type": "typography", "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -1261,15 +1254,15 @@ "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "fontWeight": "{semantic.font.weight.semibold}", + "lineHeight": "{semantic.font.line-height.relative.snug}", + "fontSize": "{semantic.font.size.lg}" } }, "2": { - "value": { - "fontWeight": "{semantic.font.weight.semibold}", - "lineHeight": "{semantic.font.line-height.relative.snug}", - "fontSize": "{semantic.font.size.xl}" - }, - "type": "typography", "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -1292,15 +1285,15 @@ "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "fontWeight": "{semantic.font.weight.semibold}", + "lineHeight": "{semantic.font.line-height.relative.snug}", + "fontSize": "{semantic.font.size.xl}" } }, "3": { - "value": { - "fontWeight": "{semantic.font.weight.semibold}", - "lineHeight": "{semantic.font.line-height.relative.snug}", - "fontSize": "{semantic.font.size.xxl}" - }, - "type": "typography", "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -1323,15 +1316,15 @@ "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "fontWeight": "{semantic.font.weight.semibold}", + "lineHeight": "{semantic.font.line-height.relative.snug}", + "fontSize": "{semantic.font.size.xxl}" } }, "-2": { - "value": { - "fontWeight": "{semantic.font.weight.semibold}", - "lineHeight": "{semantic.font.line-height.relative.snug}", - "fontSize": "{semantic.font.size.sm}" - }, - "type": "typography", "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -1354,14 +1347,15 @@ "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "fontWeight": "{semantic.font.weight.semibold}", + "lineHeight": "{semantic.font.line-height.relative.snug}", + "fontSize": "{semantic.font.size.sm}" } }, "-1": { - "value": { - "fontWeight": "{semantic.font.weight.semibold}", - "lineHeight": "{semantic.font.line-height.relative.snug}" - }, - "type": "typography", "extensions": { "calcite.extends": "{semantic.typography.default.default}" }, @@ -1384,6 +1378,11 @@ "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "fontWeight": "{semantic.font.weight.semibold}", + "lineHeight": "{semantic.font.line-height.relative.snug}" } } } @@ -1391,8 +1390,6 @@ "hierarchy": { "display": { "1": { - "value": "{semantic.typography.wrap.bold.3}", - "type": "typography", "attributes": { "calcite-schema": { "system": "calcite", @@ -1412,11 +1409,11 @@ "context": "", "mode": "" } - } + }, + "$type": "typography", + "$value": "{semantic.typography.wrap.bold.3}" }, "2": { - "value": "{semantic.typography.wrap.bold.2}", - "type": "typography", "attributes": { "calcite-schema": { "system": "calcite", @@ -1436,13 +1433,13 @@ "context": "", "mode": "" } - } + }, + "$type": "typography", + "$value": "{semantic.typography.wrap.bold.2}" } }, "heading": { "1": { - "value": "{semantic.typography.wrap.medium.3}", - "type": "typography", "attributes": { "calcite-schema": { "system": "calcite", @@ -1462,11 +1459,11 @@ "context": "", "mode": "" } - } + }, + "$type": "typography", + "$value": "{semantic.typography.wrap.medium.3}" }, "2": { - "value": "{semantic.typography.wrap.medium.2}", - "type": "typography", "attributes": { "calcite-schema": { "system": "calcite", @@ -1486,11 +1483,11 @@ "context": "", "mode": "" } - } + }, + "$type": "typography", + "$value": "{semantic.typography.wrap.medium.2}" }, "3": { - "value": "{semantic.typography.wrap.medium.1}", - "type": "typography", "attributes": { "calcite-schema": { "system": "calcite", @@ -1510,11 +1507,11 @@ "context": "", "mode": "" } - } + }, + "$type": "typography", + "$value": "{semantic.typography.wrap.medium.1}" }, "4": { - "value": "{semantic.typography.wrap.medium.0}", - "type": "typography", "attributes": { "calcite-schema": { "system": "calcite", @@ -1534,11 +1531,11 @@ "context": "", "mode": "" } - } + }, + "$type": "typography", + "$value": "{semantic.typography.wrap.medium.0}" }, "5": { - "value": "{semantic.typography.wrap.medium.-1}", - "type": "typography", "attributes": { "calcite-schema": { "system": "calcite", @@ -1558,13 +1555,13 @@ "context": "", "mode": "" } - } + }, + "$type": "typography", + "$value": "{semantic.typography.wrap.medium.-1}" } }, "body": { "snug": { - "value": "{semantic.typography.wrap.regular.-1}", - "type": "typography", "attributes": { "calcite-schema": { "system": "calcite", @@ -1584,11 +1581,11 @@ "context": "", "mode": "" } - } + }, + "$type": "typography", + "$value": "{semantic.typography.wrap.regular.-1}" }, "default": { - "value": "{semantic.typography.default.default}", - "type": "typography", "attributes": { "calcite-schema": { "system": "calcite", @@ -1608,16 +1605,12 @@ "context": "", "mode": "" } - } + }, + "$type": "typography", + "$value": "{semantic.typography.default.default}" } }, "overline": { - "value": { - "lineHeight": "{semantic.font.line-height.fixed.sm}", - "textCase": "{semantic.font.text-case.uppercase}", - "fontWeight": "{semantic.font.weight.bold}" - }, - "type": "typography", "attributes": { "calcite-schema": { "system": "calcite", @@ -1637,11 +1630,15 @@ "context": "", "mode": "" } + }, + "$type": "typography", + "$value": { + "lineHeight": "{semantic.font.line-height.fixed.sm}", + "textCase": "{semantic.font.text-case.uppercase}", + "fontWeight": "{semantic.font.weight.bold}" } }, "caption": { - "value": "{semantic.typography.wrap.regular.-2}", - "type": "typography", "attributes": { "calcite-schema": { "system": "calcite", @@ -1661,9 +1658,11 @@ "context": "", "mode": "" } - } + }, + "$type": "typography", + "$value": "{semantic.typography.wrap.regular.-2}" } } } } -} +} \ No newline at end of file diff --git a/packages/calcite-design-tokens/src/semantic/z-index.json b/packages/calcite-design-tokens/src/semantic/z-index.json index e31952fc46e..87447c44d57 100644 --- a/packages/calcite-design-tokens/src/semantic/z-index.json +++ b/packages/calcite-design-tokens/src/semantic/z-index.json @@ -2,8 +2,6 @@ "semantic": { "z-index": { "deep": { - "value": "{core.z-index.0}", - "type": "z-index", "attributes": { "calcite-schema": { "system": "calcite", @@ -23,11 +21,11 @@ "context": "", "mode": "" } - } + }, + "$type": "z-index", + "$value": "{core.z-index.0}" }, "default": { - "value": "{core.z-index.1}", - "type": "z-index", "attributes": { "calcite-schema": { "system": "calcite", @@ -47,11 +45,11 @@ "context": "", "mode": "" } - } + }, + "$type": "z-index", + "$value": "{core.z-index.1}" }, "sticky": { - "value": "{core.z-index.3}", - "type": "z-index", "attributes": { "calcite-schema": { "system": "calcite", @@ -71,11 +69,11 @@ "context": "", "mode": "" } - } + }, + "$type": "z-index", + "$value": "{core.z-index.3}" }, "header": { - "value": "{core.z-index.4}", - "type": "z-index", "attributes": { "calcite-schema": { "system": "calcite", @@ -95,11 +93,11 @@ "context": "", "mode": "" } - } + }, + "$type": "z-index", + "$value": "{core.z-index.4}" }, "toast": { - "value": "{core.z-index.5}", - "type": "z-index", "attributes": { "calcite-schema": { "system": "calcite", @@ -119,11 +117,11 @@ "context": "", "mode": "" } - } + }, + "$type": "z-index", + "$value": "{core.z-index.5}" }, "dropdown": { - "value": "{core.z-index.6}", - "type": "z-index", "attributes": { "calcite-schema": { "system": "calcite", @@ -143,11 +141,11 @@ "context": "", "mode": "" } - } + }, + "$type": "z-index", + "$value": "{core.z-index.6}" }, "overlay": { - "value": "{core.z-index.7}", - "type": "z-index", "attributes": { "calcite-schema": { "system": "calcite", @@ -167,11 +165,11 @@ "context": "", "mode": "" } - } + }, + "$type": "z-index", + "$value": "{core.z-index.7}" }, "modal": { - "value": "{core.z-index.8}", - "type": "z-index", "attributes": { "calcite-schema": { "system": "calcite", @@ -191,11 +189,11 @@ "context": "", "mode": "" } - } + }, + "$type": "z-index", + "$value": "{core.z-index.8}" }, "popup": { - "value": "{core.z-index.9}", - "type": "z-index", "attributes": { "calcite-schema": { "system": "calcite", @@ -215,11 +213,11 @@ "context": "", "mode": "" } - } + }, + "$type": "z-index", + "$value": "{core.z-index.9}" }, "tooltip": { - "value": "{core.z-index.9} + 1", - "type": "z-index", "attributes": { "calcite-schema": { "system": "calcite", @@ -239,8 +237,10 @@ "context": "", "mode": "" } - } + }, + "$type": "z-index", + "$value": "{core.z-index.9} + 1" } } } -} +} \ No newline at end of file