@dillingerstaffing/strand 0.7.1 → 0.9.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.
Files changed (2) hide show
  1. package/css/tokens.css +5 -1
  2. package/package.json +1 -1
package/css/tokens.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! Strand v0.7.0 | MIT License | dillingerstaffing.com */
1
+ /*! Strand v0.9.0 | MIT License | dillingerstaffing.com */
2
2
 
3
3
  :root {
4
4
  /* ═══════════════════════════════════════════
@@ -181,4 +181,8 @@
181
181
  /* ── SURFACE: VIEWPORT ── */
182
182
  --strand-viewport-grid-opacity: 0.04;
183
183
  --strand-viewport-grid-size: 40px;
184
+
185
+ /* ── SURFACE: BORDERS & SHADOWS ── */
186
+ --strand-border-subtle: rgba(148, 163, 184, 0.12);
187
+ --strand-shadow-inset: inset 0 1px 3px rgba(15, 23, 42, 0.06);
184
188
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dillingerstaffing/strand",
3
- "version": "0.7.1",
3
+ "version": "0.9.0",
4
4
  "description": "Strand Design Language tokens - CSS custom properties and JS constants",
5
5
  "author": "Dillinger Staffing <engineering@dillingerstaffing.com> (https://dillingerstaffing.com)",
6
6
  "license": "MIT",