@adobe/spectrum-tokens 12.0.0-beta.63 → 12.0.0-beta.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -3
- package/commitlint.config.cjs +19 -0
- package/dist/json/drover.json +20 -11
- package/dist/json/variables.json +298 -211
- package/{jest.config.js → jest.config.cjs} +1 -1
- package/package.json +5 -4
- package/src/layout-component.json +8 -4
- package/src/layout.json +4 -4
- package/src/typography.json +232 -203
- package/{config.js → tasks/buildSpectrumTokens.js} +4 -9
- package/commitlint.config.js +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
# [12.0.0-beta.
|
|
1
|
+
# [12.0.0-beta.64](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.63...v12.0.0-beta.64) (2023-01-11)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* adding floating action button shadow blur token (DNA-1246) ([840c48f](https://github.com/adobe/spectrum-tokens/commit/840c48f1631ff576fc98aa1c6acc18d330857643))
|
|
7
|
+
* rename typography tokens, new heading tokens (DNA-1242, DNA-1243) ([ffe856a](https://github.com/adobe/spectrum-tokens/commit/ffe856afbeb67924043c6e86a045cf76e2923bbe))
|
|
8
|
+
* update field label values (DNA-1240) ([e9ed057](https://github.com/adobe/spectrum-tokens/commit/e9ed057f76d6cc86f706c87438df2ef4d1737621))
|
|
9
|
+
* update side label character count spacing (DNA-1241) ([2738648](https://github.com/adobe/spectrum-tokens/commit/2738648704acc73f35d7eeefb71ff5928f7ef01f))
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright 2022 Adobe. All rights reserved.
|
|
3
|
+
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
+
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
+
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
+
governing permissions and limitations under the License.
|
|
11
|
+
*/
|
|
12
|
+
/*
|
|
13
|
+
* For a detailed explanation regarding each configuration property, visit:
|
|
14
|
+
* https://jestjs.io/docs/configuration
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
module.exports = {
|
|
18
|
+
extends: ["@commitlint/config-conventional"],
|
|
19
|
+
};
|
package/dist/json/drover.json
CHANGED
|
@@ -1260,8 +1260,8 @@
|
|
|
1260
1260
|
"background-opacity-down": "0.1",
|
|
1261
1261
|
"background-opacity-hover": "0.1",
|
|
1262
1262
|
"background-opacity-key-focus": "0.1",
|
|
1263
|
+
"body-cjk-line-height": "1.7",
|
|
1263
1264
|
"body-line-height": "1.5",
|
|
1264
|
-
"body-line-height-cjk": "1.7",
|
|
1265
1265
|
"body-margin-multiplier": "0.75",
|
|
1266
1266
|
"body-size-l": "18px",
|
|
1267
1267
|
"body-size-m": "16px",
|
|
@@ -1307,8 +1307,11 @@
|
|
|
1307
1307
|
"checkbox-top-to-control-large": "12px",
|
|
1308
1308
|
"checkbox-top-to-control-medium": "9px",
|
|
1309
1309
|
"checkbox-top-to-control-small": "6px",
|
|
1310
|
+
"cjk-letter-spacing": "0.05em",
|
|
1311
|
+
"cjk-line-height-100": "1.5",
|
|
1312
|
+
"cjk-line-height-200": "1.7",
|
|
1313
|
+
"code-cjk-line-height": "1.7",
|
|
1310
1314
|
"code-line-height": "1.5",
|
|
1311
|
-
"code-line-height-cjk": "1.7",
|
|
1312
1315
|
"code-size-l": "18px",
|
|
1313
1316
|
"code-size-m": "16px",
|
|
1314
1317
|
"code-size-s": "14px",
|
|
@@ -1388,9 +1391,9 @@
|
|
|
1388
1391
|
"corner-radius-100": "4px",
|
|
1389
1392
|
"corner-radius-200": "8px",
|
|
1390
1393
|
"corner-radius-75": "2px",
|
|
1394
|
+
"detail-cjk-line-height": "1.5",
|
|
1391
1395
|
"detail-letter-spacing": "0.06em",
|
|
1392
1396
|
"detail-line-height": "1.3",
|
|
1393
|
-
"detail-line-height-cjk": "1.5",
|
|
1394
1397
|
"detail-margin-bottom-multiplier": "0.25",
|
|
1395
1398
|
"detail-margin-top-mulitplier": "0.88888889",
|
|
1396
1399
|
"detail-size-l": "14px",
|
|
@@ -1432,8 +1435,8 @@
|
|
|
1432
1435
|
"field-label-to-component-quiet-large": "-12px",
|
|
1433
1436
|
"field-label-to-component-quiet-medium": "-8px",
|
|
1434
1437
|
"field-label-to-component-quiet-small": "-8px",
|
|
1435
|
-
"field-label-top-margin-extra-large": "
|
|
1436
|
-
"field-label-top-margin-large": "
|
|
1438
|
+
"field-label-top-margin-extra-large": "5px",
|
|
1439
|
+
"field-label-top-margin-large": "5px",
|
|
1437
1440
|
"field-label-top-margin-medium": "4px",
|
|
1438
1441
|
"field-label-top-margin-small": "0px",
|
|
1439
1442
|
"field-label-top-to-asterisk-extra-large": "19px",
|
|
@@ -1460,6 +1463,7 @@
|
|
|
1460
1463
|
"field-top-to-validation-icon-large": "14px",
|
|
1461
1464
|
"field-top-to-validation-icon-medium": "11px",
|
|
1462
1465
|
"field-top-to-validation-icon-small": "7px",
|
|
1466
|
+
"floating-action-button-drop-shadow-blur": "12px",
|
|
1463
1467
|
"focus-indicator-gap": "2px",
|
|
1464
1468
|
"focus-indicator-thickness": "2px",
|
|
1465
1469
|
"font-size-100": "14px",
|
|
@@ -1478,8 +1482,16 @@
|
|
|
1478
1482
|
"font-size-800": "32px",
|
|
1479
1483
|
"font-size-900": "36px",
|
|
1480
1484
|
"heading-cjk-font-weight": "extra-bold",
|
|
1485
|
+
"heading-cjk-line-height": "1.5",
|
|
1486
|
+
"heading-cjk-size-l": "25px",
|
|
1487
|
+
"heading-cjk-size-m": "20px",
|
|
1488
|
+
"heading-cjk-size-s": "18px",
|
|
1489
|
+
"heading-cjk-size-xl": "32px",
|
|
1490
|
+
"heading-cjk-size-xs": "16px",
|
|
1491
|
+
"heading-cjk-size-xxl": "36px",
|
|
1492
|
+
"heading-cjk-size-xxs": "14px",
|
|
1493
|
+
"heading-cjk-size-xxxl": "60px",
|
|
1481
1494
|
"heading-line-height": "1.3",
|
|
1482
|
-
"heading-line-height-cjk": "1.5",
|
|
1483
1495
|
"heading-margin-bottom-multiplier": "0.25",
|
|
1484
1496
|
"heading-margin-top-multiplier": "0.88888889",
|
|
1485
1497
|
"heading-sans-serif-emphasized-font-weight": "bold",
|
|
@@ -1500,11 +1512,8 @@
|
|
|
1500
1512
|
"help-text-top-to-workflow-icon-medium": "3px",
|
|
1501
1513
|
"help-text-top-to-workflow-icon-small": "4px",
|
|
1502
1514
|
"in-line-alert-minimum-width": "240px",
|
|
1503
|
-
"letter-spacing-cjk": "0.05em",
|
|
1504
1515
|
"line-height-100": "1.3",
|
|
1505
1516
|
"line-height-200": "1.5",
|
|
1506
|
-
"line-height-cjk-100": "1.5",
|
|
1507
|
-
"line-height-cjk-200": "1.7",
|
|
1508
1517
|
"menu-item-edge-to-content-not-selected-extra-large": "45px",
|
|
1509
1518
|
"menu-item-edge-to-content-not-selected-large": "38px",
|
|
1510
1519
|
"menu-item-edge-to-content-not-selected-medium": "32px",
|
|
@@ -1556,8 +1565,8 @@
|
|
|
1556
1565
|
"rating-indicator-to-icon": "4px",
|
|
1557
1566
|
"rating-indicator-width": "18px",
|
|
1558
1567
|
"side-label-character-count-to-field": "12px",
|
|
1559
|
-
"side-label-character-count-top-margin-extra-large": "
|
|
1560
|
-
"side-label-character-count-top-margin-large": "
|
|
1568
|
+
"side-label-character-count-top-margin-extra-large": "14px",
|
|
1569
|
+
"side-label-character-count-top-margin-large": "11px",
|
|
1561
1570
|
"side-label-character-count-top-margin-medium": "8px",
|
|
1562
1571
|
"side-label-character-count-top-margin-small": "4px",
|
|
1563
1572
|
"slider-bottom-to-handle-extra-large": "14px",
|