@dillingerstaffing/strand-vue 0.7.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.
@@ -323,21 +323,21 @@
323
323
 
324
324
  /* ── Sizes ── */
325
325
  .strand-btn--sm {
326
- padding: var(--strand-space-1) var(--strand-space-3);
326
+ padding: var(--strand-space-2) var(--strand-space-5);
327
327
  font-size: var(--strand-text-sm);
328
328
  min-height: var(--strand-touch-target);
329
329
  }
330
330
 
331
331
  .strand-btn--md {
332
- padding: calc(var(--strand-space-2) + var(--strand-space-1) / 2) var(--strand-space-5);
332
+ padding: var(--strand-space-3) var(--strand-space-8);
333
333
  font-size: var(--strand-text-sm);
334
334
  min-height: var(--strand-touch-target);
335
335
  }
336
336
 
337
337
  .strand-btn--lg {
338
- padding: var(--strand-space-3) var(--strand-space-6);
338
+ padding: var(--strand-space-3) var(--strand-space-10);
339
339
  font-size: var(--strand-text-base);
340
- min-height: 48px;
340
+ min-height: var(--strand-touch-target);
341
341
  }
342
342
 
343
343
  /* ── Icon-only ── */
@@ -363,18 +363,18 @@
363
363
 
364
364
  /* ── Primary variant ── */
365
365
  .strand-btn--primary {
366
- background: var(--strand-blue-primary);
367
- color: var(--strand-on-blue-primary);
366
+ background: var(--strand-blue-deep);
367
+ color: var(--strand-on-blue-deep);
368
368
  }
369
369
 
370
370
  .strand-btn--primary:hover:not(:disabled) {
371
- background: var(--strand-blue-vivid);
371
+ background: var(--strand-blue-midnight);
372
372
  transform: translateY(-1px);
373
373
  box-shadow: var(--strand-hover-shadow-primary);
374
374
  }
375
375
 
376
376
  .strand-btn--primary:active:not(:disabled) {
377
- background: var(--strand-blue-deep);
377
+ background: var(--strand-blue-abyss);
378
378
  }
379
379
 
380
380
  /* ── Secondary variant ── */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dillingerstaffing/strand-vue",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Strand UI - Vue 3 component library built on the Strand Design Language",
5
5
  "author": "Dillinger Staffing <engineering@dillingerstaffing.com> (https://dillingerstaffing.com)",
6
6
  "license": "MIT",
@@ -52,7 +52,7 @@
52
52
  "vue": "^3.4.0"
53
53
  },
54
54
  "dependencies": {
55
- "@dillingerstaffing/strand": "^0.7.0"
55
+ "@dillingerstaffing/strand": "^0.7.1"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@testing-library/jest-dom": "^6.6.0",