@trackunit/react-components 1.5.36 → 1.5.37

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
@@ -226,7 +226,7 @@ const cvaTag = cssClassVarianceUtilities.cvaMerge([
226
226
  },
227
227
  border: {
228
228
  none: "border-none",
229
- default: "outline-secondary-300 border-none outline-1 -outline-offset-1",
229
+ default: "outline-secondary-300 border-none outline outline-1 -outline-offset-1",
230
230
  },
231
231
  },
232
232
  defaultVariants: {
package/index.esm.js CHANGED
@@ -224,7 +224,7 @@ const cvaTag = cvaMerge([
224
224
  },
225
225
  border: {
226
226
  none: "border-none",
227
- default: "outline-secondary-300 border-none outline-1 -outline-offset-1",
227
+ default: "outline-secondary-300 border-none outline outline-1 -outline-offset-1",
228
228
  },
229
229
  },
230
230
  defaultVariants: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-components",
3
- "version": "1.5.36",
3
+ "version": "1.5.37",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {