@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,190 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { useCombobox } from 'downshift';
|
|
3
|
+
import { createContext, useCallback, useContext, useEffect, useMemo, useRef } from 'react';
|
|
4
|
+
import { useVirtual } from 'react-virtual';
|
|
5
|
+
import { isNumber } from '../../../common.types.js';
|
|
6
|
+
import { itemToString } from '../BKJComboBoxAsync.utils.js';
|
|
7
|
+
import { useBKJComboBoxAsyncContextHooks } from './BKJComboBoxAsync.context.hooks.js';
|
|
8
|
+
import i18next from 'i18next';
|
|
9
|
+
const loadElement = (name) => ({
|
|
10
|
+
type: 'Loader',
|
|
11
|
+
id: 'Loader',
|
|
12
|
+
value: 'Loader',
|
|
13
|
+
key: 'Loader',
|
|
14
|
+
name,
|
|
15
|
+
disabled: true,
|
|
16
|
+
label: 'Loader',
|
|
17
|
+
});
|
|
18
|
+
const noResultsElement = (name) => ({
|
|
19
|
+
type: 'NoResults',
|
|
20
|
+
id: 'No Results',
|
|
21
|
+
value: i18next.t('translations:NO_RESULTS'),
|
|
22
|
+
key: 'No Results',
|
|
23
|
+
name,
|
|
24
|
+
disabled: true,
|
|
25
|
+
label: i18next.t('translations:NO_RESULTS'),
|
|
26
|
+
});
|
|
27
|
+
export const BKJComboBoxAsyncContext = createContext({});
|
|
28
|
+
export const BKJComboBoxAsyncProvider = ({ icon, type, name, value, label, error, action, variant, options: __options__ = [], context, disabled, onChange, children, required, searchKey, placeholder, searchValue, onSearchChange, portalTargetElement, }) => {
|
|
29
|
+
const { pageInfo, isLoading } = useContext(context);
|
|
30
|
+
const hasNextPage = pageInfo?.hasNextPage;
|
|
31
|
+
const [{ anchorElement, dropdownElement }, { setAnchorElement, setDropdownElement }] = useBKJComboBoxAsyncContextHooks();
|
|
32
|
+
const isDropdownReverse = dropdownElement?.style?.top === 'auto' && dropdownElement?.style?.bottom === '0px';
|
|
33
|
+
const options = useMemo(() => {
|
|
34
|
+
let __o__ = [...__options__];
|
|
35
|
+
if (hasNextPage || isLoading)
|
|
36
|
+
__o__ = __o__.concat(loadElement(name));
|
|
37
|
+
if (__o__.length === 0)
|
|
38
|
+
__o__ = [noResultsElement(name)].concat(__o__);
|
|
39
|
+
return __o__.map((opts, index) => {
|
|
40
|
+
return { ...opts, index };
|
|
41
|
+
});
|
|
42
|
+
}, [__options__, hasNextPage, isLoading, name]);
|
|
43
|
+
const parentRef = useRef(null);
|
|
44
|
+
const rowVirtualizer = useVirtual({
|
|
45
|
+
size: options.length,
|
|
46
|
+
parentRef,
|
|
47
|
+
keyExtractor: (index) => options[index].id,
|
|
48
|
+
});
|
|
49
|
+
const { reset, isOpen, openMenu, closeMenu, toggleMenu, selectedItem, getMenuProps, getItemProps, getInputProps, getLabelProps, getComboboxProps, highlightedIndex, setHighlightedIndex, getToggleButtonProps, setInputValue: __downShiftSetInputValue__, } = useCombobox({
|
|
50
|
+
inputValue: searchValue,
|
|
51
|
+
itemToString,
|
|
52
|
+
items: options,
|
|
53
|
+
initialSelectedItem: value,
|
|
54
|
+
scrollIntoView: () => void 0,
|
|
55
|
+
onHighlightedIndexChange: ({ highlightedIndex: __i__ = 0, type }) => {
|
|
56
|
+
const highlightedItem = options[__i__];
|
|
57
|
+
let INDEX = __i__;
|
|
58
|
+
if (highlightedItem) {
|
|
59
|
+
if (['Group', 'Loader', 'NoResults'].includes(highlightedItem.type)) {
|
|
60
|
+
if (type === '__input_keydown_arrow_down__')
|
|
61
|
+
INDEX = __i__ + 1;
|
|
62
|
+
if (type === '__input_keydown_arrow_up__')
|
|
63
|
+
INDEX = __i__ - 1;
|
|
64
|
+
if (INDEX > options.length - 1)
|
|
65
|
+
INDEX = 0;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
if (isNumber(INDEX) && INDEX >= 0) {
|
|
69
|
+
rowVirtualizer.scrollToIndex(INDEX);
|
|
70
|
+
}
|
|
71
|
+
setHighlightedIndex(INDEX);
|
|
72
|
+
},
|
|
73
|
+
onSelectedItemChange: (event) => {
|
|
74
|
+
const { selectedItem } = event;
|
|
75
|
+
const nextValue = {
|
|
76
|
+
...selectedItem,
|
|
77
|
+
name,
|
|
78
|
+
value: selectedItem,
|
|
79
|
+
};
|
|
80
|
+
if (searchValue !== '') {
|
|
81
|
+
__downShiftSetInputValue__('');
|
|
82
|
+
onSearchChange({
|
|
83
|
+
target: {
|
|
84
|
+
value: '',
|
|
85
|
+
name: searchKey,
|
|
86
|
+
},
|
|
87
|
+
});
|
|
88
|
+
}
|
|
89
|
+
if (onChange)
|
|
90
|
+
onChange({
|
|
91
|
+
target: nextValue,
|
|
92
|
+
});
|
|
93
|
+
closeMenu();
|
|
94
|
+
anchorElement?.blur();
|
|
95
|
+
return void 0;
|
|
96
|
+
},
|
|
97
|
+
onIsOpenChange: ({ isOpen: __isOpen__, highlightedIndex: __highlightedIndex__, selectedItem: __selectedItem__, }) => {
|
|
98
|
+
if (__isOpen__) {
|
|
99
|
+
if (__selectedItem__) {
|
|
100
|
+
if (options.some((option) => {
|
|
101
|
+
return option.index === __selectedItem__.index;
|
|
102
|
+
}))
|
|
103
|
+
rowVirtualizer.scrollToIndex(__selectedItem__.index, { align: 'start' });
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
if (!__isOpen__ && searchValue !== '') {
|
|
107
|
+
__downShiftSetInputValue__('');
|
|
108
|
+
onSearchChange({
|
|
109
|
+
target: {
|
|
110
|
+
value: '',
|
|
111
|
+
name: searchKey,
|
|
112
|
+
},
|
|
113
|
+
});
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
});
|
|
117
|
+
const handleInputFocus = useCallback(openMenu, [openMenu]);
|
|
118
|
+
const handleInputKeyDown = useCallback(({ key, nativeEvent }) => {
|
|
119
|
+
switch (action) {
|
|
120
|
+
case 'OpenToggle':
|
|
121
|
+
switch (key) {
|
|
122
|
+
case 'Escape':
|
|
123
|
+
case 'Enter':
|
|
124
|
+
nativeEvent.preventDownshiftDefault = true;
|
|
125
|
+
if (isOpen && searchValue !== '')
|
|
126
|
+
onSearchChange({ target: { value: '', name: searchKey } });
|
|
127
|
+
if (isOpen && searchValue === '') {
|
|
128
|
+
closeMenu();
|
|
129
|
+
anchorElement?.blur();
|
|
130
|
+
}
|
|
131
|
+
break;
|
|
132
|
+
}
|
|
133
|
+
break;
|
|
134
|
+
case 'ClearInputValue': {
|
|
135
|
+
break;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}, [action, anchorElement, closeMenu, isOpen, onSearchChange, searchKey, searchValue]);
|
|
139
|
+
useEffect(() => {
|
|
140
|
+
if (options.length === 0)
|
|
141
|
+
setHighlightedIndex(-1);
|
|
142
|
+
else if (searchValue !== '' && highlightedIndex === -1 && options.length > 0)
|
|
143
|
+
setHighlightedIndex(0);
|
|
144
|
+
}, [highlightedIndex, options, searchValue, setHighlightedIndex]);
|
|
145
|
+
return (_jsx(BKJComboBoxAsyncContext.Provider, { value: {
|
|
146
|
+
type,
|
|
147
|
+
name,
|
|
148
|
+
label,
|
|
149
|
+
reset,
|
|
150
|
+
value,
|
|
151
|
+
error,
|
|
152
|
+
action,
|
|
153
|
+
isOpen,
|
|
154
|
+
options,
|
|
155
|
+
context,
|
|
156
|
+
variant,
|
|
157
|
+
onChange,
|
|
158
|
+
required,
|
|
159
|
+
disabled,
|
|
160
|
+
openMenu,
|
|
161
|
+
parentRef,
|
|
162
|
+
searchKey,
|
|
163
|
+
closeMenu,
|
|
164
|
+
toggleMenu,
|
|
165
|
+
searchValue,
|
|
166
|
+
placeholder,
|
|
167
|
+
selectedItem,
|
|
168
|
+
getItemProps,
|
|
169
|
+
getMenuProps,
|
|
170
|
+
getInputProps,
|
|
171
|
+
getLabelProps,
|
|
172
|
+
anchorElement,
|
|
173
|
+
rowVirtualizer,
|
|
174
|
+
onSearchChange,
|
|
175
|
+
dropdownElement,
|
|
176
|
+
setAnchorElement,
|
|
177
|
+
highlightedIndex,
|
|
178
|
+
getComboboxProps,
|
|
179
|
+
isDropdownReverse,
|
|
180
|
+
setDropdownElement,
|
|
181
|
+
portalTargetElement,
|
|
182
|
+
setHighlightedIndex,
|
|
183
|
+
getToggleButtonProps,
|
|
184
|
+
onInputFocus: handleInputFocus,
|
|
185
|
+
onInputKeyDown: handleInputKeyDown,
|
|
186
|
+
leftIconProps: icon ? { iconName: icon } : undefined,
|
|
187
|
+
}, children: children }));
|
|
188
|
+
};
|
|
189
|
+
export const useBKJComboBoxAsyncContext = () => useContext(BKJComboBoxAsyncContext);
|
|
190
|
+
//# sourceMappingURL=BKJComboBoxAsync.context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJComboBoxAsync.context.js","sourceRoot":"","sources":["../../../../src/components/BKJComboBoxAsync/src/BKJComboBoxAsync.context.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IBKJComboBoxAsyncProps } from '../BKJComboBoxAsync.types.js';
|
|
2
|
+
export declare const BKJComboBoxAsyncInput: import("react").ForwardRefExoticComponent<{
|
|
3
|
+
autoComplete?: "on" | "off";
|
|
4
|
+
className?: string;
|
|
5
|
+
css?: string;
|
|
6
|
+
overrides?: IBKJComboBoxAsyncProps["overrides"];
|
|
7
|
+
} & import("react").RefAttributes<HTMLInputElement>>;
|
|
8
|
+
//# sourceMappingURL=BKJComboBoxAsyncInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJComboBoxAsyncInput.d.ts","sourceRoot":"","sources":["../../../../src/components/BKJComboBoxAsync/src/BKJComboBoxAsyncInput.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AAQnE,eAAO,MAAM,qBAAqB;mBAGf,IAAI,GAAG,KAAK;gBACf,MAAM;UACZ,MAAM;gBACA,sBAAsB,CAAC,WAAW,CAAC;oDA8EjD,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { mergeRefs } from '../../BKJSelect/utils/mergeRefs.js';
|
|
4
|
+
import { BKJTextInput } from '../../BKJTextInput/index.js';
|
|
5
|
+
import { useRightIconProps } from '../BKJComboBoxAsync.utils.js';
|
|
6
|
+
import { useBKJComboBoxAsyncContext } from './BKJComboBoxAsync.context.js';
|
|
7
|
+
const variantMap = {
|
|
8
|
+
Search: 'ComboBoxSeamlessRounded',
|
|
9
|
+
};
|
|
10
|
+
export const BKJComboBoxAsyncInput = forwardRef(({ autoComplete, className, css, overrides = [], ...rest }, ref) => {
|
|
11
|
+
const { label, variant = 'Search', action, error, required, getComboboxProps, setAnchorElement, getInputProps, searchValue, getLabelProps, isOpen, onInputFocus, onInputKeyDown, placeholder, selectedItem, searchKey, leftIconProps, disabled, isDropdownReverse, onSearchChange, } = useBKJComboBoxAsyncContext();
|
|
12
|
+
const rightIconProps = useRightIconProps(action, disabled);
|
|
13
|
+
const inputProps = getInputProps({
|
|
14
|
+
...rest,
|
|
15
|
+
onKeyDown: onInputKeyDown,
|
|
16
|
+
value: !isOpen ? selectedItem?.label || '' : searchValue,
|
|
17
|
+
onFocus: onInputFocus,
|
|
18
|
+
ref,
|
|
19
|
+
name: searchKey,
|
|
20
|
+
onChange: onSearchChange,
|
|
21
|
+
required,
|
|
22
|
+
label,
|
|
23
|
+
disabled,
|
|
24
|
+
placeholder,
|
|
25
|
+
});
|
|
26
|
+
if (overrides.includes('NoInitialResults')) {
|
|
27
|
+
return (_jsx(BKJTextInput, { isOpen: typeof searchValue === 'string' && searchValue === '' ? false : isOpen, labelProps: getLabelProps(), fieldSetProps: getComboboxProps(), variant: variantMap[variant], ...inputProps, className: className, css: css, rightIconProps: rightIconProps, leftIconProps: leftIconProps, error: error, autoComplete: autoComplete, ref: mergeRefs([setAnchorElement, inputProps.ref]) }));
|
|
28
|
+
}
|
|
29
|
+
return (_jsx(BKJTextInput, { isOpen: isOpen, labelProps: getLabelProps(), fieldSetProps: getComboboxProps(), variant: variantMap[variant], openBorderLocation: !!isDropdownReverse ? 'top' : 'bottom', ...inputProps, className: className, css: css, rightIconProps: rightIconProps, leftIconProps: leftIconProps, error: error, autoComplete: autoComplete, ref: mergeRefs([setAnchorElement, inputProps.ref]) }));
|
|
30
|
+
});
|
|
31
|
+
//# sourceMappingURL=BKJComboBoxAsyncInput.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJComboBoxAsyncInput.js","sourceRoot":"","sources":["../../../../src/components/BKJComboBoxAsync/src/BKJComboBoxAsyncInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AACnC,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAGlD,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,EAAE,0BAA0B,EAAE,MAAM,4BAA4B,CAAC;AAExE,MAAM,UAAU,GAAkD;IAChE,MAAM,EAAE,yBAAyB;CAClC,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAG,UAAU,CAQ7C,CAAC,EAAE,YAAY,EAAE,SAAS,EAAE,GAAG,EAAE,SAAS,GAAG,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,GAAG,EAAE,EAAE;IACnE,MAAM,EACJ,KAAK,EACL,OAAO,GAAG,QAAQ,EAClB,MAAM,EACN,KAAK,EACL,QAAQ,EACR,gBAAgB,EAChB,gBAAgB,EAChB,aAAa,EACb,WAAW,EACX,aAAa,EACb,MAAM,EACN,YAAY,EACZ,cAAc,EACd,WAAW,EACX,YAAY,EACZ,SAAS,EACT,aAAa,EACb,QAAQ,EACR,iBAAiB,EACjB,cAAc,GACf,GAAG,0BAA0B,EAAE,CAAC;IAEjC,MAAM,cAAc,GAAG,iBAAiB,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IAE3D,MAAM,UAAU,GAAG,aAAa,CAAC;QAC/B,GAAG,IAAI;QACP,SAAS,EAAE,cAAc;QACzB,KAAK,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,YAAY,EAAE,KAAK,IAAI,EAAE,CAAC,CAAC,CAAC,WAAW;QACxD,OAAO,EAAE,YAAY;QACrB,GAAG;QACH,IAAI,EAAE,SAAS;QACf,QAAQ,EAAE,cAAc;QACxB,QAAQ;QACR,KAAK;QACL,QAAQ;QACR,WAAW;KACZ,CAAC,CAAC;IAEH,IAAI,SAAS,CAAC,QAAQ,CAAC,kBAAkB,CAAC,EAAE,CAAC;QAC3C,OAAO,CACL,KAAC,YAAY,IACX,MAAM,EAAE,OAAO,WAAW,KAAK,QAAQ,IAAI,WAAW,KAAK,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAC9E,UAAU,EAAE,aAAa,EAAE,EAC3B,aAAa,EAAE,gBAAgB,EAAE,EACjC,OAAO,EAAE,UAAU,CAAC,OAAO,CAAC,KACxB,UAAU,EACd,SAAS,EAAE,SAAS,EACpB,GAAG,EAAE,GAAG,EACR,cAAc,EAAE,cAAc,EAC9B,aAAa,EAAE,aAAa,EAC5B,KAAK,EAAE,KAAK,EACZ,YAAY,EAAE,YAAY,EAC1B,GAAG,EAAE,SAAS,CAAC,CAAC,gBAAgB,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC,GAClD,CACH,CAAC;IACJ,CAAC;IAED,OAAO,CACL,KAAC,YAAY,IACX,MAAM,EAAE,MAAM,EACd,UAAU,EAAE,aAAa,EAAE,EAC3B,aAAa,EAAE,gBAAgB,EAAE,EACjC,OAAO,EAAE,UAAU,CAAC,OAAO,CAAC,EAC5B,kBAAkB,EAAE,CAAC,CAAC,iBAAiB,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,QAAQ,KACtD,UAAU,EACd,SAAS,EAAE,SAAS,EACpB,GAAG,EAAE,GAAG,EACR,cAAc,EAAE,cAAc,EAC9B,aAAa,EAAE,aAAa,EAC5B,KAAK,EAAE,KAAK,EACZ,YAAY,EAAE,YAAY,EAC1B,GAAG,EAAE,SAAS,CAAC,CAAC,gBAAgB,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC,GAClD,CACH,CAAC;AACJ,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { IBKJComboBoxAsyncOption } from '../BKJComboBoxAsync.types.js';
|
|
2
|
+
export declare const BKJComboBoxAsyncItem: import("react").ForwardRefExoticComponent<IBKJComboBoxAsyncOption & import("react").RefAttributes<HTMLLIElement>>;
|
|
3
|
+
//# sourceMappingURL=BKJComboBoxAsyncItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJComboBoxAsyncItem.d.ts","sourceRoot":"","sources":["../../../../src/components/BKJComboBoxAsync/src/BKJComboBoxAsyncItem.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAGpE,eAAO,MAAM,oBAAoB,mHA6BhC,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElement as _createElement } from "react";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { BKJListItem } from '../../BKJListItem/index.js';
|
|
4
|
+
import { useBKJComboBoxAsyncContext } from './BKJComboBoxAsync.context.js';
|
|
5
|
+
export const BKJComboBoxAsyncItem = forwardRef((props, ref) => {
|
|
6
|
+
const { value, index, label, style, disabled, type } = props;
|
|
7
|
+
const { getItemProps, selectedItem, highlightedIndex, name } = useBKJComboBoxAsyncContext();
|
|
8
|
+
const itemProps = getItemProps({
|
|
9
|
+
item: props,
|
|
10
|
+
isSelected: selectedItem?.value === value,
|
|
11
|
+
index,
|
|
12
|
+
value,
|
|
13
|
+
label,
|
|
14
|
+
checked: selectedItem?.value === value,
|
|
15
|
+
disabled,
|
|
16
|
+
style,
|
|
17
|
+
name,
|
|
18
|
+
ref,
|
|
19
|
+
});
|
|
20
|
+
return (_createElement(BKJListItem, { variant: "SpaceBetween", isTargeted: highlightedIndex === index, ...itemProps, selected: [selectedItem?.value], ref: ref, key: `${value}`, subLabel: props?.subLabel, type: type }));
|
|
21
|
+
});
|
|
22
|
+
//# sourceMappingURL=BKJComboBoxAsyncItem.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJComboBoxAsyncItem.js","sourceRoot":"","sources":["../../../../src/components/BKJComboBoxAsync/src/BKJComboBoxAsyncItem.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AACnC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,EAAE,0BAA0B,EAAE,MAAM,4BAA4B,CAAC;AAExE,MAAM,CAAC,MAAM,oBAAoB,GAAG,UAAU,CAC5C,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE;IACb,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,GAAG,KAAK,CAAC;IAC7D,MAAM,EAAE,YAAY,EAAE,YAAY,EAAE,gBAAgB,EAAE,IAAI,EAAE,GAAG,0BAA0B,EAAE,CAAC;IAC5F,MAAM,SAAS,GAAG,YAAY,CAAC;QAC7B,IAAI,EAAE,KAAK;QACX,UAAU,EAAE,YAAY,EAAE,KAAK,KAAK,KAAK;QACzC,KAAK;QACL,KAAK;QACL,KAAK;QACL,OAAO,EAAE,YAAY,EAAE,KAAK,KAAK,KAAK;QACtC,QAAQ;QACR,KAAK;QACL,IAAI;QACJ,GAAG;KACJ,CAAC,CAAC;IACH,OAAO,CACL,eAAC,WAAW,IACV,OAAO,EAAC,cAAc,EACtB,UAAU,EAAE,gBAAgB,KAAK,KAAK,KAClC,SAAS,EACb,QAAQ,EAAE,CAAC,YAAY,EAAE,KAAK,CAAC,EAC/B,GAAG,EAAE,GAAG,EACR,GAAG,EAAE,GAAG,KAAK,EAAE,EACf,QAAQ,EAAE,KAAK,EAAE,QAAQ,EACzB,IAAI,EAAE,IAAI,GACV,CACH,CAAC;AACJ,CAAC,CACF,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { IBKJComboBoxAsyncProps } from '../BKJComboBoxAsync.types.js';
|
|
3
|
+
import { Placement } from '@popperjs/core';
|
|
4
|
+
export declare const BKJComboBoxOptions: FC<{
|
|
5
|
+
overrides: IBKJComboBoxAsyncProps['overrides'];
|
|
6
|
+
allowedAutoPlacements?: Placement[];
|
|
7
|
+
}>;
|
|
8
|
+
//# sourceMappingURL=BKJComboBoxAsyncOptions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJComboBoxAsyncOptions.d.ts","sourceRoot":"","sources":["../../../../src/components/BKJComboBoxAsync/src/BKJComboBoxAsyncOptions.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAqB,MAAM,OAAO,CAAC;AAM9C,OAAO,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AAInE,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAM3C,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC;IAClC,SAAS,EAAE,sBAAsB,CAAC,WAAW,CAAC,CAAC;IAC/C,qBAAqB,CAAC,EAAE,SAAS,EAAE,CAAC;CACrC,CAkCA,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { Fragment, useMemo } from 'react';
|
|
3
|
+
import { usePopper } from 'react-popper';
|
|
4
|
+
import { BKJDropdown } from '../../BKJDropdown/index.js';
|
|
5
|
+
import { mergeRefs } from '../../BKJSelect/utils/mergeRefs.js';
|
|
6
|
+
import { Portal } from '../../Portal/Portal.js';
|
|
7
|
+
import { getPopperOptions, optionsVariant } from '../BKJComboBoxAsync.utils.js';
|
|
8
|
+
import { useBKJComboBoxAsyncContext } from './BKJComboBoxAsync.context.js';
|
|
9
|
+
import { BKJComboBoxAsyncOptionsMapper } from './BKJComboBoxAsyncOptionsMapper.js';
|
|
10
|
+
const variantMap = {
|
|
11
|
+
Search: 'SeamlessRounded',
|
|
12
|
+
};
|
|
13
|
+
export const BKJComboBoxOptions = ({ overrides = [] }) => {
|
|
14
|
+
const { error, isOpen, parentRef, getMenuProps, anchorElement, dropdownElement, setDropdownElement, portalTargetElement, searchValue, isDropdownReverse, } = useBKJComboBoxAsyncContext();
|
|
15
|
+
const popperOpts = useMemo(getPopperOptions, []);
|
|
16
|
+
const { styles } = usePopper(anchorElement, dropdownElement, popperOpts);
|
|
17
|
+
if (overrides.includes('NoInitialResults')) {
|
|
18
|
+
if (typeof searchValue === 'string' && searchValue === '')
|
|
19
|
+
return _jsx(Fragment, {});
|
|
20
|
+
}
|
|
21
|
+
return (_jsx(Portal, { targetElement: portalTargetElement, children: _jsx(BKJDropdown, { "$isOpen": isOpen, "$dropdownVariant": variantMap[optionsVariant], error: error, ...getMenuProps({
|
|
22
|
+
ref: mergeRefs([parentRef, setDropdownElement]),
|
|
23
|
+
style: styles['popper'],
|
|
24
|
+
}), openBorderLocation: isDropdownReverse ? 'bottom' : 'top', children: isOpen && _jsx(BKJComboBoxAsyncOptionsMapper, { overrides: overrides }) }) }));
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=BKJComboBoxAsyncOptions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJComboBoxAsyncOptions.js","sourceRoot":"","sources":["../../../../src/components/BKJComboBoxAsync/src/BKJComboBoxAsyncOptions.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAM,QAAQ,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAC9C,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAC5D,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAE7C,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC7E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4BAA4B,CAAC;AACxE,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAGhF,MAAM,UAAU,GAAgD;IAC9D,MAAM,EAAE,iBAAiB;CAC1B,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAG1B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,EAAE,EAAE;IAC1B,MAAM,EACJ,KAAK,EACL,MAAM,EACN,SAAS,EACT,YAAY,EACZ,aAAa,EACb,eAAe,EACf,kBAAkB,EAClB,mBAAmB,EACnB,WAAW,EACX,iBAAiB,GAClB,GAAG,0BAA0B,EAAE,CAAC;IACjC,MAAM,UAAU,GAAG,OAAO,CAAC,gBAAgB,EAAE,EAAE,CAAC,CAAC;IACjD,MAAM,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC,aAAa,EAAE,eAAe,EAAE,UAAU,CAAC,CAAC;IACzE,IAAI,SAAS,CAAC,QAAQ,CAAC,kBAAkB,CAAC,EAAE,CAAC;QAC3C,IAAI,OAAO,WAAW,KAAK,QAAQ,IAAI,WAAW,KAAK,EAAE;YAAE,OAAO,KAAC,QAAQ,KAAG,CAAC;IACjF,CAAC;IACD,OAAO,CACL,KAAC,MAAM,IAAC,aAAa,EAAE,mBAAmB,YACxC,KAAC,WAAW,eACD,MAAM,sBACG,UAAU,CAAC,cAAc,CAAC,EAC5C,KAAK,EAAE,KAAK,KACR,YAAY,CAAC;gBACf,GAAG,EAAE,SAAS,CAAC,CAAC,SAAS,EAAE,kBAAkB,CAAC,CAAC;gBAC/C,KAAK,EAAE,MAAM,CAAC,QAAQ,CAAC;aACxB,CAAC,EACF,kBAAkB,EAAE,iBAAiB,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,YAEvD,MAAM,IAAI,KAAC,6BAA6B,IAAC,SAAS,EAAE,SAAS,GAAI,GACtD,GACP,CACV,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { IBKJComboBoxAsyncProps } from '../BKJComboBoxAsync.types.js';
|
|
3
|
+
export declare const BKJComboBoxAsyncOptionsMapper: FC<{
|
|
4
|
+
overrides?: IBKJComboBoxAsyncProps['overrides'];
|
|
5
|
+
}>;
|
|
6
|
+
//# sourceMappingURL=BKJComboBoxAsyncOptionsMapper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJComboBoxAsyncOptionsMapper.d.ts","sourceRoot":"","sources":["../../../../src/components/BKJComboBoxAsync/src/BKJComboBoxAsyncOptionsMapper.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAwB,MAAM,OAAO,CAAC;AAGjD,OAAO,EAA2B,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AAI5F,eAAO,MAAM,6BAA6B,EAAE,EAAE,CAAC;IAC7C,SAAS,CAAC,EAAE,sBAAsB,CAAC,WAAW,CAAC,CAAC;CACjD,CAiGA,CAAC"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { Fragment, useContext } from 'react';
|
|
3
|
+
import { BKJListItem } from '../../BKJListItem/index.js';
|
|
4
|
+
import { InfiniteScrollLoading } from '../../InfiniteScrollLoading/index.js';
|
|
5
|
+
import { useBKJComboBoxAsyncContext } from './BKJComboBoxAsync.context.js';
|
|
6
|
+
import { BKJComboBoxAsyncItem } from './BKJComboBoxAsyncItem.js';
|
|
7
|
+
export const BKJComboBoxAsyncOptionsMapper = ({ overrides = [] }) => {
|
|
8
|
+
const { options, rowVirtualizer, context, name } = useBKJComboBoxAsyncContext();
|
|
9
|
+
const { loadMore, status } = useContext(context);
|
|
10
|
+
const hasGroupedOptions = options.some((opt) => opt.type === 'Group');
|
|
11
|
+
switch (status) {
|
|
12
|
+
case 'ERROR':
|
|
13
|
+
return (_jsx(Fragment, { children: _jsx(BKJListItem, { variant: "SpaceBetween", label: "Error: Something went wrong", value: "ERROR", name: "ERROR", onChange: () => null, selected: [] }, "ERROR") }));
|
|
14
|
+
case 'LOADING':
|
|
15
|
+
case 'READY':
|
|
16
|
+
default: {
|
|
17
|
+
return (_jsxs(Fragment, { children: [_jsx("div", { style: {
|
|
18
|
+
height: rowVirtualizer.totalSize,
|
|
19
|
+
} }, "total-size"), rowVirtualizer.virtualItems.map((virtualRow) => {
|
|
20
|
+
const { id, label, disabled, value, style, type, subLabel = '', } = options[virtualRow.index];
|
|
21
|
+
const commonProps = {
|
|
22
|
+
id: id,
|
|
23
|
+
label: label,
|
|
24
|
+
disabled: !!disabled,
|
|
25
|
+
value: value,
|
|
26
|
+
index: virtualRow.index,
|
|
27
|
+
name: name,
|
|
28
|
+
subLabel,
|
|
29
|
+
style: {
|
|
30
|
+
...style,
|
|
31
|
+
position: 'absolute',
|
|
32
|
+
top: 0,
|
|
33
|
+
left: 0,
|
|
34
|
+
width: '100%',
|
|
35
|
+
transform: `translateY(${virtualRow.start}px)`,
|
|
36
|
+
},
|
|
37
|
+
key: id,
|
|
38
|
+
ref: virtualRow.measureRef,
|
|
39
|
+
};
|
|
40
|
+
switch (type) {
|
|
41
|
+
case 'Group':
|
|
42
|
+
return _jsx(BKJComboBoxAsyncItem, { ...commonProps, type: "Group" });
|
|
43
|
+
case 'Loader':
|
|
44
|
+
return (_jsx(InfiniteScrollLoading, { ...commonProps, onViewportEnter: loadMore, type: "Loader" }));
|
|
45
|
+
case 'NoResults': {
|
|
46
|
+
if (overrides.includes('NoInitialResults')) {
|
|
47
|
+
if (status !== 'LOADING')
|
|
48
|
+
return _jsx(BKJComboBoxAsyncItem, { ...commonProps, type: "NoResults" });
|
|
49
|
+
}
|
|
50
|
+
return _jsx(BKJComboBoxAsyncItem, { ...commonProps, type: "NoResults" });
|
|
51
|
+
}
|
|
52
|
+
case 'Standard':
|
|
53
|
+
default:
|
|
54
|
+
return (_jsx(BKJComboBoxAsyncItem, { ...commonProps, type: hasGroupedOptions ? 'Indented' : 'Standard' }));
|
|
55
|
+
}
|
|
56
|
+
})] }));
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
};
|
|
60
|
+
//# sourceMappingURL=BKJComboBoxAsyncOptionsMapper.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJComboBoxAsyncOptionsMapper.js","sourceRoot":"","sources":["../../../../src/components/BKJComboBoxAsync/src/BKJComboBoxAsyncOptionsMapper.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJDialog.d.ts","sourceRoot":"","sources":["../../../src/components/BKJDialog/BKJDialog.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAsC,MAAM,OAAO,CAAC;AAY/D,OAAO,EAA6B,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAY/E,eAAO,MAAM,SAAS,EAAE,EAAE,CAAC,eAAe,CA4CzC,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef, useCallback, useEffect } from 'react';
|
|
3
|
+
import { BKJButton } from '../BKJButton/index.js';
|
|
4
|
+
import { BKJDialogWrapper, Title, Text, CloseIcon, ButtonGroup, TextWrapper, CloseIconWrapper, } from './BKJDialog.styled.js';
|
|
5
|
+
const CancelVariantMap = {
|
|
6
|
+
Danger: 'PurpleOutlined',
|
|
7
|
+
Default: 'PurpleOutlined',
|
|
8
|
+
};
|
|
9
|
+
const ActionVariantMap = {
|
|
10
|
+
Danger: 'RedSolid',
|
|
11
|
+
Default: 'PurpleSolid',
|
|
12
|
+
};
|
|
13
|
+
export const BKJDialog = forwardRef(({ variant, title, text, cancelLabel, actionLabel, onAction, onCancel, onClose, ...rest }, ref) => {
|
|
14
|
+
const handleKeyUp = useCallback((event) => {
|
|
15
|
+
if (event.key === 'Escape') {
|
|
16
|
+
onClose();
|
|
17
|
+
}
|
|
18
|
+
}, [onClose]);
|
|
19
|
+
useEffect(() => {
|
|
20
|
+
document.addEventListener('keyup', handleKeyUp);
|
|
21
|
+
return () => {
|
|
22
|
+
document.removeEventListener('keyup', handleKeyUp);
|
|
23
|
+
};
|
|
24
|
+
}, [handleKeyUp]);
|
|
25
|
+
return (_jsxs(BKJDialogWrapper, { ...rest, variant: variant, ref: ref, children: [_jsx(CloseIconWrapper, { onClick: onClose, role: "button", tabIndex: 0, children: _jsx(CloseIcon, { iconName: "CloseBold" }) }), _jsxs(TextWrapper, { children: [_jsx(Title, { children: title }), _jsx(Text, { children: text })] }), _jsxs(ButtonGroup, { children: [_jsx(BKJButton, { variant: CancelVariantMap[variant], onClick: onCancel, children: cancelLabel }), _jsx(BKJButton, { variant: ActionVariantMap[variant], onClick: onAction, children: actionLabel })] })] }));
|
|
26
|
+
});
|
|
27
|
+
//# sourceMappingURL=BKJDialog.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJDialog.js","sourceRoot":"","sources":["../../../src/components/BKJDialog/BKJDialog.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAM,UAAU,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAC/D,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,OAAO,EACL,gBAAgB,EAChB,KAAK,EACL,IAAI,EACJ,SAAS,EACT,WAAW,EACX,WAAW,EACX,gBAAgB,GACjB,MAAM,oBAAoB,CAAC;AAG5B,MAAM,gBAAgB,GAAiE;IACrF,MAAM,EAAE,gBAAgB;IACxB,OAAO,EAAE,gBAAgB;CAC1B,CAAC;AAEF,MAAM,gBAAgB,GAAiE;IACrF,MAAM,EAAE,UAAU;IAClB,OAAO,EAAE,aAAa;CACvB,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAAwB,UAAU,CACtD,CACE,EAAE,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,GAAG,IAAI,EAAE,EACxF,GAAG,EACH,EAAE;IACF,MAAM,WAAW,GAAG,WAAW,CAC7B,CAAC,KAAoB,EAAE,EAAE;QACvB,IAAI,KAAK,CAAC,GAAG,KAAK,QAAQ,EAAE,CAAC;YAC3B,OAAO,EAAE,CAAC;QACZ,CAAC;IACH,CAAC,EACD,CAAC,OAAO,CAAC,CACV,CAAC;IAEF,SAAS,CAAC,GAAG,EAAE;QACb,QAAQ,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;QAChD,OAAO,GAAG,EAAE;YACV,QAAQ,CAAC,mBAAmB,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;QACrD,CAAC,CAAC;IACJ,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,CAAC;IAElB,OAAO,CACL,MAAC,gBAAgB,OAAK,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,GAAG,EAAE,GAAG,aACpD,KAAC,gBAAgB,IAAC,OAAO,EAAE,OAAO,EAAE,IAAI,EAAC,QAAQ,EAAC,QAAQ,EAAE,CAAC,YAC3D,KAAC,SAAS,IAAC,QAAQ,EAAC,WAAW,GAAG,GACjB,EAEnB,MAAC,WAAW,eACV,KAAC,KAAK,cAAE,KAAK,GAAS,EACtB,KAAC,IAAI,cAAE,IAAI,GAAQ,IACP,EAEd,MAAC,WAAW,eACV,KAAC,SAAS,IAAC,OAAO,EAAE,gBAAgB,CAAC,OAAO,CAAC,EAAE,OAAO,EAAE,QAAQ,YAC7D,WAAW,GACF,EAEZ,KAAC,SAAS,IAAC,OAAO,EAAE,gBAAgB,CAAC,OAAO,CAAC,EAAE,OAAO,EAAE,QAAQ,YAC7D,WAAW,GACF,IACA,IACG,CACpB,CAAC;AACJ,CAAC,CACF,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { IBKJDialogProps } from './BKJDialog.types.js';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("react").FC<IBKJDialogProps>;
|
|
5
|
+
argTypes: {
|
|
6
|
+
variant: {
|
|
7
|
+
name: string;
|
|
8
|
+
control: {
|
|
9
|
+
type: string;
|
|
10
|
+
};
|
|
11
|
+
option: string[];
|
|
12
|
+
};
|
|
13
|
+
title: {
|
|
14
|
+
name: string;
|
|
15
|
+
type: string;
|
|
16
|
+
};
|
|
17
|
+
text: {
|
|
18
|
+
name: string;
|
|
19
|
+
type: string;
|
|
20
|
+
};
|
|
21
|
+
cancelLabel: {
|
|
22
|
+
name: string;
|
|
23
|
+
type: string;
|
|
24
|
+
};
|
|
25
|
+
actionLabel: {
|
|
26
|
+
name: string;
|
|
27
|
+
type: string;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
export default _default;
|
|
32
|
+
export declare const Default: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, IBKJDialogProps>;
|
|
33
|
+
//# sourceMappingURL=BKJDialog.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJDialog.stories.d.ts","sourceRoot":"","sources":["../../../src/components/BKJDialog/BKJDialog.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEpD,wBA4BE;AAWF,eAAO,MAAM,OAAO,sGAAoB,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { BKJDialog } from './index.js';
|
|
3
|
+
export default {
|
|
4
|
+
title: 'Modals/BKJDialog',
|
|
5
|
+
component: BKJDialog,
|
|
6
|
+
argTypes: {
|
|
7
|
+
variant: {
|
|
8
|
+
name: 'Variation',
|
|
9
|
+
control: {
|
|
10
|
+
type: 'select',
|
|
11
|
+
},
|
|
12
|
+
option: ['Default', 'Danger'],
|
|
13
|
+
},
|
|
14
|
+
title: {
|
|
15
|
+
name: 'Title',
|
|
16
|
+
type: 'string',
|
|
17
|
+
},
|
|
18
|
+
text: {
|
|
19
|
+
name: 'Text',
|
|
20
|
+
type: 'string',
|
|
21
|
+
},
|
|
22
|
+
cancelLabel: {
|
|
23
|
+
name: 'Cancel Label',
|
|
24
|
+
type: 'string',
|
|
25
|
+
},
|
|
26
|
+
actionLabel: {
|
|
27
|
+
name: 'Action Label',
|
|
28
|
+
type: 'string',
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
};
|
|
32
|
+
const Template = (args) => (_jsx(BKJDialog, { ...args, onClose: () => {
|
|
33
|
+
alert('close');
|
|
34
|
+
} }));
|
|
35
|
+
export const Default = Template.bind({});
|
|
36
|
+
Default.args = {
|
|
37
|
+
variant: 'Default',
|
|
38
|
+
title: 'Edit shift details?',
|
|
39
|
+
text: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur in cursus risus, luctus posuere quam. Sed pharetra erat velit. Nullam fermentum ligula ut ultrices iaculis. Praesent bibendum commodo ligula a elementum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nam molestie est id laoreet scelerisque. Donec nec massa nisl. Donec vulputate elementum sagittis. Etiam accumsan imperdiet enim, aliquet suscipit nisl pharetra id. Pellentesque gravida pulvinar sapien, quis aliquet ligula sollicitudin id. Sed non erat varius ligula ultrices mattis. Phasellus ipsum nibh, scelerisque non vulputate vel, feugiat in magna. Duis accumsan auctor eleifend. Curabitur elementum metus eget laoreet ultricies. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.',
|
|
40
|
+
cancelLabel: 'Cancel',
|
|
41
|
+
actionLabel: 'Confirm',
|
|
42
|
+
};
|
|
43
|
+
//# sourceMappingURL=BKJDialog.stories.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJDialog.stories.js","sourceRoot":"","sources":["../../../src/components/BKJDialog/BKJDialog.stories.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,CAAC;AAG9B,eAAe;IACb,KAAK,EAAE,kBAAkB;IACzB,SAAS,EAAE,SAAS;IACpB,QAAQ,EAAE;QACR,OAAO,EAAE;YACP,IAAI,EAAE,WAAW;YACjB,OAAO,EAAE;gBACP,IAAI,EAAE,QAAQ;aACf;YACD,MAAM,EAAE,CAAC,SAAS,EAAE,QAAQ,CAAC;SAC9B;QACD,KAAK,EAAE;YACL,IAAI,EAAE,OAAO;YACb,IAAI,EAAE,QAAQ;SACf;QACD,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,QAAQ;SACf;QACD,WAAW,EAAE;YACX,IAAI,EAAE,cAAc;YACpB,IAAI,EAAE,QAAQ;SACf;QACD,WAAW,EAAE;YACX,IAAI,EAAE,cAAc;YACpB,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,QAAQ,GAA6B,CAAC,IAAI,EAAE,EAAE,CAAC,CACnD,KAAC,SAAS,OACJ,IAAI,EACR,OAAO,EAAE,GAAG,EAAE;QACZ,KAAK,CAAC,OAAO,CAAC,CAAC;IACjB,CAAC,GACD,CACH,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAEzC,OAAO,CAAC,IAAI,GAAG;IACb,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,qBAAqB;IAC5B,IAAI,EAAE,40BAA40B;IACl1B,WAAW,EAAE,QAAQ;IACrB,WAAW,EAAE,SAAS;CACvB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const BKJDialogWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
2
|
+
export declare const CloseIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
+
export declare const CloseIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Pick<import("../BKJIcon/BKJIcon.types.js").IBKJIconProps & {
|
|
4
|
+
children?: import("react").ReactNode;
|
|
5
|
+
}, "string" | "target" | "name" | "filter" | "fill" | "values" | "style" | "id" | "type" | "end" | "accumulate" | "local" | "color" | "clip" | "unicode" | "stroke" | "x" | "y" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "width" | "css" | "children" | "crossOrigin" | "height" | "href" | "max" | "media" | "method" | "min" | "className" | "lang" | "tabIndex" | "role" | "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" | "clipPath" | "mask" | "path" | "offset" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "cursor" | "cx" | "cy" | "d" | "direction" | "display" | "dominantBaseline" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "imageRendering" | "letterSpacing" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "opacity" | "order" | "overflow" | "paintOrder" | "pointerEvents" | "r" | "rotate" | "rx" | "ry" | "scale" | "shapeRendering" | "stopColor" | "stopOpacity" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "textDecoration" | "textRendering" | "transform" | "unicodeBidi" | "vectorEffect" | "visibility" | "wordSpacing" | "writingMode" | "iconName" | "secondaryColor" | "accentHeight" | "additive" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "seed" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "to" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan"> & {
|
|
6
|
+
ref?: import("react").Ref<SVGSVGElement>;
|
|
7
|
+
}, never>> & string & Omit<import("react").FC<import("../BKJIcon/BKJIcon.types.js").IBKJIconProps>, keyof import("react").Component<any, {}, any>>;
|
|
8
|
+
export declare const TextWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
9
|
+
export declare const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
10
|
+
export declare const Text: 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 ButtonGroup: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
12
|
+
//# sourceMappingURL=BKJDialog.styled.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJDialog.styled.d.ts","sourceRoot":"","sources":["../../../src/components/BKJDialog/BKJDialog.styled.tsx"],"names":[],"mappings":"AASA,eAAO,MAAM,gBAAgB,kFAc5B,CAAC;AAEF,eAAO,MAAM,gBAAgB,6NAa5B,CAAC;AAEF,eAAO,MAAM,SAAS;;;;+IAAoB,CAAC;AAE3C,eAAO,MAAM,WAAW,6NAUvB,CAAC;AAEF,eAAO,MAAM,KAAK,6NAKjB,CAAC;AAEF,eAAO,MAAM,IAAI,6NAKhB,CAAC;AAEF,eAAO,MAAM,WAAW,6NAUvB,CAAC"}
|