@pie-element/hotspot 6.21.1-next.3 → 6.22.0
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 +11 -0
- package/configure/CHANGELOG.md +11 -0
- package/configure/package.json +2 -2
- package/controller/CHANGELOG.md +11 -0
- package/controller/package.json +2 -2
- package/docs/config-schema.json +132 -0
- package/docs/config-schema.json.md +96 -0
- package/docs/pie-schema.json +44 -0
- package/docs/pie-schema.json.md +32 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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
|
+
# [6.22.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot@6.21.0...@pie-element/hotspot@6.22.0) (2024-06-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* update pie-lib/pie-toolbox ability to enabled/disable blockquote and h3 (PD-3772, PD-3771) and PD-3813 ([c2cfd9b](https://github.com/pie-framework/pie-elements/commit/c2cfd9b323acdf3d456c05806c1f97f9067bb4fe))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [6.21.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot@6.20.0...@pie-element/hotspot@6.21.0) (2024-06-19)
|
|
7
18
|
|
|
8
19
|
|
package/configure/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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
|
+
# [6.21.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.20.0...@pie-element/hotspot-configure@6.21.0) (2024-06-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* update pie-lib/pie-toolbox ability to enabled/disable blockquote and h3 (PD-3772, PD-3771) and PD-3813 ([c2cfd9b](https://github.com/pie-framework/pie-elements/commit/c2cfd9b323acdf3d456c05806c1f97f9067bb4fe))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [6.20.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.19.0...@pie-element/hotspot-configure@6.20.0) (2024-06-19)
|
|
7
18
|
|
|
8
19
|
|
package/configure/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/hotspot-configure",
|
|
3
3
|
"private": true,
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.21.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "src/index.js",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@material-ui/core": "^3.9.2",
|
|
11
11
|
"@material-ui/icons": "^3.0.2",
|
|
12
12
|
"@pie-framework/pie-configure-events": "^1.3.0",
|
|
13
|
-
"@pie-lib/pie-toolbox": "1.
|
|
13
|
+
"@pie-lib/pie-toolbox": "1.24.0",
|
|
14
14
|
"classnames": "^2.2.6",
|
|
15
15
|
"debug": "^3.1.0",
|
|
16
16
|
"konva": "^3.2.4",
|
package/controller/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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
|
+
# [4.16.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.15.0...@pie-element/hotspot-controller@4.16.0) (2024-06-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* update pie-lib/pie-toolbox ability to enabled/disable blockquote and h3 (PD-3772, PD-3771) and PD-3813 ([c2cfd9b](https://github.com/pie-framework/pie-elements/commit/c2cfd9b323acdf3d456c05806c1f97f9067bb4fe))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [4.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.14.0...@pie-element/hotspot-controller@4.15.0) (2024-06-19)
|
|
7
18
|
|
|
8
19
|
|
package/controller/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/hotspot-controller",
|
|
3
3
|
"private": true,
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.16.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"main": "lib/index.js",
|
|
12
12
|
"module": "src/index.js",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@pie-lib/pie-toolbox": "1.
|
|
14
|
+
"@pie-lib/pie-toolbox": "1.24.0",
|
|
15
15
|
"debug": "^4.1.1",
|
|
16
16
|
"lodash": "^4.17.15"
|
|
17
17
|
}
|
package/docs/config-schema.json
CHANGED
|
@@ -87,6 +87,28 @@
|
|
|
87
87
|
]
|
|
88
88
|
},
|
|
89
89
|
"title": "customPlugins"
|
|
90
|
+
},
|
|
91
|
+
"blockquote": {
|
|
92
|
+
"title": "EditableHtmlButtonConfigure",
|
|
93
|
+
"type": "object",
|
|
94
|
+
"properties": {
|
|
95
|
+
"disabled": {
|
|
96
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
97
|
+
"type": "boolean",
|
|
98
|
+
"title": "disabled"
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"h3": {
|
|
103
|
+
"title": "EditableHtmlButtonConfigure",
|
|
104
|
+
"type": "object",
|
|
105
|
+
"properties": {
|
|
106
|
+
"disabled": {
|
|
107
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
108
|
+
"type": "boolean",
|
|
109
|
+
"title": "disabled"
|
|
110
|
+
}
|
|
111
|
+
}
|
|
90
112
|
}
|
|
91
113
|
}
|
|
92
114
|
},
|
|
@@ -210,6 +232,28 @@
|
|
|
210
232
|
]
|
|
211
233
|
},
|
|
212
234
|
"title": "customPlugins"
|
|
235
|
+
},
|
|
236
|
+
"blockquote": {
|
|
237
|
+
"title": "EditableHtmlButtonConfigure",
|
|
238
|
+
"type": "object",
|
|
239
|
+
"properties": {
|
|
240
|
+
"disabled": {
|
|
241
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
242
|
+
"type": "boolean",
|
|
243
|
+
"title": "disabled"
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
"h3": {
|
|
248
|
+
"title": "EditableHtmlButtonConfigure",
|
|
249
|
+
"type": "object",
|
|
250
|
+
"properties": {
|
|
251
|
+
"disabled": {
|
|
252
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
253
|
+
"type": "boolean",
|
|
254
|
+
"title": "disabled"
|
|
255
|
+
}
|
|
256
|
+
}
|
|
213
257
|
}
|
|
214
258
|
}
|
|
215
259
|
},
|
|
@@ -318,6 +362,28 @@
|
|
|
318
362
|
]
|
|
319
363
|
},
|
|
320
364
|
"title": "customPlugins"
|
|
365
|
+
},
|
|
366
|
+
"blockquote": {
|
|
367
|
+
"title": "EditableHtmlButtonConfigure",
|
|
368
|
+
"type": "object",
|
|
369
|
+
"properties": {
|
|
370
|
+
"disabled": {
|
|
371
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
372
|
+
"type": "boolean",
|
|
373
|
+
"title": "disabled"
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
},
|
|
377
|
+
"h3": {
|
|
378
|
+
"title": "EditableHtmlButtonConfigure",
|
|
379
|
+
"type": "object",
|
|
380
|
+
"properties": {
|
|
381
|
+
"disabled": {
|
|
382
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
383
|
+
"type": "boolean",
|
|
384
|
+
"title": "disabled"
|
|
385
|
+
}
|
|
386
|
+
}
|
|
321
387
|
}
|
|
322
388
|
}
|
|
323
389
|
},
|
|
@@ -426,6 +492,28 @@
|
|
|
426
492
|
]
|
|
427
493
|
},
|
|
428
494
|
"title": "customPlugins"
|
|
495
|
+
},
|
|
496
|
+
"blockquote": {
|
|
497
|
+
"title": "EditableHtmlButtonConfigure",
|
|
498
|
+
"type": "object",
|
|
499
|
+
"properties": {
|
|
500
|
+
"disabled": {
|
|
501
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
502
|
+
"type": "boolean",
|
|
503
|
+
"title": "disabled"
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
},
|
|
507
|
+
"h3": {
|
|
508
|
+
"title": "EditableHtmlButtonConfigure",
|
|
509
|
+
"type": "object",
|
|
510
|
+
"properties": {
|
|
511
|
+
"disabled": {
|
|
512
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
513
|
+
"type": "boolean",
|
|
514
|
+
"title": "disabled"
|
|
515
|
+
}
|
|
516
|
+
}
|
|
429
517
|
}
|
|
430
518
|
}
|
|
431
519
|
},
|
|
@@ -780,6 +868,28 @@
|
|
|
780
868
|
]
|
|
781
869
|
},
|
|
782
870
|
"title": "customPlugins"
|
|
871
|
+
},
|
|
872
|
+
"blockquote": {
|
|
873
|
+
"title": "EditableHtmlButtonConfigure",
|
|
874
|
+
"type": "object",
|
|
875
|
+
"properties": {
|
|
876
|
+
"disabled": {
|
|
877
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
878
|
+
"type": "boolean",
|
|
879
|
+
"title": "disabled"
|
|
880
|
+
}
|
|
881
|
+
}
|
|
882
|
+
},
|
|
883
|
+
"h3": {
|
|
884
|
+
"title": "EditableHtmlButtonConfigure",
|
|
885
|
+
"type": "object",
|
|
886
|
+
"properties": {
|
|
887
|
+
"disabled": {
|
|
888
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
889
|
+
"type": "boolean",
|
|
890
|
+
"title": "disabled"
|
|
891
|
+
}
|
|
892
|
+
}
|
|
783
893
|
}
|
|
784
894
|
}
|
|
785
895
|
},
|
|
@@ -930,6 +1040,28 @@
|
|
|
930
1040
|
]
|
|
931
1041
|
},
|
|
932
1042
|
"title": "customPlugins"
|
|
1043
|
+
},
|
|
1044
|
+
"blockquote": {
|
|
1045
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1046
|
+
"type": "object",
|
|
1047
|
+
"properties": {
|
|
1048
|
+
"disabled": {
|
|
1049
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1050
|
+
"type": "boolean",
|
|
1051
|
+
"title": "disabled"
|
|
1052
|
+
}
|
|
1053
|
+
}
|
|
1054
|
+
},
|
|
1055
|
+
"h3": {
|
|
1056
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1057
|
+
"type": "object",
|
|
1058
|
+
"properties": {
|
|
1059
|
+
"disabled": {
|
|
1060
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1061
|
+
"type": "boolean",
|
|
1062
|
+
"title": "disabled"
|
|
1063
|
+
}
|
|
1064
|
+
}
|
|
933
1065
|
}
|
|
934
1066
|
}
|
|
935
1067
|
},
|
|
@@ -67,6 +67,22 @@ Currently, only "SVG" is supported.
|
|
|
67
67
|
|
|
68
68
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
69
69
|
|
|
70
|
+
## `blockquote` (object)
|
|
71
|
+
|
|
72
|
+
Properties of the `blockquote` object:
|
|
73
|
+
|
|
74
|
+
### `disabled` (boolean)
|
|
75
|
+
|
|
76
|
+
Indicates if the plugin is disabled or not
|
|
77
|
+
|
|
78
|
+
## `h3` (object)
|
|
79
|
+
|
|
80
|
+
Properties of the `h3` object:
|
|
81
|
+
|
|
82
|
+
### `disabled` (boolean)
|
|
83
|
+
|
|
84
|
+
Indicates if the plugin is disabled or not
|
|
85
|
+
|
|
70
86
|
# `multipleCorrect` (object)
|
|
71
87
|
|
|
72
88
|
Properties of the `multipleCorrect` object:
|
|
@@ -160,6 +176,22 @@ Currently, only "SVG" is supported.
|
|
|
160
176
|
|
|
161
177
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
162
178
|
|
|
179
|
+
### `blockquote` (object)
|
|
180
|
+
|
|
181
|
+
Properties of the `blockquote` object:
|
|
182
|
+
|
|
183
|
+
#### `disabled` (boolean)
|
|
184
|
+
|
|
185
|
+
Indicates if the plugin is disabled or not
|
|
186
|
+
|
|
187
|
+
### `h3` (object)
|
|
188
|
+
|
|
189
|
+
Properties of the `h3` object:
|
|
190
|
+
|
|
191
|
+
#### `disabled` (boolean)
|
|
192
|
+
|
|
193
|
+
Indicates if the plugin is disabled or not
|
|
194
|
+
|
|
163
195
|
## `required` (boolean)
|
|
164
196
|
|
|
165
197
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -241,6 +273,22 @@ Currently, only "SVG" is supported.
|
|
|
241
273
|
|
|
242
274
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
243
275
|
|
|
276
|
+
### `blockquote` (object)
|
|
277
|
+
|
|
278
|
+
Properties of the `blockquote` object:
|
|
279
|
+
|
|
280
|
+
#### `disabled` (boolean)
|
|
281
|
+
|
|
282
|
+
Indicates if the plugin is disabled or not
|
|
283
|
+
|
|
284
|
+
### `h3` (object)
|
|
285
|
+
|
|
286
|
+
Properties of the `h3` object:
|
|
287
|
+
|
|
288
|
+
#### `disabled` (boolean)
|
|
289
|
+
|
|
290
|
+
Indicates if the plugin is disabled or not
|
|
291
|
+
|
|
244
292
|
## `required` (boolean)
|
|
245
293
|
|
|
246
294
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -322,6 +370,22 @@ Currently, only "SVG" is supported.
|
|
|
322
370
|
|
|
323
371
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
324
372
|
|
|
373
|
+
### `blockquote` (object)
|
|
374
|
+
|
|
375
|
+
Properties of the `blockquote` object:
|
|
376
|
+
|
|
377
|
+
#### `disabled` (boolean)
|
|
378
|
+
|
|
379
|
+
Indicates if the plugin is disabled or not
|
|
380
|
+
|
|
381
|
+
### `h3` (object)
|
|
382
|
+
|
|
383
|
+
Properties of the `h3` object:
|
|
384
|
+
|
|
385
|
+
#### `disabled` (boolean)
|
|
386
|
+
|
|
387
|
+
Indicates if the plugin is disabled or not
|
|
388
|
+
|
|
325
389
|
## `required` (boolean)
|
|
326
390
|
|
|
327
391
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -593,6 +657,22 @@ Currently, only "SVG" is supported.
|
|
|
593
657
|
|
|
594
658
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
595
659
|
|
|
660
|
+
### `blockquote` (object)
|
|
661
|
+
|
|
662
|
+
Properties of the `blockquote` object:
|
|
663
|
+
|
|
664
|
+
#### `disabled` (boolean)
|
|
665
|
+
|
|
666
|
+
Indicates if the plugin is disabled or not
|
|
667
|
+
|
|
668
|
+
### `h3` (object)
|
|
669
|
+
|
|
670
|
+
Properties of the `h3` object:
|
|
671
|
+
|
|
672
|
+
#### `disabled` (boolean)
|
|
673
|
+
|
|
674
|
+
Indicates if the plugin is disabled or not
|
|
675
|
+
|
|
596
676
|
## `EditableHtmlButtonConfigure` (object)
|
|
597
677
|
|
|
598
678
|
Properties of the `EditableHtmlButtonConfigure` object:
|
|
@@ -705,6 +785,22 @@ Currently, only "SVG" is supported.
|
|
|
705
785
|
|
|
706
786
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
707
787
|
|
|
788
|
+
#### `blockquote` (object)
|
|
789
|
+
|
|
790
|
+
Properties of the `blockquote` object:
|
|
791
|
+
|
|
792
|
+
##### `disabled` (boolean)
|
|
793
|
+
|
|
794
|
+
Indicates if the plugin is disabled or not
|
|
795
|
+
|
|
796
|
+
#### `h3` (object)
|
|
797
|
+
|
|
798
|
+
Properties of the `h3` object:
|
|
799
|
+
|
|
800
|
+
##### `disabled` (boolean)
|
|
801
|
+
|
|
802
|
+
Indicates if the plugin is disabled or not
|
|
803
|
+
|
|
708
804
|
### `required` (boolean)
|
|
709
805
|
|
|
710
806
|
Indicates if the item is required and the value cannot be empty
|
package/docs/pie-schema.json
CHANGED
|
@@ -345,6 +345,28 @@
|
|
|
345
345
|
]
|
|
346
346
|
},
|
|
347
347
|
"title": "customPlugins"
|
|
348
|
+
},
|
|
349
|
+
"blockquote": {
|
|
350
|
+
"title": "EditableHtmlButtonConfigure",
|
|
351
|
+
"type": "object",
|
|
352
|
+
"properties": {
|
|
353
|
+
"disabled": {
|
|
354
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
355
|
+
"type": "boolean",
|
|
356
|
+
"title": "disabled"
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
},
|
|
360
|
+
"h3": {
|
|
361
|
+
"title": "EditableHtmlButtonConfigure",
|
|
362
|
+
"type": "object",
|
|
363
|
+
"properties": {
|
|
364
|
+
"disabled": {
|
|
365
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
366
|
+
"type": "boolean",
|
|
367
|
+
"title": "disabled"
|
|
368
|
+
}
|
|
369
|
+
}
|
|
348
370
|
}
|
|
349
371
|
}
|
|
350
372
|
},
|
|
@@ -495,6 +517,28 @@
|
|
|
495
517
|
]
|
|
496
518
|
},
|
|
497
519
|
"title": "customPlugins"
|
|
520
|
+
},
|
|
521
|
+
"blockquote": {
|
|
522
|
+
"title": "EditableHtmlButtonConfigure",
|
|
523
|
+
"type": "object",
|
|
524
|
+
"properties": {
|
|
525
|
+
"disabled": {
|
|
526
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
527
|
+
"type": "boolean",
|
|
528
|
+
"title": "disabled"
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
},
|
|
532
|
+
"h3": {
|
|
533
|
+
"title": "EditableHtmlButtonConfigure",
|
|
534
|
+
"type": "object",
|
|
535
|
+
"properties": {
|
|
536
|
+
"disabled": {
|
|
537
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
538
|
+
"type": "boolean",
|
|
539
|
+
"title": "disabled"
|
|
540
|
+
}
|
|
541
|
+
}
|
|
498
542
|
}
|
|
499
543
|
}
|
|
500
544
|
},
|
package/docs/pie-schema.json.md
CHANGED
|
@@ -249,6 +249,22 @@ Currently, only "SVG" is supported.
|
|
|
249
249
|
|
|
250
250
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
251
251
|
|
|
252
|
+
### `blockquote` (object)
|
|
253
|
+
|
|
254
|
+
Properties of the `blockquote` object:
|
|
255
|
+
|
|
256
|
+
#### `disabled` (boolean)
|
|
257
|
+
|
|
258
|
+
Indicates if the plugin is disabled or not
|
|
259
|
+
|
|
260
|
+
### `h3` (object)
|
|
261
|
+
|
|
262
|
+
Properties of the `h3` object:
|
|
263
|
+
|
|
264
|
+
#### `disabled` (boolean)
|
|
265
|
+
|
|
266
|
+
Indicates if the plugin is disabled or not
|
|
267
|
+
|
|
252
268
|
## `EditableHtmlButtonConfigure` (object)
|
|
253
269
|
|
|
254
270
|
Properties of the `EditableHtmlButtonConfigure` object:
|
|
@@ -361,6 +377,22 @@ Currently, only "SVG" is supported.
|
|
|
361
377
|
|
|
362
378
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
363
379
|
|
|
380
|
+
#### `blockquote` (object)
|
|
381
|
+
|
|
382
|
+
Properties of the `blockquote` object:
|
|
383
|
+
|
|
384
|
+
##### `disabled` (boolean)
|
|
385
|
+
|
|
386
|
+
Indicates if the plugin is disabled or not
|
|
387
|
+
|
|
388
|
+
#### `h3` (object)
|
|
389
|
+
|
|
390
|
+
Properties of the `h3` object:
|
|
391
|
+
|
|
392
|
+
##### `disabled` (boolean)
|
|
393
|
+
|
|
394
|
+
Indicates if the plugin is disabled or not
|
|
395
|
+
|
|
364
396
|
### `required` (boolean)
|
|
365
397
|
|
|
366
398
|
Indicates if the item is required and the value cannot be empty
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/hotspot",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.22.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"repository": "pie-framework/pie-elements",
|
|
6
6
|
"publishConfig": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@material-ui/core": "^3.9.3",
|
|
11
11
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
12
|
-
"@pie-lib/pie-toolbox": "1.
|
|
12
|
+
"@pie-lib/pie-toolbox": "1.24.0",
|
|
13
13
|
"konva": "^3.2.5",
|
|
14
14
|
"prop-types": "^15.6.1",
|
|
15
15
|
"react": "^16.8.1",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"author": "pie framework developers",
|
|
20
20
|
"license": "ISC",
|
|
21
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "32f0b3dbc46526a56225b2f3b288ec93dec4dfc1",
|
|
22
22
|
"scripts": {
|
|
23
23
|
"postpublish": "../../scripts/postpublish"
|
|
24
24
|
},
|