@citizenplane/pimp 18.19.9 → 18.19.10

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.19.9",
3
+ "version": "18.19.10",
4
4
  "scripts": {
5
5
  "dev": "storybook dev -p 8081",
6
6
  "build-storybook": "storybook build --output-dir ./docs",
@@ -12,6 +12,7 @@ import type { App, Plugin } from 'vue'
12
12
  import { BindOnceDirective } from 'vue-bind-once'
13
13
  import VueTelInput from 'vue-tel-input'
14
14
 
15
+ import { useIsBreakpoint } from '../composables/useIsBreakpoint'
15
16
  import { useReducedMotion } from '../composables/useReducedMotion'
16
17
  import ClickOutside from '../directives/ClickOutside'
17
18
  import CpCoreDatepicker from '../libs/CoreDatepicker.vue'
@@ -303,6 +304,7 @@ export {
303
304
  IconSupplier,
304
305
  IconThirdParty,
305
306
  IconTooltip,
307
+ useIsBreakpoint,
306
308
  useReducedMotion,
307
309
  }
308
310