@trackunit/react-components 0.1.332 → 0.1.333

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/index.cjs.js CHANGED
@@ -491,6 +491,8 @@ const cvaButton = cssClassVarianceUtilities.cvaMerge([
491
491
  "items-center",
492
492
  "whitespace-nowrap",
493
493
  "max-w-full",
494
+ "outline-0",
495
+ "outline-current",
494
496
  "transition-all",
495
497
  "ease-in-out",
496
498
  "cursor-pointer",
@@ -498,6 +500,10 @@ const cvaButton = cssClassVarianceUtilities.cvaMerge([
498
500
  "component-button-border",
499
501
  "component-button-padding", //TODO: Is overwritten by size which messes with marketing theme
500
502
  "component-button-height",
503
+ "focus:ring",
504
+ "focus:ring-inset",
505
+ "focus:outline-none",
506
+ "focus:ring-primary-600",
501
507
  "disabled:cursor-not-allowed",
502
508
  "font-medium",
503
509
  "align-middle",
package/index.esm.js CHANGED
@@ -459,6 +459,8 @@ const cvaButton = cvaMerge([
459
459
  "items-center",
460
460
  "whitespace-nowrap",
461
461
  "max-w-full",
462
+ "outline-0",
463
+ "outline-current",
462
464
  "transition-all",
463
465
  "ease-in-out",
464
466
  "cursor-pointer",
@@ -466,6 +468,10 @@ const cvaButton = cvaMerge([
466
468
  "component-button-border",
467
469
  "component-button-padding", //TODO: Is overwritten by size which messes with marketing theme
468
470
  "component-button-height",
471
+ "focus:ring",
472
+ "focus:ring-inset",
473
+ "focus:outline-none",
474
+ "focus:ring-primary-600",
469
475
  "disabled:cursor-not-allowed",
470
476
  "font-medium",
471
477
  "align-middle",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-components",
3
- "version": "0.1.332",
3
+ "version": "0.1.333",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {