From 36b03e4a6642d870668f1ab2666efa15063044e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ko=CC=88rner?= Date: Tue, 1 Jan 2019 00:12:17 +0100 Subject: [PATCH 1/2] Add: hatColor prop --- src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.tsx b/src/index.tsx index bc879983..d0d6501b 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -14,6 +14,7 @@ export interface Props { style?: React.CSSProperties topType?: string accessoriesType?: string + hatColor?: string hairColor?: string facialHairType?: string facialHairColor?: string From 29382d0e950d6806faaa95b095fc07243b829f49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ko=CC=88rner?= Date: Tue, 1 Jan 2019 00:23:24 +0100 Subject: [PATCH 2/2] Change: Compile changes with tsc --- dist/avatar/Skin.d.ts | 1 + dist/avatar/Skin.js | 11 +++----- dist/avatar/clothes/BlazerShirt.d.ts | 1 + dist/avatar/clothes/BlazerShirt.js | 13 ++++------ dist/avatar/clothes/BlazerSweater.d.ts | 1 + dist/avatar/clothes/BlazerSweater.js | 11 +++----- dist/avatar/clothes/CollarSweater.d.ts | 1 + dist/avatar/clothes/CollarSweater.js | 9 +++---- dist/avatar/clothes/Colors.d.ts | 1 + dist/avatar/clothes/Colors.js | 11 +++----- dist/avatar/clothes/GraphicShirt.d.ts | 1 + dist/avatar/clothes/GraphicShirt.js | 9 +++---- dist/avatar/clothes/Graphics.d.ts | 1 + dist/avatar/clothes/Graphics.js | 9 +++---- dist/avatar/clothes/Hoodie.d.ts | 1 + dist/avatar/clothes/Hoodie.js | 9 +++---- dist/avatar/clothes/Overall.d.ts | 1 + dist/avatar/clothes/Overall.js | 9 +++---- dist/avatar/clothes/ShirtCrewNeck.d.ts | 1 + dist/avatar/clothes/ShirtCrewNeck.js | 11 +++----- dist/avatar/clothes/ShirtScoopNeck.d.ts | 1 + dist/avatar/clothes/ShirtScoopNeck.js | 9 +++---- dist/avatar/clothes/ShirtVNeck.d.ts | 1 + dist/avatar/clothes/ShirtVNeck.js | 9 +++---- dist/avatar/clothes/index.d.ts | 1 + dist/avatar/clothes/index.js | 9 +++---- dist/avatar/face/eyebrow/Angry.d.ts | 1 + dist/avatar/face/eyebrow/Angry.js | 9 +++---- dist/avatar/face/eyebrow/AngryNatural.d.ts | 1 + dist/avatar/face/eyebrow/AngryNatural.js | 9 +++---- dist/avatar/face/eyebrow/Default.d.ts | 1 + dist/avatar/face/eyebrow/Default.js | 9 +++---- dist/avatar/face/eyebrow/DefaultNatural.d.ts | 1 + dist/avatar/face/eyebrow/DefaultNatural.js | 9 +++---- dist/avatar/face/eyebrow/FlatNatural.d.ts | 1 + dist/avatar/face/eyebrow/FlatNatural.js | 9 +++---- dist/avatar/face/eyebrow/FrownNatural.d.ts | 1 + dist/avatar/face/eyebrow/FrownNatural.js | 9 +++---- dist/avatar/face/eyebrow/RaisedExcited.d.ts | 1 + dist/avatar/face/eyebrow/RaisedExcited.js | 9 +++---- .../face/eyebrow/RaisedExcitedNatural.d.ts | 1 + .../face/eyebrow/RaisedExcitedNatural.js | 9 +++---- dist/avatar/face/eyebrow/SadConcerned.d.ts | 1 + dist/avatar/face/eyebrow/SadConcerned.js | 9 +++---- .../face/eyebrow/SadConcernedNatural.d.ts | 1 + .../face/eyebrow/SadConcernedNatural.js | 9 +++---- dist/avatar/face/eyebrow/UnibrowNatural.d.ts | 1 + dist/avatar/face/eyebrow/UnibrowNatural.js | 9 +++---- dist/avatar/face/eyebrow/UpDown.d.ts | 1 + dist/avatar/face/eyebrow/UpDown.js | 9 +++---- dist/avatar/face/eyebrow/UpDownNatural.d.ts | 1 + dist/avatar/face/eyebrow/UpDownNatural.js | 9 +++---- dist/avatar/face/eyebrow/index.d.ts | 1 + dist/avatar/face/eyebrow/index.js | 9 +++---- dist/avatar/face/eyes/Close.d.ts | 1 + dist/avatar/face/eyes/Close.js | 11 +++----- dist/avatar/face/eyes/Cry.d.ts | 1 + dist/avatar/face/eyes/Cry.js | 11 +++----- dist/avatar/face/eyes/Default.d.ts | 1 + dist/avatar/face/eyes/Default.js | 11 +++----- dist/avatar/face/eyes/Dizzy.d.ts | 1 + dist/avatar/face/eyes/Dizzy.js | 11 +++----- dist/avatar/face/eyes/EyeRoll.d.ts | 1 + dist/avatar/face/eyes/EyeRoll.js | 11 +++----- dist/avatar/face/eyes/Happy.d.ts | 1 + dist/avatar/face/eyes/Happy.js | 11 +++----- dist/avatar/face/eyes/Hearts.d.ts | 1 + dist/avatar/face/eyes/Hearts.js | 11 +++----- dist/avatar/face/eyes/Side.d.ts | 1 + dist/avatar/face/eyes/Side.js | 11 +++----- dist/avatar/face/eyes/Squint.d.ts | 1 + dist/avatar/face/eyes/Squint.js | 11 +++----- dist/avatar/face/eyes/Surprised.d.ts | 1 + dist/avatar/face/eyes/Surprised.js | 11 +++----- dist/avatar/face/eyes/Wink.d.ts | 1 + dist/avatar/face/eyes/Wink.js | 11 +++----- dist/avatar/face/eyes/WinkWacky.d.ts | 1 + dist/avatar/face/eyes/WinkWacky.js | 13 ++++------ dist/avatar/face/eyes/index.d.ts | 1 + dist/avatar/face/eyes/index.js | 9 +++---- dist/avatar/face/index.d.ts | 1 + dist/avatar/face/index.js | 9 +++---- dist/avatar/face/mouth/Concerned.d.ts | 1 + dist/avatar/face/mouth/Concerned.js | 9 +++---- dist/avatar/face/mouth/Default.d.ts | 1 + dist/avatar/face/mouth/Default.js | 9 +++---- dist/avatar/face/mouth/Disbelief.d.ts | 1 + dist/avatar/face/mouth/Disbelief.js | 9 +++---- dist/avatar/face/mouth/Eating.d.ts | 1 + dist/avatar/face/mouth/Eating.js | 9 +++---- dist/avatar/face/mouth/Grimace.d.ts | 1 + dist/avatar/face/mouth/Grimace.js | 9 +++---- dist/avatar/face/mouth/Sad.d.ts | 1 + dist/avatar/face/mouth/Sad.js | 9 +++---- dist/avatar/face/mouth/ScreamOpen.d.ts | 1 + dist/avatar/face/mouth/ScreamOpen.js | 9 +++---- dist/avatar/face/mouth/Serious.d.ts | 1 + dist/avatar/face/mouth/Serious.js | 9 +++---- dist/avatar/face/mouth/Smile.d.ts | 1 + dist/avatar/face/mouth/Smile.js | 9 +++---- dist/avatar/face/mouth/Tongue.d.ts | 1 + dist/avatar/face/mouth/Tongue.js | 9 +++---- dist/avatar/face/mouth/Twinkle.d.ts | 1 + dist/avatar/face/mouth/Twinkle.js | 9 +++---- dist/avatar/face/mouth/Vomit.d.ts | 1 + dist/avatar/face/mouth/Vomit.js | 9 +++---- dist/avatar/face/mouth/index.d.ts | 1 + dist/avatar/face/mouth/index.js | 9 +++---- dist/avatar/face/nose/Default.d.ts | 1 + dist/avatar/face/nose/Default.js | 9 +++---- dist/avatar/index.d.ts | 3 ++- dist/avatar/index.js | 11 +++----- dist/avatar/piece.d.ts | 3 ++- dist/avatar/piece.js | 9 +++---- dist/avatar/top/Eyepatch.d.ts | 1 + dist/avatar/top/Eyepatch.js | 9 +++---- dist/avatar/top/HairColor.d.ts | 1 + dist/avatar/top/HairColor.js | 11 +++----- dist/avatar/top/Hat.d.ts | 1 + dist/avatar/top/Hat.js | 9 +++---- dist/avatar/top/HatColor.d.ts | 1 + dist/avatar/top/HatColor.js | 11 +++----- dist/avatar/top/Hijab.d.ts | 1 + dist/avatar/top/Hijab.js | 9 +++---- dist/avatar/top/LongHairBigHair.d.ts | 1 + dist/avatar/top/LongHairBigHair.js | 9 +++---- dist/avatar/top/LongHairBob.d.ts | 1 + dist/avatar/top/LongHairBob.js | 9 +++---- dist/avatar/top/LongHairBun.d.ts | 1 + dist/avatar/top/LongHairBun.js | 9 +++---- dist/avatar/top/LongHairCurly.d.ts | 1 + dist/avatar/top/LongHairCurly.js | 9 +++---- dist/avatar/top/LongHairCurvy.d.ts | 1 + dist/avatar/top/LongHairCurvy.js | 9 +++---- dist/avatar/top/LongHairDreads.d.ts | 1 + dist/avatar/top/LongHairDreads.js | 9 +++---- dist/avatar/top/LongHairFrida.d.ts | 1 + dist/avatar/top/LongHairFrida.js | 9 +++---- dist/avatar/top/LongHairFro.d.ts | 1 + dist/avatar/top/LongHairFro.js | 9 +++---- dist/avatar/top/LongHairFroBand.d.ts | 1 + dist/avatar/top/LongHairFroBand.js | 9 +++---- dist/avatar/top/LongHairMiaWallace.d.ts | 1 + dist/avatar/top/LongHairMiaWallace.js | 9 +++---- dist/avatar/top/LongHairNotTooLong.d.ts | 1 + dist/avatar/top/LongHairNotTooLong.js | 9 +++---- dist/avatar/top/LongHairShavedSides.d.ts | 1 + dist/avatar/top/LongHairShavedSides.js | 11 +++----- dist/avatar/top/LongHairStraight.d.ts | 1 + dist/avatar/top/LongHairStraight.js | 9 +++---- dist/avatar/top/LongHairStraight2.d.ts | 1 + dist/avatar/top/LongHairStraight2.js | 9 +++---- dist/avatar/top/LongHairStraightStrand.d.ts | 1 + dist/avatar/top/LongHairStraightStrand.js | 9 +++---- dist/avatar/top/NoHair.d.ts | 1 + dist/avatar/top/NoHair.js | 9 +++---- dist/avatar/top/ShortHairDreads01.d.ts | 1 + dist/avatar/top/ShortHairDreads01.js | 9 +++---- dist/avatar/top/ShortHairDreads02.d.ts | 1 + dist/avatar/top/ShortHairDreads02.js | 9 +++---- dist/avatar/top/ShortHairFrizzle.d.ts | 1 + dist/avatar/top/ShortHairFrizzle.js | 9 +++---- dist/avatar/top/ShortHairShaggy.d.ts | 1 + dist/avatar/top/ShortHairShaggy.js | 9 +++---- dist/avatar/top/ShortHairShaggyMullet.d.ts | 1 + dist/avatar/top/ShortHairShaggyMullet.js | 9 +++---- dist/avatar/top/ShortHairShortCurly.d.ts | 1 + dist/avatar/top/ShortHairShortCurly.js | 9 +++---- dist/avatar/top/ShortHairShortFlat.d.ts | 1 + dist/avatar/top/ShortHairShortFlat.js | 9 +++---- dist/avatar/top/ShortHairShortRound.d.ts | 1 + dist/avatar/top/ShortHairShortRound.js | 9 +++---- dist/avatar/top/ShortHairShortWaved.d.ts | 1 + dist/avatar/top/ShortHairShortWaved.js | 9 +++---- dist/avatar/top/ShortHairSides.d.ts | 1 + dist/avatar/top/ShortHairSides.js | 9 +++---- dist/avatar/top/ShortHairTheCaesar.d.ts | 1 + dist/avatar/top/ShortHairTheCaesar.js | 9 +++---- .../top/ShortHairTheCaesarSidePart.d.ts | 1 + dist/avatar/top/ShortHairTheCaesarSidePart.js | 9 +++---- dist/avatar/top/Turban.d.ts | 1 + dist/avatar/top/Turban.js | 9 +++---- dist/avatar/top/WinterHat1.d.ts | 1 + dist/avatar/top/WinterHat1.js | 9 +++---- dist/avatar/top/WinterHat2.d.ts | 1 + dist/avatar/top/WinterHat2.js | 9 +++---- dist/avatar/top/WinterHat3.d.ts | 1 + dist/avatar/top/WinterHat3.js | 9 +++---- dist/avatar/top/WinterHat4.d.ts | 1 + dist/avatar/top/WinterHat4.js | 9 +++---- dist/avatar/top/accessories/Blank.d.ts | 1 + dist/avatar/top/accessories/Blank.js | 9 +++---- dist/avatar/top/accessories/Kurt.d.ts | 1 + dist/avatar/top/accessories/Kurt.js | 9 +++---- .../top/accessories/Prescription01.d.ts | 1 + dist/avatar/top/accessories/Prescription01.js | 9 +++---- .../top/accessories/Prescription02.d.ts | 1 + dist/avatar/top/accessories/Prescription02.js | 9 +++---- dist/avatar/top/accessories/Round.d.ts | 1 + dist/avatar/top/accessories/Round.js | 9 +++---- dist/avatar/top/accessories/Sunglasses.d.ts | 1 + dist/avatar/top/accessories/Sunglasses.js | 9 +++---- dist/avatar/top/accessories/Wayfarers.d.ts | 1 + dist/avatar/top/accessories/Wayfarers.js | 9 +++---- dist/avatar/top/accessories/index.d.ts | 1 + dist/avatar/top/accessories/index.js | 9 +++---- dist/avatar/top/facialHair/BeardLight.d.ts | 1 + dist/avatar/top/facialHair/BeardLight.js | 9 +++---- dist/avatar/top/facialHair/BeardMajestic.d.ts | 1 + dist/avatar/top/facialHair/BeardMajestic.js | 9 +++---- dist/avatar/top/facialHair/BeardMedium.d.ts | 1 + dist/avatar/top/facialHair/BeardMedium.js | 9 +++---- dist/avatar/top/facialHair/Blank.d.ts | 1 + dist/avatar/top/facialHair/Blank.js | 9 +++---- dist/avatar/top/facialHair/Colors.d.ts | 1 + dist/avatar/top/facialHair/Colors.js | 9 +++---- .../avatar/top/facialHair/MoustacheFancy.d.ts | 1 + dist/avatar/top/facialHair/MoustacheFancy.js | 9 +++---- .../top/facialHair/MoustacheMagnum.d.ts | 1 + dist/avatar/top/facialHair/MoustacheMagnum.js | 9 +++---- dist/avatar/top/facialHair/index.d.ts | 1 + dist/avatar/top/facialHair/index.js | 9 +++---- dist/avatar/top/index.d.ts | 1 + dist/avatar/top/index.js | 9 +++---- dist/index.d.ts | 11 ++++---- dist/index.js | 9 +++---- dist/options/Option.d.ts | 2 +- dist/options/OptionContext.d.ts | 4 +-- dist/options/OptionContext.js | 25 ++++++++----------- dist/options/Selector.d.ts | 7 +++--- dist/options/Selector.js | 9 +++---- 231 files changed, 502 insertions(+), 735 deletions(-) diff --git a/dist/avatar/Skin.d.ts b/dist/avatar/Skin.d.ts index 677712fc..e9dd60f5 100644 --- a/dist/avatar/Skin.d.ts +++ b/dist/avatar/Skin.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export interface Props { maskID: string; diff --git a/dist/avatar/Skin.js b/dist/avatar/Skin.js index d200cb79..d86893d2 100644 --- a/dist/avatar/Skin.js +++ b/dist/avatar/Skin.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } @@ -22,7 +19,7 @@ function makeColor(name, color) { return _super !== null && _super.apply(this, arguments) || this; } ColorComponent.prototype.render = function () { - return (React.createElement("g", { id: "Skin/\uD83D\uDC76\uD83C\uDFFD-03-Brown", mask: "url(#" + this.props.maskID + ")", fill: color }, + return (React.createElement("g", { id: "Skin/๐Ÿ‘ถ๐Ÿฝ-03-Brown", mask: "url(#" + this.props.maskID + ")", fill: color }, React.createElement("g", { transform: "translate(0.000000, 0.000000)", id: "Color" }, React.createElement("rect", { x: "0", y: "0", width: "264", height: "280" })))); }; diff --git a/dist/avatar/clothes/BlazerShirt.d.ts b/dist/avatar/clothes/BlazerShirt.d.ts index b4112596..1bdff0a7 100644 --- a/dist/avatar/clothes/BlazerShirt.d.ts +++ b/dist/avatar/clothes/BlazerShirt.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class BlazerShirt extends React.Component { static optionValue: string; diff --git a/dist/avatar/clothes/BlazerShirt.js b/dist/avatar/clothes/BlazerShirt.js index 8d6ece09..78977dfc 100644 --- a/dist/avatar/clothes/BlazerShirt.js +++ b/dist/avatar/clothes/BlazerShirt.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } @@ -33,10 +30,10 @@ var BlazerShirt = /** @class */ (function (_super) { React.createElement("use", { xlinkHref: '#' + path1 })), React.createElement("use", { id: 'Clothes', fill: '#E6E6E6', xlinkHref: '#' + path1 }), React.createElement("g", { id: 'Color/Palette/Black', mask: "url(#" + mask1 + ")", fill: '#262E33' }, - React.createElement("g", { transform: 'translate(-32.000000, -29.000000)', id: '\uD83D\uDD8DColor' }, + React.createElement("g", { transform: 'translate(-32.000000, -29.000000)', id: '๐Ÿ–Color' }, React.createElement("rect", { x: '0', y: '0', width: '264', height: '110' }))), React.createElement("g", { id: 'Shadowy', opacity: '0.599999964', mask: "url(#" + mask1 + ")", fillOpacity: '0.16', fill: '#000000' }, - React.createElement("g", { transform: 'translate(60.000000, -25.000000)', id: 'Hola-\uD83D\uDC4B\uD83C\uDFFC' }, + React.createElement("g", { transform: 'translate(60.000000, -25.000000)', id: 'Hola-๐Ÿ‘‹๐Ÿผ' }, React.createElement("ellipse", { cx: '40.5', cy: '27.8476251', rx: '39.6351047', ry: '26.9138272' })))), React.createElement("g", { id: 'Blazer', transform: 'translate(32.000000, 28.000000)' }, React.createElement("path", { d: 'M68.784807,1.12222847 C30.512317,2.80409739 -1.89486556e-14,34.3646437 -1.42108547e-14,73.0517235 L0,73.0517235 L0,82 L69.3616767,82 C65.9607412,69.9199941 64,55.7087296 64,40.5 C64,26.1729736 65.7399891,12.7311115 68.784807,1.12222847 Z M131.638323,82 L200,82 L200,73.0517235 C200,34.7067641 170.024954,3.36285166 132.228719,1.17384225 C135.265163,12.7709464 137,26.1942016 137,40.5 C137,55.7087296 135.039259,69.9199941 131.638323,82 Z', id: 'Saco', fill: '#3A4C5A' }), diff --git a/dist/avatar/clothes/BlazerSweater.d.ts b/dist/avatar/clothes/BlazerSweater.d.ts index c20cbc55..b3288a0c 100644 --- a/dist/avatar/clothes/BlazerSweater.d.ts +++ b/dist/avatar/clothes/BlazerSweater.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class BlazerSweater extends React.Component { static optionValue: string; diff --git a/dist/avatar/clothes/BlazerSweater.js b/dist/avatar/clothes/BlazerSweater.js index d88d5a17..78e8d2cf 100644 --- a/dist/avatar/clothes/BlazerSweater.js +++ b/dist/avatar/clothes/BlazerSweater.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } @@ -32,7 +29,7 @@ var BlazerSweater = /** @class */ (function (_super) { React.createElement("use", { xlinkHref: '#' + path1 })), React.createElement("use", { id: 'Clothes', fill: '#E6E6E6', fillRule: 'evenodd', xlinkHref: '#' + path1 }), React.createElement("g", { id: 'Color/Palette/Black', mask: "url(#" + mask1 + ")", fillRule: 'evenodd', fill: '#262E33' }, - React.createElement("rect", { id: '\uD83D\uDD8DColor', x: '0', y: '0', width: '264', height: '110' })), + React.createElement("rect", { id: '๐Ÿ–Color', x: '0', y: '0', width: '264', height: '110' })), React.createElement("g", { id: 'Blazer', strokeWidth: '1', fillRule: 'evenodd', transform: 'translate(32.000000, 28.000000)' }, React.createElement("path", { d: 'M68.784807,1.12222847 C30.512317,2.80409739 1.24427139e-14,34.3646437 0,73.0517235 L0,82 L69.3616767,82 C65.9607412,69.9199941 64,55.7087296 64,40.5 C64,26.1729736 65.7399891,12.7311115 68.784807,1.12222847 Z M131.638323,82 L200,82 L200,73.0517235 C200,34.7067641 170.024954,3.36285166 132.228719,1.17384225 C135.265163,12.7709464 137,26.1942016 137,40.5 C137,55.7087296 135.039259,69.9199941 131.638323,82 Z', id: 'Saco', fill: '#3A4C5A' }), React.createElement("path", { d: 'M149,58 L158.555853,50.83311 L158.555853,50.83311 C159.998897,49.7508275 161.987779,49.7682725 163.411616,50.8757011 L170,56 L149,58 Z', id: 'Pocket-hanky', fill: '#E6E6E6' }), diff --git a/dist/avatar/clothes/CollarSweater.d.ts b/dist/avatar/clothes/CollarSweater.d.ts index f0307684..eb0e458e 100644 --- a/dist/avatar/clothes/CollarSweater.d.ts +++ b/dist/avatar/clothes/CollarSweater.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class CollarSweater extends React.Component { static optionValue: string; diff --git a/dist/avatar/clothes/CollarSweater.js b/dist/avatar/clothes/CollarSweater.js index ad984f62..bbbfae46 100644 --- a/dist/avatar/clothes/CollarSweater.js +++ b/dist/avatar/clothes/CollarSweater.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/clothes/Colors.d.ts b/dist/avatar/clothes/Colors.d.ts index de3fcf1d..c350f6e5 100644 --- a/dist/avatar/clothes/Colors.d.ts +++ b/dist/avatar/clothes/Colors.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export interface Props { maskID: string; diff --git a/dist/avatar/clothes/Colors.js b/dist/avatar/clothes/Colors.js index 42f7b381..6ddab5cb 100644 --- a/dist/avatar/clothes/Colors.js +++ b/dist/avatar/clothes/Colors.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } @@ -23,7 +20,7 @@ function makeColor(name, color) { } ColorComponent.prototype.render = function () { return (React.createElement("g", { id: 'Color/Palette/Gray-01', mask: "url(#" + this.props.maskID + ")", fillRule: 'evenodd', fill: color }, - React.createElement("rect", { id: '\uD83D\uDD8DColor', x: '0', y: '0', width: '264', height: '110' }))); + React.createElement("rect", { id: '๐Ÿ–Color', x: '0', y: '0', width: '264', height: '110' }))); }; return ColorComponent; }(React.Component)); diff --git a/dist/avatar/clothes/GraphicShirt.d.ts b/dist/avatar/clothes/GraphicShirt.d.ts index 8a92ea52..f616f5cb 100644 --- a/dist/avatar/clothes/GraphicShirt.d.ts +++ b/dist/avatar/clothes/GraphicShirt.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class GraphicShirt extends React.Component { static optionValue: string; diff --git a/dist/avatar/clothes/GraphicShirt.js b/dist/avatar/clothes/GraphicShirt.js index bc048e8a..7b8c62b3 100644 --- a/dist/avatar/clothes/GraphicShirt.js +++ b/dist/avatar/clothes/GraphicShirt.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/clothes/Graphics.d.ts b/dist/avatar/clothes/Graphics.d.ts index 11cb9662..d9938ee9 100644 --- a/dist/avatar/clothes/Graphics.d.ts +++ b/dist/avatar/clothes/Graphics.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export interface Props { maskID: string; diff --git a/dist/avatar/clothes/Graphics.js b/dist/avatar/clothes/Graphics.js index 5ea9fcf7..3f0d9212 100644 --- a/dist/avatar/clothes/Graphics.js +++ b/dist/avatar/clothes/Graphics.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/clothes/Hoodie.d.ts b/dist/avatar/clothes/Hoodie.d.ts index bd02b2df..1e128294 100644 --- a/dist/avatar/clothes/Hoodie.d.ts +++ b/dist/avatar/clothes/Hoodie.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Hoodie extends React.Component { static optionValue: string; diff --git a/dist/avatar/clothes/Hoodie.js b/dist/avatar/clothes/Hoodie.js index 693cab6d..42e28806 100644 --- a/dist/avatar/clothes/Hoodie.js +++ b/dist/avatar/clothes/Hoodie.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/clothes/Overall.d.ts b/dist/avatar/clothes/Overall.d.ts index 269160f8..ed61fc78 100644 --- a/dist/avatar/clothes/Overall.d.ts +++ b/dist/avatar/clothes/Overall.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Overall extends React.Component { static optionValue: string; diff --git a/dist/avatar/clothes/Overall.js b/dist/avatar/clothes/Overall.js index 10c1edc4..911346d5 100644 --- a/dist/avatar/clothes/Overall.js +++ b/dist/avatar/clothes/Overall.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/clothes/ShirtCrewNeck.d.ts b/dist/avatar/clothes/ShirtCrewNeck.d.ts index 4793b46a..2d993ad8 100644 --- a/dist/avatar/clothes/ShirtCrewNeck.d.ts +++ b/dist/avatar/clothes/ShirtCrewNeck.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class ShirtCrewNeck extends React.Component { static optionValue: string; diff --git a/dist/avatar/clothes/ShirtCrewNeck.js b/dist/avatar/clothes/ShirtCrewNeck.js index 58f84daf..c885995b 100644 --- a/dist/avatar/clothes/ShirtCrewNeck.js +++ b/dist/avatar/clothes/ShirtCrewNeck.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } @@ -34,7 +31,7 @@ var ShirtCrewNeck = /** @class */ (function (_super) { React.createElement("use", { id: 'Clothes', fill: '#E6E6E6', fillRule: 'evenodd', xlinkHref: '#' + path1 }), React.createElement(Colors_1.default, { maskID: mask1 }), React.createElement("g", { id: 'Shadowy', opacity: '0.599999964', strokeWidth: '1', fillRule: 'evenodd', mask: "url(#" + mask1 + ")", fillOpacity: '0.16', fill: '#000000' }, - React.createElement("g", { transform: 'translate(92.000000, 4.000000)', id: 'Hola-\uD83D\uDC4B\uD83C\uDFFC' }, + React.createElement("g", { transform: 'translate(92.000000, 4.000000)', id: 'Hola-๐Ÿ‘‹๐Ÿผ' }, React.createElement("ellipse", { cx: '40.5', cy: '27.8476251', rx: '39.6351047', ry: '26.9138272' }))))); }; ShirtCrewNeck.optionValue = 'ShirtCrewNeck'; diff --git a/dist/avatar/clothes/ShirtScoopNeck.d.ts b/dist/avatar/clothes/ShirtScoopNeck.d.ts index ae3363a4..32cf5d17 100644 --- a/dist/avatar/clothes/ShirtScoopNeck.d.ts +++ b/dist/avatar/clothes/ShirtScoopNeck.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class ShirtScoopNeck extends React.Component { static optionValue: string; diff --git a/dist/avatar/clothes/ShirtScoopNeck.js b/dist/avatar/clothes/ShirtScoopNeck.js index 81e9f30a..395b70f1 100644 --- a/dist/avatar/clothes/ShirtScoopNeck.js +++ b/dist/avatar/clothes/ShirtScoopNeck.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/clothes/ShirtVNeck.d.ts b/dist/avatar/clothes/ShirtVNeck.d.ts index 5e6029d4..48eafff5 100644 --- a/dist/avatar/clothes/ShirtVNeck.d.ts +++ b/dist/avatar/clothes/ShirtVNeck.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class ShirtVNeck extends React.Component { static optionValue: string; diff --git a/dist/avatar/clothes/ShirtVNeck.js b/dist/avatar/clothes/ShirtVNeck.js index d2292e9f..b8b58147 100644 --- a/dist/avatar/clothes/ShirtVNeck.js +++ b/dist/avatar/clothes/ShirtVNeck.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/clothes/index.d.ts b/dist/avatar/clothes/index.d.ts index 6428fead..62a06af1 100644 --- a/dist/avatar/clothes/index.d.ts +++ b/dist/avatar/clothes/index.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Clothes extends React.Component { render(): JSX.Element; diff --git a/dist/avatar/clothes/index.js b/dist/avatar/clothes/index.js index 2f2d9d89..ba748703 100644 --- a/dist/avatar/clothes/index.js +++ b/dist/avatar/clothes/index.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/eyebrow/Angry.d.ts b/dist/avatar/face/eyebrow/Angry.d.ts index 4d389469..130f809a 100644 --- a/dist/avatar/face/eyebrow/Angry.d.ts +++ b/dist/avatar/face/eyebrow/Angry.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Angry extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/eyebrow/Angry.js b/dist/avatar/face/eyebrow/Angry.js index 5411f004..7ac21b95 100644 --- a/dist/avatar/face/eyebrow/Angry.js +++ b/dist/avatar/face/eyebrow/Angry.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/eyebrow/AngryNatural.d.ts b/dist/avatar/face/eyebrow/AngryNatural.d.ts index 521cd85d..c1f5e438 100644 --- a/dist/avatar/face/eyebrow/AngryNatural.d.ts +++ b/dist/avatar/face/eyebrow/AngryNatural.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class AngryNatural extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/eyebrow/AngryNatural.js b/dist/avatar/face/eyebrow/AngryNatural.js index bfee5614..be35d2d6 100644 --- a/dist/avatar/face/eyebrow/AngryNatural.js +++ b/dist/avatar/face/eyebrow/AngryNatural.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/eyebrow/Default.d.ts b/dist/avatar/face/eyebrow/Default.d.ts index 4f5b3fa7..27cff175 100644 --- a/dist/avatar/face/eyebrow/Default.d.ts +++ b/dist/avatar/face/eyebrow/Default.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Default extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/eyebrow/Default.js b/dist/avatar/face/eyebrow/Default.js index 4e1b3356..53676e98 100644 --- a/dist/avatar/face/eyebrow/Default.js +++ b/dist/avatar/face/eyebrow/Default.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/eyebrow/DefaultNatural.d.ts b/dist/avatar/face/eyebrow/DefaultNatural.d.ts index 081238ed..bb1bd562 100644 --- a/dist/avatar/face/eyebrow/DefaultNatural.d.ts +++ b/dist/avatar/face/eyebrow/DefaultNatural.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class DefaultNatural extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/eyebrow/DefaultNatural.js b/dist/avatar/face/eyebrow/DefaultNatural.js index 522dd35b..6d89be7c 100644 --- a/dist/avatar/face/eyebrow/DefaultNatural.js +++ b/dist/avatar/face/eyebrow/DefaultNatural.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/eyebrow/FlatNatural.d.ts b/dist/avatar/face/eyebrow/FlatNatural.d.ts index 06c995e1..dec796df 100644 --- a/dist/avatar/face/eyebrow/FlatNatural.d.ts +++ b/dist/avatar/face/eyebrow/FlatNatural.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class FlatNatural extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/eyebrow/FlatNatural.js b/dist/avatar/face/eyebrow/FlatNatural.js index 0f2b11a6..a84f7615 100644 --- a/dist/avatar/face/eyebrow/FlatNatural.js +++ b/dist/avatar/face/eyebrow/FlatNatural.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/eyebrow/FrownNatural.d.ts b/dist/avatar/face/eyebrow/FrownNatural.d.ts index 35acb8d2..ffb2024a 100644 --- a/dist/avatar/face/eyebrow/FrownNatural.d.ts +++ b/dist/avatar/face/eyebrow/FrownNatural.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class FrownNatural extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/eyebrow/FrownNatural.js b/dist/avatar/face/eyebrow/FrownNatural.js index 5eb04b36..66897e3c 100644 --- a/dist/avatar/face/eyebrow/FrownNatural.js +++ b/dist/avatar/face/eyebrow/FrownNatural.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/eyebrow/RaisedExcited.d.ts b/dist/avatar/face/eyebrow/RaisedExcited.d.ts index bd5a4814..834ff4b2 100644 --- a/dist/avatar/face/eyebrow/RaisedExcited.d.ts +++ b/dist/avatar/face/eyebrow/RaisedExcited.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class RaisedExcited extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/eyebrow/RaisedExcited.js b/dist/avatar/face/eyebrow/RaisedExcited.js index 8cf95492..059e5fed 100644 --- a/dist/avatar/face/eyebrow/RaisedExcited.js +++ b/dist/avatar/face/eyebrow/RaisedExcited.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/eyebrow/RaisedExcitedNatural.d.ts b/dist/avatar/face/eyebrow/RaisedExcitedNatural.d.ts index 097b6232..6c531ba4 100644 --- a/dist/avatar/face/eyebrow/RaisedExcitedNatural.d.ts +++ b/dist/avatar/face/eyebrow/RaisedExcitedNatural.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class RaisedExcitedNatural extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/eyebrow/RaisedExcitedNatural.js b/dist/avatar/face/eyebrow/RaisedExcitedNatural.js index e181ec7e..ab73fbad 100644 --- a/dist/avatar/face/eyebrow/RaisedExcitedNatural.js +++ b/dist/avatar/face/eyebrow/RaisedExcitedNatural.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/eyebrow/SadConcerned.d.ts b/dist/avatar/face/eyebrow/SadConcerned.d.ts index c4a513d4..17a61aeb 100644 --- a/dist/avatar/face/eyebrow/SadConcerned.d.ts +++ b/dist/avatar/face/eyebrow/SadConcerned.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class SadConcerned extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/eyebrow/SadConcerned.js b/dist/avatar/face/eyebrow/SadConcerned.js index 803dab8c..8cdf2764 100644 --- a/dist/avatar/face/eyebrow/SadConcerned.js +++ b/dist/avatar/face/eyebrow/SadConcerned.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/eyebrow/SadConcernedNatural.d.ts b/dist/avatar/face/eyebrow/SadConcernedNatural.d.ts index 5f978d57..cbae8bda 100644 --- a/dist/avatar/face/eyebrow/SadConcernedNatural.d.ts +++ b/dist/avatar/face/eyebrow/SadConcernedNatural.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class SadConcernedNatural extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/eyebrow/SadConcernedNatural.js b/dist/avatar/face/eyebrow/SadConcernedNatural.js index c12a5dd5..fd20b5df 100644 --- a/dist/avatar/face/eyebrow/SadConcernedNatural.js +++ b/dist/avatar/face/eyebrow/SadConcernedNatural.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/eyebrow/UnibrowNatural.d.ts b/dist/avatar/face/eyebrow/UnibrowNatural.d.ts index 83bb1ade..a13d520c 100644 --- a/dist/avatar/face/eyebrow/UnibrowNatural.d.ts +++ b/dist/avatar/face/eyebrow/UnibrowNatural.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class UnibrowNatural extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/eyebrow/UnibrowNatural.js b/dist/avatar/face/eyebrow/UnibrowNatural.js index 79962f03..27896a98 100644 --- a/dist/avatar/face/eyebrow/UnibrowNatural.js +++ b/dist/avatar/face/eyebrow/UnibrowNatural.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/eyebrow/UpDown.d.ts b/dist/avatar/face/eyebrow/UpDown.d.ts index 03130955..50e7f215 100644 --- a/dist/avatar/face/eyebrow/UpDown.d.ts +++ b/dist/avatar/face/eyebrow/UpDown.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class UpDown extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/eyebrow/UpDown.js b/dist/avatar/face/eyebrow/UpDown.js index 40919cc1..a794252c 100644 --- a/dist/avatar/face/eyebrow/UpDown.js +++ b/dist/avatar/face/eyebrow/UpDown.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/eyebrow/UpDownNatural.d.ts b/dist/avatar/face/eyebrow/UpDownNatural.d.ts index 9fb2fb33..c49d8444 100644 --- a/dist/avatar/face/eyebrow/UpDownNatural.d.ts +++ b/dist/avatar/face/eyebrow/UpDownNatural.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class UpDownNatural extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/eyebrow/UpDownNatural.js b/dist/avatar/face/eyebrow/UpDownNatural.js index dd25bef2..99bf6dd4 100644 --- a/dist/avatar/face/eyebrow/UpDownNatural.js +++ b/dist/avatar/face/eyebrow/UpDownNatural.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/eyebrow/index.d.ts b/dist/avatar/face/eyebrow/index.d.ts index 0452cb67..544beff4 100644 --- a/dist/avatar/face/eyebrow/index.d.ts +++ b/dist/avatar/face/eyebrow/index.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Eyebrow extends React.Component { render(): JSX.Element; diff --git a/dist/avatar/face/eyebrow/index.js b/dist/avatar/face/eyebrow/index.js index 9d38ae40..e9b3308a 100644 --- a/dist/avatar/face/eyebrow/index.js +++ b/dist/avatar/face/eyebrow/index.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/eyes/Close.d.ts b/dist/avatar/face/eyes/Close.d.ts index e3b4d3ff..f369866c 100644 --- a/dist/avatar/face/eyes/Close.d.ts +++ b/dist/avatar/face/eyes/Close.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Close extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/eyes/Close.js b/dist/avatar/face/eyes/Close.js index a17fed6f..022a2904 100644 --- a/dist/avatar/face/eyes/Close.js +++ b/dist/avatar/face/eyes/Close.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } @@ -20,7 +17,7 @@ var Close = /** @class */ (function (_super) { return _super !== null && _super.apply(this, arguments) || this; } Close.prototype.render = function () { - return (React.createElement("g", { id: 'Eyes/Closed-\uD83D\uDE0C', transform: 'translate(0.000000, 8.000000)', fillOpacity: '0.599999964' }, + return (React.createElement("g", { id: 'Eyes/Closed-๐Ÿ˜Œ', transform: 'translate(0.000000, 8.000000)', fillOpacity: '0.599999964' }, React.createElement("path", { d: 'M16.1601674,32.4473116 C18.006676,28.648508 22.1644225,26 26.9975803,26 C31.8136766,26 35.9591217,28.629842 37.8153518,32.4071242 C38.3667605,33.5291977 37.5821037,34.4474817 36.790607,33.7670228 C34.3395063,31.6597833 30.8587163,30.3437884 26.9975803,30.3437884 C23.2572061,30.3437884 19.8737584,31.5787519 17.4375392,33.5716412 C16.5467928,34.3002944 15.6201012,33.5583844 16.1601674,32.4473116 Z', id: 'Closed-Eye', transform: 'translate(27.000000, 30.000000) scale(1, -1) translate(-27.000000, -30.000000) ' }), React.createElement("path", { d: 'M74.1601674,32.4473116 C76.006676,28.648508 80.1644225,26 84.9975803,26 C89.8136766,26 93.9591217,28.629842 95.8153518,32.4071242 C96.3667605,33.5291977 95.5821037,34.4474817 94.790607,33.7670228 C92.3395063,31.6597833 88.8587163,30.3437884 84.9975803,30.3437884 C81.2572061,30.3437884 77.8737584,31.5787519 75.4375392,33.5716412 C74.5467928,34.3002944 73.6201012,33.5583844 74.1601674,32.4473116 Z', id: 'Closed-Eye', transform: 'translate(85.000000, 30.000000) scale(1, -1) translate(-85.000000, -30.000000) ' }))); }; diff --git a/dist/avatar/face/eyes/Cry.d.ts b/dist/avatar/face/eyes/Cry.d.ts index f55d003e..5c327904 100644 --- a/dist/avatar/face/eyes/Cry.d.ts +++ b/dist/avatar/face/eyes/Cry.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Cry extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/eyes/Cry.js b/dist/avatar/face/eyes/Cry.js index 7a5cfe7c..58617c6f 100644 --- a/dist/avatar/face/eyes/Cry.js +++ b/dist/avatar/face/eyes/Cry.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } @@ -20,7 +17,7 @@ var Cry = /** @class */ (function (_super) { return _super !== null && _super.apply(this, arguments) || this; } Cry.prototype.render = function () { - return (React.createElement("g", { id: 'Eyes/Cry-\uD83D\uDE22', transform: 'translate(0.000000, 8.000000)' }, + return (React.createElement("g", { id: 'Eyes/Cry-๐Ÿ˜ข', transform: 'translate(0.000000, 8.000000)' }, React.createElement("circle", { id: 'Eye', fillOpacity: '0.599999964', fill: '#000000', fillRule: 'evenodd', cx: '30', cy: '22', r: '6' }), React.createElement("path", { d: 'M25,27 C25,27 19,34.2706667 19,38.2706667 C19,41.5846667 21.686,44.2706667 25,44.2706667 C28.314,44.2706667 31,41.5846667 31,38.2706667 C31,34.2706667 25,27 25,27 Z', id: 'Drop', fill: '#92D9FF', fillRule: 'nonzero' }), React.createElement("circle", { id: 'Eye', fillOpacity: '0.599999964', fill: '#000000', fillRule: 'evenodd', cx: '82', cy: '22', r: '6' }))); diff --git a/dist/avatar/face/eyes/Default.d.ts b/dist/avatar/face/eyes/Default.d.ts index 4f5b3fa7..27cff175 100644 --- a/dist/avatar/face/eyes/Default.d.ts +++ b/dist/avatar/face/eyes/Default.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Default extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/eyes/Default.js b/dist/avatar/face/eyes/Default.js index 76936fd0..e8236773 100644 --- a/dist/avatar/face/eyes/Default.js +++ b/dist/avatar/face/eyes/Default.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } @@ -20,7 +17,7 @@ var Default = /** @class */ (function (_super) { return _super !== null && _super.apply(this, arguments) || this; } Default.prototype.render = function () { - return (React.createElement("g", { id: 'Eyes/Default-\uD83D\uDE00', transform: 'translate(0.000000, 8.000000)', fillOpacity: '0.599999964' }, + return (React.createElement("g", { id: 'Eyes/Default-๐Ÿ˜€', transform: 'translate(0.000000, 8.000000)', fillOpacity: '0.599999964' }, React.createElement("circle", { id: 'Eye', cx: '30', cy: '22', r: '6' }), React.createElement("circle", { id: 'Eye', cx: '82', cy: '22', r: '6' }))); }; diff --git a/dist/avatar/face/eyes/Dizzy.d.ts b/dist/avatar/face/eyes/Dizzy.d.ts index 81fe9acf..7e426ecc 100644 --- a/dist/avatar/face/eyes/Dizzy.d.ts +++ b/dist/avatar/face/eyes/Dizzy.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Dizzy extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/eyes/Dizzy.js b/dist/avatar/face/eyes/Dizzy.js index 815c722a..2a45ef22 100644 --- a/dist/avatar/face/eyes/Dizzy.js +++ b/dist/avatar/face/eyes/Dizzy.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } @@ -20,7 +17,7 @@ var Dizzy = /** @class */ (function (_super) { return _super !== null && _super.apply(this, arguments) || this; } Dizzy.prototype.render = function () { - return (React.createElement("g", { id: 'Eyes/X-Dizzy-\uD83D\uDE35', transform: 'translate(0.000000, 8.000000)', fillOpacity: '0.599999964', fillRule: 'nonzero' }, + return (React.createElement("g", { id: 'Eyes/X-Dizzy-๐Ÿ˜ต', transform: 'translate(0.000000, 8.000000)', fillOpacity: '0.599999964', fillRule: 'nonzero' }, React.createElement("path", { d: 'M29,25.2 L34.5,30.7 C35,31.1 35.7,31.1 36.1,30.7 L37.7,29.1 C38.1,28.6 38.1,27.9 37.7,27.5 L32.2,22 L37.7,16.5 C38.1,16 38.1,15.3 37.7,14.9 L36.1,13.3 C35.6,12.9 34.9,12.9 34.5,13.3 L29,18.8 L23.5,13.3 C23,12.9 22.3,12.9 21.9,13.3 L20.3,14.9 C19.9,15.3 19.9,16 20.3,16.5 L25.8,22 L20.3,27.5 C19.9,28 19.9,28.7 20.3,29.1 L21.9,30.7 C22.4,31.1 23.1,31.1 23.5,30.7 L29,25.2 Z', id: 'Eye' }), React.createElement("path", { d: 'M83,25.2 L88.5,30.7 C89,31.1 89.7,31.1 90.1,30.7 L91.7,29.1 C92.1,28.6 92.1,27.9 91.7,27.5 L86.2,22 L91.7,16.5 C92.1,16 92.1,15.3 91.7,14.9 L90.1,13.3 C89.6,12.9 88.9,12.9 88.5,13.3 L83,18.8 L77.5,13.3 C77,12.9 76.3,12.9 75.9,13.3 L74.3,14.9 C73.9,15.3 73.9,16 74.3,16.5 L79.8,22 L74.3,27.5 C73.9,28 73.9,28.7 74.3,29.1 L75.9,30.7 C76.4,31.1 77.1,31.1 77.5,30.7 L83,25.2 Z', id: 'Eye' }))); }; diff --git a/dist/avatar/face/eyes/EyeRoll.d.ts b/dist/avatar/face/eyes/EyeRoll.d.ts index 2df805d9..b3500631 100644 --- a/dist/avatar/face/eyes/EyeRoll.d.ts +++ b/dist/avatar/face/eyes/EyeRoll.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class EyeRoll extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/eyes/EyeRoll.js b/dist/avatar/face/eyes/EyeRoll.js index cb722fdb..e3736e85 100644 --- a/dist/avatar/face/eyes/EyeRoll.js +++ b/dist/avatar/face/eyes/EyeRoll.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } @@ -20,7 +17,7 @@ var EyeRoll = /** @class */ (function (_super) { return _super !== null && _super.apply(this, arguments) || this; } EyeRoll.prototype.render = function () { - return (React.createElement("g", { id: 'Eyes/Eye-Roll-\uD83D\uDE44', transform: 'translate(0.000000, 8.000000)' }, + return (React.createElement("g", { id: 'Eyes/Eye-Roll-๐Ÿ™„', transform: 'translate(0.000000, 8.000000)' }, React.createElement("circle", { id: 'Eyeball', fill: '#FFFFFF', cx: '30', cy: '22', r: '14' }), React.createElement("circle", { id: 'The-white-stuff', fill: '#FFFFFF', cx: '82', cy: '22', r: '14' }), React.createElement("circle", { id: 'Eye', fillOpacity: '0.699999988', fill: '#000000', cx: '30', cy: '14', r: '6' }), diff --git a/dist/avatar/face/eyes/Happy.d.ts b/dist/avatar/face/eyes/Happy.d.ts index b6699d59..c585dfc0 100644 --- a/dist/avatar/face/eyes/Happy.d.ts +++ b/dist/avatar/face/eyes/Happy.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Happy extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/eyes/Happy.js b/dist/avatar/face/eyes/Happy.js index 12a06338..85439a70 100644 --- a/dist/avatar/face/eyes/Happy.js +++ b/dist/avatar/face/eyes/Happy.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } @@ -20,7 +17,7 @@ var Happy = /** @class */ (function (_super) { return _super !== null && _super.apply(this, arguments) || this; } Happy.prototype.render = function () { - return (React.createElement("g", { id: 'Eyes/Happy-\uD83D\uDE01', transform: 'translate(0.000000, 8.000000)', fillOpacity: '0.599999964' }, + return (React.createElement("g", { id: 'Eyes/Happy-๐Ÿ˜', transform: 'translate(0.000000, 8.000000)', fillOpacity: '0.599999964' }, React.createElement("path", { d: 'M16.1601674,22.4473116 C18.006676,18.648508 22.1644225,16 26.9975803,16 C31.8136766,16 35.9591217,18.629842 37.8153518,22.4071242 C38.3667605,23.5291977 37.5821037,24.4474817 36.790607,23.7670228 C34.3395063,21.6597833 30.8587163,20.3437884 26.9975803,20.3437884 C23.2572061,20.3437884 19.8737584,21.5787519 17.4375392,23.5716412 C16.5467928,24.3002944 15.6201012,23.5583844 16.1601674,22.4473116 Z', id: 'Squint' }), React.createElement("path", { d: 'M74.1601674,22.4473116 C76.006676,18.648508 80.1644225,16 84.9975803,16 C89.8136766,16 93.9591217,18.629842 95.8153518,22.4071242 C96.3667605,23.5291977 95.5821037,24.4474817 94.790607,23.7670228 C92.3395063,21.6597833 88.8587163,20.3437884 84.9975803,20.3437884 C81.2572061,20.3437884 77.8737584,21.5787519 75.4375392,23.5716412 C74.5467928,24.3002944 73.6201012,23.5583844 74.1601674,22.4473116 Z', id: 'Squint' }))); }; diff --git a/dist/avatar/face/eyes/Hearts.d.ts b/dist/avatar/face/eyes/Hearts.d.ts index 69100c81..e5bef69b 100644 --- a/dist/avatar/face/eyes/Hearts.d.ts +++ b/dist/avatar/face/eyes/Hearts.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Hearts extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/eyes/Hearts.js b/dist/avatar/face/eyes/Hearts.js index 7378c3b7..700a42a1 100644 --- a/dist/avatar/face/eyes/Hearts.js +++ b/dist/avatar/face/eyes/Hearts.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } @@ -20,7 +17,7 @@ var Hearts = /** @class */ (function (_super) { return _super !== null && _super.apply(this, arguments) || this; } Hearts.prototype.render = function () { - return (React.createElement("g", { id: 'Eyes/Hearts-\uD83D\uDE0D', transform: 'translate(0.000000, 8.000000)', fillOpacity: '0.8', fillRule: 'nonzero', fill: '#FF5353' }, + return (React.createElement("g", { id: 'Eyes/Hearts-๐Ÿ˜', transform: 'translate(0.000000, 8.000000)', fillOpacity: '0.8', fillRule: 'nonzero', fill: '#FF5353' }, React.createElement("path", { d: 'M35.9583333,10 C33.4074091,10 30.8837273,11.9797894 29.5,13.8206358 C28.1106364,11.9797894 25.5925909,10 23.0416667,10 C17.5523182,10 14,13.3341032 14,17.6412715 C14,23.3708668 18.4118636,26.771228 23.0416667,30.376724 C24.695,31.6133636 27.8223436,34.7777086 28.2083333,35.470905 C28.5943231,36.1641015 30.3143077,36.1885229 30.7916667,35.470905 C31.2690257,34.7532872 34.3021818,31.6133636 35.9583333,30.376724 C40.5853182,26.771228 45,23.3708668 45,17.6412715 C45,13.3341032 41.4476818,10 35.9583333,10 Z', id: 'Heart' }), React.createElement("path", { d: 'M88.9583333,10 C86.4074091,10 83.8837273,11.9797894 82.5,13.8206358 C81.1106364,11.9797894 78.5925909,10 76.0416667,10 C70.5523182,10 67,13.3341032 67,17.6412715 C67,23.3708668 71.4118636,26.771228 76.0416667,30.376724 C77.695,31.6133636 80.8223436,34.7777086 81.2083333,35.470905 C81.5943231,36.1641015 83.3143077,36.1885229 83.7916667,35.470905 C84.2690257,34.7532872 87.3021818,31.6133636 88.9583333,30.376724 C93.5853182,26.771228 98,23.3708668 98,17.6412715 C98,13.3341032 94.4476818,10 88.9583333,10 Z', id: 'Heart' }))); }; diff --git a/dist/avatar/face/eyes/Side.d.ts b/dist/avatar/face/eyes/Side.d.ts index 2225eaf8..5c614949 100644 --- a/dist/avatar/face/eyes/Side.d.ts +++ b/dist/avatar/face/eyes/Side.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Side extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/eyes/Side.js b/dist/avatar/face/eyes/Side.js index b2eee912..68b14303 100644 --- a/dist/avatar/face/eyes/Side.js +++ b/dist/avatar/face/eyes/Side.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } @@ -20,7 +17,7 @@ var Side = /** @class */ (function (_super) { return _super !== null && _super.apply(this, arguments) || this; } Side.prototype.render = function () { - return (React.createElement("g", { id: 'Eyes/Side-\uD83D\uDE12', transform: 'translate(0.000000, 8.000000)', fillOpacity: '0.599999964' }, + return (React.createElement("g", { id: 'Eyes/Side-๐Ÿ˜’', transform: 'translate(0.000000, 8.000000)', fillOpacity: '0.599999964' }, React.createElement("path", { d: 'M27.2409577,20.3455337 C26.462715,21.3574913 26,22.6247092 26,24 C26,27.3137085 28.6862915,30 32,30 C35.3137085,30 38,27.3137085 38,24 C38,23.7097898 37.9793961,23.4243919 37.9395713,23.1451894 C37.9474218,22.9227843 37.9097825,22.6709538 37.8153518,22.4071242 C37.7703692,22.2814477 37.7221152,22.1572512 37.6706873,22.0345685 C37.3370199,21.0717264 36.7650456,20.2202109 36.0253277,19.550585 C33.898886,17.3173253 30.5064735,16 26.9975803,16 C22.1644225,16 18.006676,18.648508 16.1601674,22.4473116 C15.6201012,23.5583844 16.5467928,24.3002944 17.4375392,23.5716412 C19.8737584,21.5787519 23.2572061,20.3437884 26.9975803,20.3437884 C27.0788767,20.3437884 27.1600045,20.3443718 27.2409577,20.3455337 Z', id: 'Eye' }), React.createElement("path", { d: 'M85.2409577,20.3455337 C84.462715,21.3574913 84,22.6247092 84,24 C84,27.3137085 86.6862915,30 90,30 C93.3137085,30 96,27.3137085 96,24 C96,23.7097898 95.9793961,23.4243919 95.9395713,23.1451894 C95.9474218,22.9227843 95.9097825,22.6709538 95.8153518,22.4071242 C95.7703692,22.2814477 95.7221152,22.1572512 95.6706873,22.0345685 C95.3370199,21.0717264 94.7650456,20.2202109 94.0253277,19.550585 C91.898886,17.3173253 88.5064735,16 84.9975803,16 C80.1644225,16 76.006676,18.648508 74.1601674,22.4473116 C73.6201012,23.5583844 74.5467928,24.3002944 75.4375392,23.5716412 C77.8737584,21.5787519 81.2572061,20.3437884 84.9975803,20.3437884 C85.0788767,20.3437884 85.1600045,20.3443718 85.2409577,20.3455337 Z', id: 'Eye' }))); }; diff --git a/dist/avatar/face/eyes/Squint.d.ts b/dist/avatar/face/eyes/Squint.d.ts index 12b1189a..ac0de6fe 100644 --- a/dist/avatar/face/eyes/Squint.d.ts +++ b/dist/avatar/face/eyes/Squint.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Squint extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/eyes/Squint.js b/dist/avatar/face/eyes/Squint.js index 51ed159c..0a08ea35 100644 --- a/dist/avatar/face/eyes/Squint.js +++ b/dist/avatar/face/eyes/Squint.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } @@ -27,7 +24,7 @@ var Squint = /** @class */ (function (_super) { } Squint.prototype.render = function () { var _a = this, path1 = _a.path1, path2 = _a.path2, mask1 = _a.mask1, mask2 = _a.mask2; - return (React.createElement("g", { id: 'Eyes/Squint-\uD83D\uDE0A', transform: 'translate(0.000000, 8.000000)' }, + return (React.createElement("g", { id: 'Eyes/Squint-๐Ÿ˜Š', transform: 'translate(0.000000, 8.000000)' }, React.createElement("defs", null, React.createElement("path", { d: 'M14,14.0481187 C23.6099827,14.0481187 28,18.4994466 28,11.5617716 C28,4.62409673 21.7319865,0 14,0 C6.2680135,0 0,4.62409673 0,11.5617716 C0,18.4994466 4.39001726,14.0481187 14,14.0481187 Z', id: path1 }), React.createElement("path", { d: 'M14,14.0481187 C23.6099827,14.0481187 28,18.4994466 28,11.5617716 C28,4.62409673 21.7319865,0 14,0 C6.2680135,0 0,4.62409673 0,11.5617716 C0,18.4994466 4.39001726,14.0481187 14,14.0481187 Z', id: path2 })), diff --git a/dist/avatar/face/eyes/Surprised.d.ts b/dist/avatar/face/eyes/Surprised.d.ts index 3ea5ee70..dcf84067 100644 --- a/dist/avatar/face/eyes/Surprised.d.ts +++ b/dist/avatar/face/eyes/Surprised.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Surprised extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/eyes/Surprised.js b/dist/avatar/face/eyes/Surprised.js index 28e7227a..47a4efdd 100644 --- a/dist/avatar/face/eyes/Surprised.js +++ b/dist/avatar/face/eyes/Surprised.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } @@ -20,7 +17,7 @@ var Surprised = /** @class */ (function (_super) { return _super !== null && _super.apply(this, arguments) || this; } Surprised.prototype.render = function () { - return (React.createElement("g", { id: 'Eyes/Surprised-\uD83D\uDE33', transform: 'translate(0.000000, 8.000000)' }, + return (React.createElement("g", { id: 'Eyes/Surprised-๐Ÿ˜ณ', transform: 'translate(0.000000, 8.000000)' }, React.createElement("circle", { id: 'The-White-Stuff', fill: '#FFFFFF', cx: '30', cy: '22', r: '14' }), React.createElement("circle", { id: 'Eye-Ball', fill: '#FFFFFF', cx: '82', cy: '22', r: '14' }), React.createElement("circle", { id: 'Eye', fillOpacity: '0.699999988', fill: '#000000', cx: '30', cy: '22', r: '6' }), diff --git a/dist/avatar/face/eyes/Wink.d.ts b/dist/avatar/face/eyes/Wink.d.ts index bc0b7fe9..8a284ed3 100644 --- a/dist/avatar/face/eyes/Wink.d.ts +++ b/dist/avatar/face/eyes/Wink.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Wink extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/eyes/Wink.js b/dist/avatar/face/eyes/Wink.js index 3eca909f..95a5a3bc 100644 --- a/dist/avatar/face/eyes/Wink.js +++ b/dist/avatar/face/eyes/Wink.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } @@ -20,7 +17,7 @@ var Wink = /** @class */ (function (_super) { return _super !== null && _super.apply(this, arguments) || this; } Wink.prototype.render = function () { - return (React.createElement("g", { id: 'Eyes/Wink-\uD83D\uDE09', transform: 'translate(0.000000, 8.000000)', fillOpacity: '0.599999964' }, + return (React.createElement("g", { id: 'Eyes/Wink-๐Ÿ˜‰', transform: 'translate(0.000000, 8.000000)', fillOpacity: '0.599999964' }, React.createElement("circle", { id: 'Eye', cx: '30', cy: '22', r: '6' }), React.createElement("path", { d: 'M70.4123979,24.204889 C72.2589064,20.4060854 76.4166529,17.7575774 81.2498107,17.7575774 C86.065907,17.7575774 90.2113521,20.3874194 92.0675822,24.1647016 C92.618991,25.2867751 91.8343342,26.2050591 91.0428374,25.5246002 C88.5917368,23.4173607 85.1109468,22.1013658 81.2498107,22.1013658 C77.5094365,22.1013658 74.1259889,23.3363293 71.6897696,25.3292186 C70.7990233,26.0578718 69.8723316,25.3159619 70.4123979,24.204889 Z', id: 'Winky-Wink', transform: 'translate(81.252230, 21.757577) rotate(-4.000000) translate(-81.252230, -21.757577) ' }))); }; diff --git a/dist/avatar/face/eyes/WinkWacky.d.ts b/dist/avatar/face/eyes/WinkWacky.d.ts index a6e4d56c..a7f2237a 100644 --- a/dist/avatar/face/eyes/WinkWacky.d.ts +++ b/dist/avatar/face/eyes/WinkWacky.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class WinkWacky extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/eyes/WinkWacky.js b/dist/avatar/face/eyes/WinkWacky.js index 5f0a1424..9d818d57 100644 --- a/dist/avatar/face/eyes/WinkWacky.js +++ b/dist/avatar/face/eyes/WinkWacky.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } @@ -20,8 +17,8 @@ var WinkWacky = /** @class */ (function (_super) { return _super !== null && _super.apply(this, arguments) || this; } WinkWacky.prototype.render = function () { - return (React.createElement("g", { id: 'Eyes/Wink-Wacky-\uD83D\uDE1C', transform: 'translate(0.000000, 8.000000)' }, - React.createElement("circle", { id: 'Cornea?-I-don\'t-know', fill: '#FFFFFF', cx: '82', cy: '22', r: '12' }), + return (React.createElement("g", { id: 'Eyes/Wink-Wacky-๐Ÿ˜œ', transform: 'translate(0.000000, 8.000000)' }, + React.createElement("circle", { id: "Cornea?-I-don't-know", fill: '#FFFFFF', cx: '82', cy: '22', r: '12' }), React.createElement("circle", { id: 'Eye', fillOpacity: '0.699999988', fill: '#000000', cx: '82', cy: '22', r: '6' }), React.createElement("path", { d: 'M16.1601674,25.4473116 C18.006676,21.648508 22.1644225,19 26.9975803,19 C31.8136766,19 35.9591217,21.629842 37.8153518,25.4071242 C38.3667605,26.5291977 37.5821037,27.4474817 36.790607,26.7670228 C34.3395063,24.6597833 30.8587163,23.3437884 26.9975803,23.3437884 C23.2572061,23.3437884 19.8737584,24.5787519 17.4375392,26.5716412 C16.5467928,27.3002944 15.6201012,26.5583844 16.1601674,25.4473116 Z', id: 'Winky-Doodle', fillOpacity: '0.599999964', fill: '#000000' }))); }; diff --git a/dist/avatar/face/eyes/index.d.ts b/dist/avatar/face/eyes/index.d.ts index 253cf904..21deaf29 100644 --- a/dist/avatar/face/eyes/index.d.ts +++ b/dist/avatar/face/eyes/index.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Eyes extends React.Component { render(): JSX.Element; diff --git a/dist/avatar/face/eyes/index.js b/dist/avatar/face/eyes/index.js index 6c4ec0ee..cda42835 100644 --- a/dist/avatar/face/eyes/index.js +++ b/dist/avatar/face/eyes/index.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/index.d.ts b/dist/avatar/face/index.d.ts index 492929d9..2e9fbef4 100644 --- a/dist/avatar/face/index.d.ts +++ b/dist/avatar/face/index.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Face extends React.Component { render(): JSX.Element; diff --git a/dist/avatar/face/index.js b/dist/avatar/face/index.js index 33760dc7..d1b1eefd 100644 --- a/dist/avatar/face/index.js +++ b/dist/avatar/face/index.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/mouth/Concerned.d.ts b/dist/avatar/face/mouth/Concerned.d.ts index 114a8b5c..8138e877 100644 --- a/dist/avatar/face/mouth/Concerned.d.ts +++ b/dist/avatar/face/mouth/Concerned.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Concerned extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/mouth/Concerned.js b/dist/avatar/face/mouth/Concerned.js index ec8b2d58..b6c54b5f 100644 --- a/dist/avatar/face/mouth/Concerned.js +++ b/dist/avatar/face/mouth/Concerned.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/mouth/Default.d.ts b/dist/avatar/face/mouth/Default.d.ts index 4f5b3fa7..27cff175 100644 --- a/dist/avatar/face/mouth/Default.d.ts +++ b/dist/avatar/face/mouth/Default.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Default extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/mouth/Default.js b/dist/avatar/face/mouth/Default.js index 0cf17b25..00d84c08 100644 --- a/dist/avatar/face/mouth/Default.js +++ b/dist/avatar/face/mouth/Default.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/mouth/Disbelief.d.ts b/dist/avatar/face/mouth/Disbelief.d.ts index 40b59c7c..fa992cc7 100644 --- a/dist/avatar/face/mouth/Disbelief.d.ts +++ b/dist/avatar/face/mouth/Disbelief.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Disbelief extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/mouth/Disbelief.js b/dist/avatar/face/mouth/Disbelief.js index 7cb4b8c3..7b7b252f 100644 --- a/dist/avatar/face/mouth/Disbelief.js +++ b/dist/avatar/face/mouth/Disbelief.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/mouth/Eating.d.ts b/dist/avatar/face/mouth/Eating.d.ts index 075de8f2..ea0bc64a 100644 --- a/dist/avatar/face/mouth/Eating.d.ts +++ b/dist/avatar/face/mouth/Eating.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Eating extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/mouth/Eating.js b/dist/avatar/face/mouth/Eating.js index 3940fb0c..dcb0f506 100644 --- a/dist/avatar/face/mouth/Eating.js +++ b/dist/avatar/face/mouth/Eating.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/mouth/Grimace.d.ts b/dist/avatar/face/mouth/Grimace.d.ts index f426d135..20d2866f 100644 --- a/dist/avatar/face/mouth/Grimace.d.ts +++ b/dist/avatar/face/mouth/Grimace.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Grimace extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/mouth/Grimace.js b/dist/avatar/face/mouth/Grimace.js index 458e09e3..85abf767 100644 --- a/dist/avatar/face/mouth/Grimace.js +++ b/dist/avatar/face/mouth/Grimace.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/mouth/Sad.d.ts b/dist/avatar/face/mouth/Sad.d.ts index f6e666d3..833e78d3 100644 --- a/dist/avatar/face/mouth/Sad.d.ts +++ b/dist/avatar/face/mouth/Sad.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Sad extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/mouth/Sad.js b/dist/avatar/face/mouth/Sad.js index 0731f743..67662cf2 100644 --- a/dist/avatar/face/mouth/Sad.js +++ b/dist/avatar/face/mouth/Sad.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/mouth/ScreamOpen.d.ts b/dist/avatar/face/mouth/ScreamOpen.d.ts index bfd52fd5..75994d07 100644 --- a/dist/avatar/face/mouth/ScreamOpen.d.ts +++ b/dist/avatar/face/mouth/ScreamOpen.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class ScreamOpen extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/mouth/ScreamOpen.js b/dist/avatar/face/mouth/ScreamOpen.js index 8cf68d05..246d7a6e 100644 --- a/dist/avatar/face/mouth/ScreamOpen.js +++ b/dist/avatar/face/mouth/ScreamOpen.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/mouth/Serious.d.ts b/dist/avatar/face/mouth/Serious.d.ts index b731b0d0..926013ed 100644 --- a/dist/avatar/face/mouth/Serious.d.ts +++ b/dist/avatar/face/mouth/Serious.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Serious extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/mouth/Serious.js b/dist/avatar/face/mouth/Serious.js index 12e85e69..5fd62403 100644 --- a/dist/avatar/face/mouth/Serious.js +++ b/dist/avatar/face/mouth/Serious.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/mouth/Smile.d.ts b/dist/avatar/face/mouth/Smile.d.ts index 352c65b4..c747e971 100644 --- a/dist/avatar/face/mouth/Smile.d.ts +++ b/dist/avatar/face/mouth/Smile.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Smile extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/mouth/Smile.js b/dist/avatar/face/mouth/Smile.js index c7d1131e..c97bca0c 100644 --- a/dist/avatar/face/mouth/Smile.js +++ b/dist/avatar/face/mouth/Smile.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/mouth/Tongue.d.ts b/dist/avatar/face/mouth/Tongue.d.ts index ed6d89d7..e3b31a70 100644 --- a/dist/avatar/face/mouth/Tongue.d.ts +++ b/dist/avatar/face/mouth/Tongue.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Tongue extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/mouth/Tongue.js b/dist/avatar/face/mouth/Tongue.js index 834b05b3..19c57a24 100644 --- a/dist/avatar/face/mouth/Tongue.js +++ b/dist/avatar/face/mouth/Tongue.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/mouth/Twinkle.d.ts b/dist/avatar/face/mouth/Twinkle.d.ts index f1e3b3c1..41c8510e 100644 --- a/dist/avatar/face/mouth/Twinkle.d.ts +++ b/dist/avatar/face/mouth/Twinkle.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Twinkle extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/mouth/Twinkle.js b/dist/avatar/face/mouth/Twinkle.js index 2209fa09..83b25d02 100644 --- a/dist/avatar/face/mouth/Twinkle.js +++ b/dist/avatar/face/mouth/Twinkle.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/mouth/Vomit.d.ts b/dist/avatar/face/mouth/Vomit.d.ts index bf134161..7d489e16 100644 --- a/dist/avatar/face/mouth/Vomit.d.ts +++ b/dist/avatar/face/mouth/Vomit.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Vomit extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/mouth/Vomit.js b/dist/avatar/face/mouth/Vomit.js index 324b4495..11281387 100644 --- a/dist/avatar/face/mouth/Vomit.js +++ b/dist/avatar/face/mouth/Vomit.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/mouth/index.d.ts b/dist/avatar/face/mouth/index.d.ts index ff938407..7cc237df 100644 --- a/dist/avatar/face/mouth/index.d.ts +++ b/dist/avatar/face/mouth/index.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Mouth extends React.Component { render(): JSX.Element; diff --git a/dist/avatar/face/mouth/index.js b/dist/avatar/face/mouth/index.js index bce3d10b..c9ad5cbb 100644 --- a/dist/avatar/face/mouth/index.js +++ b/dist/avatar/face/mouth/index.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/face/nose/Default.d.ts b/dist/avatar/face/nose/Default.d.ts index 4f5b3fa7..27cff175 100644 --- a/dist/avatar/face/nose/Default.d.ts +++ b/dist/avatar/face/nose/Default.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Default extends React.Component { static optionValue: string; diff --git a/dist/avatar/face/nose/Default.js b/dist/avatar/face/nose/Default.js index d3a9d0fe..5fa3f3fc 100644 --- a/dist/avatar/face/nose/Default.js +++ b/dist/avatar/face/nose/Default.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/index.d.ts b/dist/avatar/index.d.ts index da3f42cd..096cdf15 100644 --- a/dist/avatar/index.d.ts +++ b/dist/avatar/index.d.ts @@ -1,7 +1,8 @@ +/// import * as React from 'react'; export declare enum AvatarStyle { Circle = "Circle", - Transparent = "Transparent" + Transparent = "Transparent", } export interface Props { avatarStyle: AvatarStyle; diff --git a/dist/avatar/index.js b/dist/avatar/index.js index 78ab0cf0..054d2ee1 100644 --- a/dist/avatar/index.js +++ b/dist/avatar/index.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } @@ -46,7 +43,7 @@ var Avatar = /** @class */ (function (_super) { React.createElement("use", { xlinkHref: '#path-1' })), React.createElement("use", { id: 'Circle-Background', fill: '#E6E6E6', xlinkHref: '#path-1' }), React.createElement("g", { id: 'Color/Palette/Blue-01', mask: 'url(#mask-2)', fill: '#65C9FF' }, - React.createElement("rect", { id: '\uD83D\uDD8DColor', x: '0', y: '0', width: '240', height: '240' })))) : null, + React.createElement("rect", { id: '๐Ÿ–Color', x: '0', y: '0', width: '240', height: '240' })))) : null, circle ? (React.createElement("mask", { id: 'mask-4', fill: 'white' }, React.createElement("use", { xlinkHref: '#path-3' }))) : null, React.createElement("g", { id: 'Mask' }), diff --git a/dist/avatar/piece.d.ts b/dist/avatar/piece.d.ts index d5087f3a..1c3cf571 100644 --- a/dist/avatar/piece.d.ts +++ b/dist/avatar/piece.d.ts @@ -1,7 +1,8 @@ +/// import * as React from 'react'; export declare enum AvatarStyle { Circle = "Circle", - Transparent = "Transparent" + Transparent = "Transparent", } export interface Props { pieceSize?: string; diff --git a/dist/avatar/piece.js b/dist/avatar/piece.js index 3dce1234..24515bc0 100644 --- a/dist/avatar/piece.js +++ b/dist/avatar/piece.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/Eyepatch.d.ts b/dist/avatar/top/Eyepatch.d.ts index 25ff242f..1fa51bda 100644 --- a/dist/avatar/top/Eyepatch.d.ts +++ b/dist/avatar/top/Eyepatch.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Eyepatch extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/Eyepatch.js b/dist/avatar/top/Eyepatch.js index 14efe5ca..75d40694 100644 --- a/dist/avatar/top/Eyepatch.js +++ b/dist/avatar/top/Eyepatch.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/HairColor.d.ts b/dist/avatar/top/HairColor.d.ts index a64f1307..ed1725b6 100644 --- a/dist/avatar/top/HairColor.d.ts +++ b/dist/avatar/top/HairColor.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export interface Props { maskID: string; diff --git a/dist/avatar/top/HairColor.js b/dist/avatar/top/HairColor.js index 10f2deb7..868f5019 100644 --- a/dist/avatar/top/HairColor.js +++ b/dist/avatar/top/HairColor.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } @@ -22,7 +19,7 @@ function makeColor(name, color) { return _super !== null && _super.apply(this, arguments) || this; } ColorComponent.prototype.render = function () { - return (React.createElement("g", { id: 'Skin/\uD83D\uDC76\uD83C\uDFFD-03-Brown', mask: "url(#" + this.props.maskID + ")", fill: color }, + return (React.createElement("g", { id: 'Skin/๐Ÿ‘ถ๐Ÿฝ-03-Brown', mask: "url(#" + this.props.maskID + ")", fill: color }, React.createElement("g", { transform: 'translate(0.000000, 0.000000) ', id: 'Color' }, React.createElement("rect", { x: '0', y: '0', width: '264', height: '280' })))); }; diff --git a/dist/avatar/top/Hat.d.ts b/dist/avatar/top/Hat.d.ts index 63ef3354..140b51d1 100644 --- a/dist/avatar/top/Hat.d.ts +++ b/dist/avatar/top/Hat.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Hat extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/Hat.js b/dist/avatar/top/Hat.js index 8dac3f98..7e3e9558 100644 --- a/dist/avatar/top/Hat.js +++ b/dist/avatar/top/Hat.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/HatColor.d.ts b/dist/avatar/top/HatColor.d.ts index d85c5a72..750d1892 100644 --- a/dist/avatar/top/HatColor.d.ts +++ b/dist/avatar/top/HatColor.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export interface Props { maskID: string; diff --git a/dist/avatar/top/HatColor.js b/dist/avatar/top/HatColor.js index f58cc1ac..01f7efbe 100644 --- a/dist/avatar/top/HatColor.js +++ b/dist/avatar/top/HatColor.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } @@ -23,7 +20,7 @@ function makeColor(name, color) { } ColorComponent.prototype.render = function () { return (React.createElement("g", { id: 'Color/Palette/Gray-01', mask: "url(#" + this.props.maskID + ")", fillRule: 'evenodd', fill: color }, - React.createElement("rect", { id: '\uD83D\uDD8DColor', x: '0', y: '0', width: '264', height: '280' }))); + React.createElement("rect", { id: '๐Ÿ–Color', x: '0', y: '0', width: '264', height: '280' }))); }; return ColorComponent; }(React.Component)); diff --git a/dist/avatar/top/Hijab.d.ts b/dist/avatar/top/Hijab.d.ts index 485c11ee..5214665e 100644 --- a/dist/avatar/top/Hijab.d.ts +++ b/dist/avatar/top/Hijab.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Hijab extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/Hijab.js b/dist/avatar/top/Hijab.js index 3ce80312..b4135e6d 100644 --- a/dist/avatar/top/Hijab.js +++ b/dist/avatar/top/Hijab.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/LongHairBigHair.d.ts b/dist/avatar/top/LongHairBigHair.d.ts index a2d481a2..8d7fd138 100644 --- a/dist/avatar/top/LongHairBigHair.d.ts +++ b/dist/avatar/top/LongHairBigHair.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class LongHairBigHair extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/LongHairBigHair.js b/dist/avatar/top/LongHairBigHair.js index af4b4683..238c4a50 100644 --- a/dist/avatar/top/LongHairBigHair.js +++ b/dist/avatar/top/LongHairBigHair.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/LongHairBob.d.ts b/dist/avatar/top/LongHairBob.d.ts index 2afe6e92..926a9233 100644 --- a/dist/avatar/top/LongHairBob.d.ts +++ b/dist/avatar/top/LongHairBob.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class LongHairBob extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/LongHairBob.js b/dist/avatar/top/LongHairBob.js index 8c19b2cc..6fd35dec 100644 --- a/dist/avatar/top/LongHairBob.js +++ b/dist/avatar/top/LongHairBob.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/LongHairBun.d.ts b/dist/avatar/top/LongHairBun.d.ts index 57767016..84c17fe7 100644 --- a/dist/avatar/top/LongHairBun.d.ts +++ b/dist/avatar/top/LongHairBun.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class LongHairBun extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/LongHairBun.js b/dist/avatar/top/LongHairBun.js index 3a38090d..3f3abbf4 100644 --- a/dist/avatar/top/LongHairBun.js +++ b/dist/avatar/top/LongHairBun.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/LongHairCurly.d.ts b/dist/avatar/top/LongHairCurly.d.ts index 7e02ceb6..2a40a3d1 100644 --- a/dist/avatar/top/LongHairCurly.d.ts +++ b/dist/avatar/top/LongHairCurly.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class LongHairCurly extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/LongHairCurly.js b/dist/avatar/top/LongHairCurly.js index cd4e18e9..4b6fe85c 100644 --- a/dist/avatar/top/LongHairCurly.js +++ b/dist/avatar/top/LongHairCurly.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/LongHairCurvy.d.ts b/dist/avatar/top/LongHairCurvy.d.ts index 099b4507..40957615 100644 --- a/dist/avatar/top/LongHairCurvy.d.ts +++ b/dist/avatar/top/LongHairCurvy.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class LongHairCurvy extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/LongHairCurvy.js b/dist/avatar/top/LongHairCurvy.js index 87c26ec7..141d97ca 100644 --- a/dist/avatar/top/LongHairCurvy.js +++ b/dist/avatar/top/LongHairCurvy.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/LongHairDreads.d.ts b/dist/avatar/top/LongHairDreads.d.ts index bf4e1ec6..9d6c1b12 100644 --- a/dist/avatar/top/LongHairDreads.d.ts +++ b/dist/avatar/top/LongHairDreads.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class LongHairDreads extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/LongHairDreads.js b/dist/avatar/top/LongHairDreads.js index 5eb49479..2282772f 100644 --- a/dist/avatar/top/LongHairDreads.js +++ b/dist/avatar/top/LongHairDreads.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/LongHairFrida.d.ts b/dist/avatar/top/LongHairFrida.d.ts index 2a6b119c..84c7acb8 100644 --- a/dist/avatar/top/LongHairFrida.d.ts +++ b/dist/avatar/top/LongHairFrida.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class LongHairFrida extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/LongHairFrida.js b/dist/avatar/top/LongHairFrida.js index f1c872f0..0bae3b22 100644 --- a/dist/avatar/top/LongHairFrida.js +++ b/dist/avatar/top/LongHairFrida.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/LongHairFro.d.ts b/dist/avatar/top/LongHairFro.d.ts index bd3ade25..8a6462fb 100644 --- a/dist/avatar/top/LongHairFro.d.ts +++ b/dist/avatar/top/LongHairFro.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class LongHairFro extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/LongHairFro.js b/dist/avatar/top/LongHairFro.js index 735c68b5..41236c52 100644 --- a/dist/avatar/top/LongHairFro.js +++ b/dist/avatar/top/LongHairFro.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/LongHairFroBand.d.ts b/dist/avatar/top/LongHairFroBand.d.ts index 68e07d48..b26d9252 100644 --- a/dist/avatar/top/LongHairFroBand.d.ts +++ b/dist/avatar/top/LongHairFroBand.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class LongHairFroBand extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/LongHairFroBand.js b/dist/avatar/top/LongHairFroBand.js index 41aa4609..00961fd8 100644 --- a/dist/avatar/top/LongHairFroBand.js +++ b/dist/avatar/top/LongHairFroBand.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/LongHairMiaWallace.d.ts b/dist/avatar/top/LongHairMiaWallace.d.ts index 0f8d2e2c..ef11ff92 100644 --- a/dist/avatar/top/LongHairMiaWallace.d.ts +++ b/dist/avatar/top/LongHairMiaWallace.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class LongHairMiaWallace extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/LongHairMiaWallace.js b/dist/avatar/top/LongHairMiaWallace.js index 50429a1f..6c11aefd 100644 --- a/dist/avatar/top/LongHairMiaWallace.js +++ b/dist/avatar/top/LongHairMiaWallace.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/LongHairNotTooLong.d.ts b/dist/avatar/top/LongHairNotTooLong.d.ts index 9053bc63..167d3ff9 100644 --- a/dist/avatar/top/LongHairNotTooLong.d.ts +++ b/dist/avatar/top/LongHairNotTooLong.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class LongHairNotTooLong extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/LongHairNotTooLong.js b/dist/avatar/top/LongHairNotTooLong.js index 46c2bf92..5eaa6932 100644 --- a/dist/avatar/top/LongHairNotTooLong.js +++ b/dist/avatar/top/LongHairNotTooLong.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/LongHairShavedSides.d.ts b/dist/avatar/top/LongHairShavedSides.d.ts index 5899c2cb..9822cd2b 100644 --- a/dist/avatar/top/LongHairShavedSides.d.ts +++ b/dist/avatar/top/LongHairShavedSides.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class LongHairShavedSides extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/LongHairShavedSides.js b/dist/avatar/top/LongHairShavedSides.js index b3e00b26..2949f9da 100644 --- a/dist/avatar/top/LongHairShavedSides.js +++ b/dist/avatar/top/LongHairShavedSides.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } @@ -52,7 +49,7 @@ var LongHairShavedSides = /** @class */ (function (_super) { React.createElement("use", { xlinkHref: '#' + path4 })), React.createElement("g", { id: 'Mask' }), React.createElement("path", { d: 'M98.8014742,19.9396383 C107.026909,29.4843994 112,41.9114359 112,55.5 L112,65.5 L112,61.5 C112,45.7605792 105.327989,31.5794902 94.657974,21.6307409 C63.9198041,32.6768506 38.0141969,32.8027026 16.9411526,22.0082968 C6.50516181,31.936614 -1.90326939e-15,45.958626 0,61.5 L0,61.5 L0,65.5 L0,55.5 C-1.66642407e-15,41.8926148 4.98687681,29.4499771 13.2327229,19.8999944 C9.3991564,16.860899 8.25944611,8.18718262 19.4671989,4.87682391 C31.3115751,1.37843003 29.3063159,-13.2020165 47.4575903,-15.9260752 C65.6088648,-18.6501339 63.9714902,-11.3745857 81.028596,-12.3495122 C98.0857017,-13.3244386 103.635746,-29.1131795 106.849606,-25.0739991 C119.588767,-9.06341321 116.420993,9.34036319 98.8014742,19.9396383 Z', id: 'Shadow', fillOpacity: '0.16', fill: '#000000', mask: "url(#" + mask1 + ")" })), - React.createElement("path", { d: 'M90.8779151,52.3613196 C113.02785,65.2272934 140.816672,65.2272934 174.244382,52.3613196 C188.77455,44.5891967 199.330608,29.0424257 182.951044,8.96303524 C180.782417,6.30455678 172.244382,15.6755614 155.351199,16.6504878 C138.458015,17.6254143 142.079654,13.3498661 124.102817,16.0739248 C106.12598,18.7979835 108.111968,33.37843 96.3814191,36.8768239 C84.6508698,40.3752178 86.5778198,49.8635735 90.8779151,52.3613196 Z', id: 'Copet\u00F3n', fill: '#E0C863', fillRule: 'evenodd' }), + React.createElement("path", { d: 'M90.8779151,52.3613196 C113.02785,65.2272934 140.816672,65.2272934 174.244382,52.3613196 C188.77455,44.5891967 199.330608,29.0424257 182.951044,8.96303524 C180.782417,6.30455678 172.244382,15.6755614 155.351199,16.6504878 C138.458015,17.6254143 142.079654,13.3498661 124.102817,16.0739248 C106.12598,18.7979835 108.111968,33.37843 96.3814191,36.8768239 C84.6508698,40.3752178 86.5778198,49.8635735 90.8779151,52.3613196 Z', id: 'Copetรณn', fill: '#E0C863', fillRule: 'evenodd' }), React.createElement(facialHair_1.default, null), this.props.children)))); }; diff --git a/dist/avatar/top/LongHairStraight.d.ts b/dist/avatar/top/LongHairStraight.d.ts index 7c752b11..8c2c2c51 100644 --- a/dist/avatar/top/LongHairStraight.d.ts +++ b/dist/avatar/top/LongHairStraight.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class LongHairStraight extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/LongHairStraight.js b/dist/avatar/top/LongHairStraight.js index 1a407f46..54e58317 100644 --- a/dist/avatar/top/LongHairStraight.js +++ b/dist/avatar/top/LongHairStraight.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/LongHairStraight2.d.ts b/dist/avatar/top/LongHairStraight2.d.ts index 8bcdb405..4d7fa9d2 100644 --- a/dist/avatar/top/LongHairStraight2.d.ts +++ b/dist/avatar/top/LongHairStraight2.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class LongHairStraight2 extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/LongHairStraight2.js b/dist/avatar/top/LongHairStraight2.js index a79d2ac8..3e907e77 100644 --- a/dist/avatar/top/LongHairStraight2.js +++ b/dist/avatar/top/LongHairStraight2.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/LongHairStraightStrand.d.ts b/dist/avatar/top/LongHairStraightStrand.d.ts index 8b97dbb0..227bb53a 100644 --- a/dist/avatar/top/LongHairStraightStrand.d.ts +++ b/dist/avatar/top/LongHairStraightStrand.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class LongHairStraightStrand extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/LongHairStraightStrand.js b/dist/avatar/top/LongHairStraightStrand.js index f0ae807b..c589343f 100644 --- a/dist/avatar/top/LongHairStraightStrand.js +++ b/dist/avatar/top/LongHairStraightStrand.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/NoHair.d.ts b/dist/avatar/top/NoHair.d.ts index 8a51a228..7d00c16a 100644 --- a/dist/avatar/top/NoHair.d.ts +++ b/dist/avatar/top/NoHair.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class NoHair extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/NoHair.js b/dist/avatar/top/NoHair.js index 5e434b92..f6a7594a 100644 --- a/dist/avatar/top/NoHair.js +++ b/dist/avatar/top/NoHair.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/ShortHairDreads01.d.ts b/dist/avatar/top/ShortHairDreads01.d.ts index 896d9a48..6f2e2b37 100644 --- a/dist/avatar/top/ShortHairDreads01.d.ts +++ b/dist/avatar/top/ShortHairDreads01.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class ShortHairDreads01 extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/ShortHairDreads01.js b/dist/avatar/top/ShortHairDreads01.js index cfdb34ee..a4f7a6fb 100644 --- a/dist/avatar/top/ShortHairDreads01.js +++ b/dist/avatar/top/ShortHairDreads01.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/ShortHairDreads02.d.ts b/dist/avatar/top/ShortHairDreads02.d.ts index 7fb49b88..91a1d5c2 100644 --- a/dist/avatar/top/ShortHairDreads02.d.ts +++ b/dist/avatar/top/ShortHairDreads02.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class ShortHairDreads02 extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/ShortHairDreads02.js b/dist/avatar/top/ShortHairDreads02.js index e0260a63..1baa308a 100644 --- a/dist/avatar/top/ShortHairDreads02.js +++ b/dist/avatar/top/ShortHairDreads02.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/ShortHairFrizzle.d.ts b/dist/avatar/top/ShortHairFrizzle.d.ts index 27d85cf7..095cae62 100644 --- a/dist/avatar/top/ShortHairFrizzle.d.ts +++ b/dist/avatar/top/ShortHairFrizzle.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class ShortHairFrizzle extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/ShortHairFrizzle.js b/dist/avatar/top/ShortHairFrizzle.js index 597181a5..d7637180 100644 --- a/dist/avatar/top/ShortHairFrizzle.js +++ b/dist/avatar/top/ShortHairFrizzle.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/ShortHairShaggy.d.ts b/dist/avatar/top/ShortHairShaggy.d.ts index ac228451..d9c31c91 100644 --- a/dist/avatar/top/ShortHairShaggy.d.ts +++ b/dist/avatar/top/ShortHairShaggy.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class ShortHairShaggy extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/ShortHairShaggy.js b/dist/avatar/top/ShortHairShaggy.js index 9ef0cc56..df31899b 100644 --- a/dist/avatar/top/ShortHairShaggy.js +++ b/dist/avatar/top/ShortHairShaggy.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/ShortHairShaggyMullet.d.ts b/dist/avatar/top/ShortHairShaggyMullet.d.ts index 586c8aed..9e286dfb 100644 --- a/dist/avatar/top/ShortHairShaggyMullet.d.ts +++ b/dist/avatar/top/ShortHairShaggyMullet.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class ShortHairShaggyMullet extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/ShortHairShaggyMullet.js b/dist/avatar/top/ShortHairShaggyMullet.js index 8ce7d5a6..1f6c8ea3 100644 --- a/dist/avatar/top/ShortHairShaggyMullet.js +++ b/dist/avatar/top/ShortHairShaggyMullet.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/ShortHairShortCurly.d.ts b/dist/avatar/top/ShortHairShortCurly.d.ts index 8bd44086..af695e6a 100644 --- a/dist/avatar/top/ShortHairShortCurly.d.ts +++ b/dist/avatar/top/ShortHairShortCurly.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class ShortHairShortCurly extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/ShortHairShortCurly.js b/dist/avatar/top/ShortHairShortCurly.js index df366ace..910bc882 100644 --- a/dist/avatar/top/ShortHairShortCurly.js +++ b/dist/avatar/top/ShortHairShortCurly.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/ShortHairShortFlat.d.ts b/dist/avatar/top/ShortHairShortFlat.d.ts index 64e2442d..cc451911 100644 --- a/dist/avatar/top/ShortHairShortFlat.d.ts +++ b/dist/avatar/top/ShortHairShortFlat.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class ShortHairShortFlat extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/ShortHairShortFlat.js b/dist/avatar/top/ShortHairShortFlat.js index 5b07eb1c..2232acc3 100644 --- a/dist/avatar/top/ShortHairShortFlat.js +++ b/dist/avatar/top/ShortHairShortFlat.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/ShortHairShortRound.d.ts b/dist/avatar/top/ShortHairShortRound.d.ts index e9679f78..be33c212 100644 --- a/dist/avatar/top/ShortHairShortRound.d.ts +++ b/dist/avatar/top/ShortHairShortRound.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class ShortHairShortRound extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/ShortHairShortRound.js b/dist/avatar/top/ShortHairShortRound.js index 5b7be88d..c5271a8c 100644 --- a/dist/avatar/top/ShortHairShortRound.js +++ b/dist/avatar/top/ShortHairShortRound.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/ShortHairShortWaved.d.ts b/dist/avatar/top/ShortHairShortWaved.d.ts index 52aaebc8..1a61fdf3 100644 --- a/dist/avatar/top/ShortHairShortWaved.d.ts +++ b/dist/avatar/top/ShortHairShortWaved.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class ShortHairShortWaved extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/ShortHairShortWaved.js b/dist/avatar/top/ShortHairShortWaved.js index 056740d0..7d26a81a 100644 --- a/dist/avatar/top/ShortHairShortWaved.js +++ b/dist/avatar/top/ShortHairShortWaved.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/ShortHairSides.d.ts b/dist/avatar/top/ShortHairSides.d.ts index 04d1e5c6..529c7a63 100644 --- a/dist/avatar/top/ShortHairSides.d.ts +++ b/dist/avatar/top/ShortHairSides.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class ShortHairSides extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/ShortHairSides.js b/dist/avatar/top/ShortHairSides.js index acbe1ca5..5aeb4273 100644 --- a/dist/avatar/top/ShortHairSides.js +++ b/dist/avatar/top/ShortHairSides.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/ShortHairTheCaesar.d.ts b/dist/avatar/top/ShortHairTheCaesar.d.ts index f51754a1..29348b41 100644 --- a/dist/avatar/top/ShortHairTheCaesar.d.ts +++ b/dist/avatar/top/ShortHairTheCaesar.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class ShortHairTheCaesar extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/ShortHairTheCaesar.js b/dist/avatar/top/ShortHairTheCaesar.js index 1f9792b2..6ba28589 100644 --- a/dist/avatar/top/ShortHairTheCaesar.js +++ b/dist/avatar/top/ShortHairTheCaesar.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/ShortHairTheCaesarSidePart.d.ts b/dist/avatar/top/ShortHairTheCaesarSidePart.d.ts index c2ed534e..4726e009 100644 --- a/dist/avatar/top/ShortHairTheCaesarSidePart.d.ts +++ b/dist/avatar/top/ShortHairTheCaesarSidePart.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class ShortHairTheCaesarSidePart extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/ShortHairTheCaesarSidePart.js b/dist/avatar/top/ShortHairTheCaesarSidePart.js index 8036d51a..ae4895c2 100644 --- a/dist/avatar/top/ShortHairTheCaesarSidePart.js +++ b/dist/avatar/top/ShortHairTheCaesarSidePart.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/Turban.d.ts b/dist/avatar/top/Turban.d.ts index 9e28be28..e904087f 100644 --- a/dist/avatar/top/Turban.d.ts +++ b/dist/avatar/top/Turban.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Turban extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/Turban.js b/dist/avatar/top/Turban.js index 200491bb..6f7da8ed 100644 --- a/dist/avatar/top/Turban.js +++ b/dist/avatar/top/Turban.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/WinterHat1.d.ts b/dist/avatar/top/WinterHat1.d.ts index 4c21589b..d91d5a05 100644 --- a/dist/avatar/top/WinterHat1.d.ts +++ b/dist/avatar/top/WinterHat1.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class WinterHat1 extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/WinterHat1.js b/dist/avatar/top/WinterHat1.js index bf0c1e9c..ddceb5f3 100644 --- a/dist/avatar/top/WinterHat1.js +++ b/dist/avatar/top/WinterHat1.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/WinterHat2.d.ts b/dist/avatar/top/WinterHat2.d.ts index 62212a8e..3600007b 100644 --- a/dist/avatar/top/WinterHat2.d.ts +++ b/dist/avatar/top/WinterHat2.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class WinterHat2 extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/WinterHat2.js b/dist/avatar/top/WinterHat2.js index 71726d54..d75949d8 100644 --- a/dist/avatar/top/WinterHat2.js +++ b/dist/avatar/top/WinterHat2.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/WinterHat3.d.ts b/dist/avatar/top/WinterHat3.d.ts index 92380db5..321b147e 100644 --- a/dist/avatar/top/WinterHat3.d.ts +++ b/dist/avatar/top/WinterHat3.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class WinterHat3 extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/WinterHat3.js b/dist/avatar/top/WinterHat3.js index b745991a..7d66abf3 100644 --- a/dist/avatar/top/WinterHat3.js +++ b/dist/avatar/top/WinterHat3.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/WinterHat4.d.ts b/dist/avatar/top/WinterHat4.d.ts index 6aafd3ff..ee892e7c 100644 --- a/dist/avatar/top/WinterHat4.d.ts +++ b/dist/avatar/top/WinterHat4.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class WinterHat4 extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/WinterHat4.js b/dist/avatar/top/WinterHat4.js index 627ac77d..069b7d7c 100644 --- a/dist/avatar/top/WinterHat4.js +++ b/dist/avatar/top/WinterHat4.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/accessories/Blank.d.ts b/dist/avatar/top/accessories/Blank.d.ts index 998ae7c8..567a5868 100644 --- a/dist/avatar/top/accessories/Blank.d.ts +++ b/dist/avatar/top/accessories/Blank.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Blank extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/accessories/Blank.js b/dist/avatar/top/accessories/Blank.js index 29335bbc..85c18f44 100644 --- a/dist/avatar/top/accessories/Blank.js +++ b/dist/avatar/top/accessories/Blank.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/accessories/Kurt.d.ts b/dist/avatar/top/accessories/Kurt.d.ts index ea558633..9f3534a8 100644 --- a/dist/avatar/top/accessories/Kurt.d.ts +++ b/dist/avatar/top/accessories/Kurt.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Kurt extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/accessories/Kurt.js b/dist/avatar/top/accessories/Kurt.js index 66eefc4e..0c06f8d1 100644 --- a/dist/avatar/top/accessories/Kurt.js +++ b/dist/avatar/top/accessories/Kurt.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/accessories/Prescription01.d.ts b/dist/avatar/top/accessories/Prescription01.d.ts index 451ec287..d3a1d7a7 100644 --- a/dist/avatar/top/accessories/Prescription01.d.ts +++ b/dist/avatar/top/accessories/Prescription01.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Prescription01 extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/accessories/Prescription01.js b/dist/avatar/top/accessories/Prescription01.js index e728a3a1..cc7c3b1e 100644 --- a/dist/avatar/top/accessories/Prescription01.js +++ b/dist/avatar/top/accessories/Prescription01.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/accessories/Prescription02.d.ts b/dist/avatar/top/accessories/Prescription02.d.ts index 0d859528..4ad81d39 100644 --- a/dist/avatar/top/accessories/Prescription02.d.ts +++ b/dist/avatar/top/accessories/Prescription02.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Prescription02 extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/accessories/Prescription02.js b/dist/avatar/top/accessories/Prescription02.js index 8b8700fc..a63142b5 100644 --- a/dist/avatar/top/accessories/Prescription02.js +++ b/dist/avatar/top/accessories/Prescription02.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/accessories/Round.d.ts b/dist/avatar/top/accessories/Round.d.ts index a6f34116..241f245e 100644 --- a/dist/avatar/top/accessories/Round.d.ts +++ b/dist/avatar/top/accessories/Round.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Round extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/accessories/Round.js b/dist/avatar/top/accessories/Round.js index 70eef7c4..e739893a 100644 --- a/dist/avatar/top/accessories/Round.js +++ b/dist/avatar/top/accessories/Round.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/accessories/Sunglasses.d.ts b/dist/avatar/top/accessories/Sunglasses.d.ts index dd5433ba..19183b08 100644 --- a/dist/avatar/top/accessories/Sunglasses.d.ts +++ b/dist/avatar/top/accessories/Sunglasses.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Sunglasses extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/accessories/Sunglasses.js b/dist/avatar/top/accessories/Sunglasses.js index e03e72d1..8451bd83 100644 --- a/dist/avatar/top/accessories/Sunglasses.js +++ b/dist/avatar/top/accessories/Sunglasses.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/accessories/Wayfarers.d.ts b/dist/avatar/top/accessories/Wayfarers.d.ts index 14baf6f7..caaf42f1 100644 --- a/dist/avatar/top/accessories/Wayfarers.d.ts +++ b/dist/avatar/top/accessories/Wayfarers.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Wayfarers extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/accessories/Wayfarers.js b/dist/avatar/top/accessories/Wayfarers.js index d8c4f163..7a26305d 100644 --- a/dist/avatar/top/accessories/Wayfarers.js +++ b/dist/avatar/top/accessories/Wayfarers.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/accessories/index.d.ts b/dist/avatar/top/accessories/index.d.ts index 39846998..079152c0 100644 --- a/dist/avatar/top/accessories/index.d.ts +++ b/dist/avatar/top/accessories/index.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Accessories extends React.Component { render(): JSX.Element; diff --git a/dist/avatar/top/accessories/index.js b/dist/avatar/top/accessories/index.js index e7e3f7d8..7a763118 100644 --- a/dist/avatar/top/accessories/index.js +++ b/dist/avatar/top/accessories/index.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/facialHair/BeardLight.d.ts b/dist/avatar/top/facialHair/BeardLight.d.ts index e815325f..f001f081 100644 --- a/dist/avatar/top/facialHair/BeardLight.d.ts +++ b/dist/avatar/top/facialHair/BeardLight.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class BeardLight extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/facialHair/BeardLight.js b/dist/avatar/top/facialHair/BeardLight.js index a39c9660..21d4bfd9 100644 --- a/dist/avatar/top/facialHair/BeardLight.js +++ b/dist/avatar/top/facialHair/BeardLight.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/facialHair/BeardMajestic.d.ts b/dist/avatar/top/facialHair/BeardMajestic.d.ts index b0596d79..1412c775 100644 --- a/dist/avatar/top/facialHair/BeardMajestic.d.ts +++ b/dist/avatar/top/facialHair/BeardMajestic.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class BeardMajestic extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/facialHair/BeardMajestic.js b/dist/avatar/top/facialHair/BeardMajestic.js index 28429604..8c62d663 100644 --- a/dist/avatar/top/facialHair/BeardMajestic.js +++ b/dist/avatar/top/facialHair/BeardMajestic.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/facialHair/BeardMedium.d.ts b/dist/avatar/top/facialHair/BeardMedium.d.ts index 358ae5ee..fc865741 100644 --- a/dist/avatar/top/facialHair/BeardMedium.d.ts +++ b/dist/avatar/top/facialHair/BeardMedium.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class BeardMedium extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/facialHair/BeardMedium.js b/dist/avatar/top/facialHair/BeardMedium.js index baa1c0cf..308a240d 100644 --- a/dist/avatar/top/facialHair/BeardMedium.js +++ b/dist/avatar/top/facialHair/BeardMedium.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/facialHair/Blank.d.ts b/dist/avatar/top/facialHair/Blank.d.ts index 998ae7c8..567a5868 100644 --- a/dist/avatar/top/facialHair/Blank.d.ts +++ b/dist/avatar/top/facialHair/Blank.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Blank extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/facialHair/Blank.js b/dist/avatar/top/facialHair/Blank.js index 29335bbc..85c18f44 100644 --- a/dist/avatar/top/facialHair/Blank.js +++ b/dist/avatar/top/facialHair/Blank.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/facialHair/Colors.d.ts b/dist/avatar/top/facialHair/Colors.d.ts index de3fcf1d..c350f6e5 100644 --- a/dist/avatar/top/facialHair/Colors.d.ts +++ b/dist/avatar/top/facialHair/Colors.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export interface Props { maskID: string; diff --git a/dist/avatar/top/facialHair/Colors.js b/dist/avatar/top/facialHair/Colors.js index da72a0d0..b380b3d7 100644 --- a/dist/avatar/top/facialHair/Colors.js +++ b/dist/avatar/top/facialHair/Colors.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/facialHair/MoustacheFancy.d.ts b/dist/avatar/top/facialHair/MoustacheFancy.d.ts index 844e09f1..d63ffb4f 100644 --- a/dist/avatar/top/facialHair/MoustacheFancy.d.ts +++ b/dist/avatar/top/facialHair/MoustacheFancy.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class MoustacheFancy extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/facialHair/MoustacheFancy.js b/dist/avatar/top/facialHair/MoustacheFancy.js index b6473d2e..a78ac409 100644 --- a/dist/avatar/top/facialHair/MoustacheFancy.js +++ b/dist/avatar/top/facialHair/MoustacheFancy.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/facialHair/MoustacheMagnum.d.ts b/dist/avatar/top/facialHair/MoustacheMagnum.d.ts index 109e5609..44fd0eaa 100644 --- a/dist/avatar/top/facialHair/MoustacheMagnum.d.ts +++ b/dist/avatar/top/facialHair/MoustacheMagnum.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class MoustacheMagnum extends React.Component { static optionValue: string; diff --git a/dist/avatar/top/facialHair/MoustacheMagnum.js b/dist/avatar/top/facialHair/MoustacheMagnum.js index 3fbccd48..a21d5e87 100644 --- a/dist/avatar/top/facialHair/MoustacheMagnum.js +++ b/dist/avatar/top/facialHair/MoustacheMagnum.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/facialHair/index.d.ts b/dist/avatar/top/facialHair/index.d.ts index 61c67783..2b57460e 100644 --- a/dist/avatar/top/facialHair/index.d.ts +++ b/dist/avatar/top/facialHair/index.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class FacialHair extends React.Component { render(): JSX.Element; diff --git a/dist/avatar/top/facialHair/index.js b/dist/avatar/top/facialHair/index.js index 8b17f67e..54a0b0f0 100644 --- a/dist/avatar/top/facialHair/index.js +++ b/dist/avatar/top/facialHair/index.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/avatar/top/index.d.ts b/dist/avatar/top/index.d.ts index b4e22aff..fdebb1b3 100644 --- a/dist/avatar/top/index.d.ts +++ b/dist/avatar/top/index.d.ts @@ -1,3 +1,4 @@ +/// import * as React from 'react'; export default class Top extends React.Component { render(): JSX.Element; diff --git a/dist/avatar/top/index.js b/dist/avatar/top/index.js index e72fa408..8fa9623d 100644 --- a/dist/avatar/top/index.js +++ b/dist/avatar/top/index.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/index.d.ts b/dist/index.d.ts index c05a2951..61d0d33a 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -1,4 +1,4 @@ -import * as PropTypes from 'prop-types'; +/// import * as React from 'react'; import { OptionContext } from './options'; export { default as Avatar, AvatarStyle } from './avatar'; @@ -8,6 +8,7 @@ export interface Props { style?: React.CSSProperties; topType?: string; accessoriesType?: string; + hatColor?: string; hairColor?: string; facialHairType?: string; facialHairColor?: string; @@ -23,7 +24,7 @@ export interface Props { } export default class AvatarComponent extends React.Component { static childContextTypes: { - optionContext: PropTypes.Requireable; + optionContext: any; }; private optionContext; getChildContext(): { @@ -32,11 +33,11 @@ export default class AvatarComponent extends React.Component { componentWillMount(): void; componentWillReceiveProps(nextProps: Props): void; render(): JSX.Element; - private updateOptionContext; + private updateOptionContext(props); } export declare class Piece extends React.Component { static childContextTypes: { - optionContext: PropTypes.Requireable; + optionContext: any; }; private optionContext; getChildContext(): { @@ -45,5 +46,5 @@ export declare class Piece extends React.Component { componentWillMount(): void; componentWillReceiveProps(nextProps: Props): void; render(): JSX.Element; - private updateOptionContext; + private updateOptionContext(props); } diff --git a/dist/index.js b/dist/index.js index f8796fcb..61e66bb6 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } diff --git a/dist/options/Option.d.ts b/dist/options/Option.d.ts index a3ddfe66..af27f6c1 100644 --- a/dist/options/Option.d.ts +++ b/dist/options/Option.d.ts @@ -3,7 +3,7 @@ export default class Option { private _label; readonly key: string; readonly label: string; - constructor({ key, label }: { + constructor({key, label}: { key: string; label: string; }); diff --git a/dist/options/OptionContext.d.ts b/dist/options/OptionContext.d.ts index 29ea124b..bf417584 100644 --- a/dist/options/OptionContext.d.ts +++ b/dist/options/OptionContext.d.ts @@ -31,6 +31,6 @@ export default class OptionContext { }): void; setDefaultValue(key: string, defaultValue: string): void; setOptions(key: string, options: Array): void; - private setState; - private notifyListener; + private setState(state); + private notifyListener(); } diff --git a/dist/options/OptionContext.js b/dist/options/OptionContext.js index e9e54531..b2889d69 100644 --- a/dist/options/OptionContext.js +++ b/dist/options/OptionContext.js @@ -1,14 +1,11 @@ "use strict"; -var __assign = (this && this.__assign) || function () { - __assign = Object.assign || function(t) { - for (var s, i = 1, n = arguments.length; i < n; i++) { - s = arguments[i]; - for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) - t[p] = s[p]; - } - return t; - }; - return __assign.apply(this, arguments); +var __assign = (this && this.__assign) || Object.assign || function(t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) + t[p] = s[p]; + } + return t; }; Object.defineProperty(exports, "__esModule", { value: true }); var OptionContext = /** @class */ (function () { @@ -54,19 +51,19 @@ var OptionContext = /** @class */ (function () { this.valueChangeListeners.delete(listener); }; OptionContext.prototype.optionEnter = function (key) { - var _a; // TODO: var optionState = this.getOptionState(key); this.setState((_a = {}, _a[key] = __assign({}, optionState, { available: optionState.available + 1 }), _a)); + var _a; }; OptionContext.prototype.optionExit = function (key) { - var _a; var optionState = this.getOptionState(key); this.setState((_a = {}, _a[key] = __assign({}, optionState, { available: optionState.available - 1 }), _a)); + var _a; }; OptionContext.prototype.getOptionState = function (key) { return this.state[key] || null; @@ -94,18 +91,18 @@ var OptionContext = /** @class */ (function () { this.notifyListener(); }; OptionContext.prototype.setDefaultValue = function (key, defaultValue) { - var _a; var optionState = this.getOptionState(key); this.setState((_a = {}, _a[key] = __assign({}, optionState, { defaultValue: defaultValue }), _a)); + var _a; }; OptionContext.prototype.setOptions = function (key, options) { - var _a; this.setState((_a = {}, _a[key] = __assign({}, this.state[key], { key: key, options: options }), _a)); + var _a; }; OptionContext.prototype.setState = function (state) { this._state = __assign({}, this.state, state); diff --git a/dist/options/Selector.d.ts b/dist/options/Selector.d.ts index d73ff4d8..267fe649 100644 --- a/dist/options/Selector.d.ts +++ b/dist/options/Selector.d.ts @@ -1,14 +1,13 @@ -import * as PropTypes from 'prop-types'; +/// import * as React from 'react'; import Option from './Option'; -import OptionContext from './OptionContext'; export interface Props { option: Option; defaultOption: React.ComponentClass | string; } export default class Selector extends React.Component { static contextTypes: { - optionContext: PropTypes.Requireable; + optionContext: any; }; private readonly optionContext; componentWillMount(): void; @@ -18,5 +17,5 @@ export default class Selector extends React.Component { componentWillUnmount(): void; render(): null; private optionContextUpdate; - private updateOptionValues; + private updateOptionValues(nextProps?); } diff --git a/dist/options/Selector.js b/dist/options/Selector.js index 99f58cfb..89444c1c 100644 --- a/dist/options/Selector.js +++ b/dist/options/Selector.js @@ -1,11 +1,8 @@ "use strict"; var __extends = (this && this.__extends) || (function () { - var extendStatics = function (d, b) { - extendStatics = Object.setPrototypeOf || - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || - function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; - return extendStatics(d, b); - } + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; }