@bookjane2/bookjane-design-library 7.3.55 → 8.0.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.
- package/lib/assets/SadJaneIcon.d.ts +3 -0
- package/lib/assets/SadJaneIcon.d.ts.map +1 -0
- package/lib/assets/SadJaneIcon.js +58 -0
- package/lib/assets/SadJaneIcon.js.map +1 -0
- package/lib/assets/SadJaneIcon.tsx +1 -1
- package/lib/common.types.d.ts +44 -0
- package/lib/common.types.d.ts.map +1 -0
- package/lib/common.types.js +34 -0
- package/lib/common.types.js.map +1 -0
- package/lib/components/BKJAddressInput/BKJAddressInput.context.d.ts +10 -0
- package/lib/components/BKJAddressInput/BKJAddressInput.context.d.ts.map +1 -0
- package/lib/components/BKJAddressInput/BKJAddressInput.context.js +113 -0
- package/lib/components/BKJAddressInput/BKJAddressInput.context.js.map +1 -0
- package/lib/components/BKJAddressInput/BKJAddressInput.d.ts +4 -0
- package/lib/components/BKJAddressInput/BKJAddressInput.d.ts.map +1 -0
- package/lib/components/BKJAddressInput/BKJAddressInput.js +3 -0
- package/lib/components/BKJAddressInput/BKJAddressInput.js.map +1 -0
- package/lib/components/BKJAddressInput/BKJAddressInput.stories.d.ts +9 -0
- package/lib/components/BKJAddressInput/BKJAddressInput.stories.d.ts.map +1 -0
- package/lib/components/BKJAddressInput/BKJAddressInput.stories.js +11 -0
- package/lib/components/BKJAddressInput/BKJAddressInput.stories.js.map +1 -0
- package/lib/components/BKJAddressInput/BKJAddressInput.types.d.ts +73 -0
- package/lib/components/BKJAddressInput/BKJAddressInput.types.d.ts.map +1 -0
- package/lib/components/BKJAddressInput/BKJAddressInput.types.js +2 -0
- package/lib/components/BKJAddressInput/BKJAddressInput.types.js.map +1 -0
- package/lib/components/BKJAddressInput/index.d.ts +2 -0
- package/lib/components/BKJAddressInput/index.d.ts.map +1 -0
- package/lib/components/BKJAddressInput/index.js +2 -0
- package/lib/components/BKJAddressInput/index.js.map +1 -0
- package/lib/components/BKJAddressInput/normalizedPlaceChangeHandler.d.ts +3 -0
- package/lib/components/BKJAddressInput/normalizedPlaceChangeHandler.d.ts.map +1 -0
- package/lib/components/BKJAddressInput/normalizedPlaceChangeHandler.js +48 -0
- package/lib/components/BKJAddressInput/normalizedPlaceChangeHandler.js.map +1 -0
- package/lib/components/BKJAlert/BKJAlert.d.ts +4 -0
- package/lib/components/BKJAlert/BKJAlert.d.ts.map +1 -0
- package/lib/components/BKJAlert/BKJAlert.js +12 -0
- package/lib/components/BKJAlert/BKJAlert.js.map +1 -0
- package/lib/components/BKJAlert/BKJAlert.stories.d.ts +14 -0
- package/lib/components/BKJAlert/BKJAlert.stories.d.ts.map +1 -0
- package/lib/components/BKJAlert/BKJAlert.stories.js +19 -0
- package/lib/components/BKJAlert/BKJAlert.stories.js.map +1 -0
- package/lib/components/BKJAlert/BKJAlert.styled.d.ts +8 -0
- package/lib/components/BKJAlert/BKJAlert.styled.d.ts.map +1 -0
- package/lib/components/BKJAlert/BKJAlert.styled.js +33 -0
- package/lib/components/BKJAlert/BKJAlert.styled.js.map +1 -0
- package/lib/components/BKJAlert/BKJAlert.types.d.ts +6 -0
- package/lib/components/BKJAlert/BKJAlert.types.d.ts.map +1 -0
- package/lib/components/BKJAlert/BKJAlert.types.js +2 -0
- package/lib/components/BKJAlert/BKJAlert.types.js.map +1 -0
- package/lib/components/BKJAlert/index.d.ts +3 -0
- package/lib/components/BKJAlert/index.d.ts.map +1 -0
- package/lib/components/BKJAlert/index.js +3 -0
- package/lib/components/BKJAlert/index.js.map +1 -0
- package/lib/components/BKJAvatar/BKJAvatar.d.ts +4 -0
- package/lib/components/BKJAvatar/BKJAvatar.d.ts.map +1 -0
- package/lib/components/BKJAvatar/BKJAvatar.js +10 -0
- package/lib/components/BKJAvatar/BKJAvatar.js.map +1 -0
- package/lib/components/BKJAvatar/BKJAvatar.stories.d.ts +40 -0
- package/lib/components/BKJAvatar/BKJAvatar.stories.d.ts.map +1 -0
- package/lib/components/BKJAvatar/BKJAvatar.stories.js +47 -0
- package/lib/components/BKJAvatar/BKJAvatar.stories.js.map +1 -0
- package/lib/components/BKJAvatar/BKJAvatar.styled.d.ts +13 -0
- package/lib/components/BKJAvatar/BKJAvatar.styled.d.ts.map +1 -0
- package/lib/components/BKJAvatar/BKJAvatar.styled.js +24 -0
- package/lib/components/BKJAvatar/BKJAvatar.styled.js.map +1 -0
- package/lib/components/BKJAvatar/BKJAvatar.types.d.ts +10 -0
- package/lib/components/BKJAvatar/BKJAvatar.types.d.ts.map +1 -0
- package/lib/components/BKJAvatar/BKJAvatar.types.js +2 -0
- package/lib/components/BKJAvatar/BKJAvatar.types.js.map +1 -0
- package/lib/components/BKJAvatar/index.d.ts +3 -0
- package/lib/components/BKJAvatar/index.d.ts.map +1 -0
- package/lib/components/BKJAvatar/index.js +3 -0
- package/lib/components/BKJAvatar/index.js.map +1 -0
- package/lib/components/BKJBadge/BKJBadge.d.ts +4 -0
- package/lib/components/BKJBadge/BKJBadge.d.ts.map +1 -0
- package/lib/components/BKJBadge/BKJBadge.js +4 -0
- package/lib/components/BKJBadge/BKJBadge.js.map +1 -0
- package/lib/components/BKJBadge/BKJBadge.stories.d.ts +21 -0
- package/lib/components/BKJBadge/BKJBadge.stories.d.ts.map +1 -0
- package/lib/components/BKJBadge/BKJBadge.stories.js +52 -0
- package/lib/components/BKJBadge/BKJBadge.stories.js.map +1 -0
- package/lib/components/BKJBadge/BKJBadge.styled.d.ts +5 -0
- package/lib/components/BKJBadge/BKJBadge.styled.d.ts.map +1 -0
- package/lib/components/BKJBadge/BKJBadge.styled.js +18 -0
- package/lib/components/BKJBadge/BKJBadge.styled.js.map +1 -0
- package/lib/components/BKJBadge/BKJBadge.theme.d.ts +3 -0
- package/lib/components/BKJBadge/BKJBadge.theme.d.ts.map +1 -0
- package/lib/components/BKJBadge/BKJBadge.theme.js +132 -0
- package/lib/components/BKJBadge/BKJBadge.theme.js.map +1 -0
- package/lib/components/BKJBadge/BKJBadge.types.d.ts +36 -0
- package/lib/components/BKJBadge/BKJBadge.types.d.ts.map +1 -0
- package/lib/components/BKJBadge/BKJBadge.types.js +2 -0
- package/lib/components/BKJBadge/BKJBadge.types.js.map +1 -0
- package/lib/components/BKJBadge/index.d.ts +3 -0
- package/lib/components/BKJBadge/index.d.ts.map +1 -0
- package/lib/components/BKJBadge/index.js +3 -0
- package/lib/components/BKJBadge/index.js.map +1 -0
- package/lib/components/BKJButton/BKJButton.d.ts +4 -0
- package/lib/components/BKJButton/BKJButton.d.ts.map +1 -0
- package/lib/components/BKJButton/BKJButton.js +9 -0
- package/lib/components/BKJButton/BKJButton.js.map +1 -0
- package/lib/components/BKJButton/BKJButton.stories.d.ts +47 -0
- package/lib/components/BKJButton/BKJButton.stories.d.ts.map +1 -0
- package/lib/components/BKJButton/BKJButton.stories.js +66 -0
- package/lib/components/BKJButton/BKJButton.stories.js.map +1 -0
- package/lib/components/BKJButton/BKJButton.styled.d.ts +11 -0
- package/lib/components/BKJButton/BKJButton.styled.d.ts.map +1 -0
- package/lib/components/BKJButton/BKJButton.styled.js +45 -0
- package/lib/components/BKJButton/BKJButton.styled.js.map +1 -0
- package/lib/components/BKJButton/BKJButton.theme.d.ts +3 -0
- package/lib/components/BKJButton/BKJButton.theme.d.ts.map +1 -0
- package/lib/components/BKJButton/BKJButton.theme.js +417 -0
- package/lib/components/BKJButton/BKJButton.theme.js.map +1 -0
- package/lib/components/BKJButton/BKJButton.types.d.ts +28 -0
- package/lib/components/BKJButton/BKJButton.types.d.ts.map +1 -0
- package/lib/components/BKJButton/BKJButton.types.js +2 -0
- package/lib/components/BKJButton/BKJButton.types.js.map +1 -0
- package/lib/components/BKJButton/index.d.ts +3 -0
- package/lib/components/BKJButton/index.d.ts.map +1 -0
- package/lib/components/BKJButton/index.js +3 -0
- package/lib/components/BKJButton/index.js.map +1 -0
- package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.d.ts +4 -0
- package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.d.ts.map +1 -0
- package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.js +13 -0
- package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.js.map +1 -0
- package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.stories.d.ts +46 -0
- package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.stories.d.ts.map +1 -0
- package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.stories.js +54 -0
- package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.stories.js.map +1 -0
- package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.styled.d.ts +25 -0
- package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.styled.d.ts.map +1 -0
- package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.styled.js +82 -0
- package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.styled.js.map +1 -0
- package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.types.d.ts +22 -0
- package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.types.d.ts.map +1 -0
- package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.types.js +2 -0
- package/lib/components/BKJButtonIconTextInput/BKJButtonIconTextInput.types.js.map +1 -0
- package/lib/components/BKJButtonIconTextInput/index.d.ts +2 -0
- package/lib/components/BKJButtonIconTextInput/index.d.ts.map +1 -0
- package/lib/components/BKJButtonIconTextInput/index.js +2 -0
- package/lib/components/BKJButtonIconTextInput/index.js.map +1 -0
- package/lib/components/BKJCheckbox/BKJCheckbox.d.ts +4 -0
- package/lib/components/BKJCheckbox/BKJCheckbox.d.ts.map +1 -0
- package/lib/components/BKJCheckbox/BKJCheckbox.js +25 -0
- package/lib/components/BKJCheckbox/BKJCheckbox.js.map +1 -0
- package/lib/components/BKJCheckbox/BKJCheckbox.stories.d.ts +50 -0
- package/lib/components/BKJCheckbox/BKJCheckbox.stories.d.ts.map +1 -0
- package/lib/components/BKJCheckbox/BKJCheckbox.stories.js +50 -0
- package/lib/components/BKJCheckbox/BKJCheckbox.stories.js.map +1 -0
- package/lib/components/BKJCheckbox/BKJCheckbox.styled.d.ts +12 -0
- package/lib/components/BKJCheckbox/BKJCheckbox.styled.d.ts.map +1 -0
- package/lib/components/BKJCheckbox/BKJCheckbox.styled.js +59 -0
- package/lib/components/BKJCheckbox/BKJCheckbox.styled.js.map +1 -0
- package/lib/components/BKJCheckbox/BKJCheckbox.theme.d.ts +3 -0
- package/lib/components/BKJCheckbox/BKJCheckbox.theme.d.ts.map +1 -0
- package/lib/components/BKJCheckbox/BKJCheckbox.theme.js +43 -0
- package/lib/components/BKJCheckbox/BKJCheckbox.theme.js.map +1 -0
- package/lib/components/BKJCheckbox/BKJCheckbox.types.d.ts +39 -0
- package/lib/components/BKJCheckbox/BKJCheckbox.types.d.ts.map +1 -0
- package/lib/components/BKJCheckbox/BKJCheckbox.types.js +2 -0
- package/lib/components/BKJCheckbox/BKJCheckbox.types.js.map +1 -0
- package/lib/components/BKJCheckbox/index.d.ts +3 -0
- package/lib/components/BKJCheckbox/index.d.ts.map +1 -0
- package/lib/components/BKJCheckbox/index.js +3 -0
- package/lib/components/BKJCheckbox/index.js.map +1 -0
- package/lib/components/BKJCheckbox/src/BKJCheck.d.ts +4 -0
- package/lib/components/BKJCheckbox/src/BKJCheck.d.ts.map +1 -0
- package/lib/components/BKJCheckbox/src/BKJCheck.js +14 -0
- package/lib/components/BKJCheckbox/src/BKJCheck.js.map +1 -0
- package/lib/components/BKJCheckbox/src/BKJCheck.theme.d.ts +3 -0
- package/lib/components/BKJCheckbox/src/BKJCheck.theme.d.ts.map +1 -0
- package/lib/components/BKJCheckbox/src/BKJCheck.theme.js +17 -0
- package/lib/components/BKJCheckbox/src/BKJCheck.theme.js.map +1 -0
- package/lib/components/BKJCheckbox/src/BKJCheck.types.d.ts +20 -0
- package/lib/components/BKJCheckbox/src/BKJCheck.types.d.ts.map +1 -0
- package/lib/components/BKJCheckbox/src/BKJCheck.types.js +2 -0
- package/lib/components/BKJCheckbox/src/BKJCheck.types.js.map +1 -0
- package/lib/components/BKJCheckboxListItem/BKJCheckboxListItem.d.ts +8 -0
- package/lib/components/BKJCheckboxListItem/BKJCheckboxListItem.d.ts.map +1 -0
- package/lib/components/BKJCheckboxListItem/BKJCheckboxListItem.js +23 -0
- package/lib/components/BKJCheckboxListItem/BKJCheckboxListItem.js.map +1 -0
- package/lib/components/BKJCheckboxListItem/BKJCheckboxListItem.stories.d.ts +11 -0
- package/lib/components/BKJCheckboxListItem/BKJCheckboxListItem.stories.d.ts.map +1 -0
- package/lib/components/BKJCheckboxListItem/BKJCheckboxListItem.stories.js +16 -0
- package/lib/components/BKJCheckboxListItem/BKJCheckboxListItem.stories.js.map +1 -0
- package/lib/components/BKJCheckboxListItem/index.d.ts +3 -0
- package/lib/components/BKJCheckboxListItem/index.d.ts.map +1 -0
- package/lib/components/BKJCheckboxListItem/index.js +3 -0
- package/lib/components/BKJCheckboxListItem/index.js.map +1 -0
- package/lib/components/BKJChip/BKJChip.d.ts +4 -0
- package/lib/components/BKJChip/BKJChip.d.ts.map +1 -0
- package/lib/components/BKJChip/BKJChip.js +5 -0
- package/lib/components/BKJChip/BKJChip.js.map +1 -0
- package/lib/components/BKJChip/BKJChip.stories.d.ts +22 -0
- package/lib/components/BKJChip/BKJChip.stories.d.ts.map +1 -0
- package/lib/components/BKJChip/BKJChip.stories.js +27 -0
- package/lib/components/BKJChip/BKJChip.stories.js.map +1 -0
- package/lib/components/BKJChip/BKJChip.styled.d.ts +7 -0
- package/lib/components/BKJChip/BKJChip.styled.d.ts.map +1 -0
- package/lib/components/BKJChip/BKJChip.styled.js +26 -0
- package/lib/components/BKJChip/BKJChip.styled.js.map +1 -0
- package/lib/components/BKJChip/BKJChip.theme.d.ts +3 -0
- package/lib/components/BKJChip/BKJChip.theme.d.ts.map +1 -0
- package/lib/components/BKJChip/BKJChip.theme.js +10 -0
- package/lib/components/BKJChip/BKJChip.theme.js.map +1 -0
- package/lib/components/BKJChip/BKJChip.types.d.ts +12 -0
- package/lib/components/BKJChip/BKJChip.types.d.ts.map +1 -0
- package/lib/components/BKJChip/BKJChip.types.js +2 -0
- package/lib/components/BKJChip/BKJChip.types.js.map +1 -0
- package/lib/components/BKJChip/index.d.ts +3 -0
- package/lib/components/BKJChip/index.d.ts.map +1 -0
- package/lib/components/BKJChip/index.js +3 -0
- package/lib/components/BKJChip/index.js.map +1 -0
- package/lib/components/BKJComboBox/BKJComboBox.d.ts +8 -0
- package/lib/components/BKJComboBox/BKJComboBox.d.ts.map +1 -0
- package/lib/components/BKJComboBox/BKJComboBox.js +18 -0
- package/lib/components/BKJComboBox/BKJComboBox.js.map +1 -0
- package/lib/components/BKJComboBox/BKJComboBox.stories.d.ts +9 -0
- package/lib/components/BKJComboBox/BKJComboBox.stories.d.ts.map +1 -0
- package/lib/components/BKJComboBox/BKJComboBox.stories.js +32 -0
- package/lib/components/BKJComboBox/BKJComboBox.stories.js.map +1 -0
- package/lib/components/BKJComboBox/BKJComboBox.types.d.ts +122 -0
- package/lib/components/BKJComboBox/BKJComboBox.types.d.ts.map +1 -0
- package/lib/components/BKJComboBox/BKJComboBox.types.js +2 -0
- package/lib/components/BKJComboBox/BKJComboBox.types.js.map +1 -0
- package/lib/components/BKJComboBox/BKJComboBox.utils.d.ts +24 -0
- package/lib/components/BKJComboBox/BKJComboBox.utils.d.ts.map +1 -0
- package/lib/components/BKJComboBox/BKJComboBox.utils.js +168 -0
- package/lib/components/BKJComboBox/BKJComboBox.utils.js.map +1 -0
- package/lib/components/BKJComboBox/fortune-500-company-list.json +3002 -0
- package/lib/components/BKJComboBox/index.d.ts +2 -0
- package/lib/components/BKJComboBox/index.d.ts.map +1 -0
- package/lib/components/BKJComboBox/index.js +2 -0
- package/lib/components/BKJComboBox/index.js.map +1 -0
- package/lib/components/BKJComboBox/opts.d.ts +7 -0
- package/lib/components/BKJComboBox/opts.d.ts.map +1 -0
- package/lib/components/BKJComboBox/opts.js +483 -0
- package/lib/components/BKJComboBox/opts.js.map +1 -0
- package/lib/components/BKJComboBox/src/BKJComboBox.context.d.ts +6 -0
- package/lib/components/BKJComboBox/src/BKJComboBox.context.d.ts.map +1 -0
- package/lib/components/BKJComboBox/src/BKJComboBox.context.hooks.d.ts +14 -0
- package/lib/components/BKJComboBox/src/BKJComboBox.context.hooks.d.ts.map +1 -0
- package/lib/components/BKJComboBox/src/BKJComboBox.context.hooks.js +10 -0
- package/lib/components/BKJComboBox/src/BKJComboBox.context.hooks.js.map +1 -0
- package/lib/components/BKJComboBox/src/BKJComboBox.context.js +200 -0
- package/lib/components/BKJComboBox/src/BKJComboBox.context.js.map +1 -0
- package/lib/components/BKJComboBox/src/BKJComboBoxInput.d.ts +8 -0
- package/lib/components/BKJComboBox/src/BKJComboBoxInput.d.ts.map +1 -0
- package/lib/components/BKJComboBox/src/BKJComboBoxInput.js +23 -0
- package/lib/components/BKJComboBox/src/BKJComboBoxInput.js.map +1 -0
- package/lib/components/BKJComboBox/src/BKJComboBoxItem.d.ts +4 -0
- package/lib/components/BKJComboBox/src/BKJComboBoxItem.d.ts.map +1 -0
- package/lib/components/BKJComboBox/src/BKJComboBoxItem.js +28 -0
- package/lib/components/BKJComboBox/src/BKJComboBoxItem.js.map +1 -0
- package/lib/components/BKJComboBox/src/BKJComboBoxOptions.d.ts +9 -0
- package/lib/components/BKJComboBox/src/BKJComboBoxOptions.d.ts.map +1 -0
- package/lib/components/BKJComboBox/src/BKJComboBoxOptions.js +34 -0
- package/lib/components/BKJComboBox/src/BKJComboBoxOptions.js.map +1 -0
- package/lib/components/BKJComboBox/src/BKJComboBoxOptionsMapper.d.ts +6 -0
- package/lib/components/BKJComboBox/src/BKJComboBoxOptionsMapper.d.ts.map +1 -0
- package/lib/components/BKJComboBox/src/BKJComboBoxOptionsMapper.js +21 -0
- package/lib/components/BKJComboBox/src/BKJComboBoxOptionsMapper.js.map +1 -0
- package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.d.ts +7 -0
- package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.d.ts.map +1 -0
- package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.js +18 -0
- package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.js.map +1 -0
- package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.stories.d.ts +9 -0
- package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.stories.d.ts.map +1 -0
- package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.stories.js +94 -0
- package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.stories.js.map +1 -0
- package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.types.d.ts +126 -0
- package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.types.d.ts.map +1 -0
- package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.types.js +2 -0
- package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.types.js.map +1 -0
- package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.utils.d.ts +12 -0
- package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.utils.d.ts.map +1 -0
- package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.utils.js +81 -0
- package/lib/components/BKJComboBoxAsync/BKJComboBoxAsync.utils.js.map +1 -0
- package/lib/components/BKJComboBoxAsync/fortune-500-company-list.json +3509 -0
- package/lib/components/BKJComboBoxAsync/index.d.ts +2 -0
- package/lib/components/BKJComboBoxAsync/index.d.ts.map +1 -0
- package/lib/components/BKJComboBoxAsync/index.js +2 -0
- package/lib/components/BKJComboBoxAsync/index.js.map +1 -0
- package/lib/components/BKJComboBoxAsync/opts.d.ts +7 -0
- package/lib/components/BKJComboBoxAsync/opts.d.ts.map +1 -0
- package/lib/components/BKJComboBoxAsync/opts.js +483 -0
- package/lib/components/BKJComboBoxAsync/opts.js.map +1 -0
- package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsync.context.d.ts +6 -0
- package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsync.context.d.ts.map +1 -0
- package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsync.context.hooks.d.ts +12 -0
- package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsync.context.hooks.d.ts.map +1 -0
- package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsync.context.hooks.js +9 -0
- package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsync.context.hooks.js.map +1 -0
- package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsync.context.js +190 -0
- package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsync.context.js.map +1 -0
- package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncInput.d.ts +8 -0
- package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncInput.d.ts.map +1 -0
- package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncInput.js +31 -0
- package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncInput.js.map +1 -0
- package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncItem.d.ts +3 -0
- package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncItem.d.ts.map +1 -0
- package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncItem.js +22 -0
- package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncItem.js.map +1 -0
- package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncOptions.d.ts +8 -0
- package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncOptions.d.ts.map +1 -0
- package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncOptions.js +26 -0
- package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncOptions.js.map +1 -0
- package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncOptionsMapper.d.ts +6 -0
- package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncOptionsMapper.d.ts.map +1 -0
- package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncOptionsMapper.js +60 -0
- package/lib/components/BKJComboBoxAsync/src/BKJComboBoxAsyncOptionsMapper.js.map +1 -0
- package/lib/components/BKJDialog/BKJDialog.d.ts +4 -0
- package/lib/components/BKJDialog/BKJDialog.d.ts.map +1 -0
- package/lib/components/BKJDialog/BKJDialog.js +27 -0
- package/lib/components/BKJDialog/BKJDialog.js.map +1 -0
- package/lib/components/BKJDialog/BKJDialog.stories.d.ts +33 -0
- package/lib/components/BKJDialog/BKJDialog.stories.d.ts.map +1 -0
- package/lib/components/BKJDialog/BKJDialog.stories.js +43 -0
- package/lib/components/BKJDialog/BKJDialog.stories.js.map +1 -0
- package/lib/components/BKJDialog/BKJDialog.styled.d.ts +12 -0
- package/lib/components/BKJDialog/BKJDialog.styled.d.ts.map +1 -0
- package/lib/components/BKJDialog/BKJDialog.styled.js +67 -0
- package/lib/components/BKJDialog/BKJDialog.styled.js.map +1 -0
- package/lib/components/BKJDialog/BKJDialog.theme.d.ts +3 -0
- package/lib/components/BKJDialog/BKJDialog.theme.d.ts.map +1 -0
- package/lib/components/BKJDialog/BKJDialog.theme.js +6 -0
- package/lib/components/BKJDialog/BKJDialog.theme.js.map +1 -0
- package/lib/components/BKJDialog/BKJDialog.types.d.ts +18 -0
- package/lib/components/BKJDialog/BKJDialog.types.d.ts.map +1 -0
- package/lib/components/BKJDialog/BKJDialog.types.js +2 -0
- package/lib/components/BKJDialog/BKJDialog.types.js.map +1 -0
- package/lib/components/BKJDialog/index.d.ts +2 -0
- package/lib/components/BKJDialog/index.d.ts.map +1 -0
- package/lib/components/BKJDialog/index.js +2 -0
- package/lib/components/BKJDialog/index.js.map +1 -0
- package/lib/components/BKJDialogChildren/BKJDialogChildren.d.ts +4 -0
- package/lib/components/BKJDialogChildren/BKJDialogChildren.d.ts.map +1 -0
- package/lib/components/BKJDialogChildren/BKJDialogChildren.js +27 -0
- package/lib/components/BKJDialogChildren/BKJDialogChildren.js.map +1 -0
- package/lib/components/BKJDialogChildren/BKJDialogChildren.stories.d.ts +44 -0
- package/lib/components/BKJDialogChildren/BKJDialogChildren.stories.d.ts.map +1 -0
- package/lib/components/BKJDialogChildren/BKJDialogChildren.stories.js +55 -0
- package/lib/components/BKJDialogChildren/BKJDialogChildren.stories.js.map +1 -0
- package/lib/components/BKJDialogChildren/BKJDialogChildren.styled.d.ts +11 -0
- package/lib/components/BKJDialogChildren/BKJDialogChildren.styled.d.ts.map +1 -0
- package/lib/components/BKJDialogChildren/BKJDialogChildren.styled.js +61 -0
- package/lib/components/BKJDialogChildren/BKJDialogChildren.styled.js.map +1 -0
- package/lib/components/BKJDialogChildren/BKJDialogChildren.theme.d.ts +3 -0
- package/lib/components/BKJDialogChildren/BKJDialogChildren.theme.d.ts.map +1 -0
- package/lib/components/BKJDialogChildren/BKJDialogChildren.theme.js +6 -0
- package/lib/components/BKJDialogChildren/BKJDialogChildren.theme.js.map +1 -0
- package/lib/components/BKJDialogChildren/BKJDialogChildren.types.d.ts +18 -0
- package/lib/components/BKJDialogChildren/BKJDialogChildren.types.d.ts.map +1 -0
- package/lib/components/BKJDialogChildren/BKJDialogChildren.types.js +2 -0
- package/lib/components/BKJDialogChildren/BKJDialogChildren.types.js.map +1 -0
- package/lib/components/BKJDialogChildren/index.d.ts +2 -0
- package/lib/components/BKJDialogChildren/index.d.ts.map +1 -0
- package/lib/components/BKJDialogChildren/index.js +2 -0
- package/lib/components/BKJDialogChildren/index.js.map +1 -0
- package/lib/components/BKJDollarTextInput/BKJDollarTextInput.d.ts +4 -0
- package/lib/components/BKJDollarTextInput/BKJDollarTextInput.d.ts.map +1 -0
- package/lib/components/BKJDollarTextInput/BKJDollarTextInput.js +35 -0
- package/lib/components/BKJDollarTextInput/BKJDollarTextInput.js.map +1 -0
- package/lib/components/BKJDollarTextInput/BKJDollarTextInput.stories.d.ts +37 -0
- package/lib/components/BKJDollarTextInput/BKJDollarTextInput.stories.d.ts.map +1 -0
- package/lib/components/BKJDollarTextInput/BKJDollarTextInput.stories.js +52 -0
- package/lib/components/BKJDollarTextInput/BKJDollarTextInput.stories.js.map +1 -0
- package/lib/components/BKJDollarTextInput/BKJDollarTextInput.styled.d.ts +16 -0
- package/lib/components/BKJDollarTextInput/BKJDollarTextInput.styled.d.ts.map +1 -0
- package/lib/components/BKJDollarTextInput/BKJDollarTextInput.styled.js +37 -0
- package/lib/components/BKJDollarTextInput/BKJDollarTextInput.styled.js.map +1 -0
- package/lib/components/BKJDollarTextInput/BKJDollarTextInput.types.d.ts +15 -0
- package/lib/components/BKJDollarTextInput/BKJDollarTextInput.types.d.ts.map +1 -0
- package/lib/components/BKJDollarTextInput/BKJDollarTextInput.types.js +2 -0
- package/lib/components/BKJDollarTextInput/BKJDollarTextInput.types.js.map +1 -0
- package/lib/components/BKJDollarTextInput/index.d.ts +3 -0
- package/lib/components/BKJDollarTextInput/index.d.ts.map +1 -0
- package/lib/components/BKJDollarTextInput/index.js +3 -0
- package/lib/components/BKJDollarTextInput/index.js.map +1 -0
- package/lib/components/BKJDropdown/BKJDropdown.d.ts +13 -0
- package/lib/components/BKJDropdown/BKJDropdown.d.ts.map +1 -0
- package/lib/components/BKJDropdown/BKJDropdown.js +72 -0
- package/lib/components/BKJDropdown/BKJDropdown.js.map +1 -0
- package/lib/components/BKJDropdown/BKJDropdown.theme.d.ts +3 -0
- package/lib/components/BKJDropdown/BKJDropdown.theme.d.ts.map +1 -0
- package/lib/components/BKJDropdown/BKJDropdown.theme.js +32 -0
- package/lib/components/BKJDropdown/BKJDropdown.theme.js.map +1 -0
- package/lib/components/BKJDropdown/BKJDropdown.types.d.ts +6 -0
- package/lib/components/BKJDropdown/BKJDropdown.types.d.ts.map +1 -0
- package/lib/components/BKJDropdown/BKJDropdown.types.js +2 -0
- package/lib/components/BKJDropdown/BKJDropdown.types.js.map +1 -0
- package/lib/components/BKJDropdown/index.d.ts +2 -0
- package/lib/components/BKJDropdown/index.d.ts.map +1 -0
- package/lib/components/BKJDropdown/index.js +2 -0
- package/lib/components/BKJDropdown/index.js.map +1 -0
- package/lib/components/BKJDropdownMenu/BKJDropdownMenu.d.ts +8 -0
- package/lib/components/BKJDropdownMenu/BKJDropdownMenu.d.ts.map +1 -0
- package/lib/components/BKJDropdownMenu/BKJDropdownMenu.js +82 -0
- package/lib/components/BKJDropdownMenu/BKJDropdownMenu.js.map +1 -0
- package/lib/components/BKJDropdownMenu/BKJDropdownMenu.stories.d.ts +8 -0
- package/lib/components/BKJDropdownMenu/BKJDropdownMenu.stories.d.ts.map +1 -0
- package/lib/components/BKJDropdownMenu/BKJDropdownMenu.stories.js +12 -0
- package/lib/components/BKJDropdownMenu/BKJDropdownMenu.stories.js.map +1 -0
- package/lib/components/BKJDropdownMenu/BKJDropdownMenu.styled.d.ts +2 -0
- package/lib/components/BKJDropdownMenu/BKJDropdownMenu.styled.d.ts.map +1 -0
- package/lib/components/BKJDropdownMenu/BKJDropdownMenu.styled.js +9 -0
- package/lib/components/BKJDropdownMenu/BKJDropdownMenu.styled.js.map +1 -0
- package/lib/components/BKJDropdownMenu/index.d.ts +2 -0
- package/lib/components/BKJDropdownMenu/index.d.ts.map +1 -0
- package/lib/components/BKJDropdownMenu/index.js +2 -0
- package/lib/components/BKJDropdownMenu/index.js.map +1 -0
- package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.context.d.ts +9 -0
- package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.context.d.ts.map +1 -0
- package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.context.js +34 -0
- package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.context.js.map +1 -0
- package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.d.ts +4 -0
- package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.d.ts.map +1 -0
- package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.js +16 -0
- package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.js.map +1 -0
- package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.stories.d.ts +9 -0
- package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.stories.d.ts.map +1 -0
- package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.stories.js +15 -0
- package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.stories.js.map +1 -0
- package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.styled.d.ts +4 -0
- package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.styled.d.ts.map +1 -0
- package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.styled.js +14 -0
- package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.styled.js.map +1 -0
- package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.types.d.ts +13 -0
- package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.types.d.ts.map +1 -0
- package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.types.js +2 -0
- package/lib/components/BKJEllipsisMenu/BKJEllipsisMenu.types.js.map +1 -0
- package/lib/components/BKJEllipsisMenu/BKJEllipsisMenuDropdown.d.ts +4 -0
- package/lib/components/BKJEllipsisMenu/BKJEllipsisMenuDropdown.d.ts.map +1 -0
- package/lib/components/BKJEllipsisMenu/BKJEllipsisMenuDropdown.js +28 -0
- package/lib/components/BKJEllipsisMenu/BKJEllipsisMenuDropdown.js.map +1 -0
- package/lib/components/BKJEllipsisMenu/index.d.ts +3 -0
- package/lib/components/BKJEllipsisMenu/index.d.ts.map +1 -0
- package/lib/components/BKJEllipsisMenu/index.js +3 -0
- package/lib/components/BKJEllipsisMenu/index.js.map +1 -0
- package/lib/components/BKJFileInput/BKJFileInput.d.ts +4 -0
- package/lib/components/BKJFileInput/BKJFileInput.d.ts.map +1 -0
- package/lib/components/BKJFileInput/BKJFileInput.js +28 -0
- package/lib/components/BKJFileInput/BKJFileInput.js.map +1 -0
- package/lib/components/BKJFileInput/BKJFileInput.stories.d.ts +13 -0
- package/lib/components/BKJFileInput/BKJFileInput.stories.d.ts.map +1 -0
- package/lib/components/BKJFileInput/BKJFileInput.stories.js +23 -0
- package/lib/components/BKJFileInput/BKJFileInput.stories.js.map +1 -0
- package/lib/components/BKJFileInput/BKJFileInput.styled.d.ts +24 -0
- package/lib/components/BKJFileInput/BKJFileInput.styled.d.ts.map +1 -0
- package/lib/components/BKJFileInput/BKJFileInput.styled.js +58 -0
- package/lib/components/BKJFileInput/BKJFileInput.styled.js.map +1 -0
- package/lib/components/BKJFileInput/BKJFileInput.types.d.ts +15 -0
- package/lib/components/BKJFileInput/BKJFileInput.types.d.ts.map +1 -0
- package/lib/components/BKJFileInput/BKJFileInput.types.js +2 -0
- package/lib/components/BKJFileInput/BKJFileInput.types.js.map +1 -0
- package/lib/components/BKJFileInput/index.d.ts +2 -0
- package/lib/components/BKJFileInput/index.d.ts.map +1 -0
- package/lib/components/BKJFileInput/index.js +2 -0
- package/lib/components/BKJFileInput/index.js.map +1 -0
- package/lib/components/BKJHorizontalRule/BKJHorizontalRule.d.ts +3 -0
- package/lib/components/BKJHorizontalRule/BKJHorizontalRule.d.ts.map +1 -0
- package/lib/components/BKJHorizontalRule/BKJHorizontalRule.js +9 -0
- package/lib/components/BKJHorizontalRule/BKJHorizontalRule.js.map +1 -0
- package/lib/components/BKJHorizontalRule/BKJHorizontalRule.types.d.ts +13 -0
- package/lib/components/BKJHorizontalRule/BKJHorizontalRule.types.d.ts.map +1 -0
- package/lib/components/BKJHorizontalRule/BKJHorizontalRule.types.js +16 -0
- package/lib/components/BKJHorizontalRule/BKJHorizontalRule.types.js.map +1 -0
- package/lib/components/BKJHorizontalRule/index.d.ts +2 -0
- package/lib/components/BKJHorizontalRule/index.d.ts.map +1 -0
- package/lib/components/BKJHorizontalRule/index.js +2 -0
- package/lib/components/BKJHorizontalRule/index.js.map +1 -0
- package/lib/components/BKJIcon/BKJIcon.d.ts +4 -0
- package/lib/components/BKJIcon/BKJIcon.d.ts.map +1 -0
- package/lib/components/BKJIcon/BKJIcon.js +13 -0
- package/lib/components/BKJIcon/BKJIcon.js.map +1 -0
- package/lib/components/BKJIcon/BKJIcon.stories.d.ts +33 -0
- package/lib/components/BKJIcon/BKJIcon.stories.d.ts.map +1 -0
- package/lib/components/BKJIcon/BKJIcon.stories.js +46 -0
- package/lib/components/BKJIcon/BKJIcon.stories.js.map +1 -0
- package/lib/components/BKJIcon/BKJIcon.stories.styled.d.ts +7 -0
- package/lib/components/BKJIcon/BKJIcon.stories.styled.d.ts.map +1 -0
- package/lib/components/BKJIcon/BKJIcon.stories.styled.js +32 -0
- package/lib/components/BKJIcon/BKJIcon.stories.styled.js.map +1 -0
- package/lib/components/BKJIcon/BKJIcon.types.d.ts +29 -0
- package/lib/components/BKJIcon/BKJIcon.types.d.ts.map +1 -0
- package/lib/components/BKJIcon/BKJIcon.types.js +115 -0
- package/lib/components/BKJIcon/BKJIcon.types.js.map +1 -0
- package/lib/components/BKJIcon/index.d.ts +3 -0
- package/lib/components/BKJIcon/index.d.ts.map +1 -0
- package/lib/components/BKJIcon/index.js +3 -0
- package/lib/components/BKJIcon/index.js.map +1 -0
- package/lib/components/BKJIcon/src/avatars/Avatar.d.ts +3 -0
- package/lib/components/BKJIcon/src/avatars/Avatar.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/avatars/Avatar.js +11 -0
- package/lib/components/BKJIcon/src/avatars/Avatar.js.map +1 -0
- package/lib/components/BKJIcon/src/avatars/AvatarFill.d.ts +3 -0
- package/lib/components/BKJIcon/src/avatars/AvatarFill.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/avatars/AvatarFill.js +11 -0
- package/lib/components/BKJIcon/src/avatars/AvatarFill.js.map +1 -0
- package/lib/components/BKJIcon/src/avatars/MobileAvatarFill.d.ts +3 -0
- package/lib/components/BKJIcon/src/avatars/MobileAvatarFill.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/avatars/MobileAvatarFill.js +11 -0
- package/lib/components/BKJIcon/src/avatars/MobileAvatarFill.js.map +1 -0
- package/lib/components/BKJIcon/src/functions/Add.d.ts +3 -0
- package/lib/components/BKJIcon/src/functions/Add.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/functions/Add.js +11 -0
- package/lib/components/BKJIcon/src/functions/Add.js.map +1 -0
- package/lib/components/BKJIcon/src/functions/Delete.d.ts +3 -0
- package/lib/components/BKJIcon/src/functions/Delete.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/functions/Delete.js +11 -0
- package/lib/components/BKJIcon/src/functions/Delete.js.map +1 -0
- package/lib/components/BKJIcon/src/functions/Download.d.ts +3 -0
- package/lib/components/BKJIcon/src/functions/Download.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/functions/Download.js +10 -0
- package/lib/components/BKJIcon/src/functions/Download.js.map +1 -0
- package/lib/components/BKJIcon/src/functions/Filters.d.ts +3 -0
- package/lib/components/BKJIcon/src/functions/Filters.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/functions/Filters.js +10 -0
- package/lib/components/BKJIcon/src/functions/Filters.js.map +1 -0
- package/lib/components/BKJIcon/src/functions/HamburgerExpand.d.ts +3 -0
- package/lib/components/BKJIcon/src/functions/HamburgerExpand.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/functions/HamburgerExpand.js +10 -0
- package/lib/components/BKJIcon/src/functions/HamburgerExpand.js.map +1 -0
- package/lib/components/BKJIcon/src/functions/HamburgerTablet.d.ts +3 -0
- package/lib/components/BKJIcon/src/functions/HamburgerTablet.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/functions/HamburgerTablet.js +10 -0
- package/lib/components/BKJIcon/src/functions/HamburgerTablet.js.map +1 -0
- package/lib/components/BKJIcon/src/functions/Minus.d.ts +3 -0
- package/lib/components/BKJIcon/src/functions/Minus.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/functions/Minus.js +11 -0
- package/lib/components/BKJIcon/src/functions/Minus.js.map +1 -0
- package/lib/components/BKJIcon/src/functions/Plus.d.ts +3 -0
- package/lib/components/BKJIcon/src/functions/Plus.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/functions/Plus.js +10 -0
- package/lib/components/BKJIcon/src/functions/Plus.js.map +1 -0
- package/lib/components/BKJIcon/src/functions/Sort.d.ts +3 -0
- package/lib/components/BKJIcon/src/functions/Sort.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/functions/Sort.js +10 -0
- package/lib/components/BKJIcon/src/functions/Sort.js.map +1 -0
- package/lib/components/BKJIcon/src/functions/Templates.d.ts +3 -0
- package/lib/components/BKJIcon/src/functions/Templates.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/functions/Templates.js +10 -0
- package/lib/components/BKJIcon/src/functions/Templates.js.map +1 -0
- package/lib/components/BKJIcon/src/functions/Trash.d.ts +3 -0
- package/lib/components/BKJIcon/src/functions/Trash.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/functions/Trash.js +10 -0
- package/lib/components/BKJIcon/src/functions/Trash.js.map +1 -0
- package/lib/components/BKJIcon/src/general/Client.d.ts +3 -0
- package/lib/components/BKJIcon/src/general/Client.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/general/Client.js +11 -0
- package/lib/components/BKJIcon/src/general/Client.js.map +1 -0
- package/lib/components/BKJIcon/src/general/ClientPreferences.d.ts +3 -0
- package/lib/components/BKJIcon/src/general/ClientPreferences.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/general/ClientPreferences.js +10 -0
- package/lib/components/BKJIcon/src/general/ClientPreferences.js.map +1 -0
- package/lib/components/BKJIcon/src/general/Copy.d.ts +3 -0
- package/lib/components/BKJIcon/src/general/Copy.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/general/Copy.js +10 -0
- package/lib/components/BKJIcon/src/general/Copy.js.map +1 -0
- package/lib/components/BKJIcon/src/general/DevNotes.d.ts +3 -0
- package/lib/components/BKJIcon/src/general/DevNotes.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/general/DevNotes.js +11 -0
- package/lib/components/BKJIcon/src/general/DevNotes.js.map +1 -0
- package/lib/components/BKJIcon/src/general/Document.d.ts +3 -0
- package/lib/components/BKJIcon/src/general/Document.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/general/Document.js +10 -0
- package/lib/components/BKJIcon/src/general/Document.js.map +1 -0
- package/lib/components/BKJIcon/src/general/Edit.d.ts +3 -0
- package/lib/components/BKJIcon/src/general/Edit.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/general/Edit.js +10 -0
- package/lib/components/BKJIcon/src/general/Edit.js.map +1 -0
- package/lib/components/BKJIcon/src/general/Ellipsis.d.ts +3 -0
- package/lib/components/BKJIcon/src/general/Ellipsis.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/general/Ellipsis.js +10 -0
- package/lib/components/BKJIcon/src/general/Ellipsis.js.map +1 -0
- package/lib/components/BKJIcon/src/general/EllipsisInCircle.d.ts +3 -0
- package/lib/components/BKJIcon/src/general/EllipsisInCircle.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/general/EllipsisInCircle.js +11 -0
- package/lib/components/BKJIcon/src/general/EllipsisInCircle.js.map +1 -0
- package/lib/components/BKJIcon/src/general/Eye.d.ts +8 -0
- package/lib/components/BKJIcon/src/general/Eye.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/general/Eye.js +9 -0
- package/lib/components/BKJIcon/src/general/Eye.js.map +1 -0
- package/lib/components/BKJIcon/src/general/Group.d.ts +3 -0
- package/lib/components/BKJIcon/src/general/Group.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/general/Group.js +10 -0
- package/lib/components/BKJIcon/src/general/Group.js.map +1 -0
- package/lib/components/BKJIcon/src/general/Group2.d.ts +3 -0
- package/lib/components/BKJIcon/src/general/Group2.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/general/Group2.js +10 -0
- package/lib/components/BKJIcon/src/general/Group2.js.map +1 -0
- package/lib/components/BKJIcon/src/general/Info.d.ts +3 -0
- package/lib/components/BKJIcon/src/general/Info.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/general/Info.js +10 -0
- package/lib/components/BKJIcon/src/general/Info.js.map +1 -0
- package/lib/components/BKJIcon/src/general/Location.d.ts +3 -0
- package/lib/components/BKJIcon/src/general/Location.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/general/Location.js +11 -0
- package/lib/components/BKJIcon/src/general/Location.js.map +1 -0
- package/lib/components/BKJIcon/src/general/Location1.d.ts +3 -0
- package/lib/components/BKJIcon/src/general/Location1.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/general/Location1.js +11 -0
- package/lib/components/BKJIcon/src/general/Location1.js.map +1 -0
- package/lib/components/BKJIcon/src/general/Notes1.d.ts +3 -0
- package/lib/components/BKJIcon/src/general/Notes1.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/general/Notes1.js +11 -0
- package/lib/components/BKJIcon/src/general/Notes1.js.map +1 -0
- package/lib/components/BKJIcon/src/general/Paste.d.ts +3 -0
- package/lib/components/BKJIcon/src/general/Paste.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/general/Paste.js +10 -0
- package/lib/components/BKJIcon/src/general/Paste.js.map +1 -0
- package/lib/components/BKJIcon/src/general/Payment.d.ts +3 -0
- package/lib/components/BKJIcon/src/general/Payment.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/general/Payment.js +10 -0
- package/lib/components/BKJIcon/src/general/Payment.js.map +1 -0
- package/lib/components/BKJIcon/src/general/PendingSignup.d.ts +3 -0
- package/lib/components/BKJIcon/src/general/PendingSignup.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/general/PendingSignup.js +11 -0
- package/lib/components/BKJIcon/src/general/PendingSignup.js.map +1 -0
- package/lib/components/BKJIcon/src/general/Phone.d.ts +3 -0
- package/lib/components/BKJIcon/src/general/Phone.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/general/Phone.js +10 -0
- package/lib/components/BKJIcon/src/general/Phone.js.map +1 -0
- package/lib/components/BKJIcon/src/general/Position.d.ts +3 -0
- package/lib/components/BKJIcon/src/general/Position.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/general/Position.js +10 -0
- package/lib/components/BKJIcon/src/general/Position.js.map +1 -0
- package/lib/components/BKJIcon/src/general/Reply.d.ts +3 -0
- package/lib/components/BKJIcon/src/general/Reply.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/general/Reply.js +10 -0
- package/lib/components/BKJIcon/src/general/Reply.js.map +1 -0
- package/lib/components/BKJIcon/src/general/RoomType.d.ts +3 -0
- package/lib/components/BKJIcon/src/general/RoomType.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/general/RoomType.js +11 -0
- package/lib/components/BKJIcon/src/general/RoomType.js.map +1 -0
- package/lib/components/BKJIcon/src/general/Search.d.ts +3 -0
- package/lib/components/BKJIcon/src/general/Search.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/general/Search.js +10 -0
- package/lib/components/BKJIcon/src/general/Search.js.map +1 -0
- package/lib/components/BKJIcon/src/general/Time.d.ts +3 -0
- package/lib/components/BKJIcon/src/general/Time.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/general/Time.js +11 -0
- package/lib/components/BKJIcon/src/general/Time.js.map +1 -0
- package/lib/components/BKJIcon/src/general/Video.d.ts +3 -0
- package/lib/components/BKJIcon/src/general/Video.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/general/Video.js +10 -0
- package/lib/components/BKJIcon/src/general/Video.js.map +1 -0
- package/lib/components/BKJIcon/src/general/Warning.d.ts +3 -0
- package/lib/components/BKJIcon/src/general/Warning.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/general/Warning.js +10 -0
- package/lib/components/BKJIcon/src/general/Warning.js.map +1 -0
- package/lib/components/BKJIcon/src/index.d.ts +101 -0
- package/lib/components/BKJIcon/src/index.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/index.js +101 -0
- package/lib/components/BKJIcon/src/index.js.map +1 -0
- package/lib/components/BKJIcon/src/indicators/Checkmark.d.ts +3 -0
- package/lib/components/BKJIcon/src/indicators/Checkmark.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/indicators/Checkmark.js +10 -0
- package/lib/components/BKJIcon/src/indicators/Checkmark.js.map +1 -0
- package/lib/components/BKJIcon/src/indicators/Dedicated.d.ts +3 -0
- package/lib/components/BKJIcon/src/indicators/Dedicated.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/indicators/Dedicated.js +10 -0
- package/lib/components/BKJIcon/src/indicators/Dedicated.js.map +1 -0
- package/lib/components/BKJIcon/src/indicators/DefaultOutline.d.ts +3 -0
- package/lib/components/BKJIcon/src/indicators/DefaultOutline.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/indicators/DefaultOutline.js +10 -0
- package/lib/components/BKJIcon/src/indicators/DefaultOutline.js.map +1 -0
- package/lib/components/BKJIcon/src/indicators/Error.d.ts +3 -0
- package/lib/components/BKJIcon/src/indicators/Error.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/indicators/Error.js +11 -0
- package/lib/components/BKJIcon/src/indicators/Error.js.map +1 -0
- package/lib/components/BKJIcon/src/indicators/ErrorDot.d.ts +3 -0
- package/lib/components/BKJIcon/src/indicators/ErrorDot.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/indicators/ErrorDot.js +10 -0
- package/lib/components/BKJIcon/src/indicators/ErrorDot.js.map +1 -0
- package/lib/components/BKJIcon/src/indicators/ErrorLarge.d.ts +3 -0
- package/lib/components/BKJIcon/src/indicators/ErrorLarge.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/indicators/ErrorLarge.js +10 -0
- package/lib/components/BKJIcon/src/indicators/ErrorLarge.js.map +1 -0
- package/lib/components/BKJIcon/src/indicators/Locked.d.ts +3 -0
- package/lib/components/BKJIcon/src/indicators/Locked.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/indicators/Locked.js +10 -0
- package/lib/components/BKJIcon/src/indicators/Locked.js.map +1 -0
- package/lib/components/BKJIcon/src/indicators/Pause.d.ts +3 -0
- package/lib/components/BKJIcon/src/indicators/Pause.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/indicators/Pause.js +11 -0
- package/lib/components/BKJIcon/src/indicators/Pause.js.map +1 -0
- package/lib/components/BKJIcon/src/indicators/Recurring.d.ts +3 -0
- package/lib/components/BKJIcon/src/indicators/Recurring.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/indicators/Recurring.js +10 -0
- package/lib/components/BKJIcon/src/indicators/Recurring.js.map +1 -0
- package/lib/components/BKJIcon/src/indicators/Star.d.ts +3 -0
- package/lib/components/BKJIcon/src/indicators/Star.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/indicators/Star.js +10 -0
- package/lib/components/BKJIcon/src/indicators/Star.js.map +1 -0
- package/lib/components/BKJIcon/src/indicators/StepCheck.d.ts +4 -0
- package/lib/components/BKJIcon/src/indicators/StepCheck.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/indicators/StepCheck.js +11 -0
- package/lib/components/BKJIcon/src/indicators/StepCheck.js.map +1 -0
- package/lib/components/BKJIcon/src/indicators/StepcountNumber.d.ts +3 -0
- package/lib/components/BKJIcon/src/indicators/StepcountNumber.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/indicators/StepcountNumber.js +11 -0
- package/lib/components/BKJIcon/src/indicators/StepcountNumber.js.map +1 -0
- package/lib/components/BKJIcon/src/indicators/SuccessDot.d.ts +3 -0
- package/lib/components/BKJIcon/src/indicators/SuccessDot.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/indicators/SuccessDot.js +10 -0
- package/lib/components/BKJIcon/src/indicators/SuccessDot.js.map +1 -0
- package/lib/components/BKJIcon/src/indicators/Warning.d.ts +3 -0
- package/lib/components/BKJIcon/src/indicators/Warning.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/indicators/Warning.js +11 -0
- package/lib/components/BKJIcon/src/indicators/Warning.js.map +1 -0
- package/lib/components/BKJIcon/src/indicators/WarningDot.d.ts +3 -0
- package/lib/components/BKJIcon/src/indicators/WarningDot.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/indicators/WarningDot.js +10 -0
- package/lib/components/BKJIcon/src/indicators/WarningDot.js.map +1 -0
- package/lib/components/BKJIcon/src/navigation/ArrowDown.d.ts +3 -0
- package/lib/components/BKJIcon/src/navigation/ArrowDown.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/navigation/ArrowDown.js +11 -0
- package/lib/components/BKJIcon/src/navigation/ArrowDown.js.map +1 -0
- package/lib/components/BKJIcon/src/navigation/ArrowLeft.d.ts +3 -0
- package/lib/components/BKJIcon/src/navigation/ArrowLeft.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/navigation/ArrowLeft.js +10 -0
- package/lib/components/BKJIcon/src/navigation/ArrowLeft.js.map +1 -0
- package/lib/components/BKJIcon/src/navigation/ArrowRight.d.ts +3 -0
- package/lib/components/BKJIcon/src/navigation/ArrowRight.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/navigation/ArrowRight.js +10 -0
- package/lib/components/BKJIcon/src/navigation/ArrowRight.js.map +1 -0
- package/lib/components/BKJIcon/src/navigation/ArrowUp.d.ts +3 -0
- package/lib/components/BKJIcon/src/navigation/ArrowUp.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/navigation/ArrowUp.js +10 -0
- package/lib/components/BKJIcon/src/navigation/ArrowUp.js.map +1 -0
- package/lib/components/BKJIcon/src/navigation/BackArrow.d.ts +3 -0
- package/lib/components/BKJIcon/src/navigation/BackArrow.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/navigation/BackArrow.js +10 -0
- package/lib/components/BKJIcon/src/navigation/BackArrow.js.map +1 -0
- package/lib/components/BKJIcon/src/navigation/ChevronDoubleLeft.d.ts +3 -0
- package/lib/components/BKJIcon/src/navigation/ChevronDoubleLeft.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/navigation/ChevronDoubleLeft.js +10 -0
- package/lib/components/BKJIcon/src/navigation/ChevronDoubleLeft.js.map +1 -0
- package/lib/components/BKJIcon/src/navigation/ChevronDoubleRight.d.ts +3 -0
- package/lib/components/BKJIcon/src/navigation/ChevronDoubleRight.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/navigation/ChevronDoubleRight.js +10 -0
- package/lib/components/BKJIcon/src/navigation/ChevronDoubleRight.js.map +1 -0
- package/lib/components/BKJIcon/src/navigation/ChevronDown.d.ts +3 -0
- package/lib/components/BKJIcon/src/navigation/ChevronDown.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/navigation/ChevronDown.js +10 -0
- package/lib/components/BKJIcon/src/navigation/ChevronDown.js.map +1 -0
- package/lib/components/BKJIcon/src/navigation/ChevronLeft.d.ts +3 -0
- package/lib/components/BKJIcon/src/navigation/ChevronLeft.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/navigation/ChevronLeft.js +10 -0
- package/lib/components/BKJIcon/src/navigation/ChevronLeft.js.map +1 -0
- package/lib/components/BKJIcon/src/navigation/ChevronLeftInCircle.d.ts +3 -0
- package/lib/components/BKJIcon/src/navigation/ChevronLeftInCircle.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/navigation/ChevronLeftInCircle.js +11 -0
- package/lib/components/BKJIcon/src/navigation/ChevronLeftInCircle.js.map +1 -0
- package/lib/components/BKJIcon/src/navigation/ChevronLeftLarge.d.ts +3 -0
- package/lib/components/BKJIcon/src/navigation/ChevronLeftLarge.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/navigation/ChevronLeftLarge.js +11 -0
- package/lib/components/BKJIcon/src/navigation/ChevronLeftLarge.js.map +1 -0
- package/lib/components/BKJIcon/src/navigation/ChevronRight.d.ts +3 -0
- package/lib/components/BKJIcon/src/navigation/ChevronRight.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/navigation/ChevronRight.js +10 -0
- package/lib/components/BKJIcon/src/navigation/ChevronRight.js.map +1 -0
- package/lib/components/BKJIcon/src/navigation/ChevronRightInCircle.d.ts +3 -0
- package/lib/components/BKJIcon/src/navigation/ChevronRightInCircle.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/navigation/ChevronRightInCircle.js +11 -0
- package/lib/components/BKJIcon/src/navigation/ChevronRightInCircle.js.map +1 -0
- package/lib/components/BKJIcon/src/navigation/ChevronUp.d.ts +3 -0
- package/lib/components/BKJIcon/src/navigation/ChevronUp.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/navigation/ChevronUp.js +10 -0
- package/lib/components/BKJIcon/src/navigation/ChevronUp.js.map +1 -0
- package/lib/components/BKJIcon/src/navigation/CloseBold.d.ts +3 -0
- package/lib/components/BKJIcon/src/navigation/CloseBold.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/navigation/CloseBold.js +10 -0
- package/lib/components/BKJIcon/src/navigation/CloseBold.js.map +1 -0
- package/lib/components/BKJIcon/src/navigation/CombinedChevronDefault.d.ts +3 -0
- package/lib/components/BKJIcon/src/navigation/CombinedChevronDefault.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/navigation/CombinedChevronDefault.js +10 -0
- package/lib/components/BKJIcon/src/navigation/CombinedChevronDefault.js.map +1 -0
- package/lib/components/BKJIcon/src/navigation/CombinedChevronDown.d.ts +3 -0
- package/lib/components/BKJIcon/src/navigation/CombinedChevronDown.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/navigation/CombinedChevronDown.js +10 -0
- package/lib/components/BKJIcon/src/navigation/CombinedChevronDown.js.map +1 -0
- package/lib/components/BKJIcon/src/navigation/CombinedChevronUp.d.ts +3 -0
- package/lib/components/BKJIcon/src/navigation/CombinedChevronUp.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/navigation/CombinedChevronUp.js +10 -0
- package/lib/components/BKJIcon/src/navigation/CombinedChevronUp.js.map +1 -0
- package/lib/components/BKJIcon/src/navigation/MouseIndicator.d.ts +3 -0
- package/lib/components/BKJIcon/src/navigation/MouseIndicator.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/navigation/MouseIndicator.js +11 -0
- package/lib/components/BKJIcon/src/navigation/MouseIndicator.js.map +1 -0
- package/lib/components/BKJIcon/src/shifts/Client.d.ts +3 -0
- package/lib/components/BKJIcon/src/shifts/Client.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/shifts/Client.js +10 -0
- package/lib/components/BKJIcon/src/shifts/Client.js.map +1 -0
- package/lib/components/BKJIcon/src/shifts/Date.d.ts +3 -0
- package/lib/components/BKJIcon/src/shifts/Date.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/shifts/Date.js +10 -0
- package/lib/components/BKJIcon/src/shifts/Date.js.map +1 -0
- package/lib/components/BKJIcon/src/shifts/Deal.d.ts +3 -0
- package/lib/components/BKJIcon/src/shifts/Deal.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/shifts/Deal.js +10 -0
- package/lib/components/BKJIcon/src/shifts/Deal.js.map +1 -0
- package/lib/components/BKJIcon/src/shifts/Location.d.ts +3 -0
- package/lib/components/BKJIcon/src/shifts/Location.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/shifts/Location.js +10 -0
- package/lib/components/BKJIcon/src/shifts/Location.js.map +1 -0
- package/lib/components/BKJIcon/src/shifts/Notes.d.ts +3 -0
- package/lib/components/BKJIcon/src/shifts/Notes.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/shifts/Notes.js +10 -0
- package/lib/components/BKJIcon/src/shifts/Notes.js.map +1 -0
- package/lib/components/BKJIcon/src/shifts/Price.d.ts +3 -0
- package/lib/components/BKJIcon/src/shifts/Price.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/shifts/Price.js +10 -0
- package/lib/components/BKJIcon/src/shifts/Price.js.map +1 -0
- package/lib/components/BKJIcon/src/shifts/Quantity.d.ts +3 -0
- package/lib/components/BKJIcon/src/shifts/Quantity.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/shifts/Quantity.js +10 -0
- package/lib/components/BKJIcon/src/shifts/Quantity.js.map +1 -0
- package/lib/components/BKJIcon/src/shifts/Tasks.d.ts +3 -0
- package/lib/components/BKJIcon/src/shifts/Tasks.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/shifts/Tasks.js +10 -0
- package/lib/components/BKJIcon/src/shifts/Tasks.js.map +1 -0
- package/lib/components/BKJIcon/src/shifts/Time.d.ts +3 -0
- package/lib/components/BKJIcon/src/shifts/Time.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/shifts/Time.js +10 -0
- package/lib/components/BKJIcon/src/shifts/Time.js.map +1 -0
- package/lib/components/BKJIcon/src/shifts/TrainingOutline.d.ts +3 -0
- package/lib/components/BKJIcon/src/shifts/TrainingOutline.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/shifts/TrainingOutline.js +10 -0
- package/lib/components/BKJIcon/src/shifts/TrainingOutline.js.map +1 -0
- package/lib/components/BKJIcon/src/shifts/UnpaidBreak.d.ts +3 -0
- package/lib/components/BKJIcon/src/shifts/UnpaidBreak.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/shifts/UnpaidBreak.js +10 -0
- package/lib/components/BKJIcon/src/shifts/UnpaidBreak.js.map +1 -0
- package/lib/components/BKJIcon/src/sidenav/AgencyMembers.d.ts +3 -0
- package/lib/components/BKJIcon/src/sidenav/AgencyMembers.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/sidenav/AgencyMembers.js +10 -0
- package/lib/components/BKJIcon/src/sidenav/AgencyMembers.js.map +1 -0
- package/lib/components/BKJIcon/src/sidenav/Analytics.d.ts +3 -0
- package/lib/components/BKJIcon/src/sidenav/Analytics.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/sidenav/Analytics.js +10 -0
- package/lib/components/BKJIcon/src/sidenav/Analytics.js.map +1 -0
- package/lib/components/BKJIcon/src/sidenav/Clients.d.ts +3 -0
- package/lib/components/BKJIcon/src/sidenav/Clients.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/sidenav/Clients.js +10 -0
- package/lib/components/BKJIcon/src/sidenav/Clients.js.map +1 -0
- package/lib/components/BKJIcon/src/sidenav/Communications.d.ts +3 -0
- package/lib/components/BKJIcon/src/sidenav/Communications.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/sidenav/Communications.js +10 -0
- package/lib/components/BKJIcon/src/sidenav/Communications.js.map +1 -0
- package/lib/components/BKJIcon/src/sidenav/Dashboard.d.ts +3 -0
- package/lib/components/BKJIcon/src/sidenav/Dashboard.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/sidenav/Dashboard.js +10 -0
- package/lib/components/BKJIcon/src/sidenav/Dashboard.js.map +1 -0
- package/lib/components/BKJIcon/src/sidenav/Explore.d.ts +3 -0
- package/lib/components/BKJIcon/src/sidenav/Explore.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/sidenav/Explore.js +10 -0
- package/lib/components/BKJIcon/src/sidenav/Explore.js.map +1 -0
- package/lib/components/BKJIcon/src/sidenav/Logout.d.ts +3 -0
- package/lib/components/BKJIcon/src/sidenav/Logout.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/sidenav/Logout.js +10 -0
- package/lib/components/BKJIcon/src/sidenav/Logout.js.map +1 -0
- package/lib/components/BKJIcon/src/sidenav/NewBooking.d.ts +3 -0
- package/lib/components/BKJIcon/src/sidenav/NewBooking.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/sidenav/NewBooking.js +10 -0
- package/lib/components/BKJIcon/src/sidenav/NewBooking.js.map +1 -0
- package/lib/components/BKJIcon/src/sidenav/Question.d.ts +3 -0
- package/lib/components/BKJIcon/src/sidenav/Question.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/sidenav/Question.js +10 -0
- package/lib/components/BKJIcon/src/sidenav/Question.js.map +1 -0
- package/lib/components/BKJIcon/src/sidenav/Schedule.d.ts +3 -0
- package/lib/components/BKJIcon/src/sidenav/Schedule.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/sidenav/Schedule.js +10 -0
- package/lib/components/BKJIcon/src/sidenav/Schedule.js.map +1 -0
- package/lib/components/BKJIcon/src/sidenav/Settings.d.ts +3 -0
- package/lib/components/BKJIcon/src/sidenav/Settings.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/sidenav/Settings.js +10 -0
- package/lib/components/BKJIcon/src/sidenav/Settings.js.map +1 -0
- package/lib/components/BKJIcon/src/sidenav/Shifts.d.ts +3 -0
- package/lib/components/BKJIcon/src/sidenav/Shifts.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/sidenav/Shifts.js +10 -0
- package/lib/components/BKJIcon/src/sidenav/Shifts.js.map +1 -0
- package/lib/components/BKJIcon/src/sidenav/TeamMembers.d.ts +3 -0
- package/lib/components/BKJIcon/src/sidenav/TeamMembers.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/sidenav/TeamMembers.js +10 -0
- package/lib/components/BKJIcon/src/sidenav/TeamMembers.js.map +1 -0
- package/lib/components/BKJIcon/src/sidenav/Timesheets.d.ts +3 -0
- package/lib/components/BKJIcon/src/sidenav/Timesheets.d.ts.map +1 -0
- package/lib/components/BKJIcon/src/sidenav/Timesheets.js +10 -0
- package/lib/components/BKJIcon/src/sidenav/Timesheets.js.map +1 -0
- package/lib/components/BKJIconTooltip/BKJIconTooltip.d.ts +4 -0
- package/lib/components/BKJIconTooltip/BKJIconTooltip.d.ts.map +1 -0
- package/lib/components/BKJIconTooltip/BKJIconTooltip.js +8 -0
- package/lib/components/BKJIconTooltip/BKJIconTooltip.js.map +1 -0
- package/lib/components/BKJIconTooltip/BKJIconTooltip.stories.d.ts +24 -0
- package/lib/components/BKJIconTooltip/BKJIconTooltip.stories.d.ts.map +1 -0
- package/lib/components/BKJIconTooltip/BKJIconTooltip.stories.js +34 -0
- package/lib/components/BKJIconTooltip/BKJIconTooltip.stories.js.map +1 -0
- package/lib/components/BKJIconTooltip/BKJIconTooltip.types.d.ts +9 -0
- package/lib/components/BKJIconTooltip/BKJIconTooltip.types.d.ts.map +1 -0
- package/lib/components/BKJIconTooltip/BKJIconTooltip.types.js +2 -0
- package/lib/components/BKJIconTooltip/BKJIconTooltip.types.js.map +1 -0
- package/lib/components/BKJIconTooltip/index.d.ts +2 -0
- package/lib/components/BKJIconTooltip/index.d.ts.map +1 -0
- package/lib/components/BKJIconTooltip/index.js +2 -0
- package/lib/components/BKJIconTooltip/index.js.map +1 -0
- package/lib/components/BKJImage/BKJImage.d.ts +3 -0
- package/lib/components/BKJImage/BKJImage.d.ts.map +1 -0
- package/lib/components/BKJImage/BKJImage.js +18 -0
- package/lib/components/BKJImage/BKJImage.js.map +1 -0
- package/lib/components/BKJImage/BKJImage.styled.d.ts +11 -0
- package/lib/components/BKJImage/BKJImage.styled.d.ts.map +1 -0
- package/lib/components/BKJImage/BKJImage.styled.js +30 -0
- package/lib/components/BKJImage/BKJImage.styled.js.map +1 -0
- package/lib/components/BKJImage/BKJImage.types.d.ts +11 -0
- package/lib/components/BKJImage/BKJImage.types.d.ts.map +1 -0
- package/lib/components/BKJImage/BKJImage.types.js +2 -0
- package/lib/components/BKJImage/BKJImage.types.js.map +1 -0
- package/lib/components/BKJImage/index.d.ts +2 -0
- package/lib/components/BKJImage/index.d.ts.map +1 -0
- package/lib/components/BKJImage/index.js +2 -0
- package/lib/components/BKJImage/index.js.map +1 -0
- package/lib/components/BKJInteractiveMap/BKJInteractiveMap.context.d.ts +5 -0
- package/lib/components/BKJInteractiveMap/BKJInteractiveMap.context.d.ts.map +1 -0
- package/lib/components/BKJInteractiveMap/BKJInteractiveMap.context.js +101 -0
- package/lib/components/BKJInteractiveMap/BKJInteractiveMap.context.js.map +1 -0
- package/lib/components/BKJInteractiveMap/BKJInteractiveMap.d.ts +4 -0
- package/lib/components/BKJInteractiveMap/BKJInteractiveMap.d.ts.map +1 -0
- package/lib/components/BKJInteractiveMap/BKJInteractiveMap.js +50 -0
- package/lib/components/BKJInteractiveMap/BKJInteractiveMap.js.map +1 -0
- package/lib/components/BKJInteractiveMap/BKJInteractiveMap.stories.d.ts +37 -0
- package/lib/components/BKJInteractiveMap/BKJInteractiveMap.stories.d.ts.map +1 -0
- package/lib/components/BKJInteractiveMap/BKJInteractiveMap.stories.js +117 -0
- package/lib/components/BKJInteractiveMap/BKJInteractiveMap.stories.js.map +1 -0
- package/lib/components/BKJInteractiveMap/BKJInteractiveMap.types.d.ts +85 -0
- package/lib/components/BKJInteractiveMap/BKJInteractiveMap.types.d.ts.map +1 -0
- package/lib/components/BKJInteractiveMap/BKJInteractiveMap.types.js +11 -0
- package/lib/components/BKJInteractiveMap/BKJInteractiveMap.types.js.map +1 -0
- package/lib/components/BKJInteractiveMap/index.d.ts +2 -0
- package/lib/components/BKJInteractiveMap/index.d.ts.map +1 -0
- package/lib/components/BKJInteractiveMap/index.js +2 -0
- package/lib/components/BKJInteractiveMap/index.js.map +1 -0
- package/lib/components/BKJListItem/BKJListItem.d.ts +3 -0
- package/lib/components/BKJListItem/BKJListItem.d.ts.map +1 -0
- package/lib/components/BKJListItem/BKJListItem.js +17 -0
- package/lib/components/BKJListItem/BKJListItem.js.map +1 -0
- package/lib/components/BKJListItem/BKJListItem.stories.d.ts +8 -0
- package/lib/components/BKJListItem/BKJListItem.stories.d.ts.map +1 -0
- package/lib/components/BKJListItem/BKJListItem.stories.js +9 -0
- package/lib/components/BKJListItem/BKJListItem.stories.js.map +1 -0
- package/lib/components/BKJListItem/BKJListItem.styled.d.ts +4 -0
- package/lib/components/BKJListItem/BKJListItem.styled.d.ts.map +1 -0
- package/lib/components/BKJListItem/BKJListItem.styled.js +55 -0
- package/lib/components/BKJListItem/BKJListItem.styled.js.map +1 -0
- package/lib/components/BKJListItem/BKJListItem.theme.d.ts +3 -0
- package/lib/components/BKJListItem/BKJListItem.theme.d.ts.map +1 -0
- package/lib/components/BKJListItem/BKJListItem.theme.js +47 -0
- package/lib/components/BKJListItem/BKJListItem.theme.js.map +1 -0
- package/lib/components/BKJListItem/BKJListItem.types.d.ts +58 -0
- package/lib/components/BKJListItem/BKJListItem.types.d.ts.map +1 -0
- package/lib/components/BKJListItem/BKJListItem.types.js +2 -0
- package/lib/components/BKJListItem/BKJListItem.types.js.map +1 -0
- package/lib/components/BKJListItem/index.d.ts +3 -0
- package/lib/components/BKJListItem/index.d.ts.map +1 -0
- package/lib/components/BKJListItem/index.js +3 -0
- package/lib/components/BKJListItem/index.js.map +1 -0
- package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.d.ts +4 -0
- package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.d.ts.map +1 -0
- package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.js +8 -0
- package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.js.map +1 -0
- package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.stories.d.ts +17 -0
- package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.stories.d.ts.map +1 -0
- package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.stories.js +20 -0
- package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.stories.js.map +1 -0
- package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.styled.d.ts +2 -0
- package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.styled.d.ts.map +1 -0
- package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.styled.js +7 -0
- package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.styled.js.map +1 -0
- package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.theme.d.ts +3 -0
- package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.theme.d.ts.map +1 -0
- package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.theme.js +15 -0
- package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.theme.js.map +1 -0
- package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.types.d.ts +15 -0
- package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.types.d.ts.map +1 -0
- package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.types.js +2 -0
- package/lib/components/BKJLoadingSpinner/BKJLoadingSpinner.types.js.map +1 -0
- package/lib/components/BKJLoadingSpinner/index.d.ts +3 -0
- package/lib/components/BKJLoadingSpinner/index.d.ts.map +1 -0
- package/lib/components/BKJLoadingSpinner/index.js +3 -0
- package/lib/components/BKJLoadingSpinner/index.js.map +1 -0
- package/lib/components/BKJLogo/BKJLogo.d.ts +4 -0
- package/lib/components/BKJLogo/BKJLogo.d.ts.map +1 -0
- package/lib/components/BKJLogo/BKJLogo.js +8 -0
- package/lib/components/BKJLogo/BKJLogo.js.map +1 -0
- package/lib/components/BKJLogo/BKJLogo.stories.d.ts +30 -0
- package/lib/components/BKJLogo/BKJLogo.stories.d.ts.map +1 -0
- package/lib/components/BKJLogo/BKJLogo.stories.js +35 -0
- package/lib/components/BKJLogo/BKJLogo.stories.js.map +1 -0
- package/lib/components/BKJLogo/BKJLogo.types.d.ts +10 -0
- package/lib/components/BKJLogo/BKJLogo.types.d.ts.map +1 -0
- package/lib/components/BKJLogo/BKJLogo.types.js +7 -0
- package/lib/components/BKJLogo/BKJLogo.types.js.map +1 -0
- package/lib/components/BKJLogo/index.d.ts +3 -0
- package/lib/components/BKJLogo/index.d.ts.map +1 -0
- package/lib/components/BKJLogo/index.js +3 -0
- package/lib/components/BKJLogo/index.js.map +1 -0
- package/lib/components/BKJLogo/src/Agency.d.ts +4 -0
- package/lib/components/BKJLogo/src/Agency.d.ts.map +1 -0
- package/lib/components/BKJLogo/src/Agency.js +6 -0
- package/lib/components/BKJLogo/src/Agency.js.map +1 -0
- package/lib/components/BKJLogo/src/General.d.ts +4 -0
- package/lib/components/BKJLogo/src/General.d.ts.map +1 -0
- package/lib/components/BKJLogo/src/General.js +6 -0
- package/lib/components/BKJLogo/src/General.js.map +1 -0
- package/lib/components/BKJLogo/src/Premium.d.ts +4 -0
- package/lib/components/BKJLogo/src/Premium.d.ts.map +1 -0
- package/lib/components/BKJLogo/src/Premium.js +6 -0
- package/lib/components/BKJLogo/src/Premium.js.map +1 -0
- package/lib/components/BKJLogo/src/index.d.ts +5 -0
- package/lib/components/BKJLogo/src/index.d.ts.map +1 -0
- package/lib/components/BKJLogo/src/index.js +5 -0
- package/lib/components/BKJLogo/src/index.js.map +1 -0
- package/lib/components/BKJMenu/BKJMenu.d.ts +4 -0
- package/lib/components/BKJMenu/BKJMenu.d.ts.map +1 -0
- package/lib/components/BKJMenu/BKJMenu.js +20 -0
- package/lib/components/BKJMenu/BKJMenu.js.map +1 -0
- package/lib/components/BKJMenu/BKJMenu.stories.d.ts +19 -0
- package/lib/components/BKJMenu/BKJMenu.stories.d.ts.map +1 -0
- package/lib/components/BKJMenu/BKJMenu.stories.js +28 -0
- package/lib/components/BKJMenu/BKJMenu.stories.js.map +1 -0
- package/lib/components/BKJMenu/BKJMenu.styled.d.ts +7 -0
- package/lib/components/BKJMenu/BKJMenu.styled.d.ts.map +1 -0
- package/lib/components/BKJMenu/BKJMenu.styled.js +45 -0
- package/lib/components/BKJMenu/BKJMenu.styled.js.map +1 -0
- package/lib/components/BKJMenu/BKJMenu.types.d.ts +12 -0
- package/lib/components/BKJMenu/BKJMenu.types.d.ts.map +1 -0
- package/lib/components/BKJMenu/BKJMenu.types.js +2 -0
- package/lib/components/BKJMenu/BKJMenu.types.js.map +1 -0
- package/lib/components/BKJMenu/index.d.ts +3 -0
- package/lib/components/BKJMenu/index.d.ts.map +1 -0
- package/lib/components/BKJMenu/index.js +3 -0
- package/lib/components/BKJMenu/index.js.map +1 -0
- package/lib/components/BKJMenuItem/BKJMenuItem.d.ts +4 -0
- package/lib/components/BKJMenuItem/BKJMenuItem.d.ts.map +1 -0
- package/lib/components/BKJMenuItem/BKJMenuItem.js +6 -0
- package/lib/components/BKJMenuItem/BKJMenuItem.js.map +1 -0
- package/lib/components/BKJMenuItem/BKJMenuItem.stories.d.ts +8 -0
- package/lib/components/BKJMenuItem/BKJMenuItem.stories.d.ts.map +1 -0
- package/lib/components/BKJMenuItem/BKJMenuItem.stories.js +12 -0
- package/lib/components/BKJMenuItem/BKJMenuItem.stories.js.map +1 -0
- package/lib/components/BKJMenuItem/BKJMenuItem.styled.d.ts +4 -0
- package/lib/components/BKJMenuItem/BKJMenuItem.styled.d.ts.map +1 -0
- package/lib/components/BKJMenuItem/BKJMenuItem.styled.js +49 -0
- package/lib/components/BKJMenuItem/BKJMenuItem.styled.js.map +1 -0
- package/lib/components/BKJMenuItem/BKJMenuItem.types.d.ts +11 -0
- package/lib/components/BKJMenuItem/BKJMenuItem.types.d.ts.map +1 -0
- package/lib/components/BKJMenuItem/BKJMenuItem.types.js +2 -0
- package/lib/components/BKJMenuItem/BKJMenuItem.types.js.map +1 -0
- package/lib/components/BKJMenuItem/index.d.ts +3 -0
- package/lib/components/BKJMenuItem/index.d.ts.map +1 -0
- package/lib/components/BKJMenuItem/index.js +3 -0
- package/lib/components/BKJMenuItem/index.js.map +1 -0
- package/lib/components/BKJPagination/BKJPagination.d.ts +4 -0
- package/lib/components/BKJPagination/BKJPagination.d.ts.map +1 -0
- package/lib/components/BKJPagination/BKJPagination.js +7 -0
- package/lib/components/BKJPagination/BKJPagination.js.map +1 -0
- package/lib/components/BKJPagination/BKJPagination.stories.d.ts +15 -0
- package/lib/components/BKJPagination/BKJPagination.stories.d.ts.map +1 -0
- package/lib/components/BKJPagination/BKJPagination.stories.js +22 -0
- package/lib/components/BKJPagination/BKJPagination.stories.js.map +1 -0
- package/lib/components/BKJPagination/BKJPagination.styled.d.ts +7 -0
- package/lib/components/BKJPagination/BKJPagination.styled.d.ts.map +1 -0
- package/lib/components/BKJPagination/BKJPagination.styled.js +48 -0
- package/lib/components/BKJPagination/BKJPagination.styled.js.map +1 -0
- package/lib/components/BKJPagination/BKJPagination.types.d.ts +10 -0
- package/lib/components/BKJPagination/BKJPagination.types.d.ts.map +1 -0
- package/lib/components/BKJPagination/BKJPagination.types.js +2 -0
- package/lib/components/BKJPagination/BKJPagination.types.js.map +1 -0
- package/lib/components/BKJPagination/index.d.ts +3 -0
- package/lib/components/BKJPagination/index.d.ts.map +1 -0
- package/lib/components/BKJPagination/index.js +3 -0
- package/lib/components/BKJPagination/index.js.map +1 -0
- package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.d.ts +3 -0
- package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.d.ts.map +1 -0
- package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.js +34 -0
- package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.js.map +1 -0
- package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.stories.d.ts +34 -0
- package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.stories.d.ts.map +1 -0
- package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.stories.js +49 -0
- package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.stories.js.map +1 -0
- package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.styled.d.ts +16 -0
- package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.styled.d.ts.map +1 -0
- package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.styled.js +36 -0
- package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.styled.js.map +1 -0
- package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.types.d.ts +14 -0
- package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.types.d.ts.map +1 -0
- package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.types.js +2 -0
- package/lib/components/BKJPhoneNumberInput/BKJPhoneNumberInput.types.js.map +1 -0
- package/lib/components/BKJPhoneNumberInput/index.d.ts +3 -0
- package/lib/components/BKJPhoneNumberInput/index.d.ts.map +1 -0
- package/lib/components/BKJPhoneNumberInput/index.js +3 -0
- package/lib/components/BKJPhoneNumberInput/index.js.map +1 -0
- package/lib/components/BKJPillDropdown/BKJPillDropdown.context.d.ts +5 -0
- package/lib/components/BKJPillDropdown/BKJPillDropdown.context.d.ts.map +1 -0
- package/lib/components/BKJPillDropdown/BKJPillDropdown.context.js +74 -0
- package/lib/components/BKJPillDropdown/BKJPillDropdown.context.js.map +1 -0
- package/lib/components/BKJPillDropdown/BKJPillDropdown.d.ts +4 -0
- package/lib/components/BKJPillDropdown/BKJPillDropdown.d.ts.map +1 -0
- package/lib/components/BKJPillDropdown/BKJPillDropdown.js +25 -0
- package/lib/components/BKJPillDropdown/BKJPillDropdown.js.map +1 -0
- package/lib/components/BKJPillDropdown/BKJPillDropdown.stories.d.ts +34 -0
- package/lib/components/BKJPillDropdown/BKJPillDropdown.stories.d.ts.map +1 -0
- package/lib/components/BKJPillDropdown/BKJPillDropdown.stories.js +73 -0
- package/lib/components/BKJPillDropdown/BKJPillDropdown.stories.js.map +1 -0
- package/lib/components/BKJPillDropdown/BKJPillDropdown.styled.d.ts +21 -0
- package/lib/components/BKJPillDropdown/BKJPillDropdown.styled.d.ts.map +1 -0
- package/lib/components/BKJPillDropdown/BKJPillDropdown.styled.js +81 -0
- package/lib/components/BKJPillDropdown/BKJPillDropdown.styled.js.map +1 -0
- package/lib/components/BKJPillDropdown/BKJPillDropdown.types.d.ts +48 -0
- package/lib/components/BKJPillDropdown/BKJPillDropdown.types.d.ts.map +1 -0
- package/lib/components/BKJPillDropdown/BKJPillDropdown.types.js +2 -0
- package/lib/components/BKJPillDropdown/BKJPillDropdown.types.js.map +1 -0
- package/lib/components/BKJPillDropdown/index.d.ts +2 -0
- package/lib/components/BKJPillDropdown/index.d.ts.map +1 -0
- package/lib/components/BKJPillDropdown/index.js +2 -0
- package/lib/components/BKJPillDropdown/index.js.map +1 -0
- package/lib/components/BKJPillSelect/BKJPillSelect.context.d.ts +5 -0
- package/lib/components/BKJPillSelect/BKJPillSelect.context.d.ts.map +1 -0
- package/lib/components/BKJPillSelect/BKJPillSelect.context.js +75 -0
- package/lib/components/BKJPillSelect/BKJPillSelect.context.js.map +1 -0
- package/lib/components/BKJPillSelect/BKJPillSelect.d.ts +4 -0
- package/lib/components/BKJPillSelect/BKJPillSelect.d.ts.map +1 -0
- package/lib/components/BKJPillSelect/BKJPillSelect.js +31 -0
- package/lib/components/BKJPillSelect/BKJPillSelect.js.map +1 -0
- package/lib/components/BKJPillSelect/BKJPillSelect.stories.d.ts +34 -0
- package/lib/components/BKJPillSelect/BKJPillSelect.stories.d.ts.map +1 -0
- package/lib/components/BKJPillSelect/BKJPillSelect.stories.js +77 -0
- package/lib/components/BKJPillSelect/BKJPillSelect.stories.js.map +1 -0
- package/lib/components/BKJPillSelect/BKJPillSelect.styled.d.ts +20 -0
- package/lib/components/BKJPillSelect/BKJPillSelect.styled.d.ts.map +1 -0
- package/lib/components/BKJPillSelect/BKJPillSelect.styled.js +81 -0
- package/lib/components/BKJPillSelect/BKJPillSelect.styled.js.map +1 -0
- package/lib/components/BKJPillSelect/BKJPillSelect.types.d.ts +48 -0
- package/lib/components/BKJPillSelect/BKJPillSelect.types.d.ts.map +1 -0
- package/lib/components/BKJPillSelect/BKJPillSelect.types.js +2 -0
- package/lib/components/BKJPillSelect/BKJPillSelect.types.js.map +1 -0
- package/lib/components/BKJPillSelect/index.d.ts +2 -0
- package/lib/components/BKJPillSelect/index.d.ts.map +1 -0
- package/lib/components/BKJPillSelect/index.js +2 -0
- package/lib/components/BKJPillSelect/index.js.map +1 -0
- package/lib/components/BKJPillTextArea/BKJPillTextArea.context.d.ts +5 -0
- package/lib/components/BKJPillTextArea/BKJPillTextArea.context.d.ts.map +1 -0
- package/lib/components/BKJPillTextArea/BKJPillTextArea.context.js +196 -0
- package/lib/components/BKJPillTextArea/BKJPillTextArea.context.js.map +1 -0
- package/lib/components/BKJPillTextArea/BKJPillTextArea.d.ts +4 -0
- package/lib/components/BKJPillTextArea/BKJPillTextArea.d.ts.map +1 -0
- package/lib/components/BKJPillTextArea/BKJPillTextArea.js +32 -0
- package/lib/components/BKJPillTextArea/BKJPillTextArea.js.map +1 -0
- package/lib/components/BKJPillTextArea/BKJPillTextArea.stories.d.ts +34 -0
- package/lib/components/BKJPillTextArea/BKJPillTextArea.stories.d.ts.map +1 -0
- package/lib/components/BKJPillTextArea/BKJPillTextArea.stories.js +75 -0
- package/lib/components/BKJPillTextArea/BKJPillTextArea.stories.js.map +1 -0
- package/lib/components/BKJPillTextArea/BKJPillTextArea.styled.d.ts +21 -0
- package/lib/components/BKJPillTextArea/BKJPillTextArea.styled.d.ts.map +1 -0
- package/lib/components/BKJPillTextArea/BKJPillTextArea.styled.js +70 -0
- package/lib/components/BKJPillTextArea/BKJPillTextArea.styled.js.map +1 -0
- package/lib/components/BKJPillTextArea/BKJPillTextArea.types.d.ts +52 -0
- package/lib/components/BKJPillTextArea/BKJPillTextArea.types.d.ts.map +1 -0
- package/lib/components/BKJPillTextArea/BKJPillTextArea.types.js +2 -0
- package/lib/components/BKJPillTextArea/BKJPillTextArea.types.js.map +1 -0
- package/lib/components/BKJPillTextArea/index.d.ts +2 -0
- package/lib/components/BKJPillTextArea/index.d.ts.map +1 -0
- package/lib/components/BKJPillTextArea/index.js +2 -0
- package/lib/components/BKJPillTextArea/index.js.map +1 -0
- package/lib/components/BKJSelect/BKJSelect.constants.d.ts +2 -0
- package/lib/components/BKJSelect/BKJSelect.constants.d.ts.map +1 -0
- package/lib/components/BKJSelect/BKJSelect.constants.js +2 -0
- package/lib/components/BKJSelect/BKJSelect.constants.js.map +1 -0
- package/lib/components/BKJSelect/BKJSelect.d.ts +8 -0
- package/lib/components/BKJSelect/BKJSelect.d.ts.map +1 -0
- package/lib/components/BKJSelect/BKJSelect.js +172 -0
- package/lib/components/BKJSelect/BKJSelect.js.map +1 -0
- package/lib/components/BKJSelect/BKJSelect.stories.d.ts +9 -0
- package/lib/components/BKJSelect/BKJSelect.stories.d.ts.map +1 -0
- package/lib/components/BKJSelect/BKJSelect.stories.js +122 -0
- package/lib/components/BKJSelect/BKJSelect.stories.js.map +1 -0
- package/lib/components/BKJSelect/BKJSelect.styled.d.ts +29 -0
- package/lib/components/BKJSelect/BKJSelect.styled.d.ts.map +1 -0
- package/lib/components/BKJSelect/BKJSelect.styled.js +97 -0
- package/lib/components/BKJSelect/BKJSelect.styled.js.map +1 -0
- package/lib/components/BKJSelect/BKJSelect.theme.d.ts +3 -0
- package/lib/components/BKJSelect/BKJSelect.theme.d.ts.map +1 -0
- package/lib/components/BKJSelect/BKJSelect.theme.js +233 -0
- package/lib/components/BKJSelect/BKJSelect.theme.js.map +1 -0
- package/lib/components/BKJSelect/BKJSelect.types.d.ts +136 -0
- package/lib/components/BKJSelect/BKJSelect.types.d.ts.map +1 -0
- package/lib/components/BKJSelect/BKJSelect.types.js +2 -0
- package/lib/components/BKJSelect/BKJSelect.types.js.map +1 -0
- package/lib/components/BKJSelect/BKJSelect.utils.d.ts +29 -0
- package/lib/components/BKJSelect/BKJSelect.utils.d.ts.map +1 -0
- package/lib/components/BKJSelect/BKJSelect.utils.js +41 -0
- package/lib/components/BKJSelect/BKJSelect.utils.js.map +1 -0
- package/lib/components/BKJSelect/index.d.ts +3 -0
- package/lib/components/BKJSelect/index.d.ts.map +1 -0
- package/lib/components/BKJSelect/index.js +3 -0
- package/lib/components/BKJSelect/index.js.map +1 -0
- package/lib/components/BKJSelect/utils/deepEquals.d.ts +2 -0
- package/lib/components/BKJSelect/utils/deepEquals.d.ts.map +1 -0
- package/lib/components/BKJSelect/utils/deepEquals.js +3 -0
- package/lib/components/BKJSelect/utils/deepEquals.js.map +1 -0
- package/lib/components/BKJSelect/utils/getDesignLibraryElementNode.d.ts +3 -0
- package/lib/components/BKJSelect/utils/getDesignLibraryElementNode.d.ts.map +1 -0
- package/lib/components/BKJSelect/utils/getDesignLibraryElementNode.js +2 -0
- package/lib/components/BKJSelect/utils/getDesignLibraryElementNode.js.map +1 -0
- package/lib/components/BKJSelect/utils/mergeRefs.d.ts +2 -0
- package/lib/components/BKJSelect/utils/mergeRefs.d.ts.map +1 -0
- package/lib/components/BKJSelect/utils/mergeRefs.js +13 -0
- package/lib/components/BKJSelect/utils/mergeRefs.js.map +1 -0
- package/lib/components/BKJSelectSearch/BKJSelectSearch.d.ts +10 -0
- package/lib/components/BKJSelectSearch/BKJSelectSearch.d.ts.map +1 -0
- package/lib/components/BKJSelectSearch/BKJSelectSearch.js +7 -0
- package/lib/components/BKJSelectSearch/BKJSelectSearch.js.map +1 -0
- package/lib/components/BKJSelectSearch/BKJSelectSearch.styled.d.ts +4 -0
- package/lib/components/BKJSelectSearch/BKJSelectSearch.styled.d.ts.map +1 -0
- package/lib/components/BKJSelectSearch/BKJSelectSearch.styled.js +39 -0
- package/lib/components/BKJSelectSearch/BKJSelectSearch.styled.js.map +1 -0
- package/lib/components/BKJSelectSearch/BKJSelectSearchControls.d.ts +9 -0
- package/lib/components/BKJSelectSearch/BKJSelectSearchControls.d.ts.map +1 -0
- package/lib/components/BKJSelectSearch/BKJSelectSearchControls.js +22 -0
- package/lib/components/BKJSelectSearch/BKJSelectSearchControls.js.map +1 -0
- package/lib/components/BKJSelectSearch/BKJSelectSearchControls.styled.d.ts +4 -0
- package/lib/components/BKJSelectSearch/BKJSelectSearchControls.styled.d.ts.map +1 -0
- package/lib/components/BKJSelectSearch/BKJSelectSearchControls.styled.js +36 -0
- package/lib/components/BKJSelectSearch/BKJSelectSearchControls.styled.js.map +1 -0
- package/lib/components/BKJSelectSearch/index.d.ts +3 -0
- package/lib/components/BKJSelectSearch/index.d.ts.map +1 -0
- package/lib/components/BKJSelectSearch/index.js +3 -0
- package/lib/components/BKJSelectSearch/index.js.map +1 -0
- package/lib/components/BKJTableMainHeader/BKJTableMainHeader.d.ts +6 -0
- package/lib/components/BKJTableMainHeader/BKJTableMainHeader.d.ts.map +1 -0
- package/lib/components/BKJTableMainHeader/BKJTableMainHeader.js +4 -0
- package/lib/components/BKJTableMainHeader/BKJTableMainHeader.js.map +1 -0
- package/lib/components/BKJTableMainHeader/BKJTableMainHeader.stories.d.ts +8 -0
- package/lib/components/BKJTableMainHeader/BKJTableMainHeader.stories.d.ts.map +1 -0
- package/lib/components/BKJTableMainHeader/BKJTableMainHeader.stories.js +13 -0
- package/lib/components/BKJTableMainHeader/BKJTableMainHeader.stories.js.map +1 -0
- package/lib/components/BKJTableMainHeader/BKJTableMainHeader.styled.d.ts +3 -0
- package/lib/components/BKJTableMainHeader/BKJTableMainHeader.styled.d.ts.map +1 -0
- package/lib/components/BKJTableMainHeader/BKJTableMainHeader.styled.js +13 -0
- package/lib/components/BKJTableMainHeader/BKJTableMainHeader.styled.js.map +1 -0
- package/lib/components/BKJTableMainHeader/index.d.ts +3 -0
- package/lib/components/BKJTableMainHeader/index.d.ts.map +1 -0
- package/lib/components/BKJTableMainHeader/index.js +3 -0
- package/lib/components/BKJTableMainHeader/index.js.map +1 -0
- package/lib/components/BKJTextArea/BKJTextArea.d.ts +4 -0
- package/lib/components/BKJTextArea/BKJTextArea.d.ts.map +1 -0
- package/lib/components/BKJTextArea/BKJTextArea.js +18 -0
- package/lib/components/BKJTextArea/BKJTextArea.js.map +1 -0
- package/lib/components/BKJTextArea/BKJTextArea.stories.d.ts +48 -0
- package/lib/components/BKJTextArea/BKJTextArea.stories.d.ts.map +1 -0
- package/lib/components/BKJTextArea/BKJTextArea.stories.js +58 -0
- package/lib/components/BKJTextArea/BKJTextArea.stories.js.map +1 -0
- package/lib/components/BKJTextArea/BKJTextArea.styled.d.ts +15 -0
- package/lib/components/BKJTextArea/BKJTextArea.styled.d.ts.map +1 -0
- package/lib/components/BKJTextArea/BKJTextArea.styled.js +47 -0
- package/lib/components/BKJTextArea/BKJTextArea.styled.js.map +1 -0
- package/lib/components/BKJTextArea/BKJTextArea.types.d.ts +17 -0
- package/lib/components/BKJTextArea/BKJTextArea.types.d.ts.map +1 -0
- package/lib/components/BKJTextArea/BKJTextArea.types.js +2 -0
- package/lib/components/BKJTextArea/BKJTextArea.types.js.map +1 -0
- package/lib/components/BKJTextArea/index.d.ts +3 -0
- package/lib/components/BKJTextArea/index.d.ts.map +1 -0
- package/lib/components/BKJTextArea/index.js +3 -0
- package/lib/components/BKJTextArea/index.js.map +1 -0
- package/lib/components/BKJTextInput/BKJTextInput.css.styled.d.ts +2 -0
- package/lib/components/BKJTextInput/BKJTextInput.css.styled.d.ts.map +1 -0
- package/lib/components/BKJTextInput/BKJTextInput.css.styled.js +22 -0
- package/lib/components/BKJTextInput/BKJTextInput.css.styled.js.map +1 -0
- package/lib/components/BKJTextInput/BKJTextInput.d.ts +3 -0
- package/lib/components/BKJTextInput/BKJTextInput.d.ts.map +1 -0
- package/lib/components/BKJTextInput/BKJTextInput.js +81 -0
- package/lib/components/BKJTextInput/BKJTextInput.js.map +1 -0
- package/lib/components/BKJTextInput/BKJTextInput.stories.d.ts +72 -0
- package/lib/components/BKJTextInput/BKJTextInput.stories.d.ts.map +1 -0
- package/lib/components/BKJTextInput/BKJTextInput.stories.js +123 -0
- package/lib/components/BKJTextInput/BKJTextInput.stories.js.map +1 -0
- package/lib/components/BKJTextInput/BKJTextInput.styled.d.ts +16 -0
- package/lib/components/BKJTextInput/BKJTextInput.styled.d.ts.map +1 -0
- package/lib/components/BKJTextInput/BKJTextInput.styled.js +74 -0
- package/lib/components/BKJTextInput/BKJTextInput.styled.js.map +1 -0
- package/lib/components/BKJTextInput/BKJTextInput.theme.d.ts +10 -0
- package/lib/components/BKJTextInput/BKJTextInput.theme.d.ts.map +1 -0
- package/lib/components/BKJTextInput/BKJTextInput.theme.js +45 -0
- package/lib/components/BKJTextInput/BKJTextInput.theme.js.map +1 -0
- package/lib/components/BKJTextInput/BKJTextInput.types.d.ts +90 -0
- package/lib/components/BKJTextInput/BKJTextInput.types.d.ts.map +1 -0
- package/lib/components/BKJTextInput/BKJTextInput.types.js +2 -0
- package/lib/components/BKJTextInput/BKJTextInput.types.js.map +1 -0
- package/lib/components/BKJTextInput/BKJTextInput.utils.d.ts +3 -0
- package/lib/components/BKJTextInput/BKJTextInput.utils.d.ts.map +1 -0
- package/lib/components/BKJTextInput/BKJTextInput.utils.js +125 -0
- package/lib/components/BKJTextInput/BKJTextInput.utils.js.map +1 -0
- package/lib/components/BKJTextInput/index.d.ts +2 -0
- package/lib/components/BKJTextInput/index.d.ts.map +1 -0
- package/lib/components/BKJTextInput/index.js +2 -0
- package/lib/components/BKJTextInput/index.js.map +1 -0
- package/lib/components/BKJToastMessage/BKJToastContainer.d.ts +4 -0
- package/lib/components/BKJToastMessage/BKJToastContainer.d.ts.map +1 -0
- package/lib/components/BKJToastMessage/BKJToastContainer.js +19 -0
- package/lib/components/BKJToastMessage/BKJToastContainer.js.map +1 -0
- package/lib/components/BKJToastMessage/BKJToastMessage.d.ts +3 -0
- package/lib/components/BKJToastMessage/BKJToastMessage.d.ts.map +1 -0
- package/lib/components/BKJToastMessage/BKJToastMessage.js +12 -0
- package/lib/components/BKJToastMessage/BKJToastMessage.js.map +1 -0
- package/lib/components/BKJToastMessage/BKJToastMessage.stories.d.ts +27 -0
- package/lib/components/BKJToastMessage/BKJToastMessage.stories.d.ts.map +1 -0
- package/lib/components/BKJToastMessage/BKJToastMessage.stories.js +33 -0
- package/lib/components/BKJToastMessage/BKJToastMessage.stories.js.map +1 -0
- package/lib/components/BKJToastMessage/BKJToastMessage.styled.d.ts +16 -0
- package/lib/components/BKJToastMessage/BKJToastMessage.styled.d.ts.map +1 -0
- package/lib/components/BKJToastMessage/BKJToastMessage.styled.js +122 -0
- package/lib/components/BKJToastMessage/BKJToastMessage.styled.js.map +1 -0
- package/lib/components/BKJToastMessage/BKJToastMessage.theme.d.ts +3 -0
- package/lib/components/BKJToastMessage/BKJToastMessage.theme.d.ts.map +1 -0
- package/lib/components/BKJToastMessage/BKJToastMessage.theme.js +13 -0
- package/lib/components/BKJToastMessage/BKJToastMessage.theme.js.map +1 -0
- package/lib/components/BKJToastMessage/BKJToastMessage.types.d.ts +13 -0
- package/lib/components/BKJToastMessage/BKJToastMessage.types.d.ts.map +1 -0
- package/lib/components/BKJToastMessage/BKJToastMessage.types.js +2 -0
- package/lib/components/BKJToastMessage/BKJToastMessage.types.js.map +1 -0
- package/lib/components/BKJToastMessage/BKJToastMessage.utils.d.ts +7 -0
- package/lib/components/BKJToastMessage/BKJToastMessage.utils.d.ts.map +1 -0
- package/lib/components/BKJToastMessage/BKJToastMessage.utils.js +17 -0
- package/lib/components/BKJToastMessage/BKJToastMessage.utils.js.map +1 -0
- package/lib/components/BKJToastMessage/ToastErrorIcon.d.ts +3 -0
- package/lib/components/BKJToastMessage/ToastErrorIcon.d.ts.map +1 -0
- package/lib/components/BKJToastMessage/ToastErrorIcon.js +12 -0
- package/lib/components/BKJToastMessage/ToastErrorIcon.js.map +1 -0
- package/lib/components/BKJToastMessage/ToastSuccessIcon.d.ts +3 -0
- package/lib/components/BKJToastMessage/ToastSuccessIcon.d.ts.map +1 -0
- package/lib/components/BKJToastMessage/ToastSuccessIcon.js +6 -0
- package/lib/components/BKJToastMessage/ToastSuccessIcon.js.map +1 -0
- package/lib/components/BKJToastMessage/ToastWarnIcon.d.ts +3 -0
- package/lib/components/BKJToastMessage/ToastWarnIcon.d.ts.map +1 -0
- package/lib/components/BKJToastMessage/ToastWarnIcon.js +6 -0
- package/lib/components/BKJToastMessage/ToastWarnIcon.js.map +1 -0
- package/lib/components/BKJToastMessage/index.d.ts +3 -0
- package/lib/components/BKJToastMessage/index.d.ts.map +1 -0
- package/lib/components/BKJToastMessage/index.js +3 -0
- package/lib/components/BKJToastMessage/index.js.map +1 -0
- package/lib/components/BKJToggleInput/BKJToggleInput.constants.d.ts +4 -0
- package/lib/components/BKJToggleInput/BKJToggleInput.constants.d.ts.map +1 -0
- package/lib/components/BKJToggleInput/BKJToggleInput.constants.js +54 -0
- package/lib/components/BKJToggleInput/BKJToggleInput.constants.js.map +1 -0
- package/lib/components/BKJToggleInput/BKJToggleInput.d.ts +4 -0
- package/lib/components/BKJToggleInput/BKJToggleInput.d.ts.map +1 -0
- package/lib/components/BKJToggleInput/BKJToggleInput.js +7 -0
- package/lib/components/BKJToggleInput/BKJToggleInput.js.map +1 -0
- package/lib/components/BKJToggleInput/BKJToggleInput.stories.d.ts +57 -0
- package/lib/components/BKJToggleInput/BKJToggleInput.stories.d.ts.map +1 -0
- package/lib/components/BKJToggleInput/BKJToggleInput.stories.js +75 -0
- package/lib/components/BKJToggleInput/BKJToggleInput.stories.js.map +1 -0
- package/lib/components/BKJToggleInput/BKJToggleInput.styled.d.ts +27 -0
- package/lib/components/BKJToggleInput/BKJToggleInput.styled.d.ts.map +1 -0
- package/lib/components/BKJToggleInput/BKJToggleInput.styled.js +102 -0
- package/lib/components/BKJToggleInput/BKJToggleInput.styled.js.map +1 -0
- package/lib/components/BKJToggleInput/BKJToggleInput.theme.d.ts +3 -0
- package/lib/components/BKJToggleInput/BKJToggleInput.theme.d.ts.map +1 -0
- package/lib/components/BKJToggleInput/BKJToggleInput.theme.js +9 -0
- package/lib/components/BKJToggleInput/BKJToggleInput.theme.js.map +1 -0
- package/lib/components/BKJToggleInput/BKJToggleInput.types.d.ts +23 -0
- package/lib/components/BKJToggleInput/BKJToggleInput.types.d.ts.map +1 -0
- package/lib/components/BKJToggleInput/BKJToggleInput.types.js +2 -0
- package/lib/components/BKJToggleInput/BKJToggleInput.types.js.map +1 -0
- package/lib/components/BKJToggleInput/index.d.ts +3 -0
- package/lib/components/BKJToggleInput/index.d.ts.map +1 -0
- package/lib/components/BKJToggleInput/index.js +3 -0
- package/lib/components/BKJToggleInput/index.js.map +1 -0
- package/lib/components/BKJTooltipWrapper/BKJTooltip.d.ts +7 -0
- package/lib/components/BKJTooltipWrapper/BKJTooltip.d.ts.map +1 -0
- package/lib/components/BKJTooltipWrapper/BKJTooltip.js +33 -0
- package/lib/components/BKJTooltipWrapper/BKJTooltip.js.map +1 -0
- package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.context.d.ts +5 -0
- package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.context.d.ts.map +1 -0
- package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.context.js +22 -0
- package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.context.js.map +1 -0
- package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.d.ts +4 -0
- package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.d.ts.map +1 -0
- package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.js +15 -0
- package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.js.map +1 -0
- package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.stories.d.ts +17 -0
- package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.stories.d.ts.map +1 -0
- package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.stories.js +27 -0
- package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.stories.js.map +1 -0
- package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.styled.d.ts +11 -0
- package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.styled.d.ts.map +1 -0
- package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.styled.js +58 -0
- package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.styled.js.map +1 -0
- package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.types.d.ts +13 -0
- package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.types.d.ts.map +1 -0
- package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.types.js +2 -0
- package/lib/components/BKJTooltipWrapper/BKJTooltipWrapper.types.js.map +1 -0
- package/lib/components/BKJTooltipWrapper/index.d.ts +2 -0
- package/lib/components/BKJTooltipWrapper/index.d.ts.map +1 -0
- package/lib/components/BKJTooltipWrapper/index.js +2 -0
- package/lib/components/BKJTooltipWrapper/index.js.map +1 -0
- package/lib/components/BKJTypography/BKJTypography.d.ts +4 -0
- package/lib/components/BKJTypography/BKJTypography.d.ts.map +1 -0
- package/lib/components/BKJTypography/BKJTypography.js +7 -0
- package/lib/components/BKJTypography/BKJTypography.js.map +1 -0
- package/lib/components/BKJTypography/BKJTypography.stories.d.ts +22 -0
- package/lib/components/BKJTypography/BKJTypography.stories.d.ts.map +1 -0
- package/lib/components/BKJTypography/BKJTypography.stories.js +38 -0
- package/lib/components/BKJTypography/BKJTypography.stories.js.map +1 -0
- package/lib/components/BKJTypography/BKJTypography.styled.d.ts +11 -0
- package/lib/components/BKJTypography/BKJTypography.styled.d.ts.map +1 -0
- package/lib/components/BKJTypography/BKJTypography.styled.js +25 -0
- package/lib/components/BKJTypography/BKJTypography.styled.js.map +1 -0
- package/lib/components/BKJTypography/BKJTypography.theme.d.ts +3 -0
- package/lib/components/BKJTypography/BKJTypography.theme.d.ts.map +1 -0
- package/lib/components/BKJTypography/BKJTypography.theme.js +59 -0
- package/lib/components/BKJTypography/BKJTypography.theme.js.map +1 -0
- package/lib/components/BKJTypography/BKJTypography.types.d.ts +26 -0
- package/lib/components/BKJTypography/BKJTypography.types.d.ts.map +1 -0
- package/lib/components/BKJTypography/BKJTypography.types.js +2 -0
- package/lib/components/BKJTypography/BKJTypography.types.js.map +1 -0
- package/lib/components/BKJTypography/index.d.ts +3 -0
- package/lib/components/BKJTypography/index.d.ts.map +1 -0
- package/lib/components/BKJTypography/index.js +3 -0
- package/lib/components/BKJTypography/index.js.map +1 -0
- package/lib/components/ErrorBoundary/ErrorBoundary.d.ts +28 -0
- package/lib/components/ErrorBoundary/ErrorBoundary.d.ts.map +1 -0
- package/lib/components/ErrorBoundary/ErrorBoundary.js +31 -0
- package/lib/components/ErrorBoundary/ErrorBoundary.js.map +1 -0
- package/lib/components/ErrorBoundary/index.d.ts +2 -0
- package/lib/components/ErrorBoundary/index.d.ts.map +1 -0
- package/lib/components/ErrorBoundary/index.js +2 -0
- package/lib/components/ErrorBoundary/index.js.map +1 -0
- package/lib/components/Flex/Flex.d.ts +3 -0
- package/lib/components/Flex/Flex.d.ts.map +1 -0
- package/lib/components/Flex/Flex.js +8 -0
- package/lib/components/Flex/Flex.js.map +1 -0
- package/lib/components/Flex/Flex.styled.d.ts +3 -0
- package/lib/components/Flex/Flex.styled.d.ts.map +1 -0
- package/lib/components/Flex/Flex.styled.js +229 -0
- package/lib/components/Flex/Flex.styled.js.map +1 -0
- package/lib/components/Flex/Flex.types.d.ts +76 -0
- package/lib/components/Flex/Flex.types.d.ts.map +1 -0
- package/lib/components/Flex/Flex.types.js +2 -0
- package/lib/components/Flex/Flex.types.js.map +1 -0
- package/lib/components/Flex/index.d.ts +3 -0
- package/lib/components/Flex/index.d.ts.map +1 -0
- package/lib/components/Flex/index.js +3 -0
- package/lib/components/Flex/index.js.map +1 -0
- package/lib/components/GenericErrorMessage/GenericErrorMessage.d.ts +14 -0
- package/lib/components/GenericErrorMessage/GenericErrorMessage.d.ts.map +1 -0
- package/lib/components/GenericErrorMessage/GenericErrorMessage.js +24 -0
- package/lib/components/GenericErrorMessage/GenericErrorMessage.js.map +1 -0
- package/lib/components/GenericErrorMessage/GenericErrorMessage.styled.d.ts +15 -0
- package/lib/components/GenericErrorMessage/GenericErrorMessage.styled.d.ts.map +1 -0
- package/lib/components/GenericErrorMessage/GenericErrorMessage.styled.js +140 -0
- package/lib/components/GenericErrorMessage/GenericErrorMessage.styled.js.map +1 -0
- package/lib/components/GenericErrorMessage/index.d.ts +2 -0
- package/lib/components/GenericErrorMessage/index.d.ts.map +1 -0
- package/lib/components/GenericErrorMessage/index.js +2 -0
- package/lib/components/GenericErrorMessage/index.js.map +1 -0
- package/lib/components/InfiniteScrollLoading/InfiniteScrollLoading.d.ts +9 -0
- package/lib/components/InfiniteScrollLoading/InfiniteScrollLoading.d.ts.map +1 -0
- package/lib/components/InfiniteScrollLoading/InfiniteScrollLoading.js +12 -0
- package/lib/components/InfiniteScrollLoading/InfiniteScrollLoading.js.map +1 -0
- package/lib/components/InfiniteScrollLoading/InfiniteScrollLoading.styled.d.ts +2 -0
- package/lib/components/InfiniteScrollLoading/InfiniteScrollLoading.styled.d.ts.map +1 -0
- package/lib/components/InfiniteScrollLoading/InfiniteScrollLoading.styled.js +12 -0
- package/lib/components/InfiniteScrollLoading/InfiniteScrollLoading.styled.js.map +1 -0
- package/lib/components/InfiniteScrollLoading/index.d.ts +2 -0
- package/lib/components/InfiniteScrollLoading/index.d.ts.map +1 -0
- package/lib/components/InfiniteScrollLoading/index.js +2 -0
- package/lib/components/InfiniteScrollLoading/index.js.map +1 -0
- package/lib/components/MobileBKJDropdownMenu/MobileBKJDropdownMenu.d.ts +7 -0
- package/lib/components/MobileBKJDropdownMenu/MobileBKJDropdownMenu.d.ts.map +1 -0
- package/lib/components/MobileBKJDropdownMenu/MobileBKJDropdownMenu.js +78 -0
- package/lib/components/MobileBKJDropdownMenu/MobileBKJDropdownMenu.js.map +1 -0
- package/lib/components/MobileBKJDropdownMenu/MobileBKJDropdownMenu.stories.d.ts +8 -0
- package/lib/components/MobileBKJDropdownMenu/MobileBKJDropdownMenu.stories.d.ts.map +1 -0
- package/lib/components/MobileBKJDropdownMenu/MobileBKJDropdownMenu.stories.js +10 -0
- package/lib/components/MobileBKJDropdownMenu/MobileBKJDropdownMenu.stories.js.map +1 -0
- package/lib/components/MobileBKJDropdownMenu/index.d.ts +2 -0
- package/lib/components/MobileBKJDropdownMenu/index.d.ts.map +1 -0
- package/lib/components/MobileBKJDropdownMenu/index.js +2 -0
- package/lib/components/MobileBKJDropdownMenu/index.js.map +1 -0
- package/lib/components/Portal/Portal.d.ts +10 -0
- package/lib/components/Portal/Portal.d.ts.map +1 -0
- package/lib/components/Portal/Portal.js +34 -0
- package/lib/components/Portal/Portal.js.map +1 -0
- package/lib/components/Portal/Portal.types.d.ts +4 -0
- package/lib/components/Portal/Portal.types.d.ts.map +1 -0
- package/lib/components/Portal/Portal.types.js +2 -0
- package/lib/components/Portal/Portal.types.js.map +1 -0
- package/lib/components/common/InputBaseCSS/index.d.ts +12 -0
- package/lib/components/common/InputBaseCSS/index.d.ts.map +1 -0
- package/lib/components/common/InputBaseCSS/index.js +83 -0
- package/lib/components/common/InputBaseCSS/index.js.map +1 -0
- package/lib/components/common/ListItemBaseCSS/index.d.ts +6 -0
- package/lib/components/common/ListItemBaseCSS/index.d.ts.map +1 -0
- package/lib/components/common/ListItemBaseCSS/index.js +84 -0
- package/lib/components/common/ListItemBaseCSS/index.js.map +1 -0
- package/lib/components/common/index.d.ts +2 -0
- package/lib/components/common/index.d.ts.map +1 -0
- package/lib/components/common/index.js +2 -0
- package/lib/components/common/index.js.map +1 -0
- package/lib/components/index.d.ts +46 -0
- package/lib/components/index.d.ts.map +1 -0
- package/lib/components/index.js +46 -0
- package/lib/components/index.js.map +1 -0
- package/lib/hooks/index.d.ts +6 -0
- package/lib/hooks/index.d.ts.map +1 -0
- package/lib/hooks/index.js +6 -0
- package/lib/hooks/index.js.map +1 -0
- package/lib/hooks/useClickOutside.d.ts +2 -0
- package/lib/hooks/useClickOutside.d.ts.map +1 -0
- package/lib/hooks/useClickOutside.js +21 -0
- package/lib/hooks/useClickOutside.js.map +1 -0
- package/lib/hooks/useDebouncedCallback/index.d.ts +2 -0
- package/lib/hooks/useDebouncedCallback/index.d.ts.map +1 -0
- package/lib/hooks/useDebouncedCallback/index.js +2 -0
- package/lib/hooks/useDebouncedCallback/index.js.map +1 -0
- package/lib/hooks/useDebouncedCallback/useDebouncedCallback.d.ts +2 -0
- package/lib/hooks/useDebouncedCallback/useDebouncedCallback.d.ts.map +1 -0
- package/lib/hooks/useDebouncedCallback/useDebouncedCallback.js +10 -0
- package/lib/hooks/useDebouncedCallback/useDebouncedCallback.js.map +1 -0
- package/lib/hooks/useDimensionsRef/index.d.ts +2 -0
- package/lib/hooks/useDimensionsRef/index.d.ts.map +1 -0
- package/lib/hooks/useDimensionsRef/index.js +2 -0
- package/lib/hooks/useDimensionsRef/index.js.map +1 -0
- package/lib/hooks/useDimensionsRef/useDimensionRef.types.d.ts +9 -0
- package/lib/hooks/useDimensionsRef/useDimensionRef.types.d.ts.map +1 -0
- package/lib/hooks/useDimensionsRef/useDimensionRef.types.js +2 -0
- package/lib/hooks/useDimensionsRef/useDimensionRef.types.js.map +1 -0
- package/lib/hooks/useDimensionsRef/useDimensionsRef.d.ts +3 -0
- package/lib/hooks/useDimensionsRef/useDimensionsRef.d.ts.map +1 -0
- package/lib/hooks/useDimensionsRef/useDimensionsRef.js +27 -0
- package/lib/hooks/useDimensionsRef/useDimensionsRef.js.map +1 -0
- package/lib/hooks/useFormBehaviors/index.d.ts +3 -0
- package/lib/hooks/useFormBehaviors/index.d.ts.map +1 -0
- package/lib/hooks/useFormBehaviors/index.js +3 -0
- package/lib/hooks/useFormBehaviors/index.js.map +1 -0
- package/lib/hooks/useFormBehaviors/useFormBehaviors.constants.d.ts +2 -0
- package/lib/hooks/useFormBehaviors/useFormBehaviors.constants.d.ts.map +1 -0
- package/lib/hooks/useFormBehaviors/useFormBehaviors.constants.js +2 -0
- package/lib/hooks/useFormBehaviors/useFormBehaviors.constants.js.map +1 -0
- package/lib/hooks/useFormBehaviors/useFormBehaviors.d.ts +7 -0
- package/lib/hooks/useFormBehaviors/useFormBehaviors.d.ts.map +1 -0
- package/lib/hooks/useFormBehaviors/useFormBehaviors.js +199 -0
- package/lib/hooks/useFormBehaviors/useFormBehaviors.js.map +1 -0
- package/lib/hooks/useFormBehaviors/useFormBehaviors.types.d.ts +46 -0
- package/lib/hooks/useFormBehaviors/useFormBehaviors.types.d.ts.map +1 -0
- package/lib/hooks/useFormBehaviors/useFormBehaviors.types.js +9 -0
- package/lib/hooks/useFormBehaviors/useFormBehaviors.types.js.map +1 -0
- package/lib/hooks/useFormBehaviors/useFormBehaviors.utils.d.ts +6 -0
- package/lib/hooks/useFormBehaviors/useFormBehaviors.utils.d.ts.map +1 -0
- package/lib/hooks/useFormBehaviors/useFormBehaviors.utils.js +20 -0
- package/lib/hooks/useFormBehaviors/useFormBehaviors.utils.js.map +1 -0
- package/lib/hooks/useIntersectionObserver/index.d.ts +2 -0
- package/lib/hooks/useIntersectionObserver/index.d.ts.map +1 -0
- package/lib/hooks/useIntersectionObserver/index.js +2 -0
- package/lib/hooks/useIntersectionObserver/index.js.map +1 -0
- package/lib/hooks/useIntersectionObserver/useIntersectionObserver.d.ts +2 -0
- package/lib/hooks/useIntersectionObserver/useIntersectionObserver.d.ts.map +1 -0
- package/lib/hooks/useIntersectionObserver/useIntersectionObserver.js +27 -0
- package/lib/hooks/useIntersectionObserver/useIntersectionObserver.js.map +1 -0
- package/lib/hooks/useMouseOutside.d.ts +2 -0
- package/lib/hooks/useMouseOutside.d.ts.map +1 -0
- package/lib/hooks/useMouseOutside.js +21 -0
- package/lib/hooks/useMouseOutside.js.map +1 -0
- package/lib/hooks/usePersistentState/index.d.ts +2 -0
- package/lib/hooks/usePersistentState/index.d.ts.map +1 -0
- package/lib/hooks/usePersistentState/index.js +2 -0
- package/lib/hooks/usePersistentState/index.js.map +1 -0
- package/lib/hooks/usePersistentState/usePersistentState.d.ts +3 -0
- package/lib/hooks/usePersistentState/usePersistentState.d.ts.map +1 -0
- package/lib/hooks/usePersistentState/usePersistentState.js +30 -0
- package/lib/hooks/usePersistentState/usePersistentState.js.map +1 -0
- package/lib/hooks/usePortalTargetElement.d.ts +3 -0
- package/lib/hooks/usePortalTargetElement.d.ts.map +1 -0
- package/lib/hooks/usePortalTargetElement.js +15 -0
- package/lib/hooks/usePortalTargetElement.js.map +1 -0
- package/lib/hooks/useScrollIntoView.d.ts +2 -0
- package/lib/hooks/useScrollIntoView.d.ts.map +1 -0
- package/lib/hooks/useScrollIntoView.js +10 -0
- package/lib/hooks/useScrollIntoView.js.map +1 -0
- package/lib/index.d.ts +4 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +4 -0
- package/lib/index.js.map +1 -0
- package/lib/locales/en/en_US.json +7 -0
- package/lib/locales/fr/fr-CA.json +7 -0
- package/lib/locales/locales.types.d.ts +3 -0
- package/lib/locales/locales.types.d.ts.map +1 -0
- package/lib/locales/locales.types.js +2 -0
- package/lib/locales/locales.types.js.map +1 -0
- package/lib/providers/BKJThemeProvider/BKJColors.d.ts +58 -0
- package/lib/providers/BKJThemeProvider/BKJColors.d.ts.map +1 -0
- package/lib/providers/BKJThemeProvider/BKJColors.js +58 -0
- package/lib/providers/BKJThemeProvider/BKJColors.js.map +1 -0
- package/lib/providers/BKJThemeProvider/BKJThemeProvider.d.ts +4 -0
- package/lib/providers/BKJThemeProvider/BKJThemeProvider.d.ts.map +1 -0
- package/lib/providers/BKJThemeProvider/BKJThemeProvider.js +6 -0
- package/lib/providers/BKJThemeProvider/BKJThemeProvider.js.map +1 -0
- package/lib/providers/BKJThemeProvider/BKJThemeProvider.styled.d.ts +3 -0
- package/lib/providers/BKJThemeProvider/BKJThemeProvider.styled.d.ts.map +1 -0
- package/lib/providers/BKJThemeProvider/BKJThemeProvider.styled.js +149 -0
- package/lib/providers/BKJThemeProvider/BKJThemeProvider.styled.js.map +1 -0
- package/lib/providers/BKJThemeProvider/BKJThemeProvider.theme.d.ts +11 -0
- package/lib/providers/BKJThemeProvider/BKJThemeProvider.theme.d.ts.map +1 -0
- package/lib/providers/BKJThemeProvider/BKJThemeProvider.theme.js +222 -0
- package/lib/providers/BKJThemeProvider/BKJThemeProvider.theme.js.map +1 -0
- package/lib/providers/BKJThemeProvider/BKJThemeProvider.types.d.ts +225 -0
- package/lib/providers/BKJThemeProvider/BKJThemeProvider.types.d.ts.map +1 -0
- package/lib/providers/BKJThemeProvider/BKJThemeProvider.types.js +15 -0
- package/lib/providers/BKJThemeProvider/BKJThemeProvider.types.js.map +1 -0
- package/lib/providers/BKJThemeProvider/index.d.ts +4 -0
- package/lib/providers/BKJThemeProvider/index.d.ts.map +1 -0
- package/lib/providers/BKJThemeProvider/index.js +4 -0
- package/lib/providers/BKJThemeProvider/index.js.map +1 -0
- package/lib/providers/I18NextProvider.d.ts +3 -0
- package/lib/providers/I18NextProvider.d.ts.map +1 -0
- package/lib/providers/I18NextProvider.js +28 -0
- package/lib/providers/I18NextProvider.js.map +1 -0
- package/lib/providers/index.d.ts +2 -0
- package/lib/providers/index.d.ts.map +1 -0
- package/lib/providers/index.js +2 -0
- package/lib/providers/index.js.map +1 -0
- package/lib/utils/deepEquals.d.ts +2 -0
- package/lib/utils/deepEquals.d.ts.map +1 -0
- package/lib/utils/deepEquals.js +3 -0
- package/lib/utils/deepEquals.js.map +1 -0
- package/lib/utils/findValueByKey.d.ts +2 -0
- package/lib/utils/findValueByKey.d.ts.map +1 -0
- package/lib/utils/findValueByKey.js +9 -0
- package/lib/utils/findValueByKey.js.map +1 -0
- package/lib/utils/isEmpty.d.ts +2 -0
- package/lib/utils/isEmpty.d.ts.map +1 -0
- package/lib/utils/isEmpty.js +9 -0
- package/lib/utils/isEmpty.js.map +1 -0
- package/lib/utils/maskFloat.d.ts +2 -0
- package/lib/utils/maskFloat.d.ts.map +1 -0
- package/lib/utils/maskFloat.js +9 -0
- package/lib/utils/maskFloat.js.map +1 -0
- package/lib/utils/serialize.d.ts +3 -0
- package/lib/utils/serialize.d.ts.map +1 -0
- package/lib/utils/serialize.js +3 -0
- package/lib/utils/serialize.js.map +1 -0
- package/lib/utils/withMemo.d.ts +2 -0
- package/lib/utils/withMemo.d.ts.map +1 -0
- package/lib/utils/withMemo.js +6 -0
- package/lib/utils/withMemo.js.map +1 -0
- package/package.json +22 -22
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { IBKJPhoneNumberInputProps } from './BKJPhoneNumberInput.types.js';
|
|
2
|
+
export declare const BKJPhoneNumberInput: import("react").ForwardRefExoticComponent<Pick<IBKJPhoneNumberInputProps, "target" | "name" | "value" | "label" | "checked" | "cite" | "data" | "form" | "slot" | "span" | "style" | "summary" | "title" | "id" | "selected" | "disabled" | "variant" | "type" | "start" | "hidden" | "color" | "content" | "size" | "default" | "wrap" | "open" | "multiple" | "width" | "css" | "isOpen" | "overrides" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "defer" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "muted" | "nonce" | "noValidate" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "shape" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "step" | "useMap" | "wmode" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "leftIconProps" | "rightIconProps" | "labelProps" | "fieldSetProps" | "description" | "isRequired" | "error"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
3
|
+
//# sourceMappingURL=BKJPhoneNumberInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJPhoneNumberInput.d.ts","sourceRoot":"","sources":["../../../src/components/BKJPhoneNumberInput/BKJPhoneNumberInput.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAExE,eAAO,MAAM,mBAAmB,o+LAqC/B,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import IMask from 'imask';
|
|
3
|
+
import { forwardRef, useCallback, useState } from 'react';
|
|
4
|
+
import { BKJTextInput } from '../BKJTextInput/index.js';
|
|
5
|
+
export const BKJPhoneNumberInput = forwardRef((props, ref) => {
|
|
6
|
+
const { onChange, value = '', name, maxLength, ...rest } = props;
|
|
7
|
+
let mask = '';
|
|
8
|
+
if (maxLength) {
|
|
9
|
+
switch (true) {
|
|
10
|
+
case maxLength >= 12:
|
|
11
|
+
mask = '(000) 000-0000-00';
|
|
12
|
+
break;
|
|
13
|
+
case maxLength === 11:
|
|
14
|
+
mask = '(000) 000-0000-0';
|
|
15
|
+
break;
|
|
16
|
+
default:
|
|
17
|
+
mask = '(000) 000-0000';
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
const formatPhoneNumber = IMask.createMask({
|
|
21
|
+
mask: mask,
|
|
22
|
+
});
|
|
23
|
+
const [displayValue, setDisplayValue] = useState(formatPhoneNumber.resolve(value));
|
|
24
|
+
const handleChange = useCallback((e) => {
|
|
25
|
+
if (onChange) {
|
|
26
|
+
formatPhoneNumber.resolve(e.target.value);
|
|
27
|
+
setDisplayValue(formatPhoneNumber.value);
|
|
28
|
+
e.target.value = formatPhoneNumber.unmaskedValue;
|
|
29
|
+
onChange(e);
|
|
30
|
+
}
|
|
31
|
+
}, [formatPhoneNumber, onChange]);
|
|
32
|
+
return (_jsx(BKJTextInput, { ...rest, name: name, ref: ref, value: displayValue, onChange: handleChange }));
|
|
33
|
+
});
|
|
34
|
+
//# sourceMappingURL=BKJPhoneNumberInput.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJPhoneNumberInput.js","sourceRoot":"","sources":["../../../src/components/BKJPhoneNumberInput/BKJPhoneNumberInput.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAG/C,MAAM,CAAC,MAAM,mBAAmB,GAAG,UAAU,CAC3C,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE;IACb,MAAM,EAAE,QAAQ,EAAE,KAAK,GAAG,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,KAAK,CAAC;IACjE,IAAI,IAAI,GAAW,EAAE,CAAC;IACtB,IAAI,SAAS,EAAE,CAAC;QACd,QAAQ,IAAI,EAAE,CAAC;YACb,KAAK,SAAS,IAAI,EAAE;gBAClB,IAAI,GAAG,mBAAmB,CAAC;gBAC3B,MAAM;YACR,KAAK,SAAS,KAAK,EAAE;gBACnB,IAAI,GAAG,kBAAkB,CAAC;gBAC1B,MAAM;YACR;gBACE,IAAI,GAAG,gBAAgB,CAAC;QAC5B,CAAC;IACH,CAAC;IAED,MAAM,iBAAiB,GAAG,KAAK,CAAC,UAAU,CAAC;QACzC,IAAI,EAAE,IAAI;KACX,CAAC,CAAC;IACH,MAAM,CAAC,YAAY,EAAE,eAAe,CAAC,GAAG,QAAQ,CAAC,iBAAiB,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC;IACnF,MAAM,YAAY,GAA0C,WAAW,CACrE,CAAC,CAAC,EAAE,EAAE;QACJ,IAAI,QAAQ,EAAE,CAAC;YACb,iBAAiB,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;YAC1C,eAAe,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAC;YACzC,CAAC,CAAC,MAAM,CAAC,KAAK,GAAG,iBAAiB,CAAC,aAAa,CAAC;YACjD,QAAQ,CAAC,CAAC,CAAC,CAAC;QACd,CAAC;IACH,CAAC,EACD,CAAC,iBAAiB,EAAE,QAAQ,CAAC,CAC9B,CAAC;IAEF,OAAO,CACL,KAAC,YAAY,OAAK,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,GAAG,EAAE,GAAG,EAAE,KAAK,EAAE,YAAY,EAAE,QAAQ,EAAE,YAAY,GAAI,CAC9F,CAAC;AACJ,CAAC,CACF,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IBKJPhoneNumberInputProps } from './BKJPhoneNumberInput.types.js';
|
|
3
|
+
declare const setup: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: React.ForwardRefExoticComponent<Pick<IBKJPhoneNumberInputProps, "target" | "name" | "value" | "label" | "checked" | "cite" | "data" | "form" | "slot" | "span" | "style" | "summary" | "title" | "id" | "selected" | "disabled" | "variant" | "type" | "start" | "hidden" | "color" | "content" | "size" | "default" | "wrap" | "open" | "multiple" | "width" | "css" | "isOpen" | "overrides" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "defer" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "muted" | "nonce" | "noValidate" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "shape" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "step" | "useMap" | "wmode" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "leftIconProps" | "rightIconProps" | "labelProps" | "fieldSetProps" | "description" | "isRequired" | "error"> & React.RefAttributes<HTMLInputElement>>;
|
|
6
|
+
argTypes: {
|
|
7
|
+
label: {
|
|
8
|
+
name: string;
|
|
9
|
+
};
|
|
10
|
+
error: {
|
|
11
|
+
name: string;
|
|
12
|
+
control: {
|
|
13
|
+
type: string;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
required: {
|
|
17
|
+
name: string;
|
|
18
|
+
};
|
|
19
|
+
placeholder: {
|
|
20
|
+
name: string;
|
|
21
|
+
};
|
|
22
|
+
disabled: {
|
|
23
|
+
name: string;
|
|
24
|
+
};
|
|
25
|
+
value: {
|
|
26
|
+
table: {
|
|
27
|
+
disable: boolean;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
export declare const Default: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, IBKJPhoneNumberInputProps>;
|
|
33
|
+
export default setup;
|
|
34
|
+
//# sourceMappingURL=BKJPhoneNumberInput.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJPhoneNumberInput.stories.d.ts","sourceRoot":"","sources":["../../../src/components/BKJPhoneNumberInput/BKJPhoneNumberInput.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAGrD,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAExE,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BV,CAAC;AAaF,eAAO,MAAM,OAAO,gHAAoB,CAAC;AAUzC,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import React, { useCallback, useState } from 'react';
|
|
3
|
+
import { BKJPhoneNumberInput } from './BKJPhoneNumberInput.js';
|
|
4
|
+
const setup = {
|
|
5
|
+
title: 'Input Elements/BKJPhoneNumberInput',
|
|
6
|
+
component: BKJPhoneNumberInput,
|
|
7
|
+
argTypes: {
|
|
8
|
+
label: {
|
|
9
|
+
name: 'Label Text',
|
|
10
|
+
},
|
|
11
|
+
error: {
|
|
12
|
+
name: 'Error Message',
|
|
13
|
+
control: {
|
|
14
|
+
type: 'text',
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
required: {
|
|
18
|
+
name: 'Required Field',
|
|
19
|
+
},
|
|
20
|
+
placeholder: {
|
|
21
|
+
name: 'Placeholder',
|
|
22
|
+
},
|
|
23
|
+
disabled: {
|
|
24
|
+
name: 'Disabled',
|
|
25
|
+
},
|
|
26
|
+
value: {
|
|
27
|
+
table: {
|
|
28
|
+
disable: true,
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
const Template = (args) => {
|
|
34
|
+
const [value, setValue] = useState(96969696921112222222222222);
|
|
35
|
+
const updateValue = useCallback((e) => {
|
|
36
|
+
setValue(e.target.value);
|
|
37
|
+
}, []);
|
|
38
|
+
return (_jsx(BKJPhoneNumberInput, { ...args, value: value, onChange: updateValue, maxLength: 10 }));
|
|
39
|
+
};
|
|
40
|
+
export const Default = Template.bind({});
|
|
41
|
+
Default.args = {
|
|
42
|
+
label: 'Phone Number',
|
|
43
|
+
required: false,
|
|
44
|
+
placeholder: '',
|
|
45
|
+
ref: React.createRef(),
|
|
46
|
+
name: 'phone',
|
|
47
|
+
};
|
|
48
|
+
export default setup;
|
|
49
|
+
//# sourceMappingURL=BKJPhoneNumberInput.stories.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJPhoneNumberInput.stories.js","sourceRoot":"","sources":["../../../src/components/BKJPhoneNumberInput/BKJPhoneNumberInput.stories.tsx"],"names":[],"mappings":";AACA,OAAO,KAAK,EAAE,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAErD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAG5D,MAAM,KAAK,GAAG;IACZ,KAAK,EAAE,oCAAoC;IAC3C,SAAS,EAAE,mBAAmB;IAC9B,QAAQ,EAAE;QACR,KAAK,EAAE;YACL,IAAI,EAAE,YAAY;SACnB;QACD,KAAK,EAAE;YACL,IAAI,EAAE,eAAe;YACrB,OAAO,EAAE;gBACP,IAAI,EAAE,MAAM;aACb;SACF;QACD,QAAQ,EAAE;YACR,IAAI,EAAE,gBAAgB;SACvB;QACD,WAAW,EAAE;YACX,IAAI,EAAE,aAAa;SACpB;QACD,QAAQ,EAAE;YACR,IAAI,EAAE,UAAU;SACjB;QACD,KAAK,EAAE;YACL,KAAK,EAAE;gBACL,OAAO,EAAE,IAAI;aACd;SACF;KACF;CACF,CAAC;AAEF,MAAM,QAAQ,GAAuC,CAAC,IAAI,EAAE,EAAE;IAC5D,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,QAAQ,CAAC,0BAA0B,CAAC,CAAC;IAC/D,MAAM,WAAW,GAAG,WAAW,CAAC,CAAC,CAAkB,EAAE,EAAE;QACrD,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IAC3B,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,OAAO,CACL,KAAC,mBAAmB,OAAK,IAAI,EAAE,KAAK,EAAE,KAAY,EAAE,QAAQ,EAAE,WAAW,EAAE,SAAS,EAAE,EAAE,GAAI,CAC7F,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAEzC,OAAO,CAAC,IAAI,GAAG;IACb,KAAK,EAAE,cAAc;IACrB,QAAQ,EAAE,KAAK;IACf,WAAW,EAAE,EAAE;IACf,GAAG,EAAE,KAAK,CAAC,SAAS,EAAE;IACtB,IAAI,EAAE,OAAO;CACd,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare const IconTextInputWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export declare const InputLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, {
|
|
3
|
+
disabled?: boolean;
|
|
4
|
+
}>> & string;
|
|
5
|
+
export declare const RequiredAsterisk: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "disabled"> & {
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
}, "disabled" | "key" | keyof import("react").LabelHTMLAttributes<HTMLLabelElement>> & {
|
|
8
|
+
ref?: import("react").Ref<HTMLLabelElement>;
|
|
9
|
+
}, never>> & string;
|
|
10
|
+
export declare const InputWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
11
|
+
export declare const IconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
12
|
+
isFocused: boolean;
|
|
13
|
+
}>> & string;
|
|
14
|
+
export declare const TextInput: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
15
|
+
export declare const InputErrorMessage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
|
|
16
|
+
//# sourceMappingURL=BKJPhoneNumberInput.styled.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJPhoneNumberInput.styled.d.ts","sourceRoot":"","sources":["../../../src/components/BKJPhoneNumberInput/BKJPhoneNumberInput.styled.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,oBAAoB,6NAEhC,CAAC;AAEF,eAAO,MAAM,UAAU;eAA6B,OAAO;YAE1D,CAAC;AAEF,eAAO,MAAM,gBAAgB;eAJuB,OAAO;;;mBAM1D,CAAC;AAEF,eAAO,MAAM,YAAY,6NAGxB,CAAC;AAEF,eAAO,MAAM,WAAW;eAA2B,OAAO;YAczD,CAAC;AAEF,eAAO,MAAM,SAAS,kFAErB,CAAC;AAEF,eAAO,MAAM,iBAAiB,yOAE7B,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import styled, { css } from 'styled-components';
|
|
2
|
+
import { InputBaseCSS, InputErrorMessageCSS, InputLabelCSS, InputRequiredAsteriskCSS, InputWrapperCSS, } from '../common/index.js';
|
|
3
|
+
export const IconTextInputWrapper = styled.div `
|
|
4
|
+
${InputWrapperCSS}
|
|
5
|
+
`;
|
|
6
|
+
export const InputLabel = styled.label `
|
|
7
|
+
${InputLabelCSS}
|
|
8
|
+
`;
|
|
9
|
+
export const RequiredAsterisk = styled(InputLabel) `
|
|
10
|
+
${InputRequiredAsteriskCSS}
|
|
11
|
+
`;
|
|
12
|
+
export const InputWrapper = styled.div `
|
|
13
|
+
display: flex;
|
|
14
|
+
position: relative;
|
|
15
|
+
`;
|
|
16
|
+
export const IconWrapper = styled.div `
|
|
17
|
+
height: 100%;
|
|
18
|
+
width: 38px;
|
|
19
|
+
display: flex;
|
|
20
|
+
font-size: 14px;
|
|
21
|
+
justify-content: center;
|
|
22
|
+
align-items: center;
|
|
23
|
+
position: absolute;
|
|
24
|
+
left: 0;
|
|
25
|
+
${({ isFocused }) => isFocused &&
|
|
26
|
+
css `
|
|
27
|
+
color: #342a6a;
|
|
28
|
+
`};
|
|
29
|
+
`;
|
|
30
|
+
export const TextInput = styled.input `
|
|
31
|
+
${InputBaseCSS};
|
|
32
|
+
`;
|
|
33
|
+
export const InputErrorMessage = styled.p `
|
|
34
|
+
${InputErrorMessageCSS}
|
|
35
|
+
`;
|
|
36
|
+
//# sourceMappingURL=BKJPhoneNumberInput.styled.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJPhoneNumberInput.styled.js","sourceRoot":"","sources":["../../../src/components/BKJPhoneNumberInput/BKJPhoneNumberInput.styled.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EACL,YAAY,EACZ,oBAAoB,EACpB,aAAa,EACb,wBAAwB,EACxB,eAAe,GAChB,MAAM,WAAW,CAAC;AAEnB,MAAM,CAAC,MAAM,oBAAoB,GAAG,MAAM,CAAC,GAAG,CAAA;IAC1C,eAAe;CAClB,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAAG,MAAM,CAAC,KAAK,CAAwB;IAC1D,aAAa;CAChB,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAG,MAAM,CAAC,UAAU,CAAC,CAAA;IAC9C,wBAAwB;CAC3B,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAAG,MAAM,CAAC,GAAG,CAAA;;;CAGrC,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAG,MAAM,CAAC,GAAG,CAAwB;;;;;;;;;IASzD,CAAC,EAAE,SAAS,EAAE,EAAE,EAAE,CAClB,SAAS;IACT,GAAG,CAAA;;KAEF;CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAAG,MAAM,CAAC,KAAK,CAAK;IACtC,YAAY;CACf,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAAG,MAAM,CAAC,CAAC,CAAA;IACrC,oBAAoB;CACvB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ChangeEvent } from 'react';
|
|
2
|
+
import { IBKJTextInputProps } from '../BKJTextInput/BKJTextInput.types.js';
|
|
3
|
+
type ExtendedChangeEvent = ChangeEvent<HTMLInputElement>['target'];
|
|
4
|
+
interface EventTargetWithRawValue extends ExtendedChangeEvent {
|
|
5
|
+
raw: string;
|
|
6
|
+
}
|
|
7
|
+
interface EventWithRawValue extends Omit<ChangeEvent<HTMLInputElement>, 'target'> {
|
|
8
|
+
target: EventTargetWithRawValue;
|
|
9
|
+
}
|
|
10
|
+
export interface IBKJPhoneNumberInputProps extends Omit<IBKJTextInputProps, 'onChange'> {
|
|
11
|
+
onChange: (event: EventWithRawValue) => void;
|
|
12
|
+
}
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=BKJPhoneNumberInput.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJPhoneNumberInput.types.d.ts","sourceRoot":"","sources":["../../../src/components/BKJPhoneNumberInput/BKJPhoneNumberInput.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AACpC,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AAExE,KAAK,mBAAmB,GAAG,WAAW,CAAC,gBAAgB,CAAC,CAAC,QAAQ,CAAC,CAAC;AAEnE,UAAU,uBAAwB,SAAQ,mBAAmB;IAC3D,GAAG,EAAE,MAAM,CAAC;CACb;AAED,UAAU,iBAAkB,SAAQ,IAAI,CAAC,WAAW,CAAC,gBAAgB,CAAC,EAAE,QAAQ,CAAC;IAC/E,MAAM,EAAE,uBAAuB,CAAC;CACjC;AAED,MAAM,WAAW,yBAA0B,SAAQ,IAAI,CAAC,kBAAkB,EAAE,UAAU,CAAC;IACrF,QAAQ,EAAE,CAAC,KAAK,EAAE,iBAAiB,KAAK,IAAI,CAAC;CAC9C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJPhoneNumberInput.types.js","sourceRoot":"","sources":["../../../src/components/BKJPhoneNumberInput/BKJPhoneNumberInput.types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/BKJPhoneNumberInput/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D,OAAO,EAAE,mBAAmB,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/BKJPhoneNumberInput/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D,OAAO,EAAE,mBAAmB,EAAE,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { IBKJPillDropdownContext, IBKJPillDropdownProvider } from './BKJPillDropdown.types.js';
|
|
3
|
+
export declare const BKJPillDropdownProvider: FC<IBKJPillDropdownProvider>;
|
|
4
|
+
export declare const useBKJPillDropdownContext: () => IBKJPillDropdownContext;
|
|
5
|
+
//# sourceMappingURL=BKJPillDropdown.context.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJPillDropdown.context.d.ts","sourceRoot":"","sources":["../../../src/components/BKJPillDropdown/BKJPillDropdown.context.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,EAAE,EASH,MAAM,OAAO,CAAC;AAIf,OAAO,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,MAAM,yBAAyB,CAAC;AAI5F,eAAO,MAAM,uBAAuB,EAAE,EAAE,CAAC,wBAAwB,CAqGhE,CAAC;AAEF,eAAO,MAAM,yBAAyB,+BAA2C,CAAC"}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { createContext, useCallback, useContext, useMemo, useRef, useState, } from 'react';
|
|
3
|
+
import { v4 as uuidv4 } from 'uuid';
|
|
4
|
+
const BKJPillDropdownContext = createContext(null);
|
|
5
|
+
export const BKJPillDropdownProvider = ({ children, value = [], onChange, name, max, }) => {
|
|
6
|
+
const wrapperRef = useRef(null);
|
|
7
|
+
const inputRef = useRef(null);
|
|
8
|
+
const mouseDownTargetRef = useRef(null);
|
|
9
|
+
const [uuid] = useState(uuidv4());
|
|
10
|
+
const [inputValue, setInputValue] = useState('');
|
|
11
|
+
const [isFocused, setFocus] = useState(false);
|
|
12
|
+
const onInputFocused = useCallback((event) => {
|
|
13
|
+
event.preventDefault();
|
|
14
|
+
event.stopPropagation();
|
|
15
|
+
inputRef.current?.focus();
|
|
16
|
+
setFocus(true);
|
|
17
|
+
inputRef.current?.scrollIntoView({ behavior: 'smooth', block: 'center' });
|
|
18
|
+
return void 0;
|
|
19
|
+
}, []);
|
|
20
|
+
const setNextValue = useCallback((nextValue) => {
|
|
21
|
+
if (nextValue) {
|
|
22
|
+
onChange({ target: { name, value: nextValue } });
|
|
23
|
+
setInputValue('');
|
|
24
|
+
}
|
|
25
|
+
return void 0;
|
|
26
|
+
}, [name, onChange]);
|
|
27
|
+
const onInputChange = useCallback((e) => {
|
|
28
|
+
setNextValue(e.target.value);
|
|
29
|
+
}, [setNextValue]);
|
|
30
|
+
const onChipRemove = useCallback((__VALUE__) => {
|
|
31
|
+
return (event) => {
|
|
32
|
+
event.preventDefault();
|
|
33
|
+
event.stopPropagation();
|
|
34
|
+
const index = value.indexOf(__VALUE__);
|
|
35
|
+
const nextValue = Array.from(value);
|
|
36
|
+
nextValue.splice(index, 1);
|
|
37
|
+
onChange({ target: { name, value: nextValue } });
|
|
38
|
+
};
|
|
39
|
+
}, [name, onChange, value]);
|
|
40
|
+
const onInputBlur = useCallback((event) => {
|
|
41
|
+
const containsTarget = event.currentTarget.contains(mouseDownTargetRef.current);
|
|
42
|
+
if (containsTarget)
|
|
43
|
+
event.stopPropagation();
|
|
44
|
+
if (isFocused) {
|
|
45
|
+
event.preventDefault();
|
|
46
|
+
event.stopPropagation();
|
|
47
|
+
setFocus(false);
|
|
48
|
+
}
|
|
49
|
+
}, [isFocused]);
|
|
50
|
+
const isMaxLimitReached = useMemo(() => {
|
|
51
|
+
return value.length > max;
|
|
52
|
+
}, [max, value.length]);
|
|
53
|
+
const onIsOpenChange = useCallback(({ isOpen }) => {
|
|
54
|
+
if (!isOpen)
|
|
55
|
+
setFocus(false);
|
|
56
|
+
}, []);
|
|
57
|
+
return (_jsx(BKJPillDropdownContext.Provider, { value: {
|
|
58
|
+
wrapperRef,
|
|
59
|
+
inputRef,
|
|
60
|
+
value,
|
|
61
|
+
inputValue,
|
|
62
|
+
onInputFocused,
|
|
63
|
+
onInputChange,
|
|
64
|
+
onInputBlur,
|
|
65
|
+
onChipRemove,
|
|
66
|
+
isFocused,
|
|
67
|
+
setInputValue,
|
|
68
|
+
uuid,
|
|
69
|
+
isMaxLimitReached,
|
|
70
|
+
onIsOpenChange,
|
|
71
|
+
}, children: children }));
|
|
72
|
+
};
|
|
73
|
+
export const useBKJPillDropdownContext = () => useContext(BKJPillDropdownContext);
|
|
74
|
+
//# sourceMappingURL=BKJPillDropdown.context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJPillDropdown.context.js","sourceRoot":"","sources":["../../../src/components/BKJPillDropdown/BKJPillDropdown.context.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJPillDropdown.d.ts","sourceRoot":"","sources":["../../../src/components/BKJPillDropdown/BKJPillDropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAwB,MAAM,OAAO,CAAC;AAajD,OAAO,EAAE,gBAAgB,EAA2B,MAAM,yBAAyB,CAAC;AA6HpF,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,gBAAgB,CA0BhD,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { createElement as _createElement } from "react";
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { Fragment, forwardRef } from 'react';
|
|
4
|
+
import { BKJChip, BKJIcon } from '../index.js';
|
|
5
|
+
import { Flex } from '../Flex/index.js';
|
|
6
|
+
import { BKJPillDropdownProvider, useBKJPillDropdownContext } from './BKJPillDropdown.context.js';
|
|
7
|
+
import { ArrowIconWrapper, BKJPillDropdownComboBox, BKJPillDropdownWrapper, InputLabel, InputMessage, RequiredAsterisk, TextAreaWrapper, } from './BKJPillDropdown.styled.js';
|
|
8
|
+
const InputComponent = forwardRef(({ onInputChange, value, isFocused, onIsOpenChange, options = [], placeholder, ...rest }, ref) => {
|
|
9
|
+
return (_jsx(BKJPillDropdownComboBox, { ...rest, overrides: ['HIDE_VALUE_LABEL', 'CHECKBOX_VARIANT'], ref: ref, action: "OpenToggle", name: "BKJPillDropdown_InputValue", placeholder: !!value?.length ? '' : placeholder, options: options, type: "Multiple", onIsOpenChange: onIsOpenChange, onChange: onInputChange, value: value, hasValue: value.length > 0, isFocused: isFocused }));
|
|
10
|
+
});
|
|
11
|
+
const BKJPillDropdownComponent = (props) => {
|
|
12
|
+
const { value, label, required, disabled, description, name, error, max, options, placeholder, ...rest } = props;
|
|
13
|
+
const { wrapperRef, inputRef, uuid, onChipRemove, onInputFocused, onInputChange, onInputBlur, isMaxLimitReached, onIsOpenChange, isFocused, } = useBKJPillDropdownContext();
|
|
14
|
+
return (_jsxs(BKJPillDropdownWrapper, { children: [label && (_jsxs(InputLabel, { disabled: disabled, children: [label, required && _jsx(RequiredAsterisk, { children: "\u00A0*" })] })), value.length !== 0 && (_createElement(TextAreaWrapper, { ...rest, key: `BKJPillDropdown_${uuid}`, id: `BKJPillDropdown_${uuid}_TextAreaWrapper`, ref: wrapperRef, error: !!error || isMaxLimitReached, disabled: disabled, onMouseDown: onInputFocused, hasValue: value.length > 0, isFocused: isFocused },
|
|
15
|
+
_jsxs(Flex, { flexWrap: "wrap", gap: "4px", padding: value.length > 0 ? '8px 8px 0' : '8px 8px', margin: "0 17px 0 0", children: [value.map((strValue) => {
|
|
16
|
+
const MATCHED = options.find(({ value }) => value === strValue);
|
|
17
|
+
if (!MATCHED)
|
|
18
|
+
return _jsx(Fragment, {});
|
|
19
|
+
return (_jsx(BKJChip, { onClose: onChipRemove(MATCHED.value), variant: "Purple", children: MATCHED.label }, MATCHED.value));
|
|
20
|
+
}), _jsx(ArrowIconWrapper, { children: _jsx(BKJIcon, { iconName: isFocused ? 'ArrowUp' : 'ArrowDown' }) })] }))), _jsx(InputComponent, { ref: inputRef, options: options, isFocused: isFocused, value: value, onInputChange: onInputChange, onBlur: onInputBlur, onIsOpenChange: onIsOpenChange, placeholder: placeholder }), description && _jsx(InputMessage, { children: description })] }));
|
|
21
|
+
};
|
|
22
|
+
export const BKJPillDropdown = ({ value = [], onChange, name, validations, max = 10, placeholder = '', ...rest }) => {
|
|
23
|
+
return (_jsx(BKJPillDropdownProvider, { value: value, onChange: onChange, name: name, validations: validations, max: max, children: _jsx(BKJPillDropdownComponent, { name: name, value: value, max: max, ...rest, placeholder: placeholder }) }));
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=BKJPillDropdown.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJPillDropdown.js","sourceRoot":"","sources":["../../../src/components/BKJPillDropdown/BKJPillDropdown.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { IBKJPillDropdown } from './BKJPillDropdown.types.js';
|
|
2
|
+
declare const setup: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("react").FC<IBKJPillDropdown>;
|
|
5
|
+
argTypes: {
|
|
6
|
+
label: {
|
|
7
|
+
name: string;
|
|
8
|
+
};
|
|
9
|
+
error: {
|
|
10
|
+
name: string;
|
|
11
|
+
control: {
|
|
12
|
+
type: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
height: {
|
|
16
|
+
name: string;
|
|
17
|
+
};
|
|
18
|
+
required: {
|
|
19
|
+
name: string;
|
|
20
|
+
};
|
|
21
|
+
placeholder: {
|
|
22
|
+
name: string;
|
|
23
|
+
};
|
|
24
|
+
disabled: {
|
|
25
|
+
name: string;
|
|
26
|
+
};
|
|
27
|
+
value: {
|
|
28
|
+
name: string;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
export declare const Default: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, IBKJPillDropdown>;
|
|
33
|
+
export default setup;
|
|
34
|
+
//# sourceMappingURL=BKJPillDropdown.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJPillDropdown.stories.d.ts","sourceRoot":"","sources":["../../../src/components/BKJPillDropdown/BKJPillDropdown.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAS3D,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BV,CAAC;AAiDF,eAAO,MAAM,OAAO,uGAAoB,CAAC;AAQzC,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { BKJPillDropdown } from './BKJPillDropdown.js';
|
|
3
|
+
import { useFormBehaviors } from '../../hooks/index.js';
|
|
4
|
+
import uniq from 'lodash/uniq';
|
|
5
|
+
import filter from 'lodash/filter';
|
|
6
|
+
import includes from 'lodash/includes';
|
|
7
|
+
import { Flex } from '../Flex/index.js';
|
|
8
|
+
const setup = {
|
|
9
|
+
title: 'Input Elements/BKJPillDropdown',
|
|
10
|
+
component: BKJPillDropdown,
|
|
11
|
+
argTypes: {
|
|
12
|
+
label: {
|
|
13
|
+
name: 'Label Text',
|
|
14
|
+
},
|
|
15
|
+
error: {
|
|
16
|
+
name: 'Error Message',
|
|
17
|
+
control: {
|
|
18
|
+
type: 'text',
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
height: {
|
|
22
|
+
name: 'Height',
|
|
23
|
+
},
|
|
24
|
+
required: {
|
|
25
|
+
name: 'Required Field',
|
|
26
|
+
},
|
|
27
|
+
placeholder: {
|
|
28
|
+
name: 'Placeholder',
|
|
29
|
+
},
|
|
30
|
+
disabled: {
|
|
31
|
+
name: 'Disabled',
|
|
32
|
+
},
|
|
33
|
+
value: {
|
|
34
|
+
name: 'Array Items',
|
|
35
|
+
},
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const initialState = {
|
|
39
|
+
data: ['1'],
|
|
40
|
+
};
|
|
41
|
+
function VALIDATION_unique(data) {
|
|
42
|
+
let errs = [];
|
|
43
|
+
const hasDuplicates = uniq(data).length !== data.length;
|
|
44
|
+
const duplicates = uniq(filter(data, (val, i, iteratee) => includes(iteratee, val, i + 1)));
|
|
45
|
+
if (data.length === 0)
|
|
46
|
+
errs.push('At least 1 option is required');
|
|
47
|
+
if (hasDuplicates)
|
|
48
|
+
[`Remove duplicate values`, ...duplicates.map((str) => `\t• ${str}`)].forEach((item) => errs.push(item));
|
|
49
|
+
if (errs.length)
|
|
50
|
+
return errs;
|
|
51
|
+
return '';
|
|
52
|
+
}
|
|
53
|
+
const opts = [...Array(300)].map((_, i) => {
|
|
54
|
+
return { id: String(i + 1), label: `Item Number #${i + 1}`, value: String(i + 1) };
|
|
55
|
+
});
|
|
56
|
+
const Template = (props) => {
|
|
57
|
+
const { values: { data }, onChange, fieldErrors, } = useFormBehaviors({
|
|
58
|
+
initialState,
|
|
59
|
+
onSubmit: console.log,
|
|
60
|
+
validations: {
|
|
61
|
+
data: VALIDATION_unique,
|
|
62
|
+
},
|
|
63
|
+
});
|
|
64
|
+
return (_jsx(Flex, { width: "400px", children: _jsx(BKJPillDropdown, { ...props, options: opts, max: 200, onChange: onChange, name: "data", value: data, error: fieldErrors['data'] }) }));
|
|
65
|
+
};
|
|
66
|
+
export const Default = Template.bind({});
|
|
67
|
+
Default.args = {
|
|
68
|
+
label: 'Employment Status',
|
|
69
|
+
required: true,
|
|
70
|
+
placeholder: "Type or paste a list of dropdown values, so that there's one value per line.",
|
|
71
|
+
};
|
|
72
|
+
export default setup;
|
|
73
|
+
//# sourceMappingURL=BKJPillDropdown.stories.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJPillDropdown.stories.js","sourceRoot":"","sources":["../../../src/components/BKJPillDropdown/BKJPillDropdown.stories.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { IBKJPillDropdownContext, TextAreaWrapperProps } from './BKJPillDropdown.types.js';
|
|
2
|
+
export declare const InputLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, {
|
|
3
|
+
disabled?: boolean;
|
|
4
|
+
}>> & string;
|
|
5
|
+
export declare const ErrorMessage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, never>> & string;
|
|
6
|
+
export declare const InputMessage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, Partial<Pick<IBKJPillDropdownContext, "inputValue" | "isMaxLimitReached">>>> & string;
|
|
7
|
+
export declare const RequiredAsterisk: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "disabled"> & {
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
}, "disabled" | "key" | keyof import("react").LabelHTMLAttributes<HTMLLabelElement>> & {
|
|
10
|
+
ref?: import("react").Ref<HTMLLabelElement>;
|
|
11
|
+
}, never>> & string;
|
|
12
|
+
export declare const BKJPillDropdownWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, never>> & string;
|
|
13
|
+
export declare const TextAreaWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, TextAreaWrapperProps>> & string;
|
|
14
|
+
export declare const BKJPillDropdownComboBox: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("../BKJComboBox/BKJComboBox.types.js").IBKJComboBoxProps<import("../BKJComboBox/BKJComboBox.types.js").IBKJComboBoxOption<string | number, string, string | number>> & {
|
|
15
|
+
children?: import("react").ReactNode;
|
|
16
|
+
}, {
|
|
17
|
+
hasValue: boolean;
|
|
18
|
+
isFocused: boolean;
|
|
19
|
+
}>> & string & Omit<import("react").FC<import("../BKJComboBox/BKJComboBox.types.js").IBKJComboBoxProps<import("../BKJComboBox/BKJComboBox.types.js").IBKJComboBoxOption<string | number, string, string | number>>>, keyof import("react").Component<any, {}, any>>;
|
|
20
|
+
export declare const ArrowIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
21
|
+
//# sourceMappingURL=BKJPillDropdown.styled.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJPillDropdown.styled.d.ts","sourceRoot":"","sources":["../../../src/components/BKJPillDropdown/BKJPillDropdown.styled.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,uBAAuB,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAGxF,eAAO,MAAM,UAAU;eAA6B,OAAO;YAE1D,CAAC;AAEF,eAAO,MAAM,YAAY,sOAExB,CAAC;AAEF,eAAO,MAAM,YAAY,wTAYxB,CAAC;AAEF,eAAO,MAAM,gBAAgB;eAtBuB,OAAO;;;mBAwB1D,CAAC;AAEF,eAAO,MAAM,sBAAsB,sOAIlC,CAAC;AAEF,eAAO,MAAM,eAAe,yPAwB3B,CAAC;AAEF,eAAO,MAAM,uBAAuB;;;cACxB,OAAO;eACN,OAAO;6PAuBnB,CAAC;AAEF,eAAO,MAAM,gBAAgB,6NAK5B,CAAC"}
|