@trackunit/react-components 0.1.247 → 0.1.248

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
@@ -483,7 +483,7 @@ const cvaButton = cssClassVarianceUtilities.cvaMerge([
483
483
  "component-button-padding",
484
484
  "component-button-height",
485
485
  "focus:ring",
486
- "focus:ring-offset-1",
486
+ "focus:ring-inset",
487
487
  "focus:outline-none",
488
488
  "disabled:cursor-not-allowed",
489
489
  "text-sm",
package/index.esm.js CHANGED
@@ -452,7 +452,7 @@ const cvaButton = cvaMerge([
452
452
  "component-button-padding",
453
453
  "component-button-height",
454
454
  "focus:ring",
455
- "focus:ring-offset-1",
455
+ "focus:ring-inset",
456
456
  "focus:outline-none",
457
457
  "disabled:cursor-not-allowed",
458
458
  "text-sm",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-components",
3
- "version": "0.1.247",
3
+ "version": "0.1.248",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {