@helpdice/ui 2.5.1 → 2.5.3

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 (67) hide show
  1. package/dist/auto-complete/index.js +999 -1249
  2. package/dist/index.d.ts +0 -1
  3. package/dist/index.js +999 -1249
  4. package/dist/input/index.d.ts +2 -2
  5. package/dist/input/index.js +999 -1249
  6. package/dist/input/{currency-input/components/CurrencyInput.d.ts → input-currency.d.ts} +1 -1
  7. package/{esm/input/phone-input/phone.d.ts → dist/input/input-phone.d.ts} +1 -1
  8. package/dist/input/{currency-input/components/utils → utils}/cleanValue.d.ts +1 -1
  9. package/dist/input/{currency-input/components/utils → utils}/formatValue.d.ts +1 -1
  10. package/dist/input/{currency-input/components/utils → utils}/getLocaleConfig.d.ts +1 -1
  11. package/dist/table/index.js +999 -1249
  12. package/esm/index.d.ts +0 -1
  13. package/esm/index.js +1 -1
  14. package/esm/input/index.d.ts +2 -2
  15. package/esm/input/index.js +2 -2
  16. package/esm/input/{currency-input/components/CurrencyInput.d.ts → input-currency.d.ts} +1 -1
  17. package/esm/input/{currency-input/components/CurrencyInput.js → input-currency.js} +2 -2
  18. package/{dist/input/phone-input/phone.d.ts → esm/input/input-phone.d.ts} +1 -1
  19. package/esm/input/input-phone.js +1166 -0
  20. package/esm/input/{currency-input/components/utils → utils}/cleanValue.d.ts +1 -1
  21. package/esm/input/{currency-input/components/utils → utils}/formatValue.d.ts +1 -1
  22. package/esm/input/{currency-input/components/utils → utils}/getLocaleConfig.d.ts +1 -1
  23. package/package.json +1 -1
  24. package/dist/input/currency-input/index.d.ts +0 -5
  25. package/dist/input/phone-input/index.d.ts +0 -2
  26. package/esm/input/currency-input/index.d.ts +0 -5
  27. package/esm/input/currency-input/index.js +0 -4
  28. package/esm/input/phone-input/index.d.ts +0 -2
  29. package/esm/input/phone-input/index.js +0 -2
  30. package/esm/input/phone-input/phone.js +0 -167
  31. /package/dist/input/{currency-input/components/CurrencyInputProps.d.ts → input-currency-props.d.ts} +0 -0
  32. /package/dist/input/{currency-input/components/utils → utils}/escapeRegExp.d.ts +0 -0
  33. /package/dist/input/{currency-input/components/utils → utils}/fixedDecimalValue.d.ts +0 -0
  34. /package/dist/input/{currency-input/components/utils → utils}/getSuffix.d.ts +0 -0
  35. /package/dist/input/{currency-input/components/utils → utils}/index.d.ts +0 -0
  36. /package/dist/input/{currency-input/components/utils → utils}/isNumber.d.ts +0 -0
  37. /package/dist/input/{currency-input/components/utils → utils}/padTrimValue.d.ts +0 -0
  38. /package/dist/input/{currency-input/components/utils → utils}/parseAbbrValue.d.ts +0 -0
  39. /package/dist/input/{currency-input/components/utils → utils}/removeInvalidChars.d.ts +0 -0
  40. /package/dist/input/{currency-input/components/utils → utils}/removeSeparators.d.ts +0 -0
  41. /package/dist/input/{currency-input/components/utils → utils}/repositionCursor.d.ts +0 -0
  42. /package/esm/input/{currency-input/components/CurrencyInputProps.d.ts → input-currency-props.d.ts} +0 -0
  43. /package/esm/input/{currency-input/components/CurrencyInputProps.js → input-currency-props.js} +0 -0
  44. /package/esm/input/{currency-input/components/utils → utils}/addSeparators.js +0 -0
  45. /package/esm/input/{currency-input/components/utils → utils}/cleanValue.js +0 -0
  46. /package/esm/input/{currency-input/components/utils → utils}/escapeRegExp.d.ts +0 -0
  47. /package/esm/input/{currency-input/components/utils → utils}/escapeRegExp.js +0 -0
  48. /package/esm/input/{currency-input/components/utils → utils}/fixedDecimalValue.d.ts +0 -0
  49. /package/esm/input/{currency-input/components/utils → utils}/fixedDecimalValue.js +0 -0
  50. /package/esm/input/{currency-input/components/utils → utils}/formatValue.js +0 -0
  51. /package/esm/input/{currency-input/components/utils → utils}/getLocaleConfig.js +0 -0
  52. /package/esm/input/{currency-input/components/utils → utils}/getSuffix.d.ts +0 -0
  53. /package/esm/input/{currency-input/components/utils → utils}/getSuffix.js +0 -0
  54. /package/esm/input/{currency-input/components/utils → utils}/index.d.ts +0 -0
  55. /package/esm/input/{currency-input/components/utils → utils}/index.js +0 -0
  56. /package/esm/input/{currency-input/components/utils → utils}/isNumber.d.ts +0 -0
  57. /package/esm/input/{currency-input/components/utils → utils}/isNumber.js +0 -0
  58. /package/esm/input/{currency-input/components/utils → utils}/padTrimValue.d.ts +0 -0
  59. /package/esm/input/{currency-input/components/utils → utils}/padTrimValue.js +0 -0
  60. /package/esm/input/{currency-input/components/utils → utils}/parseAbbrValue.d.ts +0 -0
  61. /package/esm/input/{currency-input/components/utils → utils}/parseAbbrValue.js +0 -0
  62. /package/esm/input/{currency-input/components/utils → utils}/removeInvalidChars.d.ts +0 -0
  63. /package/esm/input/{currency-input/components/utils → utils}/removeInvalidChars.js +0 -0
  64. /package/esm/input/{currency-input/components/utils → utils}/removeSeparators.d.ts +0 -0
  65. /package/esm/input/{currency-input/components/utils → utils}/removeSeparators.js +0 -0
  66. /package/esm/input/{currency-input/components/utils → utils}/repositionCursor.d.ts +0 -0
  67. /package/esm/input/{currency-input/components/utils → utils}/repositionCursor.js +0 -0
@@ -1,8 +1,8 @@
1
1
  import Input from './input-field';
2
2
  import Textarea from '../textarea';
3
3
  import InputPassword from './password';
4
- import PhoneInput from './phone-input';
5
- import CurrencyInput from './currency-input';
4
+ import PhoneInput from './input-phone';
5
+ import CurrencyInput from './input-currency';
6
6
  export type InputComponentType = typeof Input & {
7
7
  Textarea: typeof Textarea;
8
8
  Password: typeof InputPassword;