@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,172 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef, useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
|
3
|
+
import { ButtonWrapper, DropdownIcon, HiddenSelectElement, Placeholder, BKJSelectIcon, BKJSelectErrorMessage, } from './BKJSelect.styled.js';
|
|
4
|
+
import { v4 as uuidv4 } from 'uuid';
|
|
5
|
+
import { usePopper } from 'react-popper';
|
|
6
|
+
import { getDesignLibraryElementNode } from './utils/getDesignLibraryElementNode.js';
|
|
7
|
+
import { useClickOutside } from '../../hooks/useClickOutside.js';
|
|
8
|
+
import { mergeRefs } from './utils/mergeRefs.js';
|
|
9
|
+
import { BKJDropdown } from '../BKJDropdown/index.js';
|
|
10
|
+
import { isArray } from '../../common.types.js';
|
|
11
|
+
import { ErrorBoundary } from '../ErrorBoundary/index.js';
|
|
12
|
+
import { BKJTheme } from '../../providers/index.js';
|
|
13
|
+
import { Portal } from '../Portal/Portal.js';
|
|
14
|
+
import { BKJIcon } from '../BKJIcon/index.js';
|
|
15
|
+
import { VariantsWithClear } from './BKJSelect.constants.js';
|
|
16
|
+
function BKJSelectEndIcon({ iconProps, isOpen, value, name, variant, onChange, }) {
|
|
17
|
+
if (variant === 'PurpleTextNoArrow')
|
|
18
|
+
return null;
|
|
19
|
+
const handleClear = (e) => {
|
|
20
|
+
e.stopPropagation();
|
|
21
|
+
onChange({ target: { value: [], name } });
|
|
22
|
+
};
|
|
23
|
+
if (value.length >= 1 && VariantsWithClear.includes(variant)) {
|
|
24
|
+
return _jsx(BKJIcon, { iconName: "CloseBold", color: "White", onClick: handleClear });
|
|
25
|
+
}
|
|
26
|
+
return (_jsx(DropdownIcon, { ...iconProps, iconName: "ArrowDown", color: BKJTheme.select[variant].colorScheme.fontColor(isOpen), isOpen: isOpen }));
|
|
27
|
+
}
|
|
28
|
+
function BKJSelectComponent(props, ref) {
|
|
29
|
+
const { type = 'Single', label, name, onChange, onClose, value: _value = [], placeholder, required = false, variant = 'GreyOutlined', width = 'auto', disabled, dropdownVariant = 'Square', dropdownPlacement = 'bottom', moreValuesLabel = 'More', dropdownWidth, dropdownHeight, dropdownMinHeight, options, renderOptions: RenderOptions, iconComponent: IconComponent, iconProps = {}, modifiers: _modifiers, error, dropdownProps, placeholderColor, ...rest } = props;
|
|
30
|
+
const isError = !!error || (Array.isArray(error) && !!error[0]);
|
|
31
|
+
let errorMessages = [];
|
|
32
|
+
if (error && typeof error !== 'boolean') {
|
|
33
|
+
errorMessages = Array.isArray(error) ? [...error] : [error];
|
|
34
|
+
}
|
|
35
|
+
if (!Array.isArray(_value))
|
|
36
|
+
throw new Error("BKJSelect must receive an array for it's value. Even if type is set to Single.");
|
|
37
|
+
const value = useMemo(() => (Boolean(_value.length) ? _value : []), [_value]);
|
|
38
|
+
const [displayValues, setDisplayValues] = useState(options.filter((opt) => value.includes(opt.value)).map((opt) => opt.label));
|
|
39
|
+
const modifiers = useMemo(() => _modifiers || [
|
|
40
|
+
{
|
|
41
|
+
name: 'offset',
|
|
42
|
+
options: {
|
|
43
|
+
offset: () => {
|
|
44
|
+
switch (dropdownVariant) {
|
|
45
|
+
case 'SeamlessRounded':
|
|
46
|
+
return [0, -2];
|
|
47
|
+
case 'Square':
|
|
48
|
+
return [0, 4];
|
|
49
|
+
default:
|
|
50
|
+
return [0, 0];
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
},
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
name: 'sameWidth',
|
|
57
|
+
enabled: !dropdownWidth,
|
|
58
|
+
phase: 'beforeWrite',
|
|
59
|
+
requires: ['computeStyles'],
|
|
60
|
+
fn({ state }) {
|
|
61
|
+
if (dropdownWidth)
|
|
62
|
+
return void 0;
|
|
63
|
+
state.styles.popper.minWidth = `${state.rects.reference.width}px`;
|
|
64
|
+
state.styles.popper.maxWidth = `${state.rects.reference.width}px`;
|
|
65
|
+
},
|
|
66
|
+
effect({ state }) {
|
|
67
|
+
if (dropdownWidth)
|
|
68
|
+
return void 0;
|
|
69
|
+
state.elements.popper.style.minWidth = `${state.elements.reference.offsetWidth}px`;
|
|
70
|
+
state.elements.popper.style.maxWidth = `${state.elements.reference.offsetWidth}px`;
|
|
71
|
+
},
|
|
72
|
+
},
|
|
73
|
+
], [dropdownVariant, _modifiers]);
|
|
74
|
+
const uuid = useMemo(() => `${name}_${uuidv4()}`, [name]);
|
|
75
|
+
const buttonRef = useRef();
|
|
76
|
+
const dropdownRef = useRef();
|
|
77
|
+
const [inputElement, setInputElement] = useState();
|
|
78
|
+
const [dropdownElement, setDropdownElement] = useState();
|
|
79
|
+
const [targetElement, setTargetElement] = useState(getDesignLibraryElementNode('dropdown-root'));
|
|
80
|
+
const [isOpen, setOpen] = useState(false);
|
|
81
|
+
useEffect(() => {
|
|
82
|
+
if (!targetElement) {
|
|
83
|
+
const element = document.createElement('div');
|
|
84
|
+
element.setAttribute('id', 'dropdown-root');
|
|
85
|
+
document.body.prepend(element);
|
|
86
|
+
setTargetElement(element);
|
|
87
|
+
}
|
|
88
|
+
}, []); // eslint-disable-line
|
|
89
|
+
const handleChange = useCallback((event) => {
|
|
90
|
+
switch (type) {
|
|
91
|
+
case 'Multiple': {
|
|
92
|
+
let nextValue = [...value];
|
|
93
|
+
if (Array.isArray(event.target.value)) {
|
|
94
|
+
setDisplayValues(event.target.label);
|
|
95
|
+
onChange({
|
|
96
|
+
...event,
|
|
97
|
+
target: { ...event.target, value: [...new Set(event.target.value)] },
|
|
98
|
+
});
|
|
99
|
+
return;
|
|
100
|
+
}
|
|
101
|
+
if (nextValue.includes(event.target.value)) {
|
|
102
|
+
nextValue = nextValue.filter((str) => str !== event.target.value);
|
|
103
|
+
setDisplayValues(displayValues.filter((str) => str !== event.target.label));
|
|
104
|
+
}
|
|
105
|
+
else {
|
|
106
|
+
nextValue = nextValue.concat(event.target.value);
|
|
107
|
+
const nextDisplayValues = nextValue.length === 1
|
|
108
|
+
? [event.target.label]
|
|
109
|
+
: displayValues.concat(event.target.label);
|
|
110
|
+
setDisplayValues([...new Set(nextDisplayValues)]);
|
|
111
|
+
}
|
|
112
|
+
onChange({ ...event, target: { ...event.target, value: [...new Set(nextValue)] } });
|
|
113
|
+
break;
|
|
114
|
+
}
|
|
115
|
+
case 'Single': {
|
|
116
|
+
onChange({ ...event, target: { ...event.target, value: [event.target.value] } });
|
|
117
|
+
setDisplayValues([event.target.label]);
|
|
118
|
+
setOpen(false);
|
|
119
|
+
break;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}, [displayValues, onChange, type, value]);
|
|
123
|
+
const handleToggle = useCallback(() => {
|
|
124
|
+
setOpen(!isOpen);
|
|
125
|
+
}, [isOpen]);
|
|
126
|
+
const handleClose = useCallback((event) => {
|
|
127
|
+
if (buttonRef?.current && !buttonRef?.current.contains(event.target)) {
|
|
128
|
+
if (dropdownRef?.current && !dropdownRef?.current.contains(event.target)) {
|
|
129
|
+
setOpen(false);
|
|
130
|
+
onClose && onClose(event);
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}, [onClose]);
|
|
134
|
+
const { styles, attributes } = usePopper(inputElement, dropdownElement, {
|
|
135
|
+
modifiers,
|
|
136
|
+
placement: dropdownPlacement,
|
|
137
|
+
});
|
|
138
|
+
const popperStyles = useMemo(() => ({
|
|
139
|
+
...styles['popper'],
|
|
140
|
+
maxHeight: 'auto',
|
|
141
|
+
height: 'auto',
|
|
142
|
+
minHeight: 'auto',
|
|
143
|
+
}), [styles]);
|
|
144
|
+
useClickOutside([buttonRef && buttonRef.current, dropdownRef && dropdownRef.current, dropdownElement], handleClose);
|
|
145
|
+
const popperProps = useMemo(() => ({
|
|
146
|
+
style: popperStyles,
|
|
147
|
+
...attributes['popper'],
|
|
148
|
+
}), [attributes, popperStyles]);
|
|
149
|
+
let isPlaceholderShown = Boolean(value.length === 0) && !!placeholder;
|
|
150
|
+
if (isArray(value)) {
|
|
151
|
+
isPlaceholderShown = Boolean(value.length === 0) && !!placeholder;
|
|
152
|
+
}
|
|
153
|
+
if (isArray(value) && value.length === 1 && value[0] === '') {
|
|
154
|
+
isPlaceholderShown = !!placeholder;
|
|
155
|
+
}
|
|
156
|
+
if (typeof value === 'string') {
|
|
157
|
+
isPlaceholderShown = value === '' && !!placeholder;
|
|
158
|
+
}
|
|
159
|
+
const scrollRef = useRef();
|
|
160
|
+
const RenderOptionsComponent = RenderOptions;
|
|
161
|
+
return (_jsxs(ErrorBoundary, { componentName: "BKJSelect", height: "38px", direction: "row", size: "Small", width: width, isStyled: true, children: [_jsxs(ButtonWrapper, { ...rest, disabled: disabled, "$isPlaceholderShown": isPlaceholderShown, ref: mergeRefs([ref, buttonRef, setInputElement]), name: name, onClick: handleToggle, value: value, htmlFor: uuid, variant: variant, dropdownVariant: dropdownVariant, width: width, isOpen: isOpen, isError: isError, type: "button", children: [IconComponent && iconProps.iconName && _jsx(BKJSelectIcon, { ...iconProps }), _jsx(HiddenSelectElement, { readOnly: true, multiple: true, id: uuid, name: name, value: value, role: "listbox", required: required, "aria-labelledby": uuid }), isPlaceholderShown ? (_jsx(Placeholder, { placeholderColor: placeholderColor, children: placeholder })) : typeof label === 'undefined' ? (_jsx("span", { children: displayValues.length > 0
|
|
162
|
+
? `${displayValues[0]}${displayValues.length > 1
|
|
163
|
+
? `... +${displayValues.length - 1} ${moreValuesLabel}`
|
|
164
|
+
: ''}`
|
|
165
|
+
: placeholder })) : (_jsx("span", { children: label })), _jsx(BKJSelectEndIcon, { iconProps: iconProps, isOpen: isOpen, value: value, name: name, variant: variant, onChange: (e) => {
|
|
166
|
+
setDisplayValues([]);
|
|
167
|
+
return onChange(e);
|
|
168
|
+
} })] }), errorMessages[0] &&
|
|
169
|
+
errorMessages.map((err) => _jsx(BKJSelectErrorMessage, { children: err }, err)), targetElement && isOpen && (_jsx(Portal, { targetElement: targetElement, children: _jsx(BKJDropdown, { "$dropdownVariant": dropdownVariant, "$dropdownWidth": dropdownWidth, "$dropdownHeight": dropdownHeight, "$dropdownMinHeight": dropdownMinHeight, ...popperProps, ref: mergeRefs([dropdownRef, setDropdownElement]), children: _jsx(RenderOptionsComponent, { scrollRef: scrollRef, onChange: handleChange, selected: value, options: options, onClose: handleClose, name: name, type: type, dropdownProps: dropdownProps }) }) }))] }));
|
|
170
|
+
}
|
|
171
|
+
export const BKJSelect = forwardRef(BKJSelectComponent);
|
|
172
|
+
//# sourceMappingURL=BKJSelect.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJSelect.js","sourceRoot":"","sources":["../../../src/components/BKJSelect/BKJSelect.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare const setup: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: <Type>(props: import("./BKJSelect.types.js").IBKJSelectProps<Type> & {
|
|
4
|
+
ref?: React.ForwardedRef<HTMLElement>;
|
|
5
|
+
}) => ReturnType<(<Type_1>(props: import("./BKJSelect.types.js").IBKJSelectProps<Type_1>, ref: import("react").Ref<HTMLElement>) => JSX.Element)>;
|
|
6
|
+
};
|
|
7
|
+
export declare const Default: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, {}>;
|
|
8
|
+
export default setup;
|
|
9
|
+
//# sourceMappingURL=BKJSelect.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJSelect.stories.d.ts","sourceRoot":"","sources":["../../../src/components/BKJSelect/BKJSelect.stories.tsx"],"names":[],"mappings":"AAQA,QAAA,MAAM,KAAK;;;WA6JqoI,CAAC,EAAC,MAAO,YAAY;;CA1JpqI,CAAC;AAqJF,eAAO,MAAM,OAAO,yFAAoB,CAAC;AAIzC,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { Fragment, useCallback, useState } from 'react';
|
|
3
|
+
import { BKJIcon } from '../BKJIcon/index.js';
|
|
4
|
+
import { BKJListItem } from '../BKJListItem/index.js';
|
|
5
|
+
import { BKJSelectSearchControls } from '../BKJSelectSearch/index.js';
|
|
6
|
+
import { BKJSelect } from './BKJSelect.js';
|
|
7
|
+
const setup = {
|
|
8
|
+
title: 'Input Elements/BKJSelect',
|
|
9
|
+
component: BKJSelect,
|
|
10
|
+
};
|
|
11
|
+
const options = [
|
|
12
|
+
{ key: 'casual', value: 'casual', label: 'Casual' },
|
|
13
|
+
{ key: 'full_time', value: 'full_time', label: 'Full Time' },
|
|
14
|
+
{ key: 'not_sure', value: 'not_sure', label: 'Not Sure' },
|
|
15
|
+
{ key: 'part_time', value: 'part_time', label: 'Part Time' },
|
|
16
|
+
{ key: 'reg_part_time', value: 'reg_part_time', label: 'Reg Part Time' },
|
|
17
|
+
{ key: 'terminated', value: 'terminated', label: 'Terminated' },
|
|
18
|
+
{ key: 'terminatee', value: 'terminatee', label: 'Terminated' },
|
|
19
|
+
{ key: 'terminatef', value: 'terminatef', label: 'Terminated' },
|
|
20
|
+
{ key: 'terminateg', value: 'terminateg', label: 'Terminated' },
|
|
21
|
+
{ key: 'terminateh', value: 'terminateh', label: 'Terminated' },
|
|
22
|
+
{ key: 'terminatei', value: 'terminatei', label: 'Terminated' },
|
|
23
|
+
{ key: 'terminatej', value: 'terminatej', label: 'Terminated' },
|
|
24
|
+
{ key: 'terminatek', value: 'terminatek', label: 'Terminated' },
|
|
25
|
+
{ key: 'terminatel', value: 'terminatel', label: 'Terminated' },
|
|
26
|
+
{ key: 'terminatem', value: 'terminatem', label: 'Terminated' },
|
|
27
|
+
{ key: 'terminaten', value: 'terminaten', label: 'Terminated' },
|
|
28
|
+
{ key: 'terminateo', value: 'terminateo', label: 'Terminated' },
|
|
29
|
+
{ key: 'terminatep', value: 'terminatep', label: 'Terminated' },
|
|
30
|
+
{ key: 'terminateq', value: 'terminateq', label: 'Terminated' },
|
|
31
|
+
{ key: 'terminater', value: 'terminater', label: 'Terminated' },
|
|
32
|
+
{ key: 'terminates', value: 'terminates', label: 'Terminated' },
|
|
33
|
+
{ key: 'terminatet', value: 'terminatet', label: 'Terminated' },
|
|
34
|
+
{ key: 'terminateu', value: 'terminateu', label: 'Terminated' },
|
|
35
|
+
{ key: 'terminatev', value: 'terminatev', label: 'Terminated' },
|
|
36
|
+
{ key: 'terminatew', value: 'terminatew', label: 'Terminated' },
|
|
37
|
+
{ key: 'terminatex', value: 'terminatex', label: 'Terminated' },
|
|
38
|
+
{ key: 'terminatey', value: 'terminatey', label: 'Terminated' },
|
|
39
|
+
{ key: 'terminatez', value: 'terminatez', label: 'Terminated' },
|
|
40
|
+
{ key: 'terminatfa', value: 'terminatfa', label: 'Terminated' },
|
|
41
|
+
{ key: 'terminatfb', value: 'terminatfb', label: 'Terminated' },
|
|
42
|
+
{ key: 'terminatfc', value: 'terminatfc', label: 'Terminated' },
|
|
43
|
+
{ key: 'terminatfd', value: 'terminatfd', label: 'Terminated' },
|
|
44
|
+
{ key: 'terminatfe', value: 'terminatfe', label: 'Terminated' },
|
|
45
|
+
{ key: 'terminatff', value: 'terminatff', label: 'Terminated' },
|
|
46
|
+
{ key: 'terminatfg', value: 'terminatfg', label: 'Terminated' },
|
|
47
|
+
{ key: 'terminatfh', value: 'terminatfh', label: 'Terminated' },
|
|
48
|
+
{ key: 'terminatfi', value: 'terminatfi', label: 'Terminated' },
|
|
49
|
+
{ key: 'terminatfj', value: 'terminatfj', label: 'Terminated' },
|
|
50
|
+
{ key: 'terminatfk', value: 'terminatfk', label: 'Terminated' },
|
|
51
|
+
{ key: 'terminatfl', value: 'terminatfl', label: 'Terminated' },
|
|
52
|
+
{ key: 'terminatfm', value: 'terminatfm', label: 'Terminated' },
|
|
53
|
+
{ key: 'terminatfn', value: 'terminatfn', label: 'Terminated' },
|
|
54
|
+
{ key: 'terminatfo', value: 'terminatfo', label: 'Terminated' },
|
|
55
|
+
{ key: 'terminatfp', value: 'terminatfp', label: 'Terminated' },
|
|
56
|
+
{ key: 'terminatfq', value: 'terminatfq', label: 'Terminated' },
|
|
57
|
+
{ key: 'terminatfr', value: 'terminatfr', label: 'Terminated' },
|
|
58
|
+
{ key: 'terminatfs', value: 'terminatfs', label: 'Terminated' },
|
|
59
|
+
{ key: 'terminatft', value: 'terminatft', label: 'Terminated' },
|
|
60
|
+
{ key: 'terminatfu', value: 'terminatfu', label: 'Terminated' },
|
|
61
|
+
{ key: 'terminatfv', value: 'terminatfv', label: 'Terminated' },
|
|
62
|
+
{ key: 'terminatfw', value: 'terminatfw', label: 'Terminated' },
|
|
63
|
+
{ key: 'terminatfx', value: 'terminatfx', label: 'Terminated' },
|
|
64
|
+
{ key: 'terminatfy', value: 'terminatfy', label: 'Terminated' },
|
|
65
|
+
{ key: 'terminatfz', value: 'terminatfz', label: 'Terminated' },
|
|
66
|
+
{ key: 'terminatga', value: 'terminatga', label: 'Terminated' },
|
|
67
|
+
{ key: 'terminatgb', value: 'terminatgb', label: 'Terminated' },
|
|
68
|
+
{ key: 'terminatgc', value: 'terminatgc', label: 'Terminated' },
|
|
69
|
+
{ key: 'terminatgd', value: 'terminatgd', label: 'Terminated' },
|
|
70
|
+
{ key: 'terminatge', value: 'terminatge', label: 'Terminated' },
|
|
71
|
+
{ key: 'terminatgf', value: 'terminatgf', label: 'Terminated' },
|
|
72
|
+
];
|
|
73
|
+
const someRandomDropdownProps = {
|
|
74
|
+
omg: true,
|
|
75
|
+
nest: {
|
|
76
|
+
anuddaOne: 'lmfao',
|
|
77
|
+
whoa: {
|
|
78
|
+
lol: {
|
|
79
|
+
noway: {
|
|
80
|
+
fn: () => { },
|
|
81
|
+
},
|
|
82
|
+
},
|
|
83
|
+
},
|
|
84
|
+
},
|
|
85
|
+
};
|
|
86
|
+
function Test(props) {
|
|
87
|
+
// const [value, setValue] = useState({ byName: '' });
|
|
88
|
+
const isAllSelected = props.selected.length === props.options.length;
|
|
89
|
+
return (_jsxs(Fragment, { children: [_jsx(BKJSelectSearchControls, { numSelected: props.selected.length, isAllSelected: isAllSelected, onSelectAll: () => {
|
|
90
|
+
isAllSelected
|
|
91
|
+
? props.onChange({
|
|
92
|
+
target: {
|
|
93
|
+
name: 'employmentStatus',
|
|
94
|
+
label: [],
|
|
95
|
+
value: [],
|
|
96
|
+
},
|
|
97
|
+
})
|
|
98
|
+
: props.onChange({
|
|
99
|
+
target: {
|
|
100
|
+
name: 'employmentStatus',
|
|
101
|
+
label: options.map(({ label }) => label),
|
|
102
|
+
value: options.map(({ value }) => value),
|
|
103
|
+
},
|
|
104
|
+
});
|
|
105
|
+
} }), props.options.map((val) => (_jsx(BKJListItem, { ...props, ...val, type: "Standard" })))] }));
|
|
106
|
+
}
|
|
107
|
+
const Template = () => {
|
|
108
|
+
const [values, setValues] = useState({ employmentStatus: [] });
|
|
109
|
+
const handleChange = useCallback((event) => {
|
|
110
|
+
setValues({ ...values, [event.target.name]: event.target.value });
|
|
111
|
+
}, [values]);
|
|
112
|
+
return (_jsx(Fragment, { children: _jsx(BKJSelect, { type: "Multiple", variant: "GreyOutlinedPillClear", placeholder: "Location",
|
|
113
|
+
// disabled
|
|
114
|
+
// label="Location"
|
|
115
|
+
width: "300px", dropdownProps: someRandomDropdownProps, name: "employmentStatus", dropdownWidth: "400px", dropdownPlacement: "bottom-start", onChange: handleChange, value: values.employmentStatus, options: options, renderOptions: Test, iconComponent: BKJIcon,
|
|
116
|
+
// placeholderColor="Grey6"
|
|
117
|
+
css: "padding-left: 12px;" }) }));
|
|
118
|
+
};
|
|
119
|
+
export const Default = Template.bind({});
|
|
120
|
+
Default.args = {};
|
|
121
|
+
export default setup;
|
|
122
|
+
//# sourceMappingURL=BKJSelect.stories.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJSelect.stories.js","sourceRoot":"","sources":["../../../src/components/BKJSelect/BKJSelect.stories.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC7D,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAGxC,MAAM,KAAK,GAAG;IACZ,KAAK,EAAE,0BAA0B;IACjC,SAAS,EAAE,SAAS;CACrB,CAAC;AAEF,MAAM,OAAO,GAAG;IACd,EAAE,GAAG,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE;IACnD,EAAE,GAAG,EAAE,WAAW,EAAE,KAAK,EAAE,WAAW,EAAE,KAAK,EAAE,WAAW,EAAE;IAC5D,EAAE,GAAG,EAAE,UAAU,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,UAAU,EAAE;IACzD,EAAE,GAAG,EAAE,WAAW,EAAE,KAAK,EAAE,WAAW,EAAE,KAAK,EAAE,WAAW,EAAE;IAC5D,EAAE,GAAG,EAAE,eAAe,EAAE,KAAK,EAAE,eAAe,EAAE,KAAK,EAAE,eAAe,EAAE;IACxE,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;IAC/D,EAA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"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { IBKJThemeColor } from '../../providers/index.js';
|
|
2
|
+
import { BKJSelectChangeEventType, BKJThemeDropdownVariantType, BKJThemeSelectVariantType } from './BKJSelect.types.js';
|
|
3
|
+
interface IButtonWrapper {
|
|
4
|
+
onClick: BKJSelectChangeEventType;
|
|
5
|
+
variant: BKJThemeSelectVariantType;
|
|
6
|
+
dropdownVariant: BKJThemeDropdownVariantType;
|
|
7
|
+
htmlFor: string;
|
|
8
|
+
isOpen: boolean;
|
|
9
|
+
width?: string;
|
|
10
|
+
$isPlaceholderShown: boolean;
|
|
11
|
+
isError?: boolean;
|
|
12
|
+
}
|
|
13
|
+
export declare const DropdownIcon: any;
|
|
14
|
+
export declare const ButtonWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, IButtonWrapper>> & string;
|
|
15
|
+
interface IHiddenSelectElementProps {
|
|
16
|
+
readOnly: boolean;
|
|
17
|
+
}
|
|
18
|
+
export declare const HiddenSelectElement: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>, IHiddenSelectElementProps>> & string;
|
|
19
|
+
export declare const BKJSelectIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Pick<import("../BKJIcon/BKJIcon.types.js").IBKJIconProps & {
|
|
20
|
+
children?: import("react").ReactNode;
|
|
21
|
+
}, "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"> & {
|
|
22
|
+
ref?: import("react").Ref<SVGSVGElement>;
|
|
23
|
+
}, never>> & string & Omit<import("react").FC<import("../BKJIcon/BKJIcon.types.js").IBKJIconProps>, keyof import("react").Component<any, {}, any>>;
|
|
24
|
+
export declare const Placeholder: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {
|
|
25
|
+
placeholderColor?: keyof IBKJThemeColor;
|
|
26
|
+
}>> & string;
|
|
27
|
+
export declare const BKJSelectErrorMessage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, never>> & string;
|
|
28
|
+
export {};
|
|
29
|
+
//# sourceMappingURL=BKJSelect.styled.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJSelect.styled.d.ts","sourceRoot":"","sources":["../../../src/components/BKJSelect/BKJSelect.styled.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAGjD,OAAO,EACL,wBAAwB,EACxB,2BAA2B,EAC3B,yBAAyB,EAC1B,MAAM,mBAAmB,CAAC;AAE3B,UAAU,cAAc;IACtB,OAAO,EAAE,wBAAwB,CAAC;IAClC,OAAO,EAAE,yBAAyB,CAAC;IACnC,eAAe,EAAE,2BAA2B,CAAC;IAC7C,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,mBAAmB,EAAE,OAAO,CAAC;IAC7B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,YAAY,EAAE,GAI1B,CAAC;AAEF,eAAO,MAAM,aAAa,+PA4DzB,CAAC;AAEF,UAAU,yBAAyB;IACjC,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,mBAAmB,0QAO/B,CAAC;AAEF,eAAO,MAAM,aAAa;;;;+IASzB,CAAC;AAEF,eAAO,MAAM,WAAW;uBAAoC,MAAM,cAAc;YAU/E,CAAC;AAEF,eAAO,MAAM,qBAAqB,sOAEjC,CAAC"}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import styled, { css } from 'styled-components';
|
|
2
|
+
import { BKJIcon } from '../BKJIcon/index.js';
|
|
3
|
+
import { InputErrorMessageCSS } from '../common/index.js';
|
|
4
|
+
export const DropdownIcon = styled(BKJIcon) `
|
|
5
|
+
margin-left: auto;
|
|
6
|
+
min-width: fit-content;
|
|
7
|
+
width: auto;
|
|
8
|
+
`;
|
|
9
|
+
export const ButtonWrapper = styled.button `
|
|
10
|
+
display: flex;
|
|
11
|
+
align-items: center;
|
|
12
|
+
min-height: 38px;
|
|
13
|
+
height: 38px;
|
|
14
|
+
max-height: 38px;
|
|
15
|
+
padding: 0 8px;
|
|
16
|
+
transition: background-color 100ms linear;
|
|
17
|
+
${({ theme }) => theme.common.Ellipsis};
|
|
18
|
+
${({ isOpen, dropdownVariant }) => {
|
|
19
|
+
if (dropdownVariant === 'Square')
|
|
20
|
+
return css ``;
|
|
21
|
+
if (dropdownVariant === 'SeamlessRounded')
|
|
22
|
+
return (isOpen &&
|
|
23
|
+
css `
|
|
24
|
+
border-bottom-color: transparent;
|
|
25
|
+
border-bottom-right-radius: 0;
|
|
26
|
+
border-bottom-left-radius: 0;
|
|
27
|
+
`);
|
|
28
|
+
return css ``;
|
|
29
|
+
}};
|
|
30
|
+
|
|
31
|
+
${({ width }) => width &&
|
|
32
|
+
css `
|
|
33
|
+
width: ${width};
|
|
34
|
+
max-width: ${width};
|
|
35
|
+
min-width: ${width};
|
|
36
|
+
`};
|
|
37
|
+
|
|
38
|
+
&:hover {
|
|
39
|
+
cursor: pointer;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
position: relative;
|
|
43
|
+
|
|
44
|
+
${DropdownIcon} {
|
|
45
|
+
transition: transform 150ms ease-in-out;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
${({ isOpen }) => isOpen &&
|
|
49
|
+
css `
|
|
50
|
+
${DropdownIcon} {
|
|
51
|
+
transition: transform 150ms ease-in-out;
|
|
52
|
+
transform: scale(1, -1);
|
|
53
|
+
}
|
|
54
|
+
`};
|
|
55
|
+
|
|
56
|
+
${({ variant, theme }) => theme.select[variant].css};
|
|
57
|
+
|
|
58
|
+
${({ disabled }) => disabled &&
|
|
59
|
+
css `
|
|
60
|
+
background-color: ${({ theme }) => theme.colors.Grey3};
|
|
61
|
+
border: none;
|
|
62
|
+
cursor: default !important;
|
|
63
|
+
pointer-events: none !important;
|
|
64
|
+
`};
|
|
65
|
+
`;
|
|
66
|
+
export const HiddenSelectElement = styled.select `
|
|
67
|
+
visibility: hidden;
|
|
68
|
+
position: absolute;
|
|
69
|
+
width: 100%;
|
|
70
|
+
height: 100%;
|
|
71
|
+
top: 0;
|
|
72
|
+
left: 0;
|
|
73
|
+
`;
|
|
74
|
+
export const BKJSelectIcon = styled(BKJIcon) `
|
|
75
|
+
height: 100%;
|
|
76
|
+
display: flex;
|
|
77
|
+
align-items: center;
|
|
78
|
+
justify-content: center;
|
|
79
|
+
width: 24px;
|
|
80
|
+
max-width: 24px;
|
|
81
|
+
min-width: 24px;
|
|
82
|
+
margin-right: 6px;
|
|
83
|
+
`;
|
|
84
|
+
export const Placeholder = styled.span `
|
|
85
|
+
${({ theme }) => theme.common.Ellipsis};
|
|
86
|
+
text-align: left;
|
|
87
|
+
margin: 0;
|
|
88
|
+
width: 100%;
|
|
89
|
+
${({ placeholderColor }) => placeholderColor &&
|
|
90
|
+
css `
|
|
91
|
+
color: ${({ theme }) => theme.colors[placeholderColor]} !important;
|
|
92
|
+
`};
|
|
93
|
+
`;
|
|
94
|
+
export const BKJSelectErrorMessage = styled.label `
|
|
95
|
+
${InputErrorMessageCSS}
|
|
96
|
+
`;
|
|
97
|
+
//# sourceMappingURL=BKJSelect.styled.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJSelect.styled.js","sourceRoot":"","sources":["../../../src/components/BKJSelect/BKJSelect.styled.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACrC,OAAO,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AAkBjD,MAAM,CAAC,MAAM,YAAY,GAAQ,MAAM,CAAC,OAAO,CAAC,CAAA;;;;CAI/C,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAAG,MAAM,CAAC,MAAM,CAAgB;;;;;;;;IAQtD,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC,QAAQ;IACpC,CAAC,EAAE,MAAM,EAAE,eAAe,EAAE,EAAE,EAAE;IAChC,IAAI,eAAe,KAAK,QAAQ;QAAE,OAAO,GAAG,CAAA,EAAE,CAAC;IAC/C,IAAI,eAAe,KAAK,iBAAiB;QACvC,OAAO,CACL,MAAM;YACN,GAAG,CAAA;;;;SAIF,CACF,CAAC;IACJ,OAAO,GAAG,CAAA,EAAE,CAAC;AACf,CAAC;;IAEC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CACd,KAAK;IACL,GAAG,CAAA;eACQ,KAAK;mBACD,KAAK;mBACL,KAAK;KACnB;;;;;;;;IAQD,YAAY;;;;IAIZ,CAAC,EAAE,MAAM,EAAE,EAAE,EAAE,CACf,MAAM;IACN,GAAG,CAAA;QACC,YAAY;;;;KAIf;;IAED,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,GAAG;;IAEjD,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE,CACjB,QAAQ;IACR,GAAG,CAAA;0BACmB,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK;;;;KAItD;CACJ,CAAC;AAMF,MAAM,CAAC,MAAM,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAA2B;;;;;;;CAO1E,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAAG,MAAM,CAAC,OAAO,CAAC,CAAA;;;;;;;;;CAS3C,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAG,MAAM,CAAC,IAAI,CAA6C;IAC/E,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC,QAAQ;;;;IAIpC,CAAC,EAAE,gBAAgB,EAAE,EAAE,EAAE,CACzB,gBAAgB;IAChB,GAAG,CAAA;eACQ,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC,gBAAgB,CAAC;KACvD;CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAG,MAAM,CAAC,KAAK,CAAA;IAC7C,oBAAoB;CACvB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJSelect.theme.d.ts","sourceRoot":"","sources":["../../../src/components/BKJSelect/BKJSelect.theme.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAsCpD,eAAO,MAAM,cAAc,EAAE,eAuM5B,CAAC"}
|