oip-common 0.0.1 → 0.0.2

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.
Files changed (35) hide show
  1. package/package.json +2 -2
  2. package/src/assets/demo/data/products-small.json +0 -124
  3. package/src/assets/demo/images/blocks/hero/hero-1.png +0 -0
  4. package/src/assets/demo/images/blocks/logos/hyper.svg +0 -3
  5. package/src/assets/demo/images/product/bamboo-watch.jpg +0 -0
  6. package/src/assets/demo/images/product/black-watch.jpg +0 -0
  7. package/src/assets/demo/images/product/blue-band.jpg +0 -0
  8. package/src/assets/demo/images/product/blue-t-shirt.jpg +0 -0
  9. package/src/assets/demo/images/product/bracelet.jpg +0 -0
  10. package/src/assets/demo/images/product/brown-purse.jpg +0 -0
  11. package/src/assets/demo/images/product/chakra-bracelet.jpg +0 -0
  12. package/src/assets/demo/images/product/galaxy-earrings.jpg +0 -0
  13. package/src/assets/demo/images/product/game-controller.jpg +0 -0
  14. package/src/assets/demo/images/product/gaming-set.jpg +0 -0
  15. package/src/assets/demo/images/product/gold-phone-case.jpg +0 -0
  16. package/src/assets/demo/images/product/green-earbuds.jpg +0 -0
  17. package/src/assets/demo/images/product/green-t-shirt.jpg +0 -0
  18. package/src/assets/demo/images/product/grey-t-shirt.jpg +0 -0
  19. package/src/assets/demo/images/product/headphones.jpg +0 -0
  20. package/src/assets/demo/images/product/light-green-t-shirt.jpg +0 -0
  21. package/src/assets/demo/images/product/lime-band.jpg +0 -0
  22. package/src/assets/demo/images/product/mini-speakers.jpg +0 -0
  23. package/src/assets/demo/images/product/painted-phone-case.jpg +0 -0
  24. package/src/assets/demo/images/product/pink-band.jpg +0 -0
  25. package/src/assets/demo/images/product/pink-purse.jpg +0 -0
  26. package/src/assets/demo/images/product/product-placeholder.svg +0 -10
  27. package/src/assets/demo/images/product/purple-band.jpg +0 -0
  28. package/src/assets/demo/images/product/purple-gemstone-necklace.jpg +0 -0
  29. package/src/assets/demo/images/product/purple-t-shirt.jpg +0 -0
  30. package/src/assets/demo/images/product/shoes.jpg +0 -0
  31. package/src/assets/demo/images/product/sneakers.jpg +0 -0
  32. package/src/assets/demo/images/product/teal-t-shirt.jpg +0 -0
  33. package/src/assets/demo/images/product/yellow-earbuds.jpg +0 -0
  34. package/src/assets/demo/images/product/yoga-mat.jpg +0 -0
  35. package/src/assets/demo/images/product/yoga-set.jpg +0 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "oip-common",
3
- "version": "0.0.1",
4
- "description": "A template for cross-platform web applications",
3
+ "version": "0.0.2",
4
+ "description": "A template for cross-platform web applications based on sakai-ng and primeNG",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "pub": "npm publish"
@@ -1,124 +0,0 @@
1
- {
2
- "data": [
3
- {
4
- "id": "1000",
5
- "code": "f230fh0g3",
6
- "name": "Bamboo Watch",
7
- "description": "Product Description",
8
- "image": "bamboo-watch.jpg",
9
- "price": 65,
10
- "category": "Accessories",
11
- "quantity": 24,
12
- "inventoryStatus": "INSTOCK",
13
- "rating": 5
14
- },
15
- {
16
- "id": "1001",
17
- "code": "nvklal433",
18
- "name": "Black Watch",
19
- "description": "Product Description",
20
- "image": "black-watch.jpg",
21
- "price": 72,
22
- "category": "Accessories",
23
- "quantity": 61,
24
- "inventoryStatus": "INSTOCK",
25
- "rating": 4
26
- },
27
- {
28
- "id": "1002",
29
- "code": "zz21cz3c1",
30
- "name": "Blue Band",
31
- "description": "Product Description",
32
- "image": "blue-band.jpg",
33
- "price": 79,
34
- "category": "Fitness",
35
- "quantity": 2,
36
- "inventoryStatus": "LOWSTOCK",
37
- "rating": 3
38
- },
39
- {
40
- "id": "1003",
41
- "code": "244wgerg2",
42
- "name": "Blue T-Shirt",
43
- "description": "Product Description",
44
- "image": "blue-t-shirt.jpg",
45
- "price": 29,
46
- "category": "Clothing",
47
- "quantity": 25,
48
- "inventoryStatus": "INSTOCK",
49
- "rating": 5
50
- },
51
- {
52
- "id": "1004",
53
- "code": "h456wer53",
54
- "name": "Bracelet",
55
- "description": "Product Description",
56
- "image": "bracelet.jpg",
57
- "price": 15,
58
- "category": "Accessories",
59
- "quantity": 73,
60
- "inventoryStatus": "INSTOCK",
61
- "rating": 4
62
- },
63
- {
64
- "id": "1005",
65
- "code": "av2231fwg",
66
- "name": "Brown Purse",
67
- "description": "Product Description",
68
- "image": "brown-purse.jpg",
69
- "price": 120,
70
- "category": "Accessories",
71
- "quantity": 0,
72
- "inventoryStatus": "OUTOFSTOCK",
73
- "rating": 4
74
- },
75
- {
76
- "id": "1006",
77
- "code": "bib36pfvm",
78
- "name": "Chakra Bracelet",
79
- "description": "Product Description",
80
- "image": "chakra-bracelet.jpg",
81
- "price": 32,
82
- "category": "Accessories",
83
- "quantity": 5,
84
- "inventoryStatus": "LOWSTOCK",
85
- "rating": 3
86
- },
87
- {
88
- "id": "1007",
89
- "code": "mbvjkgip5",
90
- "name": "Galaxy Earrings",
91
- "description": "Product Description",
92
- "image": "galaxy-earrings.jpg",
93
- "price": 34,
94
- "category": "Accessories",
95
- "quantity": 23,
96
- "inventoryStatus": "INSTOCK",
97
- "rating": 5
98
- },
99
- {
100
- "id": "1008",
101
- "code": "vbb124btr",
102
- "name": "Game Controller",
103
- "description": "Product Description",
104
- "image": "game-controller.jpg",
105
- "price": 99,
106
- "category": "Electronics",
107
- "quantity": 2,
108
- "inventoryStatus": "LOWSTOCK",
109
- "rating": 4
110
- },
111
- {
112
- "id": "1009",
113
- "code": "cm230f032",
114
- "name": "Gaming Set",
115
- "description": "Product Description",
116
- "image": "gaming-set.jpg",
117
- "price": 299,
118
- "category": "Electronics",
119
- "quantity": 63,
120
- "inventoryStatus": "INSTOCK",
121
- "rating": 3
122
- }
123
- ]
124
- }
@@ -1,3 +0,0 @@
1
- <svg width="48" height="50" viewBox="0 0 48 50" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M33.1548 9.65956L23.9913 4.86169L5.54723 14.5106L0.924465 12.0851L23.9913 0L37.801 7.23403L33.1548 9.65956ZM23.9931 19.3085L42.4255 9.65955L47.0717 12.0851L23.9931 24.1595L10.1952 16.9361L14.8297 14.5106L23.9931 19.3085ZM4.6345 25.8937L0 23.4681V37.9149L23.0669 50V45.1489L4.6345 35.4894V25.8937ZM18.4324 28.2658L0 18.6169V13.7658L23.0669 25.8403V40.2977L18.4324 37.8615V28.2658ZM38.7301 23.468V18.6169L24.9205 25.8403V49.9999L29.555 47.5743V28.2659L38.7301 23.468ZM43.3546 35.4892V16.1914L48.0008 13.7659V37.9148L34.1912 45.1488V40.2977L43.3546 35.4892Z" fill="#616161"/>
3
- </svg>
@@ -1,10 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="300px" height="200px" viewBox="0 0 300 200" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>Artboard</title>
4
- <g id="Artboard" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <rect id="Rectangle" fill="#F8F9FA" x="0" y="0" width="300" height="200"></rect>
6
- <g id="image" transform="translate(110.000000, 70.000000)" fill="#BABABC" fill-rule="nonzero">
7
- <path d="M75,0 L5,0 C2.23857625,0 0,2.23857625 0,5 L0,55 C0,57.7614237 2.23857625,60 5,60 L75,60 C77.7614237,60 80,57.7614237 80,55 L80,5 C80,2.23857625 77.7614237,0 75,0 Z M20,10 C25.5228475,10 30,14.4771525 30,20 C30,25.5228475 25.5228475,30 20,30 C14.4771525,30 10,25.5228475 10,20 C10,14.4771525 14.4771525,10 20,10 Z M70,40 L70,50 L10,50 L10,40 L18.55,35.7 C19.4648753,35.2524957 20.5351247,35.2524957 21.45,35.7 L30,40 L53.65,21.1 C54.4866298,20.4991452 55.6133702,20.4991452 56.45,21.1 L70,30 L70,40 Z" id="Shape"></path>
8
- </g>
9
- </g>
10
- </svg>