@appcorp/kismaa-web-ui 0.1.9 → 0.1.10

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.
@@ -0,0 +1,41 @@
1
+ export * from './active-icon';
2
+ export * from './app-store-icon';
3
+ export * from './aquarius-icon';
4
+ export * from './aries-icon';
5
+ export * from './arrow-left-icon';
6
+ export * from './arrow-right-icon';
7
+ export * from './award-icon';
8
+ export * from './brief-case-icon';
9
+ export * from './cancer-icon';
10
+ export * from './capricon-icon';
11
+ export * from './clients-icon';
12
+ export * from './facebook-icon';
13
+ export * from './filter-icon';
14
+ export * from './gear-icon';
15
+ export * from './gemini-icon';
16
+ export * from './google-play-icon';
17
+ export * from './growth-icon';
18
+ export * from './home-icon';
19
+ export * from './innovation-icon';
20
+ export * from './instagram-icon';
21
+ export * from './kismaa-logo';
22
+ export * from './leo-icon';
23
+ export * from './libra-icon';
24
+ export * from './lightning-icon';
25
+ export * from './not-found-icon';
26
+ export * from './onboarding-track';
27
+ export * from './ownership-icon';
28
+ export * from './paper-plane-icon';
29
+ export * from './partners-icon';
30
+ export * from './pisces-icon';
31
+ export * from './quote-icon';
32
+ export * from './rating-star';
33
+ export * from './result-icon';
34
+ export * from './rocket-icon';
35
+ export * from './sagitarious-icon';
36
+ export * from './scorpio-icon';
37
+ export * from './search-icon';
38
+ export * from './taurus-icon';
39
+ export * from './triangle-icon';
40
+ export * from './user-icon';
41
+ export * from './virgo-icon';
package/atoms/index.js ADDED
@@ -0,0 +1,57 @@
1
+ "use strict";
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);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./active-icon"), exports);
18
+ __exportStar(require("./app-store-icon"), exports);
19
+ __exportStar(require("./aquarius-icon"), exports);
20
+ __exportStar(require("./aries-icon"), exports);
21
+ __exportStar(require("./arrow-left-icon"), exports);
22
+ __exportStar(require("./arrow-right-icon"), exports);
23
+ __exportStar(require("./award-icon"), exports);
24
+ __exportStar(require("./brief-case-icon"), exports);
25
+ __exportStar(require("./cancer-icon"), exports);
26
+ __exportStar(require("./capricon-icon"), exports);
27
+ __exportStar(require("./clients-icon"), exports);
28
+ __exportStar(require("./facebook-icon"), exports);
29
+ __exportStar(require("./filter-icon"), exports);
30
+ __exportStar(require("./gear-icon"), exports);
31
+ __exportStar(require("./gemini-icon"), exports);
32
+ __exportStar(require("./google-play-icon"), exports);
33
+ __exportStar(require("./growth-icon"), exports);
34
+ __exportStar(require("./home-icon"), exports);
35
+ __exportStar(require("./innovation-icon"), exports);
36
+ __exportStar(require("./instagram-icon"), exports);
37
+ __exportStar(require("./kismaa-logo"), exports);
38
+ __exportStar(require("./leo-icon"), exports);
39
+ __exportStar(require("./libra-icon"), exports);
40
+ __exportStar(require("./lightning-icon"), exports);
41
+ __exportStar(require("./not-found-icon"), exports);
42
+ __exportStar(require("./onboarding-track"), exports);
43
+ __exportStar(require("./ownership-icon"), exports);
44
+ __exportStar(require("./paper-plane-icon"), exports);
45
+ __exportStar(require("./partners-icon"), exports);
46
+ __exportStar(require("./pisces-icon"), exports);
47
+ __exportStar(require("./quote-icon"), exports);
48
+ __exportStar(require("./rating-star"), exports);
49
+ __exportStar(require("./result-icon"), exports);
50
+ __exportStar(require("./rocket-icon"), exports);
51
+ __exportStar(require("./sagitarious-icon"), exports);
52
+ __exportStar(require("./scorpio-icon"), exports);
53
+ __exportStar(require("./search-icon"), exports);
54
+ __exportStar(require("./taurus-icon"), exports);
55
+ __exportStar(require("./triangle-icon"), exports);
56
+ __exportStar(require("./user-icon"), exports);
57
+ __exportStar(require("./virgo-icon"), exports);
package/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  export * from './molecules';
2
2
  export * from './organisms';
3
3
  export * from './templates';
4
+ export * from './atoms';
package/index.js CHANGED
@@ -17,3 +17,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./molecules"), exports);
18
18
  __exportStar(require("./organisms"), exports);
19
19
  __exportStar(require("./templates"), exports);
20
+ __exportStar(require("./atoms"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/kismaa-web-ui",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "source": "src/index.ts",
5
5
  "main": "lib/main.js",
6
6
  "module": "lib/module.js",