@trackunit/react-form-components 0.0.76 → 0.0.80

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.
Files changed (3) hide show
  1. package/index.cjs +1 -1
  2. package/index.js +1 -1
  3. package/package.json +4 -4
package/index.cjs CHANGED
@@ -2894,7 +2894,7 @@ const Container$3 = tailwindStyledComponents.tw.div `
2894
2894
  `;
2895
2895
  const Label = tailwindStyledComponents.tw.label `
2896
2896
  tu-input-base
2897
- tu-text--align-center
2897
+ text-center
2898
2898
  ${p => (p.$disabled ? "tu-input--disabled" : "")}
2899
2899
  ${p => (p.$disabled ? "cursor-not-allowed" : "cursor-pointer")}
2900
2900
  aspect-square
package/index.js CHANGED
@@ -2868,7 +2868,7 @@ const Container$3 = tw.div `
2868
2868
  `;
2869
2869
  const Label = tw.label `
2870
2870
  tu-input-base
2871
- tu-text--align-center
2871
+ text-center
2872
2872
  ${p => (p.$disabled ? "tu-input--disabled" : "")}
2873
2873
  ${p => (p.$disabled ? "cursor-not-allowed" : "cursor-pointer")}
2874
2874
  aspect-square
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@trackunit/react-form-components",
3
- "version": "0.0.76",
3
+ "version": "0.0.80",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
7
7
  "node": ">=16.x"
8
8
  },
9
9
  "dependencies": {
10
- "@trackunit/css-class-variance-utilities": "0.0.6",
11
- "@trackunit/i18n-library-translation": "0.0.59",
12
- "@trackunit/react-components": "0.1.124",
10
+ "@trackunit/css-class-variance-utilities": "0.0.7",
11
+ "@trackunit/i18n-library-translation": "0.0.60",
12
+ "@trackunit/react-components": "0.1.127",
13
13
  "@trackunit/tailwind-styled-components": "0.0.58",
14
14
  "date-fns": "2.29.3",
15
15
  "libphonenumber-js": "1.10.36",