@justeattakeaway/pie-avatar 0.1.0 → 0.1.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/dist/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- import type { CSSResult } from 'lit';
2
- import type { GenericConstructor } from '@justeattakeaway/pie-webc-core';
1
+ import { CSSResult } from 'lit';
2
+ import { GenericConstructor } from '@justeattakeaway/pie-webc-core';
3
3
  import { PieElement } from '@justeattakeaway/pie-webc-core/src/internals/PieElement';
4
- import type { RTLInterface } from '@justeattakeaway/pie-webc-core';
5
- import type { TemplateResult } from 'lit-html';
4
+ import { RTLInterface } from '@justeattakeaway/pie-webc-core';
5
+ import { TemplateResult } from 'lit-html';
6
6
 
7
7
  export declare interface AvatarProps {
8
8
  }
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ const e = class e extends p {
5
5
  this.getAttribute("v") || this.setAttribute("v", e.v);
6
6
  }
7
7
  };
8
- e.v = "0.1.0";
8
+ e.v = "0.1.1";
9
9
  let s = e;
10
10
  const u = "*,*:after,*:before{box-sizing:inherit}:host{display:block}";
11
11
  var b = Object.getOwnPropertyDescriptor, m = (i, l, v, o) => {
package/dist/react.d.ts CHANGED
@@ -1,14 +1,14 @@
1
- import type { CSSResult } from 'lit';
2
- import type { GenericConstructor } from '@justeattakeaway/pie-webc-core';
1
+ import { CSSResult } from 'lit';
2
+ import { GenericConstructor } from '@justeattakeaway/pie-webc-core';
3
3
  import { PieElement } from '@justeattakeaway/pie-webc-core/src/internals/PieElement';
4
4
  import * as React_2 from 'react';
5
- import type { RTLInterface } from '@justeattakeaway/pie-webc-core';
6
- import type { TemplateResult } from 'lit-html';
5
+ import { RTLInterface } from '@justeattakeaway/pie-webc-core';
6
+ import { TemplateResult } from 'lit-html';
7
7
 
8
8
  export declare interface AvatarProps {
9
9
  }
10
10
 
11
- export declare const PieAvatar: React_2.ForwardRefExoticComponent<AvatarProps & React_2.RefAttributes<PieAvatar_2> & ReactBaseType>;
11
+ export declare const PieAvatar: React_2.ForwardRefExoticComponent<React_2.PropsWithoutRef<AvatarProps> & React_2.RefAttributes<PieAvatar_2> & ReactBaseType>;
12
12
 
13
13
  /**
14
14
  * @tagname pie-avatar
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-avatar",
3
3
  "description": "PIE Design System Avatar built using Web Components",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -33,13 +33,13 @@
33
33
  "license": "Apache-2.0",
34
34
  "devDependencies": {
35
35
  "@custom-elements-manifest/analyzer": "0.9.0",
36
- "@justeattakeaway/pie-components-config": "0.20.1",
37
- "@justeattakeaway/pie-css": "0.17.0",
38
- "@justeattakeaway/pie-monorepo-utils": "0.5.1",
36
+ "@justeattakeaway/pie-components-config": "0.21.0",
37
+ "@justeattakeaway/pie-css": "0.19.0",
38
+ "@justeattakeaway/pie-monorepo-utils": "0.7.0",
39
39
  "cem-plugin-module-file-extensions": "0.0.5"
40
40
  },
41
41
  "dependencies": {
42
- "@justeattakeaway/pie-webc-core": "1.0.0"
42
+ "@justeattakeaway/pie-webc-core": "1.1.0"
43
43
  },
44
44
  "volta": {
45
45
  "extends": "../../../package.json"