@operato/property-editor 0.3.22 → 0.3.24

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,22 @@
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.24](https://github.com/hatiolab/operato/compare/v0.3.23...v0.3.24) (2022-01-30)
7
+
8
+ **Note:** Version bump only for package @operato/property-editor
9
+
10
+
11
+
12
+
13
+
14
+ ### [0.3.23](https://github.com/hatiolab/operato/compare/v0.3.22...v0.3.23) (2022-01-30)
15
+
16
+ **Note:** Version bump only for package @operato/property-editor
17
+
18
+
19
+
20
+
21
+
6
22
  ### [0.3.22](https://github.com/hatiolab/operato/compare/v0.3.21...v0.3.22) (2022-01-30)
7
23
 
8
24
 
@@ -2,69 +2,6 @@
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
- },
68
5
  {
69
6
  "kind": "javascript-module",
70
7
  "path": "src/index.ts",
@@ -312,6 +249,69 @@
312
249
  }
313
250
  }
314
251
  ]
252
+ },
253
+ {
254
+ "kind": "javascript-module",
255
+ "path": "stories/index.stories.ts",
256
+ "declarations": [
257
+ {
258
+ "kind": "variable",
259
+ "name": "Regular"
260
+ },
261
+ {
262
+ "kind": "variable",
263
+ "name": "CustomTitle"
264
+ },
265
+ {
266
+ "kind": "variable",
267
+ "name": "CustomCounter"
268
+ },
269
+ {
270
+ "kind": "variable",
271
+ "name": "SlottedContent"
272
+ }
273
+ ],
274
+ "exports": [
275
+ {
276
+ "kind": "js",
277
+ "name": "default",
278
+ "declaration": {
279
+ "module": "stories/index.stories.ts"
280
+ }
281
+ },
282
+ {
283
+ "kind": "js",
284
+ "name": "Regular",
285
+ "declaration": {
286
+ "name": "Regular",
287
+ "module": "stories/index.stories.ts"
288
+ }
289
+ },
290
+ {
291
+ "kind": "js",
292
+ "name": "CustomTitle",
293
+ "declaration": {
294
+ "name": "CustomTitle",
295
+ "module": "stories/index.stories.ts"
296
+ }
297
+ },
298
+ {
299
+ "kind": "js",
300
+ "name": "CustomCounter",
301
+ "declaration": {
302
+ "name": "CustomCounter",
303
+ "module": "stories/index.stories.ts"
304
+ }
305
+ },
306
+ {
307
+ "kind": "js",
308
+ "name": "SlottedContent",
309
+ "declaration": {
310
+ "name": "SlottedContent",
311
+ "module": "stories/index.stories.ts"
312
+ }
313
+ }
314
+ ]
315
315
  }
316
316
  ]
317
317
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/property-editor",
3
- "version": "0.3.22",
3
+ "version": "0.3.24",
4
4
  "description": "Webcomponent for property-editor following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "license": "MIT",
@@ -31,7 +31,7 @@
31
31
  "storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook"
32
32
  },
33
33
  "dependencies": {
34
- "@operato/i18n": "^0.3.22",
34
+ "@operato/i18n": "^0.3.24",
35
35
  "lit": "^2.0.2",
36
36
  "lodash-es": "^4.17.21"
37
37
  },
@@ -73,5 +73,5 @@
73
73
  "prettier --write"
74
74
  ]
75
75
  },
76
- "gitHead": "368032e9ae07d6e82a2d7f35486f67a197db179c"
76
+ "gitHead": "425093cf62045d73a0faa453d6a9b88f30dfdb22"
77
77
  }