@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.
- package/dist/auto-complete/index.js +999 -1249
- package/dist/index.d.ts +0 -1
- package/dist/index.js +999 -1249
- package/dist/input/index.d.ts +2 -2
- package/dist/input/index.js +999 -1249
- package/dist/input/{currency-input/components/CurrencyInput.d.ts → input-currency.d.ts} +1 -1
- package/{esm/input/phone-input/phone.d.ts → dist/input/input-phone.d.ts} +1 -1
- package/dist/input/{currency-input/components/utils → utils}/cleanValue.d.ts +1 -1
- package/dist/input/{currency-input/components/utils → utils}/formatValue.d.ts +1 -1
- package/dist/input/{currency-input/components/utils → utils}/getLocaleConfig.d.ts +1 -1
- package/dist/table/index.js +999 -1249
- package/esm/index.d.ts +0 -1
- package/esm/index.js +1 -1
- package/esm/input/index.d.ts +2 -2
- package/esm/input/index.js +2 -2
- package/esm/input/{currency-input/components/CurrencyInput.d.ts → input-currency.d.ts} +1 -1
- package/esm/input/{currency-input/components/CurrencyInput.js → input-currency.js} +2 -2
- package/{dist/input/phone-input/phone.d.ts → esm/input/input-phone.d.ts} +1 -1
- package/esm/input/input-phone.js +1166 -0
- package/esm/input/{currency-input/components/utils → utils}/cleanValue.d.ts +1 -1
- package/esm/input/{currency-input/components/utils → utils}/formatValue.d.ts +1 -1
- package/esm/input/{currency-input/components/utils → utils}/getLocaleConfig.d.ts +1 -1
- package/package.json +1 -1
- package/dist/input/currency-input/index.d.ts +0 -5
- package/dist/input/phone-input/index.d.ts +0 -2
- package/esm/input/currency-input/index.d.ts +0 -5
- package/esm/input/currency-input/index.js +0 -4
- package/esm/input/phone-input/index.d.ts +0 -2
- package/esm/input/phone-input/index.js +0 -2
- package/esm/input/phone-input/phone.js +0 -167
- /package/dist/input/{currency-input/components/CurrencyInputProps.d.ts → input-currency-props.d.ts} +0 -0
- /package/dist/input/{currency-input/components/utils → utils}/escapeRegExp.d.ts +0 -0
- /package/dist/input/{currency-input/components/utils → utils}/fixedDecimalValue.d.ts +0 -0
- /package/dist/input/{currency-input/components/utils → utils}/getSuffix.d.ts +0 -0
- /package/dist/input/{currency-input/components/utils → utils}/index.d.ts +0 -0
- /package/dist/input/{currency-input/components/utils → utils}/isNumber.d.ts +0 -0
- /package/dist/input/{currency-input/components/utils → utils}/padTrimValue.d.ts +0 -0
- /package/dist/input/{currency-input/components/utils → utils}/parseAbbrValue.d.ts +0 -0
- /package/dist/input/{currency-input/components/utils → utils}/removeInvalidChars.d.ts +0 -0
- /package/dist/input/{currency-input/components/utils → utils}/removeSeparators.d.ts +0 -0
- /package/dist/input/{currency-input/components/utils → utils}/repositionCursor.d.ts +0 -0
- /package/esm/input/{currency-input/components/CurrencyInputProps.d.ts → input-currency-props.d.ts} +0 -0
- /package/esm/input/{currency-input/components/CurrencyInputProps.js → input-currency-props.js} +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/addSeparators.js +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/cleanValue.js +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/escapeRegExp.d.ts +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/escapeRegExp.js +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/fixedDecimalValue.d.ts +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/fixedDecimalValue.js +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/formatValue.js +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/getLocaleConfig.js +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/getSuffix.d.ts +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/getSuffix.js +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/index.d.ts +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/index.js +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/isNumber.d.ts +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/isNumber.js +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/padTrimValue.d.ts +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/padTrimValue.js +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/parseAbbrValue.d.ts +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/parseAbbrValue.js +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/removeInvalidChars.d.ts +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/removeInvalidChars.js +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/removeSeparators.d.ts +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/removeSeparators.js +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/repositionCursor.d.ts +0 -0
- /package/esm/input/{currency-input/components/utils → utils}/repositionCursor.js +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -125,7 +125,6 @@ export { default as Swipe } from './swipe';
|
|
|
125
125
|
export type { SwipeProps } from './swipe';
|
|
126
126
|
export { default as Carousel } from './carousal';
|
|
127
127
|
export type { CarouselProps } from './carousal';
|
|
128
|
-
export type { CurrencyInputProps, CurrencyInputOnChangeValues } from './input/currency-input';
|
|
129
128
|
export { default as useToasts } from './use-toasts';
|
|
130
129
|
export type { Toast, ToastInput, ToastAction, ToastLayout } from './use-toasts';
|
|
131
130
|
export { default as Clipboard } from './copy-to-clipboard';
|