@adobe/spectrum-tokens 12.0.0-beta.65 → 12.0.0-beta.66

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 CHANGED
@@ -1,6 +1,8 @@
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)
1
+ # [12.0.0-beta.66](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.65...v12.0.0-beta.66) (2023-01-11)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * added field-width token ([8894edd](https://github.com/adobe/spectrum-tokens/commit/8894edde8c6bf87e359b9a400ccc8e1325f94754))
6
+ * added illustrated-message tokens ([3326f28](https://github.com/adobe/spectrum-tokens/commit/3326f28d285a7cbbc9c97d74d7ca032e2442a79f))
7
+ * added missing field-edge-to-visual-quiet token ([4250036](https://github.com/adobe/spectrum-tokens/commit/4250036a7923837a2e28937812b2488c40f29b61))
8
+ * added search-field tokens ([3f8f544](https://github.com/adobe/spectrum-tokens/commit/3f8f54493eec685897429b6379345889073f84a3))
@@ -1426,6 +1426,7 @@
1426
1426
  "field-edge-to-validation-icon-medium": "12px",
1427
1427
  "field-edge-to-validation-icon-quiet": "0px",
1428
1428
  "field-edge-to-validation-icon-small": "9px",
1429
+ "field-edge-to-visual-quiet": "0px",
1429
1430
  "field-label-text-to-asterisk-extra-large": "5px",
1430
1431
  "field-label-text-to-asterisk-large": "5px",
1431
1432
  "field-label-text-to-asterisk-medium": "4px",
@@ -1512,6 +1513,10 @@
1512
1513
  "help-text-top-to-workflow-icon-large": "6px",
1513
1514
  "help-text-top-to-workflow-icon-medium": "3px",
1514
1515
  "help-text-top-to-workflow-icon-small": "4px",
1516
+ "illustrated-message-body-size": "14px",
1517
+ "illustrated-message-cjk-title-size": "20px",
1518
+ "illustrated-message-maximum-width": "380px",
1519
+ "illustrated-message-title-size": "22px",
1515
1520
  "in-line-alert-minimum-width": "240px",
1516
1521
  "line-height-100": "1.3",
1517
1522
  "line-height-200": "1.5",
@@ -11586,6 +11586,90 @@
11586
11586
  "floating-action-button-drop-shadow-blur": {
11587
11587
  "value": "12px"
11588
11588
  },
11589
+ "illustrated-message-maximum-width": {
11590
+ "value": "380px"
11591
+ },
11592
+ "illustrated-message-title-size": {
11593
+ "sets": {
11594
+ "desktop": {
11595
+ "ref": "{heading-size-m}",
11596
+ "sets": {
11597
+ "desktop": {
11598
+ "value": "22px"
11599
+ },
11600
+ "mobile": {
11601
+ "value": "27px"
11602
+ }
11603
+ }
11604
+ },
11605
+ "mobile": {
11606
+ "ref": "{heading-size-s}",
11607
+ "sets": {
11608
+ "desktop": {
11609
+ "value": "18px"
11610
+ },
11611
+ "mobile": {
11612
+ "value": "22px"
11613
+ }
11614
+ }
11615
+ }
11616
+ }
11617
+ },
11618
+ "illustrated-message-cjk-title-size": {
11619
+ "sets": {
11620
+ "desktop": {
11621
+ "ref": "{heading-cjk-size-m}",
11622
+ "sets": {
11623
+ "desktop": {
11624
+ "value": "20px"
11625
+ },
11626
+ "mobile": {
11627
+ "value": "24px"
11628
+ }
11629
+ }
11630
+ },
11631
+ "mobile": {
11632
+ "ref": "{heading-cjk-size-s}",
11633
+ "sets": {
11634
+ "desktop": {
11635
+ "value": "18px"
11636
+ },
11637
+ "mobile": {
11638
+ "value": "22px"
11639
+ }
11640
+ }
11641
+ }
11642
+ }
11643
+ },
11644
+ "illustrated-message-body-size": {
11645
+ "sets": {
11646
+ "desktop": {
11647
+ "ref": "{body-size-s}",
11648
+ "sets": {
11649
+ "desktop": {
11650
+ "value": "14px"
11651
+ },
11652
+ "mobile": {
11653
+ "value": "17px"
11654
+ }
11655
+ }
11656
+ },
11657
+ "mobile": {
11658
+ "ref": "{body-size-xs}",
11659
+ "sets": {
11660
+ "desktop": {
11661
+ "value": "12px"
11662
+ },
11663
+ "mobile": {
11664
+ "value": "15px"
11665
+ }
11666
+ }
11667
+ }
11668
+ }
11669
+ },
11670
+ "search-field-minimum-width-multiplier": {
11671
+ "value": "3"
11672
+ },
11589
11673
  "corner-radius-75": {
11590
11674
  "sets": {
11591
11675
  "spectrum": {
@@ -12444,6 +12528,9 @@
12444
12528
  "field-edge-to-text-quiet": {
12445
12529
  "value": "0px"
12446
12530
  },
12531
+ "field-edge-to-visual-quiet": {
12532
+ "value": "0px"
12533
+ },
12447
12534
  "field-edge-to-border-quiet": {
12448
12535
  "value": "0px"
12449
12536
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "12.0.0-beta.65",
3
+ "version": "12.0.0-beta.66",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "config.js",
@@ -2769,5 +2769,46 @@
2769
2769
  "floating-action-button-drop-shadow-blur": {
2770
2770
  "component": "floating-action-button",
2771
2771
  "value": "12px"
2772
+ },
2773
+ "illustrated-message-maximum-width": {
2774
+ "component": "illustrated-message",
2775
+ "value": "380px"
2776
+ },
2777
+ "illustrated-message-title-size": {
2778
+ "component": "illustrated-message",
2779
+ "sets": {
2780
+ "desktop": {
2781
+ "value": "{heading-size-m}"
2782
+ },
2783
+ "mobile": {
2784
+ "value": "{heading-size-s}"
2785
+ }
2786
+ }
2787
+ },
2788
+ "illustrated-message-cjk-title-size": {
2789
+ "component": "illustrated-message",
2790
+ "sets": {
2791
+ "desktop": {
2792
+ "value": "{heading-cjk-size-m}"
2793
+ },
2794
+ "mobile": {
2795
+ "value": "{heading-cjk-size-s}"
2796
+ }
2797
+ }
2798
+ },
2799
+ "illustrated-message-body-size": {
2800
+ "component": "illustrated-message",
2801
+ "sets": {
2802
+ "desktop": {
2803
+ "value": "{body-size-s}"
2804
+ },
2805
+ "mobile": {
2806
+ "value": "{body-size-xs}"
2807
+ }
2808
+ }
2809
+ },
2810
+ "search-field-minimum-width-multiplier": {
2811
+ "component": "search-field",
2812
+ "value": "3"
2772
2813
  }
2773
2814
  }
package/src/layout.json CHANGED
@@ -857,6 +857,9 @@
857
857
  "field-edge-to-text-quiet": {
858
858
  "value": "0px"
859
859
  },
860
+ "field-edge-to-visual-quiet": {
861
+ "value": "0px"
862
+ },
860
863
  "field-edge-to-border-quiet": {
861
864
  "value": "0px"
862
865
  },