studiokit-scaffolding-js 7.1.2 → 7.1.3

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.
@@ -186,7 +186,7 @@ th,
186
186
  &:focus {
187
187
  border-color: var(--color-focus-border);
188
188
  outline: 0;
189
- box-shadow: var(--box-shadow-focus);
189
+ box-shadow: var(--box-shadow-focus-shadow);
190
190
  }
191
191
 
192
192
  &::placeholder {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "studiokit-scaffolding-js",
3
- "version": "7.1.2",
3
+ "version": "7.1.3",
4
4
  "description": "Common scaffolding for Studio apps at Purdue",
5
5
  "repository": "https://gitlab.com/purdue-informatics/studiokit/studiokit-scaffolding-js",
6
6
  "license": "MIT",