@ngrr/ds 0.1.7 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -21,7 +21,7 @@ export type { BadgeProps, BadgeSize, BadgeVariant } from './components/atoms/Bad
21
21
  export { Stat } from './components/atoms/Stat';
22
22
  export type { StatProps, StatVariant } from './components/atoms/Stat';
23
23
  export { Tag } from './components/atoms/Tag';
24
- export type { TagProps, TagVariant, TagSize } from './components/atoms/Tag';
24
+ export type { TagProps, TagVariant } from './components/atoms/Tag';
25
25
  export { Chip, ChipGroup } from './components/atoms/Chip';
26
26
  export type { ChipProps, ChipGroupProps, ChipSize } from './components/atoms/Chip';
27
27
  export { AttachmentChip } from './components/atoms/Attachment';
@@ -100,6 +100,8 @@ export { MultiChoice } from './components/molecules/MultiChoice';
100
100
  export type { MultiChoiceProps, MultiChoiceOption } from './components/molecules/MultiChoice';
101
101
  export { SingleChoice } from './components/molecules/SingleChoice';
102
102
  export type { SingleChoiceProps, SingleChoiceOption } from './components/molecules/SingleChoice';
103
+ export { BulkActionBar } from './components/molecules/BulkActionBar';
104
+ export type { BulkActionBarProps, BulkAction } from './components/molecules/BulkActionBar';
103
105
  export { ChipField } from './components/molecules/ChipField';
104
106
  export type { ChipFieldProps, ChipFieldOption } from './components/molecules/ChipField';
105
107
  export { Slider } from './components/molecules/Slider';