globalfy-design-system 1.51.0 → 1.51.1

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 (30) hide show
  1. package/dist/components/atoms/Button/Button.d.ts +1 -1
  2. package/dist/components/atoms/Chip/Chip.d.ts +1 -1
  3. package/dist/components/atoms/DropdownList/DropdownComponents.d.ts +1 -1
  4. package/dist/components/atoms/DropdownList/DropdownProps.d.ts +1 -1
  5. package/dist/components/atoms/Flag/Flag.d.ts +1 -1
  6. package/dist/components/atoms/GlobCheckbox/GlobCheckbox.d.ts +1 -1
  7. package/dist/components/atoms/GlobCheckbox/GlobCheckbox.stories.d.ts +1 -1
  8. package/dist/components/atoms/Icon/Icon.d.ts +1 -1
  9. package/dist/components/atoms/Input/Input.d.ts +1 -1
  10. package/dist/components/atoms/Input/Input.stories.d.ts +2 -2
  11. package/dist/components/atoms/Input/InputPassword.d.ts +1 -1
  12. package/dist/components/atoms/InputMask/InputMask.d.ts +2 -2
  13. package/dist/components/atoms/InputMask/InputMask.stories.d.ts +2 -2
  14. package/dist/components/atoms/PhoneNumberInput/PhoneNumberInput.d.ts +1 -1
  15. package/dist/components/atoms/PhoneNumberInput/PhoneNumberInput.stories.d.ts +1 -1
  16. package/dist/components/atoms/RadioGroup/RadioGroup.d.ts +1 -1
  17. package/dist/components/atoms/SegmentedControl/SegmentedControl.d.ts +1 -1
  18. package/dist/components/atoms/Tabs/Tabs.d.ts +1 -1
  19. package/dist/components/atoms/Tag/Tag.d.ts +1 -1
  20. package/dist/components/atoms/TextArea/TextArea.d.ts +3 -3
  21. package/dist/components/atoms/TextArea/TextArea.stories.d.ts +2 -2
  22. package/dist/components/atoms/TextInput/TextInput.d.ts +2 -2
  23. package/dist/components/atoms/TextInput/TextInput.stories.d.ts +1 -1
  24. package/dist/components/atoms/Typography/Typography.d.ts +1 -1
  25. package/dist/globalfy-design-system.js +1 -1
  26. package/dist/globalfy-design-system.umd.cjs +77 -71
  27. package/dist/{index-d0fbec66.js → index-6b1d72b9.js} +1 -1
  28. package/dist/main-dc6f2fa6.js +70006 -0
  29. package/package.json +1 -1
  30. package/dist/main-f599c3e3.js +0 -75966
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "globalfy-design-system",
3
- "version": "1.51.0",
3
+ "version": "1.51.1",
4
4
  "description": "Globalfy Design System",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "type": "module",