@trackunit/react-form-components 0.0.217 → 0.0.218

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
@@ -736,7 +736,7 @@ const cvaOptionCardLabel = cssClassVarianceUtilities.cvaMerge([
736
736
  "gap-2",
737
737
  "justify-center",
738
738
  "items-center",
739
- "p-6",
739
+ "p-responsive-space",
740
740
  "w-full",
741
741
  "peer-checked:bg-primary-50",
742
742
  "peer-checked:border-primary-600",
package/index.esm.js CHANGED
@@ -706,7 +706,7 @@ const cvaOptionCardLabel = cvaMerge([
706
706
  "gap-2",
707
707
  "justify-center",
708
708
  "items-center",
709
- "p-6",
709
+ "p-responsive-space",
710
710
  "w-full",
711
711
  "peer-checked:bg-primary-50",
712
712
  "peer-checked:border-primary-600",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-form-components",
3
- "version": "0.0.217",
3
+ "version": "0.0.218",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {