@operato/font 1.0.0-beta.9 → 1.0.6

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 (46) hide show
  1. package/CHANGELOG.md +392 -0
  2. package/custom-elements.json +855 -0
  3. package/dist/src/font-creation-card.d.ts +18 -0
  4. package/dist/src/font-creation-card.js +258 -0
  5. package/dist/src/font-creation-card.js.map +1 -0
  6. package/dist/src/font-graphql-client.d.ts +20 -0
  7. package/dist/src/font-graphql-client.js +109 -0
  8. package/dist/src/font-graphql-client.js.map +1 -0
  9. package/dist/src/font-selector.d.ts +36 -0
  10. package/dist/src/font-selector.js +285 -0
  11. package/dist/src/font-selector.js.map +1 -0
  12. package/dist/src/index.d.ts +5 -0
  13. package/dist/src/index.js +6 -0
  14. package/dist/src/index.js.map +1 -0
  15. package/dist/src/ox-file-selector.d.ts +12 -0
  16. package/dist/src/ox-file-selector.js +129 -0
  17. package/dist/src/ox-file-selector.js.map +1 -0
  18. package/dist/src/ox-font-selector.d.ts +15 -0
  19. package/dist/src/ox-font-selector.js +88 -0
  20. package/dist/src/ox-font-selector.js.map +1 -0
  21. package/dist/src/ox-property-editor-font-selector.d.ts +8 -0
  22. package/dist/src/ox-property-editor-font-selector.js +13 -0
  23. package/dist/src/ox-property-editor-font-selector.js.map +1 -0
  24. package/dist/src/redux-font-actions.d.ts +7 -0
  25. package/dist/src/redux-font-actions.js +19 -0
  26. package/dist/src/redux-font-actions.js.map +1 -0
  27. package/dist/src/redux-font-reducers.d.ts +12 -0
  28. package/dist/src/redux-font-reducers.js +70 -0
  29. package/dist/src/redux-font-reducers.js.map +1 -0
  30. package/dist/tsconfig.tsbuildinfo +1 -0
  31. package/package.json +78 -20
  32. package/src/font-creation-card.ts +260 -0
  33. package/src/{graphql-client.js → font-graphql-client.ts} +35 -26
  34. package/src/font-selector.ts +284 -0
  35. package/src/index.ts +6 -0
  36. package/src/ox-file-selector.ts +114 -0
  37. package/src/ox-font-selector.ts +94 -0
  38. package/src/ox-property-editor-font-selector.ts +17 -0
  39. package/src/redux-font-actions.ts +21 -0
  40. package/src/redux-font-reducers.ts +88 -0
  41. package/src/font-creation-card.js +0 -311
  42. package/src/font-selector.js +0 -465
  43. package/src/index.js +0 -3
  44. package/src/ox-font-selector.js +0 -102
  45. package/src/ox-property-editor-font-selector.js +0 -25
  46. package/things-factory.config.js +0 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,398 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ### [1.0.6](https://github.com/hatiolab/operato/compare/v1.0.5...v1.0.6) (2022-07-31)
7
+
8
+ **Note:** Version bump only for package @operato/font
9
+
10
+
11
+
12
+
13
+
14
+ ### [1.0.5](https://github.com/hatiolab/operato/compare/v1.0.4...v1.0.5) (2022-07-31)
15
+
16
+ **Note:** Version bump only for package @operato/font
17
+
18
+
19
+
20
+
21
+
22
+ ### [1.0.4](https://github.com/hatiolab/operato/compare/v1.0.3...v1.0.4) (2022-07-31)
23
+
24
+ **Note:** Version bump only for package @operato/font
25
+
26
+
27
+
28
+
29
+
30
+ ### [1.0.3](https://github.com/hatiolab/operato/compare/v1.0.2...v1.0.3) (2022-07-31)
31
+
32
+
33
+ ### :bug: Bug Fix
34
+
35
+ * exports types ([ff5dc11](https://github.com/hatiolab/operato/commit/ff5dc119acbbf5a93459115f3929ba4a6720f9bb))
36
+
37
+
38
+
39
+ ### [1.0.1](https://github.com/hatiolab/operato/compare/v1.0.0...v1.0.1) (2022-07-25)
40
+
41
+ **Note:** Version bump only for package @operato/font
42
+
43
+
44
+
45
+
46
+
47
+ ## [1.0.0](https://github.com/hatiolab/operato/compare/v1.0.0-beta.51...v1.0.0) (2022-07-24)
48
+
49
+ **Note:** Version bump only for package @operato/font
50
+
51
+
52
+
53
+
54
+
55
+ ## [1.0.0-beta.51](https://github.com/hatiolab/operato/compare/v1.0.0-beta.50...v1.0.0-beta.51) (2022-07-22)
56
+
57
+ **Note:** Version bump only for package @operato/font
58
+
59
+
60
+
61
+
62
+
63
+ ## [1.0.0-beta.50](https://github.com/hatiolab/operato/compare/v1.0.0-beta.49...v1.0.0-beta.50) (2022-07-18)
64
+
65
+ **Note:** Version bump only for package @operato/font
66
+
67
+
68
+
69
+
70
+
71
+ ## [1.0.0-beta.49](https://github.com/hatiolab/operato/compare/v1.0.0-beta.48...v1.0.0-beta.49) (2022-07-17)
72
+
73
+ **Note:** Version bump only for package @operato/font
74
+
75
+
76
+
77
+
78
+
79
+ ## [1.0.0-beta.48](https://github.com/hatiolab/operato/compare/v1.0.0-beta.47...v1.0.0-beta.48) (2022-07-17)
80
+
81
+
82
+ ### :rocket: New Features
83
+
84
+ * applied graphql v16 and migrated subscriptions-transport-ws to graphql-ws ([9391306](https://github.com/hatiolab/operato/commit/9391306332e4dd436d4da3bd1a9a399c68e6b645))
85
+
86
+
87
+
88
+ ## [1.0.0-beta.47](https://github.com/hatiolab/operato/compare/v1.0.0-beta.46...v1.0.0-beta.47) (2022-07-15)
89
+
90
+ **Note:** Version bump only for package @operato/font
91
+
92
+
93
+
94
+
95
+
96
+ ## [1.0.0-beta.46](https://github.com/hatiolab/operato/compare/v1.0.0-beta.45...v1.0.0-beta.46) (2022-07-11)
97
+
98
+
99
+ ### :bug: Bug Fix
100
+
101
+ * property-editor spec. changed ([b10e4ef](https://github.com/hatiolab/operato/commit/b10e4ef151450a0ca19cbf00c9c96da80ddaaed8))
102
+
103
+
104
+
105
+ ## [1.0.0-beta.45](https://github.com/hatiolab/operato/compare/v1.0.0-beta.44...v1.0.0-beta.45) (2022-07-09)
106
+
107
+
108
+ ### :bug: Bug Fix
109
+
110
+ * upgrade dependencies ([4986392](https://github.com/hatiolab/operato/commit/4986392e64524b5602cc9a144def239e85524bee))
111
+
112
+
113
+
114
+ ## [1.0.0-beta.44](https://github.com/hatiolab/operato/compare/v1.0.0-beta.43...v1.0.0-beta.44) (2022-07-07)
115
+
116
+ **Note:** Version bump only for package @operato/font
117
+
118
+
119
+
120
+
121
+
122
+ ## [1.0.0-beta.43](https://github.com/hatiolab/operato/compare/v1.0.0-beta.42...v1.0.0-beta.43) (2022-07-03)
123
+
124
+ **Note:** Version bump only for package @operato/font
125
+
126
+
127
+
128
+
129
+
130
+ ## [1.0.0-beta.42](https://github.com/hatiolab/operato/compare/v1.0.0-beta.41...v1.0.0-beta.42) (2022-07-03)
131
+
132
+ **Note:** Version bump only for package @operato/font
133
+
134
+
135
+
136
+
137
+
138
+ ## [1.0.0-beta.41](https://github.com/hatiolab/operato/compare/v1.0.0-beta.40...v1.0.0-beta.41) (2022-06-30)
139
+
140
+ **Note:** Version bump only for package @operato/font
141
+
142
+
143
+
144
+
145
+
146
+ ## [1.0.0-beta.40](https://github.com/hatiolab/operato/compare/v1.0.0-beta.39...v1.0.0-beta.40) (2022-06-29)
147
+
148
+ **Note:** Version bump only for package @operato/font
149
+
150
+
151
+
152
+
153
+
154
+ ## [1.0.0-beta.39](https://github.com/hatiolab/operato/compare/v1.0.0-beta.38...v1.0.0-beta.39) (2022-06-22)
155
+
156
+ **Note:** Version bump only for package @operato/font
157
+
158
+
159
+
160
+
161
+
162
+ ## [1.0.0-beta.38](https://github.com/hatiolab/operato/compare/v1.0.0-beta.37...v1.0.0-beta.38) (2022-06-20)
163
+
164
+ **Note:** Version bump only for package @operato/font
165
+
166
+
167
+
168
+
169
+
170
+ ## [1.0.0-beta.37](https://github.com/hatiolab/operato/compare/v1.0.0-beta.36...v1.0.0-beta.37) (2022-06-20)
171
+
172
+ **Note:** Version bump only for package @operato/font
173
+
174
+
175
+
176
+
177
+
178
+ ## [1.0.0-beta.36](https://github.com/hatiolab/operato/compare/v1.0.0-beta.35...v1.0.0-beta.36) (2022-06-16)
179
+
180
+ **Note:** Version bump only for package @operato/font
181
+
182
+
183
+
184
+
185
+
186
+ ## [1.0.0-beta.35](https://github.com/hatiolab/operato/compare/v1.0.0-beta.34...v1.0.0-beta.35) (2022-06-16)
187
+
188
+ **Note:** Version bump only for package @operato/font
189
+
190
+
191
+
192
+
193
+
194
+ ## [1.0.0-beta.34](https://github.com/hatiolab/operato/compare/v1.0.0-beta.33...v1.0.0-beta.34) (2022-06-16)
195
+
196
+ **Note:** Version bump only for package @operato/font
197
+
198
+
199
+
200
+
201
+
202
+ ## [1.0.0-beta.33](https://github.com/hatiolab/operato/compare/v1.0.0-beta.32...v1.0.0-beta.33) (2022-06-16)
203
+
204
+ **Note:** Version bump only for package @operato/font
205
+
206
+
207
+
208
+
209
+
210
+ ## [1.0.0-beta.32](https://github.com/hatiolab/operato/compare/v1.0.0-beta.31...v1.0.0-beta.32) (2022-06-15)
211
+
212
+ **Note:** Version bump only for package @operato/font
213
+
214
+
215
+
216
+
217
+
218
+ ## [1.0.0-beta.31](https://github.com/hatiolab/operato/compare/v1.0.0-beta.30...v1.0.0-beta.31) (2022-06-15)
219
+
220
+ **Note:** Version bump only for package @operato/font
221
+
222
+
223
+
224
+
225
+
226
+ ## [1.0.0-beta.30](https://github.com/hatiolab/operato/compare/v1.0.0-beta.29...v1.0.0-beta.30) (2022-06-13)
227
+
228
+ **Note:** Version bump only for package @operato/font
229
+
230
+
231
+
232
+
233
+
234
+ ## [1.0.0-beta.29](https://github.com/hatiolab/operato/compare/v1.0.0-beta.28...v1.0.0-beta.29) (2022-06-10)
235
+
236
+ **Note:** Version bump only for package @operato/font
237
+
238
+
239
+
240
+
241
+
242
+ ## [1.0.0-beta.28](https://github.com/hatiolab/operato/compare/v1.0.0-beta.27...v1.0.0-beta.28) (2022-06-10)
243
+
244
+ **Note:** Version bump only for package @operato/font
245
+
246
+
247
+
248
+
249
+
250
+ ## [1.0.0-beta.27](https://github.com/hatiolab/operato/compare/v1.0.0-beta.26...v1.0.0-beta.27) (2022-06-09)
251
+
252
+ **Note:** Version bump only for package @operato/font
253
+
254
+
255
+
256
+
257
+
258
+ ## [1.0.0-beta.26](https://github.com/hatiolab/operato/compare/v1.0.0-beta.25...v1.0.0-beta.26) (2022-06-04)
259
+
260
+ **Note:** Version bump only for package @operato/font
261
+
262
+
263
+
264
+
265
+
266
+ ## [1.0.0-beta.25](https://github.com/hatiolab/operato/compare/v1.0.0-beta.24...v1.0.0-beta.25) (2022-06-02)
267
+
268
+ **Note:** Version bump only for package @operato/font
269
+
270
+
271
+
272
+
273
+
274
+ ## [1.0.0-beta.24](https://github.com/hatiolab/operato/compare/v1.0.0-beta.23...v1.0.0-beta.24) (2022-06-02)
275
+
276
+ **Note:** Version bump only for package @operato/font
277
+
278
+
279
+
280
+
281
+
282
+ ## [1.0.0-beta.23](https://github.com/hatiolab/operato/compare/v1.0.0-beta.22...v1.0.0-beta.23) (2022-06-02)
283
+
284
+ **Note:** Version bump only for package @operato/font
285
+
286
+
287
+
288
+
289
+
290
+ ## [1.0.0-beta.22](https://github.com/hatiolab/operato/compare/v1.0.0-beta.21...v1.0.0-beta.22) (2022-05-31)
291
+
292
+ **Note:** Version bump only for package @operato/font
293
+
294
+
295
+
296
+
297
+
298
+ ## [1.0.0-beta.21](https://github.com/hatiolab/operato/compare/v1.0.0-beta.20...v1.0.0-beta.21) (2022-05-31)
299
+
300
+ **Note:** Version bump only for package @operato/font
301
+
302
+
303
+
304
+
305
+
306
+ ## [1.0.0-beta.20](https://github.com/hatiolab/operato/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2022-05-30)
307
+
308
+ **Note:** Version bump only for package @operato/font
309
+
310
+
311
+
312
+
313
+
314
+ ## [1.0.0-beta.19](https://github.com/hatiolab/operato/compare/v1.0.0-beta.18...v1.0.0-beta.19) (2022-05-29)
315
+
316
+ **Note:** Version bump only for package @operato/font
317
+
318
+
319
+
320
+
321
+
322
+ ## [1.0.0-beta.18](https://github.com/hatiolab/operato/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2022-05-27)
323
+
324
+
325
+ ### :bug: Bug Fix
326
+
327
+ * font provider filter ([31e6ad2](https://github.com/hatiolab/operato/commit/31e6ad2bb5243e93a70e017eaaff104bd2f6f167))
328
+ * font reducer ([cca0de6](https://github.com/hatiolab/operato/commit/cca0de6a743d4151734d884582a3bf76ab7426e2))
329
+ * to typescript - font ([8bda4f0](https://github.com/hatiolab/operato/commit/8bda4f03e66f449d294bf7ffdf0ae15c9484c70e))
330
+
331
+
332
+
333
+ ## [1.0.0-beta.17](https://github.com/hatiolab/operato/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2022-05-25)
334
+
335
+
336
+ ### :bug: Bug Fix
337
+
338
+ * reform font ui ([fcfa5b0](https://github.com/hatiolab/operato/commit/fcfa5b06222579e45a79fa94e8823178cfdacca2))
339
+
340
+
341
+
342
+ ## [1.0.0-beta.16](https://github.com/hatiolab/operato/compare/v1.0.0-beta.15...v1.0.0-beta.16) (2022-05-23)
343
+
344
+ **Note:** Version bump only for package @operato/font
345
+
346
+
347
+
348
+
349
+
350
+ ## [1.0.0-beta.15](https://github.com/hatiolab/operato/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2022-05-20)
351
+
352
+ **Note:** Version bump only for package @operato/font
353
+
354
+
355
+
356
+
357
+
358
+ ## [1.0.0-beta.14](https://github.com/hatiolab/operato/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2022-05-19)
359
+
360
+ **Note:** Version bump only for package @operato/font
361
+
362
+
363
+
364
+
365
+
366
+ ## [1.0.0-beta.13](https://github.com/hatiolab/operato/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2022-05-19)
367
+
368
+ **Note:** Version bump only for package @operato/font
369
+
370
+
371
+
372
+
373
+
374
+ ## [1.0.0-beta.12](https://github.com/hatiolab/operato/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-05-13)
375
+
376
+ **Note:** Version bump only for package @operato/font
377
+
378
+
379
+
380
+
381
+
382
+ ## [1.0.0-beta.11](https://github.com/hatiolab/operato/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-05-01)
383
+
384
+ **Note:** Version bump only for package @operato/font
385
+
386
+
387
+
388
+
389
+
390
+ ## [1.0.0-beta.10](https://github.com/hatiolab/operato/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2022-04-28)
391
+
392
+ **Note:** Version bump only for package @operato/font
393
+
394
+
395
+
396
+
397
+
6
398
  ## [1.0.0-beta.9](https://github.com/hatiolab/operato/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2022-04-28)
7
399
 
8
400
  **Note:** Version bump only for package @operato/font