@trackunit/react-components 0.1.253-alpha-71e42cacef.0 → 0.1.253

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
@@ -639,7 +639,7 @@ const cvaButton = cssClassVarianceUtilities.cvaMerge([
639
639
  {
640
640
  loading: true,
641
641
  variant: "secondary-danger",
642
- className: ["disabled:bg-white"],
642
+ className: ["disabled:bg-white", "disabled:border-slate-300"],
643
643
  },
644
644
  ],
645
645
  defaultVariants: {
package/index.esm.js CHANGED
@@ -608,7 +608,7 @@ const cvaButton = cvaMerge([
608
608
  {
609
609
  loading: true,
610
610
  variant: "secondary-danger",
611
- className: ["disabled:bg-white"],
611
+ className: ["disabled:bg-white", "disabled:border-slate-300"],
612
612
  },
613
613
  ],
614
614
  defaultVariants: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-components",
3
- "version": "0.1.253-alpha-71e42cacef.0",
3
+ "version": "0.1.253",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {