@adobe/spectrum-tokens 12.0.0-beta.63 → 12.0.0-beta.65
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 +3 -3
- package/commitlint.config.cjs +19 -0
- package/dist/json/drover.json +21 -11
- package/dist/json/variables.json +317 -220
- 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 +14 -4
- package/src/typography.json +241 -212
- package/{config.js → tasks/buildSpectrumTokens.js} +4 -9
- package/tasks/diff.js +3 -3
- package/commitlint.config.js +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# [12.0.0-beta.
|
|
1
|
+
# [12.0.0-beta.65](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.64...v12.0.0-beta.65) (2023-01-11)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* added field-width token ([8894edd](https://github.com/adobe/spectrum-tokens/commit/8894edde8c6bf87e359b9a400ccc8e1325f94754))
|
|
@@ -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,8 @@
|
|
|
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
|
+
"field-width": "192px",
|
|
1467
|
+
"floating-action-button-drop-shadow-blur": "12px",
|
|
1463
1468
|
"focus-indicator-gap": "2px",
|
|
1464
1469
|
"focus-indicator-thickness": "2px",
|
|
1465
1470
|
"font-size-100": "14px",
|
|
@@ -1478,8 +1483,16 @@
|
|
|
1478
1483
|
"font-size-800": "32px",
|
|
1479
1484
|
"font-size-900": "36px",
|
|
1480
1485
|
"heading-cjk-font-weight": "extra-bold",
|
|
1486
|
+
"heading-cjk-line-height": "1.5",
|
|
1487
|
+
"heading-cjk-size-l": "25px",
|
|
1488
|
+
"heading-cjk-size-m": "20px",
|
|
1489
|
+
"heading-cjk-size-s": "18px",
|
|
1490
|
+
"heading-cjk-size-xl": "32px",
|
|
1491
|
+
"heading-cjk-size-xs": "16px",
|
|
1492
|
+
"heading-cjk-size-xxl": "36px",
|
|
1493
|
+
"heading-cjk-size-xxs": "14px",
|
|
1494
|
+
"heading-cjk-size-xxxl": "60px",
|
|
1481
1495
|
"heading-line-height": "1.3",
|
|
1482
|
-
"heading-line-height-cjk": "1.5",
|
|
1483
1496
|
"heading-margin-bottom-multiplier": "0.25",
|
|
1484
1497
|
"heading-margin-top-multiplier": "0.88888889",
|
|
1485
1498
|
"heading-sans-serif-emphasized-font-weight": "bold",
|
|
@@ -1500,11 +1513,8 @@
|
|
|
1500
1513
|
"help-text-top-to-workflow-icon-medium": "3px",
|
|
1501
1514
|
"help-text-top-to-workflow-icon-small": "4px",
|
|
1502
1515
|
"in-line-alert-minimum-width": "240px",
|
|
1503
|
-
"letter-spacing-cjk": "0.05em",
|
|
1504
1516
|
"line-height-100": "1.3",
|
|
1505
1517
|
"line-height-200": "1.5",
|
|
1506
|
-
"line-height-cjk-100": "1.5",
|
|
1507
|
-
"line-height-cjk-200": "1.7",
|
|
1508
1518
|
"menu-item-edge-to-content-not-selected-extra-large": "45px",
|
|
1509
1519
|
"menu-item-edge-to-content-not-selected-large": "38px",
|
|
1510
1520
|
"menu-item-edge-to-content-not-selected-medium": "32px",
|
|
@@ -1556,8 +1566,8 @@
|
|
|
1556
1566
|
"rating-indicator-to-icon": "4px",
|
|
1557
1567
|
"rating-indicator-width": "18px",
|
|
1558
1568
|
"side-label-character-count-to-field": "12px",
|
|
1559
|
-
"side-label-character-count-top-margin-extra-large": "
|
|
1560
|
-
"side-label-character-count-top-margin-large": "
|
|
1569
|
+
"side-label-character-count-top-margin-extra-large": "14px",
|
|
1570
|
+
"side-label-character-count-top-margin-large": "11px",
|
|
1561
1571
|
"side-label-character-count-top-margin-medium": "8px",
|
|
1562
1572
|
"side-label-character-count-top-margin-small": "4px",
|
|
1563
1573
|
"slider-bottom-to-handle-extra-large": "14px",
|