comand-component-library 4.0.81 → 4.0.83

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "4.0.81",
3
+ "version": "4.0.83",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "GPL-3.0-only",
@@ -0,0 +1,134 @@
1
+ [
2
+ {
3
+ "name": "Douglas Mccarty",
4
+ "image": {
5
+ "src": "/media/images/user-images/fake-user-1.jpg",
6
+ "alt": "Douglas McCarty, UI/UX Designer"
7
+ },
8
+ "profession": "UI/UX Designer",
9
+ "position": "Head of Design",
10
+ "description": "I try to find the best graphical solution for our customer and its users.",
11
+ "links": [
12
+ {
13
+ "path": "mailto:",
14
+ "target": "",
15
+ "iconClass": "icon-mail",
16
+ "tooltip": "Send mail"
17
+ }
18
+ ]
19
+ },
20
+ {
21
+ "name": "Ronan Hodges",
22
+ "image": {
23
+ "src": "/media/images/user-images/fake-user-2.jpg",
24
+ "alt": "Ronan Hodges, Frontend Developer"
25
+ },
26
+ "profession": "Frontend Developer",
27
+ "position": "Development",
28
+ "description": "My passion is to create a stunning visible part of our digital products.",
29
+ "links": [
30
+ {
31
+ "path": "mailto:",
32
+ "target": "",
33
+ "iconClass": "icon-mail",
34
+ "tooltip": "Send mail"
35
+ },
36
+ {
37
+ "path": "http://www.comand-cms.com",
38
+ "target": "comand",
39
+ "iconClass": "icon-globe",
40
+ "tooltip": "Visit website"
41
+ }
42
+ ]
43
+ },
44
+ {
45
+ "name": "Zaydan Bassett",
46
+ "image": {
47
+ "src": "/media/images/user-images/fake-user-3.jpg",
48
+ "alt": "Zaydan Bassett, Backend Developer"
49
+ },
50
+ "profession": "Backend Developer",
51
+ "position": "Development",
52
+ "description": "Giving our products the logic to work best for all purposes is my goal.",
53
+ "links": [
54
+ {
55
+ "path": "mailto:",
56
+ "target": "",
57
+ "iconClass": "icon-mail",
58
+ "tooltip": "Send mail"
59
+ },
60
+ {
61
+ "path": "http://www.comand-cms.com",
62
+ "target": "comand",
63
+ "iconClass": "icon-globe",
64
+ "tooltip": "Visit website"
65
+ },
66
+ {
67
+ "path": "tel:",
68
+ "target": "",
69
+ "iconClass": "icon-phone",
70
+ "tooltip": "Make call"
71
+ }
72
+ ]
73
+ },
74
+ {
75
+ "name": "Jena Barajas",
76
+ "image": {
77
+ "src": "/media/images/user-images/fake-user-4.jpg",
78
+ "alt": "Jena Barajas, Sales"
79
+ },
80
+ "profession": "Marketing Expert",
81
+ "position": "Sales Division",
82
+ "description": "I love to show and consult you about our products.",
83
+ "links": [
84
+ {
85
+ "path": "mailto:",
86
+ "target": "",
87
+ "iconClass": "icon-mail",
88
+ "tooltip": "Send mail"
89
+ },
90
+ {
91
+ "path": "http://www.comand-cms.com",
92
+ "target": "comand",
93
+ "iconClass": "icon-globe",
94
+ "tooltip": "Visit website"
95
+ },
96
+ {
97
+ "path": "tel:",
98
+ "target": "",
99
+ "iconClass": "icon-phone",
100
+ "tooltip": "Make call"
101
+ }
102
+ ]
103
+ },
104
+ {
105
+ "name": "Mia-Rose Monroe",
106
+ "image": {
107
+ "src": "/media/images/user-images/fake-user-5.jpg",
108
+ "alt": "Mia-Rose Monroe, Customer Service"
109
+ },
110
+ "profession": "Communications Expert",
111
+ "position": "Customer Service",
112
+ "description": "I will care about all your needs as a new or an existing customer.",
113
+ "links": [
114
+ {
115
+ "path": "mailto:",
116
+ "target": "",
117
+ "iconClass": "icon-mail",
118
+ "tooltip": "Send mail"
119
+ },
120
+ {
121
+ "path": "http://www.comand-cms.com",
122
+ "target": "comand",
123
+ "iconClass": "icon-globe",
124
+ "tooltip": "Visit website"
125
+ },
126
+ {
127
+ "path": "tel:",
128
+ "target": "",
129
+ "iconClass": "icon-phone",
130
+ "tooltip": "Make call"
131
+ }
132
+ ]
133
+ }
134
+ ]
@@ -0,0 +1,8 @@
1
+ {
2
+ "id": "datalist-id",
3
+ "options": [
4
+ "Option 1",
5
+ "Option 2",
6
+ "Option 3"
7
+ ]
8
+ }
@@ -1,7 +1,7 @@
1
1
  [
2
2
  {
3
3
  "image": {
4
- "src": "media/images/demo-images/large/landscape-01.jpg",
4
+ "src": "/media/images/demo-images/large/landscape-01.jpg",
5
5
  "alt": "Alternative text",
6
6
  "tooltip": "Tooltip"
7
7
  },
@@ -14,7 +14,7 @@
14
14
  },
15
15
  {
16
16
  "image": {
17
- "src": "media/images/demo-images/large/landscape-02.jpg",
17
+ "src": "/media/images/demo-images/large/landscape-02.jpg",
18
18
  "alt": "Alternative text",
19
19
  "tooltip": "Tooltip"
20
20
  },
@@ -27,7 +27,7 @@
27
27
  },
28
28
  {
29
29
  "image": {
30
- "src": "media/images/demo-images/small/landscape-06.jpg",
30
+ "src": "/media/images/demo-images/small/landscape-06.jpg",
31
31
  "alt": "Alternative text",
32
32
  "tooltip": "Tooltip"
33
33
  },
@@ -40,7 +40,7 @@
40
40
  },
41
41
  {
42
42
  "image": {
43
- "src": "media/images/demo-images/landscape-2x.jpg",
43
+ "src": "/media/images/demo-images/landscape-2x.jpg",
44
44
  "alt": "Alternative text",
45
45
  "tooltip": "Tooltip"
46
46
  },
@@ -0,0 +1,23 @@
1
+ [
2
+ {
3
+ "labelText": "Website",
4
+ "id": "checkbox-id-1",
5
+ "name": "input-group-checkbox",
6
+ "iconClass": "icon-globe",
7
+ "value": "website"
8
+ },
9
+ {
10
+ "labelText": "E-Mail",
11
+ "id": "checkbox-id-2",
12
+ "name": "input-group-checkbox",
13
+ "iconClass": "icon-mail",
14
+ "value": "email"
15
+ },
16
+ {
17
+ "labelText": "Phone",
18
+ "id": "checkbox-id-3",
19
+ "name": "input-group-checkbox",
20
+ "iconClass": "icon-phone",
21
+ "value": "phone"
22
+ }
23
+ ]
@@ -2,8 +2,8 @@
2
2
  {
3
3
  "image": {
4
4
  "id": 1,
5
- "srcImageSmall": "media/images/demo-images/small/landscape-01.jpg",
6
- "srcImageLarge": "media/images/demo-images/large/landscape-01.jpg",
5
+ "srcImageSmall": "/media/images/demo-images/small/landscape-01.jpg",
6
+ "srcImageLarge": "/media/images/demo-images/large/landscape-01.jpg",
7
7
  "alt": "Alternative Text 1"
8
8
  },
9
9
  "figcaption": {
@@ -16,8 +16,8 @@
16
16
  {
17
17
  "image": {
18
18
  "id": 2,
19
- "srcImageSmall": "media/images/demo-images/small/landscape-02.jpg",
20
- "srcImageLarge": "media/images/demo-images/large/landscape-02.jpg",
19
+ "srcImageSmall": "/media/images/demo-images/small/landscape-02.jpg",
20
+ "srcImageLarge": "/media/images/demo-images/large/landscape-02.jpg",
21
21
  "alt": "Alternative Text 2"
22
22
  },
23
23
  "figcaption": {
@@ -30,8 +30,8 @@
30
30
  {
31
31
  "image": {
32
32
  "id": 3,
33
- "srcImageSmall": "media/images/demo-images/small/landscape-03.jpg",
34
- "srcImageLarge": "media/images/demo-images/large/landscape-03.jpg",
33
+ "srcImageSmall": "/media/images/demo-images/small/landscape-03.jpg",
34
+ "srcImageLarge": "/media/images/demo-images/large/landscape-03.jpg",
35
35
  "alt": "Alternative Text 3"
36
36
  },
37
37
  "figcaption": {
@@ -44,8 +44,8 @@
44
44
  {
45
45
  "image": {
46
46
  "id": 4,
47
- "srcImageSmall": "media/images/demo-images/small/landscape-04.jpg",
48
- "srcImageLarge": "media/images/demo-images/large/landscape-04.jpg",
47
+ "srcImageSmall": "/media/images/demo-images/small/landscape-04.jpg",
48
+ "srcImageLarge": "/media/images/demo-images/large/landscape-04.jpg",
49
49
  "alt": "Alternative Text 4"
50
50
  },
51
51
  "figcaption": {
@@ -58,8 +58,8 @@
58
58
  {
59
59
  "image": {
60
60
  "id": 5,
61
- "srcImageSmall": "media/images/demo-images/small/landscape-05.jpg",
62
- "srcImageLarge": "media/images/demo-images/large/landscape-05.jpg",
61
+ "srcImageSmall": "/media/images/demo-images/small/landscape-05.jpg",
62
+ "srcImageLarge": "/media/images/demo-images/large/landscape-05.jpg",
63
63
  "alt": "Alternative Text 5"
64
64
  },
65
65
  "figcaption": {
@@ -72,8 +72,8 @@
72
72
  {
73
73
  "image": {
74
74
  "id": 6,
75
- "srcImageSmall": "media/images/demo-images/small/landscape-06.jpg",
76
- "srcImageLarge": "media/images/demo-images/large/landscape-06.jpg",
75
+ "srcImageSmall": "/media/images/demo-images/small/landscape-06.jpg",
76
+ "srcImageLarge": "/media/images/demo-images/large/landscape-06.jpg",
77
77
  "alt": "Alternative Text 6"
78
78
  },
79
79
  "figcaption": {
@@ -86,8 +86,8 @@
86
86
  {
87
87
  "image": {
88
88
  "id": 7,
89
- "srcImageSmall": "media/images/demo-images/small/landscape-07.jpg",
90
- "srcImageLarge": "media/images/demo-images/large/landscape-07.jpg",
89
+ "srcImageSmall": "/media/images/demo-images/small/landscape-07.jpg",
90
+ "srcImageLarge": "/media/images/demo-images/large/landscape-07.jpg",
91
91
  "alt": "Alternative Text 7"
92
92
  },
93
93
  "figcaption": {
@@ -100,8 +100,8 @@
100
100
  {
101
101
  "image": {
102
102
  "id": 8,
103
- "srcImageSmall": "media/images/demo-images/small/landscape-08.jpg",
104
- "srcImageLarge": "media/images/demo-images/large/landscape-08.jpg",
103
+ "srcImageSmall": "/media/images/demo-images/small/landscape-08.jpg",
104
+ "srcImageLarge": "/media/images/demo-images/large/landscape-08.jpg",
105
105
  "alt": "Alternative Text 8"
106
106
  },
107
107
  "figcaption": {