@dillingerstaffing/strand 0.6.0 → 0.7.1
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/css/tokens.css +15 -1
- package/package.json +1 -1
package/css/tokens.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! Strand v0.
|
|
1
|
+
/*! Strand v0.7.0 | MIT License | dillingerstaffing.com */
|
|
2
2
|
|
|
3
3
|
:root {
|
|
4
4
|
/* ═══════════════════════════════════════════
|
|
@@ -167,4 +167,18 @@
|
|
|
167
167
|
--strand-content-default: 768px;
|
|
168
168
|
--strand-content-wide: 1024px;
|
|
169
169
|
--strand-content-full: 1280px;
|
|
170
|
+
|
|
171
|
+
/* ── ACCESSIBILITY ── */
|
|
172
|
+
--strand-touch-target: 44px;
|
|
173
|
+
|
|
174
|
+
/* ── COMPONENT SIZES ── */
|
|
175
|
+
--strand-nav-height: 64px;
|
|
176
|
+
--strand-control-size: 18px;
|
|
177
|
+
|
|
178
|
+
/* ── ANIMATION: STAGGER ── */
|
|
179
|
+
--strand-stagger-delay: 80ms;
|
|
180
|
+
|
|
181
|
+
/* ── SURFACE: VIEWPORT ── */
|
|
182
|
+
--strand-viewport-grid-opacity: 0.04;
|
|
183
|
+
--strand-viewport-grid-size: 40px;
|
|
170
184
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dillingerstaffing/strand",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.1",
|
|
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",
|