anim-3d-obj 1.1.53 → 1.1.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
- import Face from "./Face";
2
- import { Cuboid } from "./Cuboid";
3
- import { Card } from "./Card";
4
- import { Ribbon } from "./Ribbon";
5
- export { Face, Cuboid, Card, Ribbon };
1
+ export * from "./Button";
2
+ export * from "./Face/Face";
3
+ export * from "./Card";
4
+ export * from "./Cuboid";
5
+ export * from "./Ribbon";
@@ -1,15 +1,22 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
4
15
  };
5
16
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.Ribbon = exports.Card = exports.Cuboid = exports.Face = void 0;
7
- const Face_1 = __importDefault(require("./Face"));
8
- exports.Face = Face_1.default;
9
- const Cuboid_1 = require("./Cuboid");
10
- Object.defineProperty(exports, "Cuboid", { enumerable: true, get: function () { return Cuboid_1.Cuboid; } });
11
- const Card_1 = require("./Card");
12
- Object.defineProperty(exports, "Card", { enumerable: true, get: function () { return Card_1.Card; } });
13
- const Ribbon_1 = require("./Ribbon");
14
- Object.defineProperty(exports, "Ribbon", { enumerable: true, get: function () { return Ribbon_1.Ribbon; } });
17
+ __exportStar(require("./Button"), exports);
18
+ __exportStar(require("./Face/Face"), exports);
19
+ __exportStar(require("./Card"), exports);
20
+ __exportStar(require("./Cuboid"), exports);
21
+ __exportStar(require("./Ribbon"), exports);
15
22
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":";;;;;;AAAA,kDAA0B;AAKjB,eALF,cAAI,CAKE;AAJb,qCAAkC;AAInB,uFAJN,eAAM,OAIM;AAHrB,iCAA8B;AAGP,qFAHd,WAAI,OAGc;AAF3B,qCAAkC;AAEL,uFAFpB,eAAM,OAEoB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,8CAA4B;AAC5B,yCAAuB;AACvB,2CAAyB;AACzB,2CAAyB"}
@@ -1,5 +1,5 @@
1
- import Face from "./Face";
2
- import { Cuboid } from "./Cuboid";
3
- import { Card } from "./Card";
4
- import { Ribbon } from "./Ribbon";
5
- export { Face, Cuboid, Card, Ribbon };
1
+ export * from "./Button";
2
+ export * from "./Face/Face";
3
+ export * from "./Card";
4
+ export * from "./Cuboid";
5
+ export * from "./Ribbon";
@@ -1,6 +1,6 @@
1
- import Face from "./Face";
2
- import { Cuboid } from "./Cuboid";
3
- import { Card } from "./Card";
4
- import { Ribbon } from "./Ribbon";
5
- export { Face, Cuboid, Card, Ribbon };
1
+ export * from "./Button";
2
+ export * from "./Face/Face";
3
+ export * from "./Card";
4
+ export * from "./Cuboid";
5
+ export * from "./Ribbon";
6
6
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,QAAQ,CAAC;AAC1B,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC"}
package/package.json CHANGED
@@ -3,6 +3,7 @@
3
3
 
4
4
 
5
5
 
6
+
6
7
  {
7
8
  "name": "anim-3d-obj",
8
9
  "repository": {
@@ -10,7 +11,7 @@
10
11
  "url": "https://github.com/mdnelles/anim-3d-obj.git"
11
12
  },
12
13
  "homepage": "https://github.com/mdnelles/anim-3d-obj.git",
13
- "version": "1.1.53",
14
+ "version": "1.1.54",
14
15
  "description": "React library for creating 3D objects quickly. Also these objects can be animated",
15
16
  "main": "dist/cjs/index.js",
16
17
  "module": "dist/esm/index.js",