@operato/board 0.3.13 → 0.3.17

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
@@ -3,6 +3,41 @@
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
+ ### [0.3.17](https://github.com/hatiolab/operato/compare/v0.3.16...v0.3.17) (2022-01-20)
7
+
8
+
9
+ ### :rocket: New Features
10
+
11
+ * @operato/data-grist/record-view for grid/list/card ([1a8a002](https://github.com/hatiolab/operato/commit/1a8a00223c8f5b46685297237e4c6937c10defac))
12
+
13
+
14
+
15
+ ### [0.3.16](https://github.com/hatiolab/operato/compare/v0.3.15...v0.3.16) (2022-01-19)
16
+
17
+
18
+ ### :bug: Bug Fix
19
+
20
+ * custom-elements.json ([820a9f0](https://github.com/hatiolab/operato/commit/820a9f0c99ea04e832cc6d0d639463e12019278a))
21
+
22
+
23
+
24
+ ### [0.3.15](https://github.com/hatiolab/operato/compare/v0.3.14...v0.3.15) (2022-01-17)
25
+
26
+ **Note:** Version bump only for package @operato/board
27
+
28
+
29
+
30
+
31
+
32
+ ### [0.3.14](https://github.com/hatiolab/operato/compare/v0.3.13...v0.3.14) (2022-01-16)
33
+
34
+
35
+ ### :bug: Bug Fix
36
+
37
+ * support data-grist record view for thumbnail upload ([5c4f3d9](https://github.com/hatiolab/operato/commit/5c4f3d9e0e58c47619074a287bc6ada6519f11f7))
38
+
39
+
40
+
6
41
  ### [0.3.13](https://github.com/hatiolab/operato/compare/v0.3.12...v0.3.13) (2022-01-15)
7
42
 
8
43
  **Note:** Version bump only for package @operato/board
@@ -2,6 +2,69 @@
2
2
  "schemaVersion": "1.0.0",
3
3
  "readme": "",
4
4
  "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "stories/index.stories.ts",
8
+ "declarations": [
9
+ {
10
+ "kind": "variable",
11
+ "name": "Regular"
12
+ },
13
+ {
14
+ "kind": "variable",
15
+ "name": "CustomTitle"
16
+ },
17
+ {
18
+ "kind": "variable",
19
+ "name": "CustomCounter"
20
+ },
21
+ {
22
+ "kind": "variable",
23
+ "name": "SlottedContent"
24
+ }
25
+ ],
26
+ "exports": [
27
+ {
28
+ "kind": "js",
29
+ "name": "default",
30
+ "declaration": {
31
+ "module": "stories/index.stories.ts"
32
+ }
33
+ },
34
+ {
35
+ "kind": "js",
36
+ "name": "Regular",
37
+ "declaration": {
38
+ "name": "Regular",
39
+ "module": "stories/index.stories.ts"
40
+ }
41
+ },
42
+ {
43
+ "kind": "js",
44
+ "name": "CustomTitle",
45
+ "declaration": {
46
+ "name": "CustomTitle",
47
+ "module": "stories/index.stories.ts"
48
+ }
49
+ },
50
+ {
51
+ "kind": "js",
52
+ "name": "CustomCounter",
53
+ "declaration": {
54
+ "name": "CustomCounter",
55
+ "module": "stories/index.stories.ts"
56
+ }
57
+ },
58
+ {
59
+ "kind": "js",
60
+ "name": "SlottedContent",
61
+ "declaration": {
62
+ "name": "SlottedContent",
63
+ "module": "stories/index.stories.ts"
64
+ }
65
+ }
66
+ ]
67
+ },
5
68
  {
6
69
  "kind": "javascript-module",
7
70
  "path": "src/index.ts",
@@ -1349,69 +1412,6 @@
1349
1412
  "declarations": [],
1350
1413
  "exports": []
1351
1414
  },
1352
- {
1353
- "kind": "javascript-module",
1354
- "path": "stories/index.stories.ts",
1355
- "declarations": [
1356
- {
1357
- "kind": "variable",
1358
- "name": "Regular"
1359
- },
1360
- {
1361
- "kind": "variable",
1362
- "name": "CustomTitle"
1363
- },
1364
- {
1365
- "kind": "variable",
1366
- "name": "CustomCounter"
1367
- },
1368
- {
1369
- "kind": "variable",
1370
- "name": "SlottedContent"
1371
- }
1372
- ],
1373
- "exports": [
1374
- {
1375
- "kind": "js",
1376
- "name": "default",
1377
- "declaration": {
1378
- "module": "stories/index.stories.ts"
1379
- }
1380
- },
1381
- {
1382
- "kind": "js",
1383
- "name": "Regular",
1384
- "declaration": {
1385
- "name": "Regular",
1386
- "module": "stories/index.stories.ts"
1387
- }
1388
- },
1389
- {
1390
- "kind": "js",
1391
- "name": "CustomTitle",
1392
- "declaration": {
1393
- "name": "CustomTitle",
1394
- "module": "stories/index.stories.ts"
1395
- }
1396
- },
1397
- {
1398
- "kind": "js",
1399
- "name": "CustomCounter",
1400
- "declaration": {
1401
- "name": "CustomCounter",
1402
- "module": "stories/index.stories.ts"
1403
- }
1404
- },
1405
- {
1406
- "kind": "js",
1407
- "name": "SlottedContent",
1408
- "declaration": {
1409
- "name": "SlottedContent",
1410
- "module": "stories/index.stories.ts"
1411
- }
1412
- }
1413
- ]
1414
- },
1415
1415
  {
1416
1416
  "kind": "javascript-module",
1417
1417
  "path": "src/component/3d.ts",