@department-of-veterans-affairs/css-library 0.13.1 → 0.14.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 31 Oct 2024 19:50:57 GMT
3
+ * Generated on Thu, 07 Nov 2024 18:04:41 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -146,6 +146,13 @@
146
146
  --vads-font-size-heading-level-4: 17px;
147
147
  --vads-font-size-heading-level-5: 15px;
148
148
  --vads-font-size-heading-level-6: 15px;
149
+ --vads-size-line-length-1: 44ex;
150
+ --vads-size-line-length-2: 60ex;
151
+ --vads-size-line-length-3: 64ex;
152
+ --vads-size-line-length-4: 68ex;
153
+ --vads-size-line-length-5: 72ex;
154
+ --vads-size-line-length-6: 88ex;
155
+ --vads-size-line-length-none: inherit;
149
156
  --units-0: 0;
150
157
  --units-1: 0.5rem;
151
158
  --units-2: 1rem;
@@ -2699,6 +2699,159 @@
2699
2699
  }
2700
2700
  }
2701
2701
  },
2702
+ "vads": {
2703
+ "size": {
2704
+ "line-length": {
2705
+ "1": {
2706
+ "value": "44ex",
2707
+ "filePath": "tokens/line-lengths.json",
2708
+ "isSource": true,
2709
+ "original": {
2710
+ "value": "44ex"
2711
+ },
2712
+ "name": "vads-size-line-length-1",
2713
+ "attributes": {
2714
+ "category": "vads",
2715
+ "type": "size",
2716
+ "item": "line-length",
2717
+ "subitem": "1"
2718
+ },
2719
+ "path": [
2720
+ "vads",
2721
+ "size",
2722
+ "line-length",
2723
+ "1"
2724
+ ]
2725
+ },
2726
+ "2": {
2727
+ "value": "60ex",
2728
+ "filePath": "tokens/line-lengths.json",
2729
+ "isSource": true,
2730
+ "original": {
2731
+ "value": "60ex"
2732
+ },
2733
+ "name": "vads-size-line-length-2",
2734
+ "attributes": {
2735
+ "category": "vads",
2736
+ "type": "size",
2737
+ "item": "line-length",
2738
+ "subitem": "2"
2739
+ },
2740
+ "path": [
2741
+ "vads",
2742
+ "size",
2743
+ "line-length",
2744
+ "2"
2745
+ ]
2746
+ },
2747
+ "3": {
2748
+ "value": "64ex",
2749
+ "filePath": "tokens/line-lengths.json",
2750
+ "isSource": true,
2751
+ "original": {
2752
+ "value": "64ex"
2753
+ },
2754
+ "name": "vads-size-line-length-3",
2755
+ "attributes": {
2756
+ "category": "vads",
2757
+ "type": "size",
2758
+ "item": "line-length",
2759
+ "subitem": "3"
2760
+ },
2761
+ "path": [
2762
+ "vads",
2763
+ "size",
2764
+ "line-length",
2765
+ "3"
2766
+ ]
2767
+ },
2768
+ "4": {
2769
+ "value": "68ex",
2770
+ "filePath": "tokens/line-lengths.json",
2771
+ "isSource": true,
2772
+ "original": {
2773
+ "value": "68ex"
2774
+ },
2775
+ "name": "vads-size-line-length-4",
2776
+ "attributes": {
2777
+ "category": "vads",
2778
+ "type": "size",
2779
+ "item": "line-length",
2780
+ "subitem": "4"
2781
+ },
2782
+ "path": [
2783
+ "vads",
2784
+ "size",
2785
+ "line-length",
2786
+ "4"
2787
+ ]
2788
+ },
2789
+ "5": {
2790
+ "value": "72ex",
2791
+ "filePath": "tokens/line-lengths.json",
2792
+ "isSource": true,
2793
+ "original": {
2794
+ "value": "72ex"
2795
+ },
2796
+ "name": "vads-size-line-length-5",
2797
+ "attributes": {
2798
+ "category": "vads",
2799
+ "type": "size",
2800
+ "item": "line-length",
2801
+ "subitem": "5"
2802
+ },
2803
+ "path": [
2804
+ "vads",
2805
+ "size",
2806
+ "line-length",
2807
+ "5"
2808
+ ]
2809
+ },
2810
+ "6": {
2811
+ "value": "88ex",
2812
+ "filePath": "tokens/line-lengths.json",
2813
+ "isSource": true,
2814
+ "original": {
2815
+ "value": "88ex"
2816
+ },
2817
+ "name": "vads-size-line-length-6",
2818
+ "attributes": {
2819
+ "category": "vads",
2820
+ "type": "size",
2821
+ "item": "line-length",
2822
+ "subitem": "6"
2823
+ },
2824
+ "path": [
2825
+ "vads",
2826
+ "size",
2827
+ "line-length",
2828
+ "6"
2829
+ ]
2830
+ },
2831
+ "none": {
2832
+ "value": "inherit",
2833
+ "filePath": "tokens/line-lengths.json",
2834
+ "isSource": true,
2835
+ "original": {
2836
+ "value": "inherit"
2837
+ },
2838
+ "name": "vads-size-line-length-none",
2839
+ "attributes": {
2840
+ "category": "vads",
2841
+ "type": "size",
2842
+ "item": "line-length",
2843
+ "subitem": "none"
2844
+ },
2845
+ "path": [
2846
+ "vads",
2847
+ "size",
2848
+ "line-length",
2849
+ "none"
2850
+ ]
2851
+ }
2852
+ }
2853
+ }
2854
+ },
2702
2855
  "units": {
2703
2856
  "0": {
2704
2857
  "value": "0",
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 31 Oct 2024 19:50:57 GMT
3
+ // Generated on Thu, 07 Nov 2024 18:04:41 GMT
4
4
 
5
5
  $xsmall-screen: 320px;
6
6
  $small-screen: 481px;
@@ -144,6 +144,13 @@ $vads-font-size-heading-level-3: 20px;
144
144
  $vads-font-size-heading-level-4: 17px;
145
145
  $vads-font-size-heading-level-5: 15px;
146
146
  $vads-font-size-heading-level-6: 15px;
147
+ $vads-size-line-length-1: 44ex;
148
+ $vads-size-line-length-2: 60ex;
149
+ $vads-size-line-length-3: 64ex;
150
+ $vads-size-line-length-4: 68ex;
151
+ $vads-size-line-length-5: 72ex;
152
+ $vads-size-line-length-6: 88ex;
153
+ $vads-size-line-length-none: inherit;
147
154
  $units-0: 0;
148
155
  $units-1: 0.5rem;
149
156
  $units-2: 1rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@department-of-veterans-affairs/css-library",
3
- "version": "0.13.1",
3
+ "version": "0.14.0",
4
4
  "description": "Department of Veterans Affairs stylesheets, tokens, and utilities",
5
5
  "packageManager": "yarn@3.2.0",
6
6
  "files": [
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@divriots/style-dictionary-to-figma": "^0.4.0",
29
- "@uswds/uswds": "^3.8.1",
29
+ "@uswds/uswds": "^3.9.0",
30
30
  "rimraf": "^5.0.5"
31
31
  }
32
32
  }