globalfy-design-system 1.56.0 → 1.60.0
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/dist/components/atoms/InputMask/InputMask.d.ts +4 -0
- package/dist/components/atoms/InputMask/InputMask.stories.d.ts +19 -0
- package/dist/globalfy-design-system.js +1552 -1548
- package/dist/globalfy-design-system.umd.cjs +13 -13
- package/dist/{index-BvCEMix7.js → index-B33lXXmK.js} +1 -1
- package/dist/{main-C86Hr5KC.js → main-BBsG4KHe.js} +2588 -2559
- package/dist/style.css +2 -0
- package/package.json +3 -3
package/dist/style.css
CHANGED
|
@@ -1390,12 +1390,14 @@
|
|
|
1390
1390
|
margin: 0;
|
|
1391
1391
|
background: white;
|
|
1392
1392
|
display: inline-flex;
|
|
1393
|
+
width: 317px;
|
|
1393
1394
|
--rdp-selected-border: none;
|
|
1394
1395
|
}
|
|
1395
1396
|
|
|
1396
1397
|
.rdp-month_grid {
|
|
1397
1398
|
border-collapse: separate;
|
|
1398
1399
|
border-spacing: 0 8px;
|
|
1400
|
+
width: 301px;
|
|
1399
1401
|
min-width: 301px;
|
|
1400
1402
|
}
|
|
1401
1403
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "globalfy-design-system",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.60.0",
|
|
4
4
|
"description": "Globalfy Design System",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"type": "module",
|
|
@@ -59,9 +59,9 @@
|
|
|
59
59
|
"google-libphonenumber": "3.2.40",
|
|
60
60
|
"lucide-react": "^0.503.0",
|
|
61
61
|
"motion": "^12.0.0",
|
|
62
|
-
"react": "^19.2.
|
|
62
|
+
"react": "^19.2.1",
|
|
63
63
|
"react-day-picker": "^9.11.1",
|
|
64
|
-
"react-dom": "^19.2.
|
|
64
|
+
"react-dom": "^19.2.1",
|
|
65
65
|
"react-hook-form": "^7.54.2",
|
|
66
66
|
"react-icons": "^5.4.0",
|
|
67
67
|
"react-international-phone": "^4.5.0",
|