@spectrum-web-components/styles 0.11.2-express.0 → 0.11.2

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/README.md CHANGED
@@ -121,4 +121,4 @@ This file provides only the variables needed to power the "Large" scale system s
121
121
  @import '@spectrum-web-components/styles/typography.css';
122
122
  ```
123
123
 
124
- This file provides a `lit-html` compliant version of the [Spectrum Typography classes](https://opensource.adobe.com/spectrum-css/components/typography/).
124
+ This file provides a `lit-html` compliant version of the [Spectrum Typography classes](https://opensource.adobe.com/spectrum-css/typography.html).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/styles",
3
- "version": "0.11.2-express.0+05f17c2d6",
3
+ "version": "0.11.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -73,7 +73,6 @@
73
73
  },
74
74
  "devDependencies": {
75
75
  "@spectrum-css/commons": "^3.0.3",
76
- "@spectrum-css/expressvars": "1.0.0-beta.19",
77
76
  "@spectrum-css/typography": "^4.0.7",
78
77
  "@spectrum-css/vars": "^4.3.1"
79
78
  },
@@ -82,5 +81,5 @@
82
81
  "./*.css"
83
82
  ],
84
83
  "style": "all-medium-lightest.css",
85
- "gitHead": "05f17c2d6789de73b10a3f0abc0ae625b83d728b"
84
+ "gitHead": "5ad16bd185710525afa48bd76099cb0ebde4c4cb"
86
85
  }