@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/dist/components/index.d.ts +2 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/pimp.es.js +2113 -2113
- package/dist/pimp.umd.js +35 -35
- package/package.json +1 -1
- package/src/components/index.ts +2 -0
package/package.json
CHANGED
package/src/components/index.ts
CHANGED
|
@@ -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
|
|