@adobe/spectrum-tokens 12.0.0 → 12.1.0

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/src/layout.json CHANGED
@@ -396,6 +396,26 @@
396
396
  }
397
397
  }
398
398
  },
399
+ "component-height-400": {
400
+ "sets": {
401
+ "desktop": {
402
+ "value": "56px"
403
+ },
404
+ "mobile": {
405
+ "value": "70px"
406
+ }
407
+ }
408
+ },
409
+ "component-height-500": {
410
+ "sets": {
411
+ "desktop": {
412
+ "value": "64px"
413
+ },
414
+ "mobile": {
415
+ "value": "80px"
416
+ }
417
+ }
418
+ },
399
419
  "focus-indicator-thickness": {
400
420
  "value": "2px"
401
421
  },
package/jest.config.cjs DELETED
@@ -1,22 +0,0 @@
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
- clearMocks: true,
19
- collectCoverage: true,
20
- coverageDirectory: "coverage",
21
- coverageProvider: "v8",
22
- };