@citizenplane/pimp 18.9.0 → 18.9.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenplane/pimp",
3
- "version": "18.9.0",
3
+ "version": "18.9.1",
4
4
  "scripts": {
5
5
  "dev": "storybook dev -p 8081",
6
6
  "build-storybook": "storybook build --output-dir ./docs",
@@ -79,6 +79,7 @@ const Components = {
79
79
  CpToast,
80
80
  CpButtonToggle,
81
81
  CpBadge,
82
+ CpBottomSheet,
82
83
  CpTabs,
83
84
  CpHeading,
84
85
  CpButton,
@@ -168,6 +169,7 @@ export {
168
169
  CpDate,
169
170
  CpDatepicker,
170
171
  CpDialog,
172
+ CpDynamicDialog,
171
173
  CpHeading,
172
174
  CpIcon,
173
175
  CpInput,