@trackunit/react-components 0.1.248 → 0.1.249

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
@@ -2220,9 +2220,7 @@ const cvaTab = cssClassVarianceUtilities.cvaMerge([
2220
2220
  "justify-center",
2221
2221
  "gap-2",
2222
2222
  "text-sm",
2223
- "md:text-base",
2224
2223
  "px-4",
2225
- "md:px-6",
2226
2224
  "py-2.5",
2227
2225
  "cursor-pointer",
2228
2226
  "transition",
package/index.esm.js CHANGED
@@ -2189,9 +2189,7 @@ const cvaTab = cvaMerge([
2189
2189
  "justify-center",
2190
2190
  "gap-2",
2191
2191
  "text-sm",
2192
- "md:text-base",
2193
2192
  "px-4",
2194
- "md:px-6",
2195
2193
  "py-2.5",
2196
2194
  "cursor-pointer",
2197
2195
  "transition",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-components",
3
- "version": "0.1.248",
3
+ "version": "0.1.249",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {