@trackunit/react-components 0.1.351 → 0.1.353

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