@hanzo/ui 0.6.16 → 0.6.20

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/CHANGELOG.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
- "name": "@hcengineering/ui",
2
+ "name": "@hanzo/ui",
3
3
  "entries": [
4
4
  {
5
5
  "version": "0.6.0",
6
- "tag": "@hcengineering/ui_v0.6.0",
6
+ "tag": "@hanzo/ui_v0.6.0",
7
7
  "date": "Sun, 08 Aug 2021 10:14:57 GMT",
8
8
  "comments": {
9
9
  "dependency": [
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- # Change Log - @hcengineering/ui
1
+ # Change Log - @hanzo/ui
2
2
 
3
3
  This log was last generated on Sun, 08 Aug 2021 10:14:57 GMT and should not be manually modified.
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzo/ui",
3
- "version": "0.6.16",
3
+ "version": "0.6.20",
4
4
  "main": "src/index.ts",
5
5
  "author": "Hanzo <dev@hanzo.ai>",
6
6
  "license": "EPL-2.0",
@@ -39,10 +39,10 @@
39
39
  "typescript": "^5.3.3"
40
40
  },
41
41
  "dependencies": {
42
- "@hanzo/analytics": "^0.6.0",
43
- "@hanzo/core": "^0.6.32",
44
- "@hanzo/platform": "^0.6.11",
45
- "@hanzo/theme": "^0.6.5",
42
+ "@hanzo/analytics": "^0.6.3",
43
+ "@hanzo/core": "^0.6.37",
44
+ "@hanzo/platform": "^0.6.15",
45
+ "@hanzo/theme": "^0.6.9",
46
46
  "autolinker": "4.0.0",
47
47
  "date-fns": "^2.30.0",
48
48
  "date-fns-tz": "^2.0.0",
@@ -1,4 +1,4 @@
1
- import type { IntlString } from '@hcengineering/platform';
1
+ import type { IntlString } from '@hanzo/platform';
2
2
  import type { EmojiCategory } from './types';
3
3
  export * from './types';
4
4
  export * from './store';
@@ -1,4 +1,4 @@
1
- import type { IntlString } from '@hcengineering/platform';
1
+ import type { IntlString } from '@hanzo/platform';
2
2
  import type { AnySvelteComponent } from '../..';
3
3
  import type { Emoji } from 'emojibase';
4
4
  export type EmojiWithGroup = Emoji & {
@@ -1,5 +1,5 @@
1
1
  /// <reference types="svelte" />
2
- import { type Plugin } from '@hcengineering/platform';
2
+ import { type Plugin } from '@hanzo/platform';
3
3
  import { type Location as PlatformLocation } from './types';
4
4
  export declare function locationToUrl(location: PlatformLocation): string;
5
5
  export declare function parseLocation(location: Location | URL): PlatformLocation;
package/types/plugin.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { IntlString, Metadata, Plugin } from '@hcengineering/platform';
1
+ import type { IntlString, Metadata, Plugin } from '@hanzo/platform';
2
2
  import { type AnyComponent } from './types';
3
3
  /**
4
4
  * @public
@@ -1,5 +1,5 @@
1
1
  /// <reference types="svelte" />
2
- import { type IntlString } from '@hcengineering/platform';
2
+ import { type IntlString } from '@hanzo/platform';
3
3
  import type { AnyComponent, AnySvelteComponent, LabelAndProps, TooltipAlignment } from './types';
4
4
  export declare const tooltipstore: import("svelte/store").Readable<LabelAndProps>;
5
5
  export declare function tooltip(node: HTMLElement, options?: LabelAndProps): any;
package/types/types.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { type Timestamp } from '@hcengineering/core';
2
- import type { Asset, IntlString, Resource } from '@hcengineering/platform';
1
+ import { type Timestamp } from '@hanzo/core';
2
+ import type { Asset, IntlString, Resource } from '@hanzo/platform';
3
3
  import { /* getContext, */ type ComponentType } from 'svelte';
4
4
  /**
5
5
  * Describe a browser URI location parsed to path, query and fragment.
package/types/utils.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /// <reference types="svelte" />
2
- import type { IntlString, Metadata } from '@hcengineering/platform';
2
+ import type { IntlString, Metadata } from '@hanzo/platform';
3
3
  import { NotificationSeverity } from '.';
4
4
  import { type AnyComponent, type AnySvelteComponent, type WidthType } from './types';
5
5
  /**