@rocket.chat/fuselage 0.66.4 → 0.68.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.
Files changed (149) hide show
  1. package/README.md +2 -2
  2. package/dist/components/Accordion/Accordion.d.ts +1 -1
  3. package/dist/components/Accordion/Accordion.d.ts.map +1 -1
  4. package/dist/components/AutoComplete/AutoComplete.d.ts.map +1 -1
  5. package/dist/components/Avatar/Avatar.d.ts +3 -8
  6. package/dist/components/Avatar/Avatar.d.ts.map +1 -1
  7. package/dist/components/Avatar/AvatarContainer.d.ts +2 -1
  8. package/dist/components/Avatar/AvatarContainer.d.ts.map +1 -1
  9. package/dist/components/Avatar/AvatarStack.d.ts +3 -3
  10. package/dist/components/Avatar/AvatarStack.d.ts.map +1 -1
  11. package/dist/components/Avatar/index.d.ts +3 -3
  12. package/dist/components/Avatar/index.d.ts.map +1 -1
  13. package/dist/components/Box/index.d.ts +1 -1
  14. package/dist/components/Box/index.d.ts.map +1 -1
  15. package/dist/components/Divider/Divider.d.ts +3 -3
  16. package/dist/components/Divider/Divider.d.ts.map +1 -1
  17. package/dist/components/EmailInput/EmailInput.d.ts +6 -8
  18. package/dist/components/EmailInput/EmailInput.d.ts.map +1 -1
  19. package/dist/components/Field/Field.d.ts +3 -3
  20. package/dist/components/Field/Field.d.ts.map +1 -1
  21. package/dist/components/Field/FieldDescription.d.ts +3 -3
  22. package/dist/components/Field/FieldDescription.d.ts.map +1 -1
  23. package/dist/components/Field/FieldError.d.ts +3 -3
  24. package/dist/components/Field/FieldError.d.ts.map +1 -1
  25. package/dist/components/Field/FieldHint.d.ts +3 -3
  26. package/dist/components/Field/FieldHint.d.ts.map +1 -1
  27. package/dist/components/Field/FieldLabel.d.ts +5 -1
  28. package/dist/components/Field/FieldLabel.d.ts.map +1 -1
  29. package/dist/components/Field/FieldLabelInfo.d.ts +3 -3
  30. package/dist/components/Field/FieldLabelInfo.d.ts.map +1 -1
  31. package/dist/components/Field/FieldLink.d.ts +3 -3
  32. package/dist/components/Field/FieldLink.d.ts.map +1 -1
  33. package/dist/components/Field/FieldRow.d.ts +3 -3
  34. package/dist/components/Field/FieldRow.d.ts.map +1 -1
  35. package/dist/components/Field/index.d.ts +8 -57
  36. package/dist/components/Field/index.d.ts.map +1 -1
  37. package/dist/components/InputBox/Input.d.ts +4 -3
  38. package/dist/components/InputBox/Input.d.ts.map +1 -1
  39. package/dist/components/InputBox/InputBox.d.ts +14 -13
  40. package/dist/components/InputBox/InputBox.d.ts.map +1 -1
  41. package/dist/components/InputBox/InputBoxAddon.d.ts +5 -0
  42. package/dist/components/InputBox/InputBoxAddon.d.ts.map +1 -0
  43. package/dist/components/InputBox/InputBoxSkeleton.d.ts +4 -5
  44. package/dist/components/InputBox/InputBoxSkeleton.d.ts.map +1 -1
  45. package/dist/components/InputBox/InputBoxWrapper.d.ts +5 -0
  46. package/dist/components/InputBox/InputBoxWrapper.d.ts.map +1 -0
  47. package/dist/components/InputBox/index.d.ts +3 -42
  48. package/dist/components/InputBox/index.d.ts.map +1 -1
  49. package/dist/components/MultiSelect/MultiSelectAnchorParams.d.ts +1 -1
  50. package/dist/components/MultiSelect/MultiSelectAnchorParams.d.ts.map +1 -1
  51. package/dist/components/MultiSelect/MultiSelectFilteredAnchor.d.ts +1 -1
  52. package/dist/components/MultiSelect/MultiSelectFilteredAnchor.d.ts.map +1 -1
  53. package/dist/components/NavBar/NavBarSection.d.ts +1 -1
  54. package/dist/components/NavBar/NavBarSection.d.ts.map +1 -1
  55. package/dist/components/NumberInput/NumberInput.d.ts +3 -4
  56. package/dist/components/NumberInput/NumberInput.d.ts.map +1 -1
  57. package/dist/components/Option/CheckOption.d.ts +4 -22
  58. package/dist/components/Option/CheckOption.d.ts.map +1 -1
  59. package/dist/components/Option/Option.d.ts +9 -12
  60. package/dist/components/Option/Option.d.ts.map +1 -1
  61. package/dist/components/Option/OptionAvatar.d.ts +1 -1
  62. package/dist/components/Option/OptionAvatar.d.ts.map +1 -1
  63. package/dist/components/Option/OptionColumn.d.ts +1 -1
  64. package/dist/components/Option/OptionColumn.d.ts.map +1 -1
  65. package/dist/components/Option/OptionContent.d.ts +2 -1
  66. package/dist/components/Option/OptionContent.d.ts.map +1 -1
  67. package/dist/components/Option/OptionDescription.d.ts +1 -1
  68. package/dist/components/Option/OptionDescription.d.ts.map +1 -1
  69. package/dist/components/Option/OptionDescriptionBlock.d.ts +2 -2
  70. package/dist/components/Option/OptionDescriptionBlock.d.ts.map +1 -1
  71. package/dist/components/Option/OptionDivider.d.ts +2 -3
  72. package/dist/components/Option/OptionDivider.d.ts.map +1 -1
  73. package/dist/components/Option/OptionHeader.d.ts +1 -1
  74. package/dist/components/Option/OptionHeader.d.ts.map +1 -1
  75. package/dist/components/Option/OptionIcon.d.ts +2 -3
  76. package/dist/components/Option/OptionIcon.d.ts.map +1 -1
  77. package/dist/components/Option/OptionInput.d.ts +1 -1
  78. package/dist/components/Option/OptionInput.d.ts.map +1 -1
  79. package/dist/components/Option/OptionMenu.d.ts +2 -4
  80. package/dist/components/Option/OptionMenu.d.ts.map +1 -1
  81. package/dist/components/Option/OptionTitle.d.ts +1 -1
  82. package/dist/components/Option/OptionTitle.d.ts.map +1 -1
  83. package/dist/components/Option/index.d.ts +14 -98
  84. package/dist/components/Option/index.d.ts.map +1 -1
  85. package/dist/components/Options/OptionContainer.d.ts +5 -0
  86. package/dist/components/Options/OptionContainer.d.ts.map +1 -0
  87. package/dist/components/Options/OptionType.d.ts +10 -0
  88. package/dist/components/Options/OptionType.d.ts.map +1 -0
  89. package/dist/components/Options/Options.d.ts +14 -20
  90. package/dist/components/Options/Options.d.ts.map +1 -1
  91. package/dist/components/Options/OptionsEmpty.d.ts +6 -0
  92. package/dist/components/Options/OptionsEmpty.d.ts.map +1 -0
  93. package/dist/components/Options/index.d.ts +4 -16
  94. package/dist/components/Options/index.d.ts.map +1 -1
  95. package/dist/components/Options/useCursor.d.ts +3 -2
  96. package/dist/components/Options/useCursor.d.ts.map +1 -1
  97. package/dist/components/OptionsPaginated/OptionsPaginated.d.ts +2 -20
  98. package/dist/components/OptionsPaginated/OptionsPaginated.d.ts.map +1 -1
  99. package/dist/components/PaginatedSelect/PaginatedMultiSelect.d.ts +2 -2
  100. package/dist/components/PaginatedSelect/PaginatedMultiSelect.d.ts.map +1 -1
  101. package/dist/components/PaginatedSelect/PaginatedMultiSelectFiltered.d.ts.map +1 -1
  102. package/dist/components/PasswordInput/PasswordInput.d.ts +3 -4
  103. package/dist/components/PasswordInput/PasswordInput.d.ts.map +1 -1
  104. package/dist/components/SearchInput/SearchInput.d.ts +6 -8
  105. package/dist/components/SearchInput/SearchInput.d.ts.map +1 -1
  106. package/dist/components/Select/SelectAnchorParams.d.ts +1 -1
  107. package/dist/components/Select/SelectAnchorParams.d.ts.map +1 -1
  108. package/dist/components/Select/SelectFilteredAnchor.d.ts +1 -1
  109. package/dist/components/Select/SelectFilteredAnchor.d.ts.map +1 -1
  110. package/dist/components/Select/SelectTrigger.d.ts +1 -1
  111. package/dist/components/Select/SelectTrigger.d.ts.map +1 -1
  112. package/dist/components/SelectInput/SelectInput.d.ts +10 -5
  113. package/dist/components/SelectInput/SelectInput.d.ts.map +1 -1
  114. package/dist/components/SelectInput/SelectInputOption.d.ts +5 -0
  115. package/dist/components/SelectInput/SelectInputOption.d.ts.map +1 -0
  116. package/dist/components/SelectInput/SelectInputPlaceholder.d.ts +5 -0
  117. package/dist/components/SelectInput/SelectInputPlaceholder.d.ts.map +1 -0
  118. package/dist/components/SelectInput/index.d.ts +2 -4
  119. package/dist/components/SelectInput/index.d.ts.map +1 -1
  120. package/dist/components/Sidebar/index.d.ts +1 -1
  121. package/dist/components/Skeleton/Skeleton.d.ts +2 -2
  122. package/dist/components/Skeleton/Skeleton.d.ts.map +1 -1
  123. package/dist/components/TelephoneInput/TelephoneInput.d.ts +7 -9
  124. package/dist/components/TelephoneInput/TelephoneInput.d.ts.map +1 -1
  125. package/dist/components/TextAreaInput/TextAreaInput.d.ts +6 -8
  126. package/dist/components/TextAreaInput/TextAreaInput.d.ts.map +1 -1
  127. package/dist/components/TextInput/TextInput.d.ts +7 -4
  128. package/dist/components/TextInput/TextInput.d.ts.map +1 -1
  129. package/dist/components/UrlInput/UrlInput.d.ts +3 -4
  130. package/dist/components/UrlInput/UrlInput.d.ts.map +1 -1
  131. package/dist/components/index.d.ts +0 -3
  132. package/dist/components/index.d.ts.map +1 -1
  133. package/dist/fuselage.css +2 -2
  134. package/dist/fuselage.css.map +1 -1
  135. package/dist/fuselage.development.js +8503 -15163
  136. package/dist/fuselage.development.js.map +1 -1
  137. package/dist/fuselage.production.js +226 -2
  138. package/dist/helpers/composeClassNames.d.ts +1 -1
  139. package/dist/helpers/composeClassNames.d.ts.map +1 -1
  140. package/package.json +33 -40
  141. package/dist/components/InputBox/Addon.d.ts +0 -4
  142. package/dist/components/InputBox/Addon.d.ts.map +0 -1
  143. package/dist/components/InputBox/Option.d.ts +0 -4
  144. package/dist/components/InputBox/Option.d.ts.map +0 -1
  145. package/dist/components/InputBox/Placeholder.d.ts +0 -4
  146. package/dist/components/InputBox/Placeholder.d.ts.map +0 -1
  147. package/dist/components/InputBox/Wrapper.d.ts +0 -4
  148. package/dist/components/InputBox/Wrapper.d.ts.map +0 -1
  149. package/dist/fuselage.production.js.LICENSE.txt +0 -18
@@ -1 +1 @@
1
- {"version":3,"file":"OptionsPaginated.d.ts","sourceRoot":"","sources":["../../../src/components/OptionsPaginated/OptionsPaginated.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,GAAG,EAAkB,MAAM,OAAO,CAAC;AAM9E,OAAO,GAAG,MAAM,QAAQ,CAAC;AAKzB,KAAK,qBAAqB,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,GAAG,CAAC,EAAE,UAAU,CAAC,GAAG;IAC1E,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE;QAAE,KAAK,EAAE,OAAO,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,EAAE,CAAC;IACjE,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,QAAQ,EAAE,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,CAAC,KAAK,IAAI,CAAC;IAC9C,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACtC,CAAC;AAEF,eAAO,MAAM,KAAK,oFAAuC,CAAC;AAI1D,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;EAUtB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,gBAAgB,wHAgE5B,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,qFAA6C,gFAMvE,CAAC"}
1
+ {"version":3,"file":"OptionsPaginated.d.ts","sourceRoot":"","sources":["../../../src/components/OptionsPaginated/OptionsPaginated.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAuB,MAAM,OAAO,CAAC;AAM9E,OAAO,GAAG,MAAM,QAAQ,CAAC;AAKzB,KAAK,qBAAqB,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,GAAG,CAAC,EAAE,UAAU,CAAC,GAAG;IAC1E,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE;QAAE,KAAK,EAAE,OAAO,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,EAAE,CAAC;IACjE,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,QAAQ,EAAE,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,CAAC,KAAK,IAAI,CAAC;IAC9C,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACtC,CAAC;AAEF,eAAO,MAAM,KAAK,oFAAuC,CAAC;AAI1D,eAAO,MAAM,WAAW;;EAUtB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,gBAAgB,wHAgE5B,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,qFAA6C,gFAMvE,CAAC"}
@@ -1,6 +1,6 @@
1
- import { type ComponentProps, ElementType } from 'react';
1
+ import { type ComponentProps, type ElementType } from 'react';
2
2
  import Box from '../Box';
3
- import Option from '../Option';
3
+ import { Option } from '../Option';
4
4
  import { OptionsPaginated } from '../OptionsPaginated';
5
5
  export type PaginatedMultiSelectOption = {
6
6
  value: string | number;
@@ -1 +1 @@
1
- {"version":3,"file":"PaginatedMultiSelect.d.ts","sourceRoot":"","sources":["../../../src/components/PaginatedSelect/PaginatedMultiSelect.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,cAAc,EAAoB,WAAW,EAAE,MAAM,OAAO,CAAC;AAI3E,OAAO,GAAG,MAAM,QAAQ,CAAC;AAKzB,OAAO,MAAM,MAAM,WAAW,CAAC;AAE/B,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAKvD,MAAM,MAAM,0BAA0B,GAAG;IACvC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,KAAK,yBAAyB,GAAG,IAAI,CACnC,cAAc,CAAC,OAAO,GAAG,CAAC,EAC1B,UAAU,GAAG,OAAO,CACrB,GAAG;IACF,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,0BAA0B,EAAE,CAAC;IACtC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACpD,KAAK,CAAC,EAAE,0BAA0B,EAAE,CAAC;IACrC,QAAQ,EAAE,CAAC,MAAM,EAAE,0BAA0B,EAAE,KAAK,IAAI,CAAC;IACzD,aAAa,CAAC,EAAE,WAAW,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,CAAC,CAAC;IACrE,UAAU,CAAC,EAAE,WAAW,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC,CAAC;IACxD,MAAM,CAAC,EAAE,GAAG,CAAC;CACd,CAAC;AAEF,QAAA,MAAM,oBAAoB,GAAI,kKAc3B,yBAAyB,4CA+I3B,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"PaginatedMultiSelect.d.ts","sourceRoot":"","sources":["../../../src/components/PaginatedSelect/PaginatedMultiSelect.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,cAAc,EAAoB,KAAK,WAAW,EAAE,MAAM,OAAO,CAAC;AAIhF,OAAO,GAAG,MAAM,QAAQ,CAAC;AAKzB,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAEnC,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAKvD,MAAM,MAAM,0BAA0B,GAAG;IACvC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,KAAK,yBAAyB,GAAG,IAAI,CACnC,cAAc,CAAC,OAAO,GAAG,CAAC,EAC1B,UAAU,GAAG,OAAO,CACrB,GAAG;IACF,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,0BAA0B,EAAE,CAAC;IACtC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACpD,KAAK,CAAC,EAAE,0BAA0B,EAAE,CAAC;IACrC,QAAQ,EAAE,CAAC,MAAM,EAAE,0BAA0B,EAAE,KAAK,IAAI,CAAC;IACzD,aAAa,CAAC,EAAE,WAAW,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,CAAC,CAAC;IACrE,UAAU,CAAC,EAAE,WAAW,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC,CAAC;IACxD,MAAM,CAAC,EAAE,GAAG,CAAC;CACd,CAAC;AAEF,QAAA,MAAM,oBAAoB,GAAI,kKAc3B,yBAAyB,4CA+I3B,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PaginatedMultiSelectFiltered.d.ts","sourceRoot":"","sources":["../../../src/components/PaginatedSelect/PaginatedMultiSelectFiltered.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAkB,MAAM,OAAO,CAAC;AAM5D,OAAO,oBAAoB,MAAM,wBAAwB,CAAC;AAE1D,KAAK,iCAAiC,GAAG;IACvC,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACrC,GAAG,cAAc,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAEhD,eAAO,MAAM,4BAA4B,GAAI,uDAM1C,iCAAiC,4CAqCnC,CAAC"}
1
+ {"version":3,"file":"PaginatedMultiSelectFiltered.d.ts","sourceRoot":"","sources":["../../../src/components/PaginatedSelect/PaginatedMultiSelectFiltered.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAkB,MAAM,OAAO,CAAC;AAM5D,OAAO,oBAAoB,MAAM,wBAAwB,CAAC;AAE1D,KAAK,iCAAiC,GAAG;IACvC,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACrC,GAAG,cAAc,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAEhD,eAAO,MAAM,4BAA4B,GAAI,uDAM1C,iCAAiC,4CAiCnC,CAAC"}
@@ -1,6 +1,5 @@
1
- import type { ComponentProps } from 'react';
2
- import { InputBox } from '../InputBox';
3
- type PasswordInputProps = Omit<ComponentProps<typeof InputBox>, 'type'>;
4
- declare const PasswordInput: import("react").ForwardRefExoticComponent<Omit<PasswordInputProps, "ref"> & import("react").RefAttributes<HTMLInputElement>>;
1
+ import { type InputBoxProps } from '../InputBox';
2
+ type PasswordInputProps = Omit<InputBoxProps, 'type'>;
3
+ declare const PasswordInput: import("react").ForwardRefExoticComponent<PasswordInputProps & import("react").RefAttributes<HTMLInputElement>>;
5
4
  export default PasswordInput;
6
5
  //# sourceMappingURL=PasswordInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PasswordInput.d.ts","sourceRoot":"","sources":["../../../src/components/PasswordInput/PasswordInput.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAO,MAAM,OAAO,CAAC;AAIjD,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAIvC,KAAK,kBAAkB,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,EAAE,MAAM,CAAC,CAAC;AAExE,QAAA,MAAM,aAAa,8HAuBjB,CAAC;AAEH,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"PasswordInput.d.ts","sourceRoot":"","sources":["../../../src/components/PasswordInput/PasswordInput.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAY,KAAK,aAAa,EAAE,MAAM,aAAa,CAAC;AAI3D,KAAK,kBAAkB,GAAG,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAAC;AAEtD,QAAA,MAAM,aAAa,iHAuBjB,CAAC;AAEH,eAAe,aAAa,CAAC"}
@@ -1,12 +1,10 @@
1
- import type { ComponentProps, ReactNode } from 'react';
2
- import { InputBox } from '../InputBox';
3
- type SearchInputProps = Omit<ComponentProps<typeof InputBox>, 'type'> & {
4
- addon?: ReactNode;
5
- error?: string;
6
- };
1
+ import type { ReactNode } from 'react';
2
+ import { type InputBoxProps } from '../InputBox';
7
3
  /**
8
4
  * An input for search queries.
9
5
  */
10
- export declare const SearchInput: import("react").ForwardRefExoticComponent<Omit<SearchInputProps, "ref"> & import("react").RefAttributes<HTMLInputElement>>;
11
- export {};
6
+ export declare const SearchInput: import("react").ForwardRefExoticComponent<Omit<InputBoxProps, "type"> & {
7
+ addon?: ReactNode;
8
+ error?: string;
9
+ } & import("react").RefAttributes<HTMLInputElement>>;
12
10
  //# sourceMappingURL=SearchInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SearchInput.d.ts","sourceRoot":"","sources":["../../../src/components/SearchInput/SearchInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAO,MAAM,OAAO,CAAC;AAG5D,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,KAAK,gBAAgB,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,EAAE,MAAM,CAAC,GAAG;IACtE,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,WAAW,4HAKtB,CAAC"}
1
+ {"version":3,"file":"SearchInput.d.ts","sourceRoot":"","sources":["../../../src/components/SearchInput/SearchInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAO,MAAM,OAAO,CAAC;AAG5C,OAAO,EAAY,KAAK,aAAa,EAAE,MAAM,aAAa,CAAC;AAO3D;;GAEG;AACH,eAAO,MAAM,WAAW;YAPd,SAAS;YACT,MAAM;oDAWd,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import type { FocusEventHandler, KeyboardEventHandler, MouseEventHandler, ReactNode, Ref } from 'react';
2
2
  export type SelectAnchorParams = {
3
- ref: Ref<Element>;
3
+ ref: Ref<HTMLInputElement>;
4
4
  children: ReactNode;
5
5
  disabled: boolean;
6
6
  onClick: MouseEventHandler;
@@ -1 +1 @@
1
- {"version":3,"file":"SelectAnchorParams.d.ts","sourceRoot":"","sources":["../../../src/components/Select/SelectAnchorParams.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,iBAAiB,EACjB,oBAAoB,EACpB,iBAAiB,EACjB,SAAS,EACT,GAAG,EACJ,MAAM,OAAO,CAAC;AAEf,MAAM,MAAM,kBAAkB,GAAG;IAC/B,GAAG,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC;IAClB,QAAQ,EAAE,SAAS,CAAC;IACpB,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,iBAAiB,CAAC;IAC3B,MAAM,EAAE,iBAAiB,CAAC;IAC1B,OAAO,EAAE,oBAAoB,CAAC;IAC9B,SAAS,EAAE,oBAAoB,CAAC;CACjC,CAAC"}
1
+ {"version":3,"file":"SelectAnchorParams.d.ts","sourceRoot":"","sources":["../../../src/components/Select/SelectAnchorParams.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,iBAAiB,EACjB,oBAAoB,EACpB,iBAAiB,EACjB,SAAS,EACT,GAAG,EACJ,MAAM,OAAO,CAAC;AAEf,MAAM,MAAM,kBAAkB,GAAG;IAC/B,GAAG,EAAE,GAAG,CAAC,gBAAgB,CAAC,CAAC;IAC3B,QAAQ,EAAE,SAAS,CAAC;IACpB,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,iBAAiB,CAAC;IAC3B,MAAM,EAAE,iBAAiB,CAAC;IAC1B,OAAO,EAAE,oBAAoB,CAAC;IAC9B,SAAS,EAAE,oBAAoB,CAAC;CACjC,CAAC"}
@@ -10,6 +10,6 @@ type SelectFilteredAnchorProps = {
10
10
  onKeyUp: KeyboardEventHandler;
11
11
  onKeyDown: KeyboardEventHandler;
12
12
  };
13
- declare const SelectFilteredAnchor: import("react").ForwardRefExoticComponent<SelectFilteredAnchorProps & import("react").RefAttributes<Element>>;
13
+ declare const SelectFilteredAnchor: import("react").ForwardRefExoticComponent<SelectFilteredAnchorProps & import("react").RefAttributes<HTMLInputElement>>;
14
14
  export default SelectFilteredAnchor;
15
15
  //# sourceMappingURL=SelectFilteredAnchor.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SelectFilteredAnchor.d.ts","sourceRoot":"","sources":["../../../src/components/Select/SelectFilteredAnchor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,iBAAiB,EAEjB,oBAAoB,EACpB,iBAAiB,EACjB,SAAS,EAEV,MAAM,OAAO,CAAC;AAKf,KAAK,yBAAyB,GAAG;IAC/B,QAAQ,EAAE,SAAS,CAAC;IACpB,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,iBAAiB,CAAC;IAC3B,MAAM,EAAE,iBAAiB,CAAC;IAC1B,OAAO,EAAE,oBAAoB,CAAC;IAC9B,SAAS,EAAE,oBAAoB,CAAC;CACjC,CAAC;AAEF,QAAA,MAAM,oBAAoB,+GAyBxB,CAAC;AAEH,eAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"SelectFilteredAnchor.d.ts","sourceRoot":"","sources":["../../../src/components/Select/SelectFilteredAnchor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,iBAAiB,EAEjB,oBAAoB,EACpB,iBAAiB,EACjB,SAAS,EAEV,MAAM,OAAO,CAAC;AAKf,KAAK,yBAAyB,GAAG;IAC/B,QAAQ,EAAE,SAAS,CAAC;IACpB,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,iBAAiB,CAAC;IAC3B,MAAM,EAAE,iBAAiB,CAAC;IAC1B,OAAO,EAAE,oBAAoB,CAAC;IAC9B,SAAS,EAAE,oBAAoB,CAAC;CACjC,CAAC;AAEF,QAAA,MAAM,oBAAoB,wHAyBxB,CAAC;AAEH,eAAe,oBAAoB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { AllHTMLAttributes } from 'react';
2
- import { AriaButtonProps } from 'react-aria';
2
+ import { type AriaButtonProps } from 'react-aria';
3
3
  export declare const SelectTrigger: import("react").ForwardRefExoticComponent<{
4
4
  small?: boolean;
5
5
  error?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"SelectTrigger.d.ts","sourceRoot":"","sources":["../../../src/components/Select/SelectTrigger.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAa,MAAM,OAAO,CAAC;AAE1D,OAAO,EAAa,eAAe,EAAE,MAAM,YAAY,CAAC;AAWxD,eAAO,MAAM,aAAa;YANhB,OAAO;YACP,MAAM;YACN,OAAO;wHAmChB,CAAC"}
1
+ {"version":3,"file":"SelectTrigger.d.ts","sourceRoot":"","sources":["../../../src/components/Select/SelectTrigger.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAa,MAAM,OAAO,CAAC;AAE1D,OAAO,EAAa,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAW7D,eAAO,MAAM,aAAa;YANhB,OAAO;YACP,MAAM;YACN,OAAO;wHAmChB,CAAC"}
@@ -1,7 +1,7 @@
1
- import type { ComponentProps, ReactNode } from 'react';
2
- import { InputBox } from '../InputBox';
1
+ import type { ReactNode } from 'react';
2
+ import { type InputBoxProps } from '../InputBox';
3
3
  type SelectInputOptions = readonly (readonly [string, string])[];
4
- type SelectInputProps = Omit<ComponentProps<typeof InputBox>, 'type'> & {
4
+ export type SelectInputProps = Omit<InputBoxProps, 'type'> & {
5
5
  error?: string;
6
6
  options?: SelectInputOptions;
7
7
  htmlSize?: number;
@@ -10,6 +10,11 @@ type SelectInputProps = Omit<ComponentProps<typeof InputBox>, 'type'> & {
10
10
  /**
11
11
  * An input for selection of options.
12
12
  */
13
- export declare const SelectInput: import("react").ForwardRefExoticComponent<Omit<SelectInputProps, "ref"> & import("react").RefAttributes<HTMLElement>>;
14
- export {};
13
+ declare const SelectInput: import("react").ForwardRefExoticComponent<Omit<InputBoxProps, "type"> & {
14
+ error?: string;
15
+ options?: SelectInputOptions;
16
+ htmlSize?: number;
17
+ addon?: ReactNode;
18
+ } & import("react").RefAttributes<HTMLElement>>;
19
+ export default SelectInput;
15
20
  //# sourceMappingURL=SelectInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SelectInput.d.ts","sourceRoot":"","sources":["../../../src/components/SelectInput/SelectInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAa,SAAS,EAAO,MAAM,OAAO,CAAC;AAIvE,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,KAAK,kBAAkB,GAAG,SAAS,CAAC,SAAS,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,EAAE,CAAC;AAEjE,KAAK,gBAAgB,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,EAAE,MAAM,CAAC,GAAG;IACtE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,WAAW,uHA0CtB,CAAC"}
1
+ {"version":3,"file":"SelectInput.d.ts","sourceRoot":"","sources":["../../../src/components/SelectInput/SelectInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAa,SAAS,EAAO,MAAM,OAAO,CAAC;AAIvD,OAAO,EAAY,KAAK,aAAa,EAAE,MAAM,aAAa,CAAC;AAI3D,KAAK,kBAAkB,GAAG,SAAS,CAAC,SAAS,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,EAAE,CAAC;AAEjE,MAAM,MAAM,gBAAgB,GAAG,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,GAAG;IAC3D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB,CAAC;AAEF;;GAEG;AACH,QAAA,MAAM,WAAW;YATP,MAAM;cACJ,kBAAkB;eACjB,MAAM;YACT,SAAS;+CAgDjB,CAAC;AAEH,eAAe,WAAW,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { type BoxProps } from '../Box';
2
+ export type SelectInputOptionProps = BoxProps;
3
+ declare const SelectInputOption: import("react").ForwardRefExoticComponent<BoxProps & import("react").RefAttributes<HTMLInputElement>>;
4
+ export default SelectInputOption;
5
+ //# sourceMappingURL=SelectInputOption.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SelectInputOption.d.ts","sourceRoot":"","sources":["../../../src/components/SelectInput/SelectInputOption.tsx"],"names":[],"mappings":"AAGA,OAAY,EAAE,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAE5C,MAAM,MAAM,sBAAsB,GAAG,QAAQ,CAAC;AAE9C,QAAA,MAAM,iBAAiB,uGAKrB,CAAC;AAEH,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { type BoxProps } from '../Box';
2
+ export type SelectInputPlaceholderProps = BoxProps;
3
+ declare const SelectInputPlaceholder: import("react").ForwardRefExoticComponent<BoxProps & import("react").RefAttributes<HTMLOptionElement>>;
4
+ export default SelectInputPlaceholder;
5
+ //# sourceMappingURL=SelectInputPlaceholder.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SelectInputPlaceholder.d.ts","sourceRoot":"","sources":["../../../src/components/SelectInput/SelectInputPlaceholder.tsx"],"names":[],"mappings":"AAGA,OAAY,EAAE,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAE5C,MAAM,MAAM,2BAA2B,GAAG,QAAQ,CAAC;AAEnD,QAAA,MAAM,sBAAsB,wGAK1B,CAAC;AAEH,eAAe,sBAAsB,CAAC"}
@@ -1,5 +1,3 @@
1
- export * from './SelectInput';
2
- export declare const SelectInputOption: import("react").ForwardRefExoticComponent<Omit<Omit<import("../Box").BoxProps & import("react").RefAttributes<any>, "ref"> & {
3
- ref?: ((instance: any) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<any> | null | undefined;
4
- }, "ref"> & import("react").RefAttributes<HTMLInputElement>>;
1
+ export { default as SelectInput, type SelectInputProps } from './SelectInput';
2
+ export { default as SelectInputOption, type SelectInputOptionProps, } from './SelectInputOption';
5
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/SelectInput/index.ts"],"names":[],"mappings":"AAEA,cAAc,eAAe,CAAC;AAE9B,eAAO,MAAM,iBAAiB;;4DAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/SelectInput/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAC9E,OAAO,EACL,OAAO,IAAI,iBAAiB,EAC5B,KAAK,sBAAsB,GAC5B,MAAM,qBAAqB,CAAC"}
@@ -92,7 +92,7 @@ declare const _default: ((props: SidebarProps) => import("react/jsx-runtime").JS
92
92
  className?: string;
93
93
  highlighted?: boolean;
94
94
  icon: ComponentProps<typeof import("..").Icon>["name"];
95
- } & Omit<import("react").AllHTMLAttributes<HTMLElement>, "is" | "name">) => import("react/jsx-runtime").JSX.Element;
95
+ } & Omit<import("react").AllHTMLAttributes<HTMLElement>, "name" | "is">) => import("react/jsx-runtime").JSX.Element;
96
96
  Avatar: ({ ...props }: {
97
97
  children?: import("react").ReactNode;
98
98
  } & import("react").AllHTMLAttributes<HTMLElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,5 @@
1
- import { AllHTMLAttributes } from 'react';
2
- import { StylingBoxProps } from '../Box';
1
+ import type { AllHTMLAttributes } from 'react';
2
+ import type { StylingBoxProps } from '../Box';
3
3
  type SkeletonProps = Omit<StylingBoxProps, 'children'> & {
4
4
  variant?: 'text' | 'rect' | 'circle';
5
5
  } & AllHTMLAttributes<HTMLSpanElement>;
@@ -1 +1 @@
1
- {"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../../src/components/Skeleton/Skeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG1C,OAAO,EAAc,eAAe,EAAE,MAAM,QAAQ,CAAC;AAErD,KAAK,aAAa,GAAG,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,GAAG;IACvD,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ,CAAC;CACtC,GAAG,iBAAiB,CAAC,eAAe,CAAC,CAAC;AAEvC,QAAA,MAAM,QAAQ,GAAI,uBAAgC,aAAa,4CAY9D,CAAC;AACF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
1
+ {"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../../src/components/Skeleton/Skeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;AAG9C,KAAK,aAAa,GAAG,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,GAAG;IACvD,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ,CAAC;CACtC,GAAG,iBAAiB,CAAC,eAAe,CAAC,CAAC;AAEvC,QAAA,MAAM,QAAQ,GAAI,uBAAgC,aAAa,4CAY9D,CAAC;AACF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -1,13 +1,11 @@
1
- import type { ComponentProps, ReactNode } from 'react';
2
- import { InputBox } from '../InputBox';
3
- type TelephoneInputProps = Omit<ComponentProps<typeof InputBox>, 'type'> & {
4
- addon?: ReactNode;
5
- input?: ReactNode;
6
- error?: string;
7
- };
1
+ import type { ReactNode } from 'react';
2
+ import { type InputBoxProps } from '../InputBox';
8
3
  /**
9
4
  * An input for telephone numbers.
10
5
  */
11
- export declare const TelephoneInput: import("react").ForwardRefExoticComponent<Omit<TelephoneInputProps, "ref"> & import("react").RefAttributes<HTMLInputElement>>;
12
- export {};
6
+ export declare const TelephoneInput: import("react").ForwardRefExoticComponent<Omit<InputBoxProps, "type"> & {
7
+ addon?: ReactNode;
8
+ input?: ReactNode;
9
+ error?: string;
10
+ } & import("react").RefAttributes<HTMLInputElement>>;
13
11
  //# sourceMappingURL=TelephoneInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TelephoneInput.d.ts","sourceRoot":"","sources":["../../../src/components/TelephoneInput/TelephoneInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAO,MAAM,OAAO,CAAC;AAG5D,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,KAAK,mBAAmB,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,EAAE,MAAM,CAAC,GAAG;IACzE,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,cAAc,+HAKzB,CAAC"}
1
+ {"version":3,"file":"TelephoneInput.d.ts","sourceRoot":"","sources":["../../../src/components/TelephoneInput/TelephoneInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAO,MAAM,OAAO,CAAC;AAG5C,OAAO,EAAY,KAAK,aAAa,EAAE,MAAM,aAAa,CAAC;AAQ3D;;GAEG;AACH,eAAO,MAAM,cAAc;YARjB,SAAS;YACT,SAAS;YACT,MAAM;oDAWd,CAAC"}
@@ -1,12 +1,10 @@
1
- import type { ComponentProps, ReactNode } from 'react';
2
- import { InputBox } from '../InputBox';
3
- type TextAreaInputProps = Omit<ComponentProps<typeof InputBox>, 'type'> & {
4
- addon?: ReactNode;
5
- error?: string;
6
- };
1
+ import type { ReactNode } from 'react';
2
+ import { type InputBoxProps } from '../InputBox';
7
3
  /**
8
4
  * An input for multi-line plain-text editing.
9
5
  */
10
- export declare const TextAreaInput: import("react").ForwardRefExoticComponent<Omit<TextAreaInputProps, "ref"> & import("react").RefAttributes<HTMLTextAreaElement>>;
11
- export {};
6
+ export declare const TextAreaInput: import("react").ForwardRefExoticComponent<Omit<InputBoxProps, "type"> & {
7
+ addon?: ReactNode;
8
+ error?: string;
9
+ } & import("react").RefAttributes<HTMLTextAreaElement>>;
12
10
  //# sourceMappingURL=TextAreaInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextAreaInput.d.ts","sourceRoot":"","sources":["../../../src/components/TextAreaInput/TextAreaInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAO,MAAM,OAAO,CAAC;AAG5D,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,KAAK,kBAAkB,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,EAAE,MAAM,CAAC,GAAG;IACxE,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa,iIAKxB,CAAC"}
1
+ {"version":3,"file":"TextAreaInput.d.ts","sourceRoot":"","sources":["../../../src/components/TextAreaInput/TextAreaInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAO,MAAM,OAAO,CAAC;AAG5C,OAAO,EAAY,KAAK,aAAa,EAAE,MAAM,aAAa,CAAC;AAO3D;;GAEG;AACH,eAAO,MAAM,aAAa;YAPhB,SAAS;YACT,MAAM;uDAWd,CAAC"}
@@ -1,11 +1,14 @@
1
- import type { ComponentProps, ReactNode } from 'react';
2
- import { InputBox } from '../InputBox';
3
- export type TextInputProps = Omit<ComponentProps<typeof InputBox>, 'type'> & {
1
+ import type { ReactNode } from 'react';
2
+ import { type InputBoxProps } from '../InputBox';
3
+ export type TextInputProps = Omit<InputBoxProps, 'type'> & {
4
4
  addon?: ReactNode;
5
5
  error?: string;
6
6
  };
7
7
  /**
8
8
  * An input for any kind of single-line text.
9
9
  */
10
- export declare const TextInput: import("react").ForwardRefExoticComponent<Omit<TextInputProps, "ref"> & import("react").RefAttributes<HTMLInputElement>>;
10
+ export declare const TextInput: import("react").ForwardRefExoticComponent<Omit<InputBoxProps, "type"> & {
11
+ addon?: ReactNode;
12
+ error?: string;
13
+ } & import("react").RefAttributes<HTMLInputElement>>;
11
14
  //# sourceMappingURL=TextInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../src/components/TextInput/TextInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAO,MAAM,OAAO,CAAC;AAG5D,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,EAAE,MAAM,CAAC,GAAG;IAC3E,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,SAAS,0HAKpB,CAAC"}
1
+ {"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../src/components/TextInput/TextInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAO,MAAM,OAAO,CAAC;AAG5C,OAAO,EAAY,KAAK,aAAa,EAAE,MAAM,aAAa,CAAC;AAE3D,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,GAAG;IACzD,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,SAAS;YAPZ,SAAS;YACT,MAAM;oDAWd,CAAC"}
@@ -1,6 +1,5 @@
1
- import type { ComponentProps } from 'react';
2
- import { InputBox } from '../InputBox';
3
- type UrlInputProps = Omit<ComponentProps<typeof InputBox>, 'type'>;
4
- declare const UrlInput: import("react").ForwardRefExoticComponent<Omit<UrlInputProps, "ref"> & import("react").RefAttributes<HTMLElement>>;
1
+ import { type InputBoxProps } from '../InputBox';
2
+ type UrlInputProps = Omit<InputBoxProps, 'type'>;
3
+ declare const UrlInput: import("react").ForwardRefExoticComponent<UrlInputProps & import("react").RefAttributes<HTMLElement>>;
5
4
  export default UrlInput;
6
5
  //# sourceMappingURL=UrlInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UrlInput.d.ts","sourceRoot":"","sources":["../../../src/components/UrlInput/UrlInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAO,MAAM,OAAO,CAAC;AAGjD,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,KAAK,aAAa,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,EAAE,MAAM,CAAC,CAAC;AAEnE,QAAA,MAAM,QAAQ,oHAKZ,CAAC;AAEH,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"UrlInput.d.ts","sourceRoot":"","sources":["../../../src/components/UrlInput/UrlInput.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAY,KAAK,aAAa,EAAE,MAAM,aAAa,CAAC;AAE3D,KAAK,aAAa,GAAG,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAAC;AAEjD,QAAA,MAAM,QAAQ,uGAKZ,CAAC;AAEH,eAAe,QAAQ,CAAC"}
@@ -23,7 +23,6 @@ export { default as Chip } from './Chip';
23
23
  export * from './Divider';
24
24
  export * from './Dropdown';
25
25
  export * from './EmailInput';
26
- export { default as Field } from './Field';
27
26
  export * from './Field';
28
27
  export * from './FieldGroup';
29
28
  export * from './FramedIcon';
@@ -40,9 +39,7 @@ export * from './Modal';
40
39
  export * from './MultiSelect';
41
40
  export * from './NavBar';
42
41
  export * from './NumberInput';
43
- export { default as Options } from './Options';
44
42
  export * from './Options';
45
- export { default as Option } from './Option';
46
43
  export * from './Option';
47
44
  export * from './Pagination';
48
45
  export * from './PaletteStyleTag';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"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"}