@cocreate/organizations 1.27.1 → 1.27.3

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/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## [1.27.3](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.27.2...v1.27.3) (2024-06-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump cocreate dependencies ([19ed019](https://github.com/CoCreate-app/CoCreate-organizations/commit/19ed019fb22ed5d75f039615cda108b9d82a99e8))
7
+ * svg icon class ([7e18165](https://github.com/CoCreate-app/CoCreate-organizations/commit/7e18165d7f626da5a184126a188ba157a62add38))
8
+
9
+ ## [1.27.2](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.27.1...v1.27.2) (2024-04-29)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * bump cocreate dependencies ([8b60cc3](https://github.com/CoCreate-app/CoCreate-organizations/commit/8b60cc350ad277a07d2ae6d1b6aade20061595c7))
15
+
1
16
  ## [1.27.1](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.27.0...v1.27.1) (2024-02-05)
2
17
 
3
18
 
package/demo/index.html CHANGED
@@ -76,7 +76,7 @@
76
76
  readonly />
77
77
 
78
78
  <div
79
- class="padding:25px background:gainsboro text-align:left">
79
+ class="padding:25px background:gainsboro background:#444@dark text-align:left">
80
80
  <!-- Industry select -->
81
81
  <cocreate-select
82
82
  sortable
@@ -23,9 +23,7 @@
23
23
  class="overflow:auto display:inline-flex direction:rtl font-size:20px align-items:center list-style-type:none width:100% height:50px">
24
24
  <li class="margin-right:15px">
25
25
  <a actions="closeModal"
26
- ><i
27
- class="display:flex height:18px fill:#505050"
28
- src="/assets/svg/times.svg"></i
26
+ ><i class="height:18px" src="/assets/svg/times.svg"></i
29
27
  ></a>
30
28
  </li>
31
29
  <li class="margin-right:15px">
@@ -33,24 +31,22 @@
33
31
  <i
34
32
  toggle="/assets/svg/window-restore.svg, /assets/svg/window-maximize.svg"
35
33
  toggle-attribute="src"
36
- class="display:flex height:18px fill:#505050"
34
+ class="height:18px"
37
35
  src="/assets/svg/window-maximize.svg"></i>
38
36
  </a>
39
37
  </li>
40
38
  <li class="margin-right:15px">
41
39
  <a actions="parkModal"
42
40
  ><i
43
- class="display:flex height:18px fill:#505050"
41
+ class="height:18px"
44
42
  src="/assets/svg/window-minimize.svg"></i
45
43
  ></a>
46
44
  </li>
47
45
  <li class="margin-right:15px">
48
46
  <a fullscreen>
47
+ <i class="height:18px" src="/assets/svg/expand.svg"></i>
49
48
  <i
50
- class="display:flex height:18px fill:#505050"
51
- src="/assets/svg/expand.svg"></i>
52
- <i
53
- class="display:flex height:18px fill:#505050"
49
+ class="height:18px"
54
50
  src="/assets/svg/compress.svg"></i>
55
51
  </a>
56
52
  </li>
@@ -64,7 +60,7 @@
64
60
  modal-width="100%"
65
61
  state_id="render">
66
62
  <i
67
- class="display:flex height:18px fill:#505050"
63
+ class="height:18px"
68
64
  src="/assets/svg/palette.svg"></i>
69
65
  <div
70
66
  state-array="modules"
@@ -82,7 +78,7 @@
82
78
  state_id="form-fields"
83
79
  class="btn-modal-close">
84
80
  <i
85
- class="height:18px fill:#505050"
81
+ class="height:18px"
86
82
  src="/assets/svg/trash-alt.svg"></i>
87
83
  </a>
88
84
  </li>
@@ -110,9 +106,7 @@
110
106
  actions="createIndustry"
111
107
  class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue grow-hover round">
112
108
  Create Industry
113
- <i
114
- class="height:20px fill:#505050"
115
- src="/assets/svg/save.svg"></i>
109
+ <i src="/assets/svg/save.svg"></i>
116
110
  </button>
117
111
  </form>
118
112
  </div>
@@ -25,7 +25,7 @@
25
25
  filter-closest="table; tbody"
26
26
  placeholder="Industry Name" />
27
27
  <span
28
- class="position:absolute bottom:20px right:20px float:right z-index:6">
28
+ class="position:absolute bottom:22px right:20px float:right z-index:6">
29
29
  <!-- need a solution to update toggle value="desc|asc" and define and upadte icons... show hide works great but to much html and orderby only has 2 values -->
30
30
  <a
31
31
  filter-sort-key="name"
@@ -44,7 +44,7 @@
44
44
  filter-closest="table; tbody"
45
45
  placeholder="Industry_id" />
46
46
  <span
47
- class="position:absolute bottom:20px right:20px float:right z-index:6">
47
+ class="position:absolute bottom:22px right:20px float:right z-index:6">
48
48
  <a
49
49
  filter-sort-key="_id"
50
50
  value=""
@@ -64,9 +64,7 @@
64
64
  filter-sort-key="name"
65
65
  filter-sort-direction="asc"
66
66
  render-selector="[template]">
67
- <tr
68
- template
69
- class="background:gainsboro:hover border-bottom:1px_solid_darkgray">
67
+ <tr template class="border-bottom:1px_solid_darkgray">
70
68
  <td class="padding:10px">
71
69
  <div class="min-width:200px">
72
70
  <div class="icon-wrapper">
@@ -137,7 +135,7 @@
137
135
  modal-color="#229954"
138
136
  class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue color:#fff font-size:1.5rem grow-hover border-radius:50% border-width:0 box-shadow:0px_2px_10px_0px_rgba(0,_0,_0,_0.4) z-index:8"
139
137
  state_id="render">
140
- <i class="height:20px fill:#505050" src="/assets/svg/plus.svg"></i>
138
+ <i src="/assets/svg/plus.svg"></i>
141
139
  </button>
142
140
 
143
141
  <!-- CoCreate JS CDN -->
@@ -25,7 +25,7 @@
25
25
  filter-closest="table; tbody"
26
26
  placeholder="Industry Name" />
27
27
  <span
28
- class="position:absolute bottom:20px right:20px float:right z-index:6">
28
+ class="position:absolute bottom:22px right:20px float:right z-index:6">
29
29
  <!-- need a solution to update toggle value="desc|asc" and define and upadte icons... show hide works great but to much html and orderby only has 2 values -->
30
30
  <a
31
31
  filter-sort-key="name"
@@ -44,7 +44,7 @@
44
44
  filter-closest="table; tbody"
45
45
  placeholder="Industry_id" />
46
46
  <span
47
- class="position:absolute bottom:20px right:20px float:right z-index:6">
47
+ class="position:absolute bottom:22px right:20px float:right z-index:6">
48
48
  <a
49
49
  filter-sort-key="_id"
50
50
  value=""
@@ -67,9 +67,7 @@
67
67
  filter-sort-direction="asc"
68
68
  render-selector="[template]"
69
69
  state_to="me1234">
70
- <tr
71
- template
72
- class="background:gainsboro:hover border-bottom:1px_solid_darkgray">
70
+ <tr template class="border-bottom:1px_solid_darkgray">
73
71
  <td class="padding:10px">
74
72
  <div class="min-width:200px">
75
73
  <div class="icon-wrapper">
@@ -129,7 +127,7 @@
129
127
  modal-color="#229954"
130
128
  class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue color:#fff font-size:1.5rem grow-hover border-radius:50% border-width:0 box-shadow:0px_2px_10px_0px_rgba(0,_0,_0,_0.4) z-index:8"
131
129
  state_id="render">
132
- <i class="height:20px fill:#505050" src="/assets/svg/plus.svg"></i>
130
+ <i src="/assets/svg/plus.svg"></i>
133
131
  </button>
134
132
 
135
133
  <!-- CoCreate JS CDN -->
package/docs/index.html CHANGED
@@ -81,43 +81,33 @@
81
81
  class="margin-right:15px"
82
82
  share-network="twitter"
83
83
  title="Share on twitter"
84
- ><i
85
- class="height:20px fill:#505050"
86
- src="/assets/svg/twitter.svg"></i
84
+ ><i src="/assets/svg/twitter.svg"></i
87
85
  ></a>
88
86
  <a
89
87
  class="margin-right:15px"
90
88
  share-network="facebook"
91
89
  title="Share on Facebook"
92
- ><i
93
- class="height:20px fill:#505050"
94
- src="/assets/svg/facebook.svg"></i
90
+ ><i src="/assets/svg/facebook.svg"></i
95
91
  ></a>
96
92
  <a
97
93
  class="margin-right:15px"
98
94
  share-network="instagram"
99
95
  title="Share on instagram"
100
- ><i
101
- class="height:20px fill:#505050"
102
- src="/assets/svg/instagram.svg"></i
96
+ ><i src="/assets/svg/instagram.svg"></i
103
97
  ></a>
104
98
  </div>
105
99
  <a
106
100
  class="margin-right:15px"
107
101
  share-network="share"
108
102
  title="Share on share"
109
- ><i
110
- class="height:20px fill:#505050"
111
- src="/assets/svg/share-alt.svg"></i
103
+ ><i src="/assets/svg/share-alt.svg"></i
112
104
  ></a>
113
105
  </div>
114
106
  <a
115
107
  href="https://github.com/CoCreate-app/CoCreate-organizations"
116
108
  target="_blank"
117
109
  class="margin-right:15px"
118
- ><i
119
- class="height:20px fill:#505050"
120
- src="/assets/svg/github.svg"></i
110
+ ><i src="/assets/svg/github.svg"></i
121
111
  ></a>
122
112
  </div>
123
113
  </div>
@@ -143,9 +133,7 @@
143
133
  <a
144
134
  class="margin-left:10px display:none"
145
135
  href="#organizations-install"
146
- ><i
147
- class="height:20px fill:#505050"
148
- src="/assets/svg/link.svg"></i
136
+ ><i src="/assets/svg/link.svg"></i
149
137
  ></a>
150
138
  </span>
151
139
  </div>
@@ -170,9 +158,7 @@
170
158
  <a
171
159
  class="margin-left:10px display:none"
172
160
  href="#organizations-usage"
173
- ><i
174
- class="height:20px fill:#505050"
175
- src="/assets/svg/link.svg"></i
161
+ ><i src="/assets/svg/link.svg"></i
176
162
  ></a>
177
163
  </span>
178
164
  </div>
@@ -195,9 +181,7 @@
195
181
  <a
196
182
  class="margin-left:10px display:none"
197
183
  href="#organizations-attributes"
198
- ><i
199
- class="height:20px fill:#505050"
200
- src="/assets/svg/link.svg"></i
184
+ ><i src="/assets/svg/link.svg"></i
201
185
  ></a>
202
186
  </span>
203
187
  </div>
@@ -248,9 +232,7 @@
248
232
  <a
249
233
  class="margin-left:10px display:none"
250
234
  href="#organizations-demo"
251
- ><i
252
- class="height:20px fill:#505050"
253
- src="/assets/svg/link.svg"></i
235
+ ><i src="/assets/svg/link.svg"></i
254
236
  ></a>
255
237
  </span>
256
238
  </div>
@@ -294,7 +276,7 @@
294
276
  toggle="code-height"
295
277
  toggle-selector="#demo-code"
296
278
  ><i
297
- class="height:18px fill:#505050"
279
+ class="height:18px"
298
280
  src="/assets/svg/eye.svg"></i
299
281
  ></a>
300
282
  <a
@@ -305,18 +287,14 @@
305
287
  hide="#eye-slash"
306
288
  toggle="code-height"
307
289
  toggle-selector="#demo-code"
308
- ><i
309
- class="height:20px fill:#505050"
310
- src="/assets/svg/eye-slash.svg"></i
290
+ ><i src="/assets/svg/eye-slash.svg"></i
311
291
  ></a>
312
292
  <a
313
293
  class="margin-right:10px"
314
294
  id="code"
315
295
  show="#code-slash"
316
296
  hide="#code, #demo-code"
317
- ><i
318
- class="height:20px fill:#505050"
319
- src="/assets/svg/code.svg"></i
297
+ ><i src="/assets/svg/code.svg"></i
320
298
  ></a>
321
299
  <a
322
300
  class="margin-right:10px"
@@ -325,7 +303,7 @@
325
303
  show="#code, #demo-code"
326
304
  hide="#code-slash"
327
305
  ><i
328
- class="display:flex height:18px fill:#505050"
306
+ class="height:18px"
329
307
  src="/assets/svg/code.svg"></i
330
308
  ></a>
331
309
  <a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/organizations",
3
- "version": "1.27.1",
3
+ "version": "1.27.3",
4
4
  "description": "A simple organizations component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "organizations",
@@ -58,9 +58,9 @@
58
58
  "webpack-log": "^3.0.1"
59
59
  },
60
60
  "dependencies": {
61
- "@cocreate/actions": "^1.15.1",
62
- "@cocreate/config": "^1.10.0",
63
- "@cocreate/crud-client": "^1.32.2",
64
- "@cocreate/elements": "^1.32.0"
61
+ "@cocreate/actions": "^1.18.2",
62
+ "@cocreate/config": "^1.12.3",
63
+ "@cocreate/crud-client": "^1.33.9",
64
+ "@cocreate/elements": "^1.35.4"
65
65
  }
66
66
  }