@atlaskit/tmp-editor-statsig 33.3.0 → 34.1.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 +27 -0
- package/dist/cjs/experiments-config.js +26 -21
- package/dist/es2019/experiments-config.js +26 -21
- package/dist/esm/experiments-config.js +26 -21
- package/dist/types/experiments-config.d.ts +18 -18
- package/dist/types-ts4.5/experiments-config.d.ts +18 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 34.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`1a05924d64777`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1a05924d64777) -
|
|
8
|
+
[EDITOR-5528] Fix bodiedSyncBlock mutation
|
|
9
|
+
- [`00ae34886b5f7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/00ae34886b5f7) -
|
|
10
|
+
[EDITOR-5796](https://hello.jira.atlassian.cloud/browse/EDITOR-5796) - clean up
|
|
11
|
+
platform_editor_display_none_to_expand experiment
|
|
12
|
+
- [`557de2bd28f21`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/557de2bd28f21) -
|
|
13
|
+
[EDITOR-5773](https://hello.jira.atlassian.cloud/browse/EDITOR-5773) - clean up
|
|
14
|
+
platform_editor_disable_query_command_supported experiment
|
|
15
|
+
|
|
16
|
+
## 34.0.0
|
|
17
|
+
|
|
18
|
+
### Major Changes
|
|
19
|
+
|
|
20
|
+
- [`451c2f1a9f5f0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/451c2f1a9f5f0) -
|
|
21
|
+
Clean up confluence_insert_excerpt_inline_vertical_align experiment, which removes block nodes
|
|
22
|
+
vertical margin from inline extension elements to fix the inline vertical positioning of inline
|
|
23
|
+
extensions to match its surrounding text content.
|
|
24
|
+
|
|
25
|
+
### Minor Changes
|
|
26
|
+
|
|
27
|
+
- [`aa2864bc234dd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aa2864bc234dd) -
|
|
28
|
+
add experiement to tmp-editor-statsig for cards a11y aria-role list and listitem
|
|
29
|
+
|
|
3
30
|
## 33.3.0
|
|
4
31
|
|
|
5
32
|
### Minor Changes
|
|
@@ -556,13 +556,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
556
556
|
param: 'isEnabled',
|
|
557
557
|
defaultValue: false
|
|
558
558
|
}),
|
|
559
|
-
platform_editor_display_none_to_expand: (0, _experimentBuilders.createBooleanExperiment)({
|
|
560
|
-
productKeys: {
|
|
561
|
-
confluence: 'platform_editor_display_none_to_expand'
|
|
562
|
-
},
|
|
563
|
-
param: 'isEnabled',
|
|
564
|
-
defaultValue: false
|
|
565
|
-
}),
|
|
566
559
|
// Added 2025-06-24
|
|
567
560
|
platform_editor_find_and_replace_improvements: (0, _experimentBuilders.createBooleanExperiment)({
|
|
568
561
|
productKeys: {
|
|
@@ -571,13 +564,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
571
564
|
param: 'isEnabled',
|
|
572
565
|
defaultValue: false
|
|
573
566
|
}),
|
|
574
|
-
platform_editor_disable_query_command_supported: (0, _experimentBuilders.createBooleanExperiment)({
|
|
575
|
-
productKeys: {
|
|
576
|
-
confluence: 'platform_editor_disable_query_command_supported'
|
|
577
|
-
},
|
|
578
|
-
param: 'isEnabled',
|
|
579
|
-
defaultValue: false
|
|
580
|
-
}),
|
|
581
567
|
// Added 2025-06-26
|
|
582
568
|
platform_editor_feedback_mandatory_rating: (0, _experimentBuilders.createBooleanExperiment)({
|
|
583
569
|
productKeys: {
|
|
@@ -761,6 +747,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
761
747
|
param: 'isEnabled',
|
|
762
748
|
defaultValue: false
|
|
763
749
|
}),
|
|
750
|
+
// Added 2026-03-05
|
|
751
|
+
'cc_perf-insights-cards_extension_a11y_list': (0, _experimentBuilders.createBooleanExperiment)({
|
|
752
|
+
productKeys: {
|
|
753
|
+
confluence: 'cc_perf-insights-cards_extension_a11y_list'
|
|
754
|
+
},
|
|
755
|
+
param: 'isEnabled',
|
|
756
|
+
defaultValue: false
|
|
757
|
+
}),
|
|
764
758
|
// Added 2026-02-05
|
|
765
759
|
'editor-a11y-fy26-keyboard-move-row-column': (0, _experimentBuilders.createBooleanExperiment)({
|
|
766
760
|
productKeys: {
|
|
@@ -795,6 +789,24 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
795
789
|
param: 'isEnabled',
|
|
796
790
|
defaultValue: false
|
|
797
791
|
}),
|
|
792
|
+
// Added 2026-03-05
|
|
793
|
+
platform_synced_block_use_new_source_nodeview: (0, _experimentBuilders.createBooleanExperiment)({
|
|
794
|
+
productKeys: {
|
|
795
|
+
confluence: 'platform_synced_block_use_new_source_nodeview',
|
|
796
|
+
jira: 'platform_synced_block_use_new_source_nodeview'
|
|
797
|
+
},
|
|
798
|
+
param: 'isEnabled',
|
|
799
|
+
defaultValue: false
|
|
800
|
+
}),
|
|
801
|
+
// Added 2026-03-05
|
|
802
|
+
platform_synced_block_patch_6: (0, _experimentBuilders.createBooleanExperiment)({
|
|
803
|
+
productKeys: {
|
|
804
|
+
confluence: 'platform_synced_block_patch_6',
|
|
805
|
+
jira: 'platform_synced_block_patch_6'
|
|
806
|
+
},
|
|
807
|
+
param: 'isEnabled',
|
|
808
|
+
defaultValue: false
|
|
809
|
+
}),
|
|
798
810
|
// Added 2025-08-18
|
|
799
811
|
platform_editor_locale_datepicker: (0, _experimentBuilders.createBooleanExperiment)({
|
|
800
812
|
productKeys: {
|
|
@@ -1295,13 +1307,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1295
1307
|
param: 'isEnabled',
|
|
1296
1308
|
defaultValue: false
|
|
1297
1309
|
}),
|
|
1298
|
-
confluence_insert_excerpt_inline_vertical_align: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1299
|
-
productKeys: {
|
|
1300
|
-
confluence: 'confluence_insert_excerpt_inline_vertical_align'
|
|
1301
|
-
},
|
|
1302
|
-
param: 'isEnabled',
|
|
1303
|
-
defaultValue: false
|
|
1304
|
-
}),
|
|
1305
1310
|
// Added 2026-01-30
|
|
1306
1311
|
platform_editor_fix_cross_origin_editor_focus: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1307
1312
|
productKeys: {
|
|
@@ -550,13 +550,6 @@ export const editorExperimentsConfig = {
|
|
|
550
550
|
param: 'isEnabled',
|
|
551
551
|
defaultValue: false
|
|
552
552
|
}),
|
|
553
|
-
platform_editor_display_none_to_expand: createBooleanExperiment({
|
|
554
|
-
productKeys: {
|
|
555
|
-
confluence: 'platform_editor_display_none_to_expand'
|
|
556
|
-
},
|
|
557
|
-
param: 'isEnabled',
|
|
558
|
-
defaultValue: false
|
|
559
|
-
}),
|
|
560
553
|
// Added 2025-06-24
|
|
561
554
|
platform_editor_find_and_replace_improvements: createBooleanExperiment({
|
|
562
555
|
productKeys: {
|
|
@@ -565,13 +558,6 @@ export const editorExperimentsConfig = {
|
|
|
565
558
|
param: 'isEnabled',
|
|
566
559
|
defaultValue: false
|
|
567
560
|
}),
|
|
568
|
-
platform_editor_disable_query_command_supported: createBooleanExperiment({
|
|
569
|
-
productKeys: {
|
|
570
|
-
confluence: 'platform_editor_disable_query_command_supported'
|
|
571
|
-
},
|
|
572
|
-
param: 'isEnabled',
|
|
573
|
-
defaultValue: false
|
|
574
|
-
}),
|
|
575
561
|
// Added 2025-06-26
|
|
576
562
|
platform_editor_feedback_mandatory_rating: createBooleanExperiment({
|
|
577
563
|
productKeys: {
|
|
@@ -755,6 +741,14 @@ export const editorExperimentsConfig = {
|
|
|
755
741
|
param: 'isEnabled',
|
|
756
742
|
defaultValue: false
|
|
757
743
|
}),
|
|
744
|
+
// Added 2026-03-05
|
|
745
|
+
'cc_perf-insights-cards_extension_a11y_list': createBooleanExperiment({
|
|
746
|
+
productKeys: {
|
|
747
|
+
confluence: 'cc_perf-insights-cards_extension_a11y_list'
|
|
748
|
+
},
|
|
749
|
+
param: 'isEnabled',
|
|
750
|
+
defaultValue: false
|
|
751
|
+
}),
|
|
758
752
|
// Added 2026-02-05
|
|
759
753
|
'editor-a11y-fy26-keyboard-move-row-column': createBooleanExperiment({
|
|
760
754
|
productKeys: {
|
|
@@ -789,6 +783,24 @@ export const editorExperimentsConfig = {
|
|
|
789
783
|
param: 'isEnabled',
|
|
790
784
|
defaultValue: false
|
|
791
785
|
}),
|
|
786
|
+
// Added 2026-03-05
|
|
787
|
+
platform_synced_block_use_new_source_nodeview: createBooleanExperiment({
|
|
788
|
+
productKeys: {
|
|
789
|
+
confluence: 'platform_synced_block_use_new_source_nodeview',
|
|
790
|
+
jira: 'platform_synced_block_use_new_source_nodeview'
|
|
791
|
+
},
|
|
792
|
+
param: 'isEnabled',
|
|
793
|
+
defaultValue: false
|
|
794
|
+
}),
|
|
795
|
+
// Added 2026-03-05
|
|
796
|
+
platform_synced_block_patch_6: createBooleanExperiment({
|
|
797
|
+
productKeys: {
|
|
798
|
+
confluence: 'platform_synced_block_patch_6',
|
|
799
|
+
jira: 'platform_synced_block_patch_6'
|
|
800
|
+
},
|
|
801
|
+
param: 'isEnabled',
|
|
802
|
+
defaultValue: false
|
|
803
|
+
}),
|
|
792
804
|
// Added 2025-08-18
|
|
793
805
|
platform_editor_locale_datepicker: createBooleanExperiment({
|
|
794
806
|
productKeys: {
|
|
@@ -1289,13 +1301,6 @@ export const editorExperimentsConfig = {
|
|
|
1289
1301
|
param: 'isEnabled',
|
|
1290
1302
|
defaultValue: false
|
|
1291
1303
|
}),
|
|
1292
|
-
confluence_insert_excerpt_inline_vertical_align: createBooleanExperiment({
|
|
1293
|
-
productKeys: {
|
|
1294
|
-
confluence: 'confluence_insert_excerpt_inline_vertical_align'
|
|
1295
|
-
},
|
|
1296
|
-
param: 'isEnabled',
|
|
1297
|
-
defaultValue: false
|
|
1298
|
-
}),
|
|
1299
1304
|
// Added 2026-01-30
|
|
1300
1305
|
platform_editor_fix_cross_origin_editor_focus: createBooleanExperiment({
|
|
1301
1306
|
productKeys: {
|
|
@@ -550,13 +550,6 @@ export var editorExperimentsConfig = {
|
|
|
550
550
|
param: 'isEnabled',
|
|
551
551
|
defaultValue: false
|
|
552
552
|
}),
|
|
553
|
-
platform_editor_display_none_to_expand: createBooleanExperiment({
|
|
554
|
-
productKeys: {
|
|
555
|
-
confluence: 'platform_editor_display_none_to_expand'
|
|
556
|
-
},
|
|
557
|
-
param: 'isEnabled',
|
|
558
|
-
defaultValue: false
|
|
559
|
-
}),
|
|
560
553
|
// Added 2025-06-24
|
|
561
554
|
platform_editor_find_and_replace_improvements: createBooleanExperiment({
|
|
562
555
|
productKeys: {
|
|
@@ -565,13 +558,6 @@ export var editorExperimentsConfig = {
|
|
|
565
558
|
param: 'isEnabled',
|
|
566
559
|
defaultValue: false
|
|
567
560
|
}),
|
|
568
|
-
platform_editor_disable_query_command_supported: createBooleanExperiment({
|
|
569
|
-
productKeys: {
|
|
570
|
-
confluence: 'platform_editor_disable_query_command_supported'
|
|
571
|
-
},
|
|
572
|
-
param: 'isEnabled',
|
|
573
|
-
defaultValue: false
|
|
574
|
-
}),
|
|
575
561
|
// Added 2025-06-26
|
|
576
562
|
platform_editor_feedback_mandatory_rating: createBooleanExperiment({
|
|
577
563
|
productKeys: {
|
|
@@ -755,6 +741,14 @@ export var editorExperimentsConfig = {
|
|
|
755
741
|
param: 'isEnabled',
|
|
756
742
|
defaultValue: false
|
|
757
743
|
}),
|
|
744
|
+
// Added 2026-03-05
|
|
745
|
+
'cc_perf-insights-cards_extension_a11y_list': createBooleanExperiment({
|
|
746
|
+
productKeys: {
|
|
747
|
+
confluence: 'cc_perf-insights-cards_extension_a11y_list'
|
|
748
|
+
},
|
|
749
|
+
param: 'isEnabled',
|
|
750
|
+
defaultValue: false
|
|
751
|
+
}),
|
|
758
752
|
// Added 2026-02-05
|
|
759
753
|
'editor-a11y-fy26-keyboard-move-row-column': createBooleanExperiment({
|
|
760
754
|
productKeys: {
|
|
@@ -789,6 +783,24 @@ export var editorExperimentsConfig = {
|
|
|
789
783
|
param: 'isEnabled',
|
|
790
784
|
defaultValue: false
|
|
791
785
|
}),
|
|
786
|
+
// Added 2026-03-05
|
|
787
|
+
platform_synced_block_use_new_source_nodeview: createBooleanExperiment({
|
|
788
|
+
productKeys: {
|
|
789
|
+
confluence: 'platform_synced_block_use_new_source_nodeview',
|
|
790
|
+
jira: 'platform_synced_block_use_new_source_nodeview'
|
|
791
|
+
},
|
|
792
|
+
param: 'isEnabled',
|
|
793
|
+
defaultValue: false
|
|
794
|
+
}),
|
|
795
|
+
// Added 2026-03-05
|
|
796
|
+
platform_synced_block_patch_6: createBooleanExperiment({
|
|
797
|
+
productKeys: {
|
|
798
|
+
confluence: 'platform_synced_block_patch_6',
|
|
799
|
+
jira: 'platform_synced_block_patch_6'
|
|
800
|
+
},
|
|
801
|
+
param: 'isEnabled',
|
|
802
|
+
defaultValue: false
|
|
803
|
+
}),
|
|
792
804
|
// Added 2025-08-18
|
|
793
805
|
platform_editor_locale_datepicker: createBooleanExperiment({
|
|
794
806
|
productKeys: {
|
|
@@ -1289,13 +1301,6 @@ export var editorExperimentsConfig = {
|
|
|
1289
1301
|
param: 'isEnabled',
|
|
1290
1302
|
defaultValue: false
|
|
1291
1303
|
}),
|
|
1292
|
-
confluence_insert_excerpt_inline_vertical_align: createBooleanExperiment({
|
|
1293
|
-
productKeys: {
|
|
1294
|
-
confluence: 'confluence_insert_excerpt_inline_vertical_align'
|
|
1295
|
-
},
|
|
1296
|
-
param: 'isEnabled',
|
|
1297
|
-
defaultValue: false
|
|
1298
|
-
}),
|
|
1299
1304
|
// Added 2026-01-30
|
|
1300
1305
|
platform_editor_fix_cross_origin_editor_focus: createBooleanExperiment({
|
|
1301
1306
|
productKeys: {
|
|
@@ -172,6 +172,12 @@ export declare const editorExperimentsConfig: {
|
|
|
172
172
|
productKeys?: ProductKeys;
|
|
173
173
|
typeGuard: IsBooleanType;
|
|
174
174
|
};
|
|
175
|
+
'cc_perf-insights-cards_extension_a11y_list': {
|
|
176
|
+
defaultValue: boolean;
|
|
177
|
+
param: string;
|
|
178
|
+
productKeys?: ProductKeys;
|
|
179
|
+
typeGuard: IsBooleanType;
|
|
180
|
+
};
|
|
175
181
|
'editor-a11y-fy26-keyboard-move-row-column': {
|
|
176
182
|
defaultValue: boolean;
|
|
177
183
|
param: string;
|
|
@@ -281,24 +287,12 @@ export declare const editorExperimentsConfig: {
|
|
|
281
287
|
productKeys?: ProductKeys;
|
|
282
288
|
typeGuard: IsBooleanType;
|
|
283
289
|
};
|
|
284
|
-
platform_editor_display_none_to_expand: {
|
|
285
|
-
defaultValue: boolean;
|
|
286
|
-
param: string;
|
|
287
|
-
productKeys?: ProductKeys;
|
|
288
|
-
typeGuard: IsBooleanType;
|
|
289
|
-
};
|
|
290
290
|
platform_editor_ai_quickstart_command: {
|
|
291
291
|
defaultValue: boolean;
|
|
292
292
|
param: string;
|
|
293
293
|
productKeys?: ProductKeys;
|
|
294
294
|
typeGuard: IsBooleanType;
|
|
295
295
|
};
|
|
296
|
-
platform_editor_disable_query_command_supported: {
|
|
297
|
-
defaultValue: boolean;
|
|
298
|
-
param: string;
|
|
299
|
-
productKeys?: ProductKeys;
|
|
300
|
-
typeGuard: IsBooleanType;
|
|
301
|
-
};
|
|
302
296
|
platform_editor_ai_unsplash_page_header: {
|
|
303
297
|
defaultValue: boolean;
|
|
304
298
|
param: string;
|
|
@@ -748,6 +742,18 @@ export declare const editorExperimentsConfig: {
|
|
|
748
742
|
productKeys?: ProductKeys;
|
|
749
743
|
typeGuard: IsBooleanType;
|
|
750
744
|
};
|
|
745
|
+
platform_synced_block_use_new_source_nodeview: {
|
|
746
|
+
defaultValue: boolean;
|
|
747
|
+
param: string;
|
|
748
|
+
productKeys?: ProductKeys;
|
|
749
|
+
typeGuard: IsBooleanType;
|
|
750
|
+
};
|
|
751
|
+
platform_synced_block_patch_6: {
|
|
752
|
+
defaultValue: boolean;
|
|
753
|
+
param: string;
|
|
754
|
+
productKeys?: ProductKeys;
|
|
755
|
+
typeGuard: IsBooleanType;
|
|
756
|
+
};
|
|
751
757
|
platform_editor_table_sticky_header_patch_9: {
|
|
752
758
|
defaultValue: boolean;
|
|
753
759
|
param: string;
|
|
@@ -959,12 +965,6 @@ export declare const editorExperimentsConfig: {
|
|
|
959
965
|
productKeys?: ProductKeys;
|
|
960
966
|
typeGuard: IsBooleanType;
|
|
961
967
|
};
|
|
962
|
-
confluence_insert_excerpt_inline_vertical_align: {
|
|
963
|
-
defaultValue: boolean;
|
|
964
|
-
param: string;
|
|
965
|
-
productKeys?: ProductKeys;
|
|
966
|
-
typeGuard: IsBooleanType;
|
|
967
|
-
};
|
|
968
968
|
platform_editor_fix_cross_origin_editor_focus: {
|
|
969
969
|
defaultValue: boolean;
|
|
970
970
|
param: string;
|
|
@@ -172,6 +172,12 @@ export declare const editorExperimentsConfig: {
|
|
|
172
172
|
productKeys?: ProductKeys;
|
|
173
173
|
typeGuard: IsBooleanType;
|
|
174
174
|
};
|
|
175
|
+
'cc_perf-insights-cards_extension_a11y_list': {
|
|
176
|
+
defaultValue: boolean;
|
|
177
|
+
param: string;
|
|
178
|
+
productKeys?: ProductKeys;
|
|
179
|
+
typeGuard: IsBooleanType;
|
|
180
|
+
};
|
|
175
181
|
'editor-a11y-fy26-keyboard-move-row-column': {
|
|
176
182
|
defaultValue: boolean;
|
|
177
183
|
param: string;
|
|
@@ -281,24 +287,12 @@ export declare const editorExperimentsConfig: {
|
|
|
281
287
|
productKeys?: ProductKeys;
|
|
282
288
|
typeGuard: IsBooleanType;
|
|
283
289
|
};
|
|
284
|
-
platform_editor_display_none_to_expand: {
|
|
285
|
-
defaultValue: boolean;
|
|
286
|
-
param: string;
|
|
287
|
-
productKeys?: ProductKeys;
|
|
288
|
-
typeGuard: IsBooleanType;
|
|
289
|
-
};
|
|
290
290
|
platform_editor_ai_quickstart_command: {
|
|
291
291
|
defaultValue: boolean;
|
|
292
292
|
param: string;
|
|
293
293
|
productKeys?: ProductKeys;
|
|
294
294
|
typeGuard: IsBooleanType;
|
|
295
295
|
};
|
|
296
|
-
platform_editor_disable_query_command_supported: {
|
|
297
|
-
defaultValue: boolean;
|
|
298
|
-
param: string;
|
|
299
|
-
productKeys?: ProductKeys;
|
|
300
|
-
typeGuard: IsBooleanType;
|
|
301
|
-
};
|
|
302
296
|
platform_editor_ai_unsplash_page_header: {
|
|
303
297
|
defaultValue: boolean;
|
|
304
298
|
param: string;
|
|
@@ -748,6 +742,18 @@ export declare const editorExperimentsConfig: {
|
|
|
748
742
|
productKeys?: ProductKeys;
|
|
749
743
|
typeGuard: IsBooleanType;
|
|
750
744
|
};
|
|
745
|
+
platform_synced_block_use_new_source_nodeview: {
|
|
746
|
+
defaultValue: boolean;
|
|
747
|
+
param: string;
|
|
748
|
+
productKeys?: ProductKeys;
|
|
749
|
+
typeGuard: IsBooleanType;
|
|
750
|
+
};
|
|
751
|
+
platform_synced_block_patch_6: {
|
|
752
|
+
defaultValue: boolean;
|
|
753
|
+
param: string;
|
|
754
|
+
productKeys?: ProductKeys;
|
|
755
|
+
typeGuard: IsBooleanType;
|
|
756
|
+
};
|
|
751
757
|
platform_editor_table_sticky_header_patch_9: {
|
|
752
758
|
defaultValue: boolean;
|
|
753
759
|
param: string;
|
|
@@ -959,12 +965,6 @@ export declare const editorExperimentsConfig: {
|
|
|
959
965
|
productKeys?: ProductKeys;
|
|
960
966
|
typeGuard: IsBooleanType;
|
|
961
967
|
};
|
|
962
|
-
confluence_insert_excerpt_inline_vertical_align: {
|
|
963
|
-
defaultValue: boolean;
|
|
964
|
-
param: string;
|
|
965
|
-
productKeys?: ProductKeys;
|
|
966
|
-
typeGuard: IsBooleanType;
|
|
967
|
-
};
|
|
968
968
|
platform_editor_fix_cross_origin_editor_focus: {
|
|
969
969
|
defaultValue: boolean;
|
|
970
970
|
param: string;
|
package/package.json
CHANGED