@helpdice/ui 2.1.8 → 2.1.9

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 (100) hide show
  1. package/dist/auto-complete/index.js +2147 -8
  2. package/dist/button/index.js +2 -2
  3. package/dist/carousal/index.js +2 -2
  4. package/dist/container/box.d.ts +42 -0
  5. package/dist/container/index.d.ts +2 -0
  6. package/dist/container/index.js +948 -0
  7. package/dist/copy-to-clipboard/clipboard.d.ts +13 -1
  8. package/dist/copy-to-clipboard/index.d.ts +1 -1
  9. package/dist/copy-to-clipboard/index.js +142 -157
  10. package/dist/grid/index.d.ts +2 -3
  11. package/dist/grid/index.js +0 -1
  12. package/dist/index.d.ts +3 -4
  13. package/dist/index.js +15389 -15350
  14. package/dist/input/index.d.ts +4 -0
  15. package/dist/input/index.js +2151 -9
  16. package/dist/input/phone-input/phone.d.ts +13 -0
  17. package/dist/modal/index.js +2 -2
  18. package/dist/placeholder/index.js +643 -8
  19. package/dist/table/index.js +3515 -1368
  20. package/dist/text/child.d.ts +1 -0
  21. package/dist/text/index.js +686 -8
  22. package/dist/text/text.d.ts +1 -0
  23. package/esm/button/button.js +2 -2
  24. package/esm/container/box.d.ts +42 -0
  25. package/esm/container/box.js +39 -0
  26. package/esm/container/index.d.ts +2 -0
  27. package/esm/container/index.js +2 -0
  28. package/esm/copy-to-clipboard/clipboard.d.ts +13 -1
  29. package/esm/copy-to-clipboard/clipboard.js +91 -0
  30. package/esm/copy-to-clipboard/index.d.ts +1 -1
  31. package/esm/copy-to-clipboard/index.js +1 -1
  32. package/esm/grid/index.d.ts +2 -3
  33. package/esm/grid/index.js +5 -3
  34. package/esm/index.d.ts +3 -4
  35. package/esm/index.js +4 -3
  36. package/esm/input/index.d.ts +4 -0
  37. package/esm/input/index.js +4 -0
  38. package/esm/input/phone-input/phone.d.ts +13 -0
  39. package/esm/input/phone-input/phone.js +166 -0
  40. package/esm/text/child.d.ts +1 -0
  41. package/esm/text/text.d.ts +1 -0
  42. package/esm/text/text.js +25 -3
  43. package/package.json +8 -15
  44. package/dist/currency-input/index.js +0 -862
  45. package/dist/phone-input/index.js +0 -2033
  46. package/dist/phone-input/phone.d.ts +0 -11
  47. package/esm/phone-input/phone.d.ts +0 -11
  48. package/esm/phone-input/phone.js +0 -161
  49. /package/dist/{currency-input → input/currency-input}/components/CurrencyInput.d.ts +0 -0
  50. /package/dist/{currency-input → input/currency-input}/components/CurrencyInputProps.d.ts +0 -0
  51. /package/dist/{currency-input → input/currency-input}/components/utils/cleanValue.d.ts +0 -0
  52. /package/dist/{currency-input → input/currency-input}/components/utils/escapeRegExp.d.ts +0 -0
  53. /package/dist/{currency-input → input/currency-input}/components/utils/fixedDecimalValue.d.ts +0 -0
  54. /package/dist/{currency-input → input/currency-input}/components/utils/formatValue.d.ts +0 -0
  55. /package/dist/{currency-input → input/currency-input}/components/utils/getLocaleConfig.d.ts +0 -0
  56. /package/dist/{currency-input → input/currency-input}/components/utils/getSuffix.d.ts +0 -0
  57. /package/dist/{currency-input → input/currency-input}/components/utils/index.d.ts +0 -0
  58. /package/dist/{currency-input → input/currency-input}/components/utils/isNumber.d.ts +0 -0
  59. /package/dist/{currency-input → input/currency-input}/components/utils/padTrimValue.d.ts +0 -0
  60. /package/dist/{currency-input → input/currency-input}/components/utils/parseAbbrValue.d.ts +0 -0
  61. /package/dist/{currency-input → input/currency-input}/components/utils/removeInvalidChars.d.ts +0 -0
  62. /package/dist/{currency-input → input/currency-input}/components/utils/removeSeparators.d.ts +0 -0
  63. /package/dist/{currency-input → input/currency-input}/components/utils/repositionCursor.d.ts +0 -0
  64. /package/dist/{currency-input → input/currency-input}/index.d.ts +0 -0
  65. /package/dist/{phone-input → input/phone-input}/index.d.ts +0 -0
  66. /package/esm/{currency-input → input/currency-input}/components/CurrencyInput.d.ts +0 -0
  67. /package/esm/{currency-input → input/currency-input}/components/CurrencyInput.js +0 -0
  68. /package/esm/{currency-input → input/currency-input}/components/CurrencyInputProps.d.ts +0 -0
  69. /package/esm/{currency-input → input/currency-input}/components/CurrencyInputProps.js +0 -0
  70. /package/esm/{currency-input → input/currency-input}/components/utils/addSeparators.js +0 -0
  71. /package/esm/{currency-input → input/currency-input}/components/utils/cleanValue.d.ts +0 -0
  72. /package/esm/{currency-input → input/currency-input}/components/utils/cleanValue.js +0 -0
  73. /package/esm/{currency-input → input/currency-input}/components/utils/escapeRegExp.d.ts +0 -0
  74. /package/esm/{currency-input → input/currency-input}/components/utils/escapeRegExp.js +0 -0
  75. /package/esm/{currency-input → input/currency-input}/components/utils/fixedDecimalValue.d.ts +0 -0
  76. /package/esm/{currency-input → input/currency-input}/components/utils/fixedDecimalValue.js +0 -0
  77. /package/esm/{currency-input → input/currency-input}/components/utils/formatValue.d.ts +0 -0
  78. /package/esm/{currency-input → input/currency-input}/components/utils/formatValue.js +0 -0
  79. /package/esm/{currency-input → input/currency-input}/components/utils/getLocaleConfig.d.ts +0 -0
  80. /package/esm/{currency-input → input/currency-input}/components/utils/getLocaleConfig.js +0 -0
  81. /package/esm/{currency-input → input/currency-input}/components/utils/getSuffix.d.ts +0 -0
  82. /package/esm/{currency-input → input/currency-input}/components/utils/getSuffix.js +0 -0
  83. /package/esm/{currency-input → input/currency-input}/components/utils/index.d.ts +0 -0
  84. /package/esm/{currency-input → input/currency-input}/components/utils/index.js +0 -0
  85. /package/esm/{currency-input → input/currency-input}/components/utils/isNumber.d.ts +0 -0
  86. /package/esm/{currency-input → input/currency-input}/components/utils/isNumber.js +0 -0
  87. /package/esm/{currency-input → input/currency-input}/components/utils/padTrimValue.d.ts +0 -0
  88. /package/esm/{currency-input → input/currency-input}/components/utils/padTrimValue.js +0 -0
  89. /package/esm/{currency-input → input/currency-input}/components/utils/parseAbbrValue.d.ts +0 -0
  90. /package/esm/{currency-input → input/currency-input}/components/utils/parseAbbrValue.js +0 -0
  91. /package/esm/{currency-input → input/currency-input}/components/utils/removeInvalidChars.d.ts +0 -0
  92. /package/esm/{currency-input → input/currency-input}/components/utils/removeInvalidChars.js +0 -0
  93. /package/esm/{currency-input → input/currency-input}/components/utils/removeSeparators.d.ts +0 -0
  94. /package/esm/{currency-input → input/currency-input}/components/utils/removeSeparators.js +0 -0
  95. /package/esm/{currency-input → input/currency-input}/components/utils/repositionCursor.d.ts +0 -0
  96. /package/esm/{currency-input → input/currency-input}/components/utils/repositionCursor.js +0 -0
  97. /package/esm/{currency-input → input/currency-input}/index.d.ts +0 -0
  98. /package/esm/{currency-input → input/currency-input}/index.js +0 -0
  99. /package/esm/{phone-input → input/phone-input}/index.d.ts +0 -0
  100. /package/esm/{phone-input → input/phone-input}/index.js +0 -0
@@ -4,6 +4,7 @@ export interface Props {
4
4
  tag: keyof JSX.IntrinsicElements;
5
5
  color?: NormalTypes;
6
6
  className?: string;
7
+ collapse?: number;
7
8
  }
8
9
  type NativeAttrs = Omit<React.DetailsHTMLAttributes<any>, keyof Props>;
9
10
  export type TextChildProps = Props & NativeAttrs;