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