@wastedondestiny/destiny-library 1.0.17 → 1.1.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/dist/index.d.ts CHANGED
@@ -4,11 +4,12 @@ import ErrorToast from './components/ErrorToast.vue';
4
4
  import PlatformIcon from './components/PlatformIcon.vue';
5
5
  import TheFooter from './components/TheFooter.vue';
6
6
  import TheTooltip from './components/TheTooltip.vue';
7
+ import Popup from './components/Popup.vue';
7
8
  import { useClickOutside } from './composables/clickOutside';
8
9
  import { useKonamiCode } from './composables/konami';
9
10
  import { useMediaQuery } from './composables/mediaQuery';
10
11
  export * from './types';
11
12
  export * from './utils';
12
13
  export * from './testUtils';
13
- export { Collapsible, Dropdown, ErrorToast, PlatformIcon, TheFooter, TheTooltip };
14
+ export { Collapsible, Dropdown, ErrorToast, PlatformIcon, TheFooter, TheTooltip, Popup };
14
15
  export { useClickOutside, useKonamiCode, useMediaQuery };
package/dist/utils.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  export declare function getPerfectRounding(original: number[], forceSum?: number, decimals?: number): number[];
2
- export declare function pluralize(number: number, singularWord: string, pluralWord?: string): string;
3
2
  export declare function timeSince(date: Date): string;
4
3
  export declare function formatTime(value: number): string;
5
4
  export declare function formatNumber(value: number): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wastedondestiny/destiny-library",
3
- "version": "1.0.17",
3
+ "version": "1.1.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"