@trackunit/react-form-components 0.0.60 → 0.0.62
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 +1 -0
- package/index.js +1 -0
- package/package.json +2 -2
package/index.cjs
CHANGED
|
@@ -474,6 +474,7 @@ const Container$3 = tailwindStyledComponents.tw.div `
|
|
|
474
474
|
`;
|
|
475
475
|
const Label = tailwindStyledComponents.tw.label `
|
|
476
476
|
tu-input-base
|
|
477
|
+
tu-text--align-center
|
|
477
478
|
${p => (p.$disabled ? "tu-input--disabled" : "")}
|
|
478
479
|
${p => (p.$disabled ? "cursor-not-allowed" : "cursor-pointer")}
|
|
479
480
|
aspect-square
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-form-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.62",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@trackunit/i18n-library-translation": "0.0.58",
|
|
11
|
-
"@trackunit/react-components": "0.1.
|
|
11
|
+
"@trackunit/react-components": "0.1.113",
|
|
12
12
|
"@trackunit/tailwind-styled-components": "0.0.57",
|
|
13
13
|
"date-fns": "2.29.3",
|
|
14
14
|
"libphonenumber-js": "1.10.36",
|