@ilo-org/react 0.0.13 → 0.0.15
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/.storybook/manager-head.html +1 -6
- package/.storybook/preview.tsx +7 -0
- package/.turbo/turbo-build.log +90 -74
- package/.turbo/turbo-check.log +1 -1
- package/.turbo/turbo-test.log +13 -835
- package/CHANGELOG.md +41 -0
- package/README.md +183 -5
- package/package.json +7 -7
- package/src/components/ChoiceGroup/ChoiceGroup.args.ts +2 -1
- package/src/components/ChoiceGroup/ChoiceGroup.tsx +15 -3
- package/src/components/Fieldset/Fieldset.tsx +1 -1
- package/src/components/Radio/Radio.props.d.ts +5 -0
- package/src/components/Radio/Radio.tsx +3 -6
- package/src/components/SearchField/SearchField.tsx +7 -8
- package/src/components/Video/VideoPlayer.tsx +11 -2
- package/src/stories/Introduction.stories.mdx +252 -6
- package/src/stories/Welcome.stories.mdx +63 -0
- package/storybook-static/212.faba6ad0.iframe.bundle.js +7 -0
- package/storybook-static/{804.292f3e06.iframe.bundle.js.LICENSE.txt → 212.faba6ad0.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/212.faba6ad0.iframe.bundle.js.map +1 -0
- package/storybook-static/iframe.html +2 -2
- package/storybook-static/index.html +1 -1
- package/storybook-static/main.7bfb35c8.iframe.bundle.js +1 -0
- package/storybook-static/project.json +1 -1
- package/storybook-static/static/css/main.acddc31a.css +3 -0
- package/storybook-static/static/css/main.acddc31a.css.map +1 -0
- package/src/public/favicon.ico +0 -0
- package/src/public/index.html +0 -43
- package/src/public/logo192.png +0 -0
- package/src/public/logo512.png +0 -0
- package/src/public/manifest.json +0 -25
- package/src/public/robots.txt +0 -3
- package/storybook-static/804.292f3e06.iframe.bundle.js +0 -2
- package/storybook-static/main.2a251da6.iframe.bundle.js +0 -1
- package/storybook-static/static/css/main.0c4ad0ec.css +0 -3
- package/storybook-static/static/css/main.0c4ad0ec.css.map +0 -1
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
> @ilo-org/react@0.0.
|
|
2
|
+
> @ilo-org/react@0.0.15 test /home/runner/work/designsystem/designsystem/packages/react
|
|
3
3
|
> NODE_OPTIONS=--experimental-vm-modules SKIP_PREFLIGHT_CHECK=true react-scripts test --watchAll=false --setupFilesAfterEnv ./src/setup.ts
|
|
4
4
|
|
|
5
|
-
(node:
|
|
5
|
+
(node:3139) ExperimentalWarning: VM Modules is an experimental feature. This feature could change at any time
|
|
6
6
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
7
7
|
PASS src/__tests__/Button.test.tsx
|
|
8
8
|
PASS src/__tests__/Pagination.test.tsx
|
|
@@ -13,7 +13,7 @@ PASS src/__tests__/Accordion.test.tsx
|
|
|
13
13
|
|
|
14
14
|
console.log
|
|
15
15
|
<ref *1> HTMLButtonElement {
|
|
16
|
-
'__reactFiber$
|
|
16
|
+
'__reactFiber$a7fvz9vpqo': <ref *2> FiberNode {
|
|
17
17
|
tag: 5,
|
|
18
18
|
key: null,
|
|
19
19
|
elementType: 'button',
|
|
@@ -164,7 +164,7 @@ PASS src/__tests__/Accordion.test.tsx
|
|
|
164
164
|
_debugNeedsRemount: false,
|
|
165
165
|
_debugHookTypes: null
|
|
166
166
|
},
|
|
167
|
-
'__reactProps$
|
|
167
|
+
'__reactProps$a7fvz9vpqo': {
|
|
168
168
|
className: 'ilo--accordion--button',
|
|
169
169
|
'aria-expanded': true,
|
|
170
170
|
onClick: [Function: onClick],
|
|
@@ -178,7 +178,7 @@ PASS src/__tests__/Accordion.test.tsx
|
|
|
178
178
|
|
|
179
179
|
console.log
|
|
180
180
|
<ref *1> HTMLButtonElement {
|
|
181
|
-
'__reactFiber$
|
|
181
|
+
'__reactFiber$a7fvz9vpqo': <ref *2> FiberNode {
|
|
182
182
|
tag: 5,
|
|
183
183
|
key: null,
|
|
184
184
|
elementType: 'button',
|
|
@@ -329,7 +329,7 @@ PASS src/__tests__/Accordion.test.tsx
|
|
|
329
329
|
_debugNeedsRemount: false,
|
|
330
330
|
_debugHookTypes: null
|
|
331
331
|
},
|
|
332
|
-
'__reactProps$
|
|
332
|
+
'__reactProps$a7fvz9vpqo': {
|
|
333
333
|
className: 'ilo--accordion--button',
|
|
334
334
|
'aria-expanded': true,
|
|
335
335
|
onClick: [Function: onClick],
|
|
@@ -343,7 +343,7 @@ PASS src/__tests__/Accordion.test.tsx
|
|
|
343
343
|
|
|
344
344
|
console.log
|
|
345
345
|
<ref *1> HTMLButtonElement {
|
|
346
|
-
'__reactFiber$
|
|
346
|
+
'__reactFiber$a7fvz9vpqo': <ref *2> FiberNode {
|
|
347
347
|
tag: 5,
|
|
348
348
|
key: null,
|
|
349
349
|
elementType: 'button',
|
|
@@ -494,7 +494,7 @@ PASS src/__tests__/Accordion.test.tsx
|
|
|
494
494
|
_debugNeedsRemount: false,
|
|
495
495
|
_debugHookTypes: null
|
|
496
496
|
},
|
|
497
|
-
'__reactProps$
|
|
497
|
+
'__reactProps$a7fvz9vpqo': {
|
|
498
498
|
className: 'ilo--accordion--button',
|
|
499
499
|
'aria-expanded': true,
|
|
500
500
|
onClick: [Function: onClick],
|
|
@@ -511,7 +511,7 @@ PASS src/__tests__/Callout.test.tsx
|
|
|
511
511
|
|
|
512
512
|
console.log
|
|
513
513
|
<ref *1> HTMLHeadingElement {
|
|
514
|
-
'__reactFiber$
|
|
514
|
+
'__reactFiber$rycfv4dhgy9': <ref *2> FiberNode {
|
|
515
515
|
tag: 5,
|
|
516
516
|
key: null,
|
|
517
517
|
elementType: 'h5',
|
|
@@ -648,7 +648,7 @@ PASS src/__tests__/Callout.test.tsx
|
|
|
648
648
|
_debugNeedsRemount: false,
|
|
649
649
|
_debugHookTypes: null
|
|
650
650
|
},
|
|
651
|
-
'__reactProps$
|
|
651
|
+
'__reactProps$rycfv4dhgy9': { className: 'undefined--callout--headline', children: 'With CTA' }
|
|
652
652
|
}
|
|
653
653
|
|
|
654
654
|
at Object.<anonymous> (src/__tests__/Callout.test.tsx:14:13)
|
|
@@ -658,7 +658,7 @@ PASS src/__tests__/Notification.test.tsx
|
|
|
658
658
|
|
|
659
659
|
console.log
|
|
660
660
|
<ref *1> HTMLHeadingElement {
|
|
661
|
-
'__reactFiber$
|
|
661
|
+
'__reactFiber$5etojvbt61c': <ref *2> FiberNode {
|
|
662
662
|
tag: 5,
|
|
663
663
|
key: null,
|
|
664
664
|
elementType: 'h2',
|
|
@@ -801,7 +801,7 @@ PASS src/__tests__/Notification.test.tsx
|
|
|
801
801
|
_debugNeedsRemount: false,
|
|
802
802
|
_debugHookTypes: null
|
|
803
803
|
},
|
|
804
|
-
'__reactProps$
|
|
804
|
+
'__reactProps$5etojvbt61c': {
|
|
805
805
|
className: 'undefined--notification--headline',
|
|
806
806
|
children: 'With CTA'
|
|
807
807
|
}
|
|
@@ -873,828 +873,6 @@ PASS src/__tests__/SearchField.test.tsx
|
|
|
873
873
|
at Object.<anonymous> (src/__tests__/SearchField.test.tsx:32:15)
|
|
874
874
|
|
|
875
875
|
PASS src/__tests__/Form.test.tsx
|
|
876
|
-
● Console
|
|
877
|
-
|
|
878
|
-
console.log
|
|
879
|
-
{
|
|
880
|
-
callback: '',
|
|
881
|
-
disabled: false,
|
|
882
|
-
error: false,
|
|
883
|
-
grouped: true,
|
|
884
|
-
helper: false,
|
|
885
|
-
label: 'Checkbox 0',
|
|
886
|
-
name: 'fgcheckbox0',
|
|
887
|
-
required: false,
|
|
888
|
-
type: 'checkbox',
|
|
889
|
-
id: 'fgcheckbox0'
|
|
890
|
-
}
|
|
891
|
-
|
|
892
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
893
|
-
at Array.map (<anonymous>)
|
|
894
|
-
|
|
895
|
-
console.log
|
|
896
|
-
{
|
|
897
|
-
callback: '',
|
|
898
|
-
disabled: false,
|
|
899
|
-
error: false,
|
|
900
|
-
grouped: true,
|
|
901
|
-
helper: false,
|
|
902
|
-
label: 'Checkbox 1',
|
|
903
|
-
name: 'fgcheckbox1',
|
|
904
|
-
required: false,
|
|
905
|
-
type: 'checkbox',
|
|
906
|
-
id: 'fgcheckbox1'
|
|
907
|
-
}
|
|
908
|
-
|
|
909
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
910
|
-
at Array.map (<anonymous>)
|
|
911
|
-
|
|
912
|
-
console.log
|
|
913
|
-
{
|
|
914
|
-
callback: '',
|
|
915
|
-
disabled: false,
|
|
916
|
-
error: false,
|
|
917
|
-
grouped: true,
|
|
918
|
-
helper: false,
|
|
919
|
-
label: 'Checkbox 2',
|
|
920
|
-
name: 'fgcheckbox2',
|
|
921
|
-
required: false,
|
|
922
|
-
type: 'checkbox',
|
|
923
|
-
id: 'fgcheckbox2'
|
|
924
|
-
}
|
|
925
|
-
|
|
926
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
927
|
-
at Array.map (<anonymous>)
|
|
928
|
-
|
|
929
|
-
console.log
|
|
930
|
-
{
|
|
931
|
-
callback: '',
|
|
932
|
-
disabled: false,
|
|
933
|
-
error: false,
|
|
934
|
-
grouped: true,
|
|
935
|
-
helper: false,
|
|
936
|
-
label: 'Checkbox 3',
|
|
937
|
-
name: 'fgcheckbox3',
|
|
938
|
-
required: false,
|
|
939
|
-
type: 'checkbox',
|
|
940
|
-
id: 'fgcheckbox3'
|
|
941
|
-
}
|
|
942
|
-
|
|
943
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
944
|
-
at Array.map (<anonymous>)
|
|
945
|
-
|
|
946
|
-
console.log
|
|
947
|
-
{
|
|
948
|
-
callback: '',
|
|
949
|
-
disabled: false,
|
|
950
|
-
error: false,
|
|
951
|
-
grouped: true,
|
|
952
|
-
helper: false,
|
|
953
|
-
label: 'Checkbox 4',
|
|
954
|
-
name: 'fgcheckbox4',
|
|
955
|
-
required: false,
|
|
956
|
-
type: 'checkbox',
|
|
957
|
-
id: 'fgcheckbox4'
|
|
958
|
-
}
|
|
959
|
-
|
|
960
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
961
|
-
at Array.map (<anonymous>)
|
|
962
|
-
|
|
963
|
-
console.log
|
|
964
|
-
{
|
|
965
|
-
callback: '',
|
|
966
|
-
disabled: false,
|
|
967
|
-
error: false,
|
|
968
|
-
helper: false,
|
|
969
|
-
label: 'Radio 0',
|
|
970
|
-
name: 'fgradio',
|
|
971
|
-
required: false,
|
|
972
|
-
type: 'radio',
|
|
973
|
-
value: 'fgradio0',
|
|
974
|
-
id: 'fgradio0'
|
|
975
|
-
}
|
|
976
|
-
|
|
977
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
978
|
-
at Array.map (<anonymous>)
|
|
979
|
-
|
|
980
|
-
console.log
|
|
981
|
-
{
|
|
982
|
-
callback: '',
|
|
983
|
-
disabled: false,
|
|
984
|
-
error: false,
|
|
985
|
-
helper: false,
|
|
986
|
-
label: 'Radio 1',
|
|
987
|
-
name: 'fgradio',
|
|
988
|
-
required: false,
|
|
989
|
-
type: 'radio',
|
|
990
|
-
value: 'fgradio1',
|
|
991
|
-
id: 'fgradio1'
|
|
992
|
-
}
|
|
993
|
-
|
|
994
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
995
|
-
at Array.map (<anonymous>)
|
|
996
|
-
|
|
997
|
-
console.log
|
|
998
|
-
{
|
|
999
|
-
callback: '',
|
|
1000
|
-
disabled: false,
|
|
1001
|
-
error: false,
|
|
1002
|
-
helper: false,
|
|
1003
|
-
label: 'Radio 2',
|
|
1004
|
-
name: 'fgradio',
|
|
1005
|
-
required: false,
|
|
1006
|
-
type: 'radio',
|
|
1007
|
-
value: 'fgradio2',
|
|
1008
|
-
id: 'fgradio2'
|
|
1009
|
-
}
|
|
1010
|
-
|
|
1011
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1012
|
-
at Array.map (<anonymous>)
|
|
1013
|
-
|
|
1014
|
-
console.log
|
|
1015
|
-
{
|
|
1016
|
-
callback: '',
|
|
1017
|
-
disabled: false,
|
|
1018
|
-
error: false,
|
|
1019
|
-
helper: false,
|
|
1020
|
-
label: 'Radio 3',
|
|
1021
|
-
name: 'fgradio',
|
|
1022
|
-
required: false,
|
|
1023
|
-
type: 'radio',
|
|
1024
|
-
value: 'fgradio3',
|
|
1025
|
-
id: 'fgradio3'
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1029
|
-
at Array.map (<anonymous>)
|
|
1030
|
-
|
|
1031
|
-
console.log
|
|
1032
|
-
{
|
|
1033
|
-
callback: '',
|
|
1034
|
-
disabled: false,
|
|
1035
|
-
error: false,
|
|
1036
|
-
helper: false,
|
|
1037
|
-
label: 'Radio 4',
|
|
1038
|
-
name: 'fgradio',
|
|
1039
|
-
required: false,
|
|
1040
|
-
type: 'radio',
|
|
1041
|
-
value: 'fgradio4',
|
|
1042
|
-
id: 'fgradio4'
|
|
1043
|
-
}
|
|
1044
|
-
|
|
1045
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1046
|
-
at Array.map (<anonymous>)
|
|
1047
|
-
|
|
1048
|
-
console.log
|
|
1049
|
-
{
|
|
1050
|
-
callback: '',
|
|
1051
|
-
disabled: false,
|
|
1052
|
-
error: false,
|
|
1053
|
-
grouped: true,
|
|
1054
|
-
helper: false,
|
|
1055
|
-
label: 'Checkbox 0',
|
|
1056
|
-
name: 'checkbox0',
|
|
1057
|
-
required: false,
|
|
1058
|
-
type: 'checkbox'
|
|
1059
|
-
}
|
|
1060
|
-
|
|
1061
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1062
|
-
at Array.map (<anonymous>)
|
|
1063
|
-
|
|
1064
|
-
console.log
|
|
1065
|
-
{
|
|
1066
|
-
callback: '',
|
|
1067
|
-
disabled: false,
|
|
1068
|
-
error: false,
|
|
1069
|
-
grouped: true,
|
|
1070
|
-
helper: false,
|
|
1071
|
-
label: 'Checkbox 1',
|
|
1072
|
-
name: 'checkbox1',
|
|
1073
|
-
required: false,
|
|
1074
|
-
type: 'checkbox'
|
|
1075
|
-
}
|
|
1076
|
-
|
|
1077
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1078
|
-
at Array.map (<anonymous>)
|
|
1079
|
-
|
|
1080
|
-
console.log
|
|
1081
|
-
{
|
|
1082
|
-
callback: '',
|
|
1083
|
-
disabled: false,
|
|
1084
|
-
error: false,
|
|
1085
|
-
grouped: true,
|
|
1086
|
-
helper: false,
|
|
1087
|
-
label: 'Checkbox 2',
|
|
1088
|
-
name: 'checkbox2',
|
|
1089
|
-
required: false,
|
|
1090
|
-
type: 'checkbox'
|
|
1091
|
-
}
|
|
1092
|
-
|
|
1093
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1094
|
-
at Array.map (<anonymous>)
|
|
1095
|
-
|
|
1096
|
-
console.log
|
|
1097
|
-
{
|
|
1098
|
-
callback: '',
|
|
1099
|
-
disabled: false,
|
|
1100
|
-
error: false,
|
|
1101
|
-
grouped: true,
|
|
1102
|
-
helper: false,
|
|
1103
|
-
label: 'Checkbox 3',
|
|
1104
|
-
name: 'checkbox3',
|
|
1105
|
-
required: false,
|
|
1106
|
-
type: 'checkbox'
|
|
1107
|
-
}
|
|
1108
|
-
|
|
1109
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1110
|
-
at Array.map (<anonymous>)
|
|
1111
|
-
|
|
1112
|
-
console.log
|
|
1113
|
-
{
|
|
1114
|
-
callback: '',
|
|
1115
|
-
disabled: false,
|
|
1116
|
-
error: false,
|
|
1117
|
-
grouped: true,
|
|
1118
|
-
helper: false,
|
|
1119
|
-
label: 'Checkbox 4',
|
|
1120
|
-
name: 'checkbox4',
|
|
1121
|
-
required: false,
|
|
1122
|
-
type: 'checkbox'
|
|
1123
|
-
}
|
|
1124
|
-
|
|
1125
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1126
|
-
at Array.map (<anonymous>)
|
|
1127
|
-
|
|
1128
|
-
console.log
|
|
1129
|
-
{
|
|
1130
|
-
callback: '',
|
|
1131
|
-
disabled: false,
|
|
1132
|
-
error: false,
|
|
1133
|
-
helper: false,
|
|
1134
|
-
label: 'Radio 0',
|
|
1135
|
-
name: 'radio578.1775631650797',
|
|
1136
|
-
required: false,
|
|
1137
|
-
type: 'radio',
|
|
1138
|
-
value: 'radio'
|
|
1139
|
-
}
|
|
1140
|
-
|
|
1141
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1142
|
-
at Array.map (<anonymous>)
|
|
1143
|
-
|
|
1144
|
-
console.log
|
|
1145
|
-
{
|
|
1146
|
-
callback: '',
|
|
1147
|
-
disabled: false,
|
|
1148
|
-
error: false,
|
|
1149
|
-
helper: false,
|
|
1150
|
-
label: 'Radio 1',
|
|
1151
|
-
name: 'radio578.1775631650797',
|
|
1152
|
-
required: false,
|
|
1153
|
-
type: 'radio',
|
|
1154
|
-
value: 'radio'
|
|
1155
|
-
}
|
|
1156
|
-
|
|
1157
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1158
|
-
at Array.map (<anonymous>)
|
|
1159
|
-
|
|
1160
|
-
console.log
|
|
1161
|
-
{
|
|
1162
|
-
callback: '',
|
|
1163
|
-
disabled: false,
|
|
1164
|
-
error: false,
|
|
1165
|
-
helper: false,
|
|
1166
|
-
label: 'Radio 2',
|
|
1167
|
-
name: 'radio578.1775631650797',
|
|
1168
|
-
required: false,
|
|
1169
|
-
type: 'radio',
|
|
1170
|
-
value: 'radio'
|
|
1171
|
-
}
|
|
1172
|
-
|
|
1173
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1174
|
-
at Array.map (<anonymous>)
|
|
1175
|
-
|
|
1176
|
-
console.log
|
|
1177
|
-
{
|
|
1178
|
-
callback: '',
|
|
1179
|
-
disabled: false,
|
|
1180
|
-
error: false,
|
|
1181
|
-
helper: false,
|
|
1182
|
-
label: 'Radio 3',
|
|
1183
|
-
name: 'radio578.1775631650797',
|
|
1184
|
-
required: false,
|
|
1185
|
-
type: 'radio',
|
|
1186
|
-
value: 'radio'
|
|
1187
|
-
}
|
|
1188
|
-
|
|
1189
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1190
|
-
at Array.map (<anonymous>)
|
|
1191
|
-
|
|
1192
|
-
console.log
|
|
1193
|
-
{
|
|
1194
|
-
callback: '',
|
|
1195
|
-
disabled: false,
|
|
1196
|
-
error: false,
|
|
1197
|
-
helper: false,
|
|
1198
|
-
label: 'Radio 4',
|
|
1199
|
-
name: 'radio578.1775631650797',
|
|
1200
|
-
required: false,
|
|
1201
|
-
type: 'radio',
|
|
1202
|
-
value: 'radio'
|
|
1203
|
-
}
|
|
1204
|
-
|
|
1205
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1206
|
-
at Array.map (<anonymous>)
|
|
1207
|
-
|
|
1208
|
-
console.log
|
|
1209
|
-
{
|
|
1210
|
-
callback: '',
|
|
1211
|
-
disabled: false,
|
|
1212
|
-
error: false,
|
|
1213
|
-
grouped: true,
|
|
1214
|
-
helper: false,
|
|
1215
|
-
label: 'Checkbox 0',
|
|
1216
|
-
name: 'fgcheckbox0',
|
|
1217
|
-
required: false,
|
|
1218
|
-
type: 'checkbox',
|
|
1219
|
-
id: 'fgcheckbox0'
|
|
1220
|
-
}
|
|
1221
|
-
|
|
1222
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1223
|
-
at Array.map (<anonymous>)
|
|
1224
|
-
|
|
1225
|
-
console.log
|
|
1226
|
-
{
|
|
1227
|
-
callback: '',
|
|
1228
|
-
disabled: false,
|
|
1229
|
-
error: false,
|
|
1230
|
-
grouped: true,
|
|
1231
|
-
helper: false,
|
|
1232
|
-
label: 'Checkbox 1',
|
|
1233
|
-
name: 'fgcheckbox1',
|
|
1234
|
-
required: false,
|
|
1235
|
-
type: 'checkbox',
|
|
1236
|
-
id: 'fgcheckbox1'
|
|
1237
|
-
}
|
|
1238
|
-
|
|
1239
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1240
|
-
at Array.map (<anonymous>)
|
|
1241
|
-
|
|
1242
|
-
console.log
|
|
1243
|
-
{
|
|
1244
|
-
callback: '',
|
|
1245
|
-
disabled: false,
|
|
1246
|
-
error: false,
|
|
1247
|
-
grouped: true,
|
|
1248
|
-
helper: false,
|
|
1249
|
-
label: 'Checkbox 2',
|
|
1250
|
-
name: 'fgcheckbox2',
|
|
1251
|
-
required: false,
|
|
1252
|
-
type: 'checkbox',
|
|
1253
|
-
id: 'fgcheckbox2'
|
|
1254
|
-
}
|
|
1255
|
-
|
|
1256
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1257
|
-
at Array.map (<anonymous>)
|
|
1258
|
-
|
|
1259
|
-
console.log
|
|
1260
|
-
{
|
|
1261
|
-
callback: '',
|
|
1262
|
-
disabled: false,
|
|
1263
|
-
error: false,
|
|
1264
|
-
grouped: true,
|
|
1265
|
-
helper: false,
|
|
1266
|
-
label: 'Checkbox 3',
|
|
1267
|
-
name: 'fgcheckbox3',
|
|
1268
|
-
required: false,
|
|
1269
|
-
type: 'checkbox',
|
|
1270
|
-
id: 'fgcheckbox3'
|
|
1271
|
-
}
|
|
1272
|
-
|
|
1273
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1274
|
-
at Array.map (<anonymous>)
|
|
1275
|
-
|
|
1276
|
-
console.log
|
|
1277
|
-
{
|
|
1278
|
-
callback: '',
|
|
1279
|
-
disabled: false,
|
|
1280
|
-
error: false,
|
|
1281
|
-
grouped: true,
|
|
1282
|
-
helper: false,
|
|
1283
|
-
label: 'Checkbox 4',
|
|
1284
|
-
name: 'fgcheckbox4',
|
|
1285
|
-
required: false,
|
|
1286
|
-
type: 'checkbox',
|
|
1287
|
-
id: 'fgcheckbox4'
|
|
1288
|
-
}
|
|
1289
|
-
|
|
1290
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1291
|
-
at Array.map (<anonymous>)
|
|
1292
|
-
|
|
1293
|
-
console.log
|
|
1294
|
-
{
|
|
1295
|
-
callback: '',
|
|
1296
|
-
disabled: false,
|
|
1297
|
-
error: false,
|
|
1298
|
-
helper: false,
|
|
1299
|
-
label: 'Radio 0',
|
|
1300
|
-
name: 'fgradio',
|
|
1301
|
-
required: false,
|
|
1302
|
-
type: 'radio',
|
|
1303
|
-
value: 'fgradio0',
|
|
1304
|
-
id: 'fgradio0'
|
|
1305
|
-
}
|
|
1306
|
-
|
|
1307
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1308
|
-
at Array.map (<anonymous>)
|
|
1309
|
-
|
|
1310
|
-
console.log
|
|
1311
|
-
{
|
|
1312
|
-
callback: '',
|
|
1313
|
-
disabled: false,
|
|
1314
|
-
error: false,
|
|
1315
|
-
helper: false,
|
|
1316
|
-
label: 'Radio 1',
|
|
1317
|
-
name: 'fgradio',
|
|
1318
|
-
required: false,
|
|
1319
|
-
type: 'radio',
|
|
1320
|
-
value: 'fgradio1',
|
|
1321
|
-
id: 'fgradio1'
|
|
1322
|
-
}
|
|
1323
|
-
|
|
1324
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1325
|
-
at Array.map (<anonymous>)
|
|
1326
|
-
|
|
1327
|
-
console.log
|
|
1328
|
-
{
|
|
1329
|
-
callback: '',
|
|
1330
|
-
disabled: false,
|
|
1331
|
-
error: false,
|
|
1332
|
-
helper: false,
|
|
1333
|
-
label: 'Radio 2',
|
|
1334
|
-
name: 'fgradio',
|
|
1335
|
-
required: false,
|
|
1336
|
-
type: 'radio',
|
|
1337
|
-
value: 'fgradio2',
|
|
1338
|
-
id: 'fgradio2'
|
|
1339
|
-
}
|
|
1340
|
-
|
|
1341
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1342
|
-
at Array.map (<anonymous>)
|
|
1343
|
-
|
|
1344
|
-
console.log
|
|
1345
|
-
{
|
|
1346
|
-
callback: '',
|
|
1347
|
-
disabled: false,
|
|
1348
|
-
error: false,
|
|
1349
|
-
helper: false,
|
|
1350
|
-
label: 'Radio 3',
|
|
1351
|
-
name: 'fgradio',
|
|
1352
|
-
required: false,
|
|
1353
|
-
type: 'radio',
|
|
1354
|
-
value: 'fgradio3',
|
|
1355
|
-
id: 'fgradio3'
|
|
1356
|
-
}
|
|
1357
|
-
|
|
1358
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1359
|
-
at Array.map (<anonymous>)
|
|
1360
|
-
|
|
1361
|
-
console.log
|
|
1362
|
-
{
|
|
1363
|
-
callback: '',
|
|
1364
|
-
disabled: false,
|
|
1365
|
-
error: false,
|
|
1366
|
-
helper: false,
|
|
1367
|
-
label: 'Radio 4',
|
|
1368
|
-
name: 'fgradio',
|
|
1369
|
-
required: false,
|
|
1370
|
-
type: 'radio',
|
|
1371
|
-
value: 'fgradio4',
|
|
1372
|
-
id: 'fgradio4'
|
|
1373
|
-
}
|
|
1374
|
-
|
|
1375
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1376
|
-
at Array.map (<anonymous>)
|
|
1377
|
-
|
|
1378
|
-
console.log
|
|
1379
|
-
{
|
|
1380
|
-
callback: '',
|
|
1381
|
-
disabled: false,
|
|
1382
|
-
error: false,
|
|
1383
|
-
grouped: true,
|
|
1384
|
-
helper: false,
|
|
1385
|
-
label: 'Checkbox 0',
|
|
1386
|
-
name: 'checkbox0',
|
|
1387
|
-
required: false,
|
|
1388
|
-
type: 'checkbox'
|
|
1389
|
-
}
|
|
1390
|
-
|
|
1391
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1392
|
-
at Array.map (<anonymous>)
|
|
1393
|
-
|
|
1394
|
-
console.log
|
|
1395
|
-
{
|
|
1396
|
-
callback: '',
|
|
1397
|
-
disabled: false,
|
|
1398
|
-
error: false,
|
|
1399
|
-
grouped: true,
|
|
1400
|
-
helper: false,
|
|
1401
|
-
label: 'Checkbox 1',
|
|
1402
|
-
name: 'checkbox1',
|
|
1403
|
-
required: false,
|
|
1404
|
-
type: 'checkbox'
|
|
1405
|
-
}
|
|
1406
|
-
|
|
1407
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1408
|
-
at Array.map (<anonymous>)
|
|
1409
|
-
|
|
1410
|
-
console.log
|
|
1411
|
-
{
|
|
1412
|
-
callback: '',
|
|
1413
|
-
disabled: false,
|
|
1414
|
-
error: false,
|
|
1415
|
-
grouped: true,
|
|
1416
|
-
helper: false,
|
|
1417
|
-
label: 'Checkbox 2',
|
|
1418
|
-
name: 'checkbox2',
|
|
1419
|
-
required: false,
|
|
1420
|
-
type: 'checkbox'
|
|
1421
|
-
}
|
|
1422
|
-
|
|
1423
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1424
|
-
at Array.map (<anonymous>)
|
|
1425
|
-
|
|
1426
|
-
console.log
|
|
1427
|
-
{
|
|
1428
|
-
callback: '',
|
|
1429
|
-
disabled: false,
|
|
1430
|
-
error: false,
|
|
1431
|
-
grouped: true,
|
|
1432
|
-
helper: false,
|
|
1433
|
-
label: 'Checkbox 3',
|
|
1434
|
-
name: 'checkbox3',
|
|
1435
|
-
required: false,
|
|
1436
|
-
type: 'checkbox'
|
|
1437
|
-
}
|
|
1438
|
-
|
|
1439
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1440
|
-
at Array.map (<anonymous>)
|
|
1441
|
-
|
|
1442
|
-
console.log
|
|
1443
|
-
{
|
|
1444
|
-
callback: '',
|
|
1445
|
-
disabled: false,
|
|
1446
|
-
error: false,
|
|
1447
|
-
grouped: true,
|
|
1448
|
-
helper: false,
|
|
1449
|
-
label: 'Checkbox 4',
|
|
1450
|
-
name: 'checkbox4',
|
|
1451
|
-
required: false,
|
|
1452
|
-
type: 'checkbox'
|
|
1453
|
-
}
|
|
1454
|
-
|
|
1455
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1456
|
-
at Array.map (<anonymous>)
|
|
1457
|
-
|
|
1458
|
-
console.log
|
|
1459
|
-
{
|
|
1460
|
-
callback: '',
|
|
1461
|
-
disabled: false,
|
|
1462
|
-
error: false,
|
|
1463
|
-
helper: false,
|
|
1464
|
-
label: 'Radio 0',
|
|
1465
|
-
name: 'radio578.1775631650797',
|
|
1466
|
-
required: false,
|
|
1467
|
-
type: 'radio',
|
|
1468
|
-
value: 'radio'
|
|
1469
|
-
}
|
|
1470
|
-
|
|
1471
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1472
|
-
at Array.map (<anonymous>)
|
|
1473
|
-
|
|
1474
|
-
console.log
|
|
1475
|
-
{
|
|
1476
|
-
callback: '',
|
|
1477
|
-
disabled: false,
|
|
1478
|
-
error: false,
|
|
1479
|
-
helper: false,
|
|
1480
|
-
label: 'Radio 1',
|
|
1481
|
-
name: 'radio578.1775631650797',
|
|
1482
|
-
required: false,
|
|
1483
|
-
type: 'radio',
|
|
1484
|
-
value: 'radio'
|
|
1485
|
-
}
|
|
1486
|
-
|
|
1487
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1488
|
-
at Array.map (<anonymous>)
|
|
1489
|
-
|
|
1490
|
-
console.log
|
|
1491
|
-
{
|
|
1492
|
-
callback: '',
|
|
1493
|
-
disabled: false,
|
|
1494
|
-
error: false,
|
|
1495
|
-
helper: false,
|
|
1496
|
-
label: 'Radio 2',
|
|
1497
|
-
name: 'radio578.1775631650797',
|
|
1498
|
-
required: false,
|
|
1499
|
-
type: 'radio',
|
|
1500
|
-
value: 'radio'
|
|
1501
|
-
}
|
|
1502
|
-
|
|
1503
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1504
|
-
at Array.map (<anonymous>)
|
|
1505
|
-
|
|
1506
|
-
console.log
|
|
1507
|
-
{
|
|
1508
|
-
callback: '',
|
|
1509
|
-
disabled: false,
|
|
1510
|
-
error: false,
|
|
1511
|
-
helper: false,
|
|
1512
|
-
label: 'Radio 3',
|
|
1513
|
-
name: 'radio578.1775631650797',
|
|
1514
|
-
required: false,
|
|
1515
|
-
type: 'radio',
|
|
1516
|
-
value: 'radio'
|
|
1517
|
-
}
|
|
1518
|
-
|
|
1519
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1520
|
-
at Array.map (<anonymous>)
|
|
1521
|
-
|
|
1522
|
-
console.log
|
|
1523
|
-
{
|
|
1524
|
-
callback: '',
|
|
1525
|
-
disabled: false,
|
|
1526
|
-
error: false,
|
|
1527
|
-
helper: false,
|
|
1528
|
-
label: 'Radio 4',
|
|
1529
|
-
name: 'radio578.1775631650797',
|
|
1530
|
-
required: false,
|
|
1531
|
-
type: 'radio',
|
|
1532
|
-
value: 'radio'
|
|
1533
|
-
}
|
|
1534
|
-
|
|
1535
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1536
|
-
at Array.map (<anonymous>)
|
|
1537
|
-
|
|
1538
|
-
console.log
|
|
1539
|
-
{
|
|
1540
|
-
callback: '',
|
|
1541
|
-
disabled: false,
|
|
1542
|
-
error: false,
|
|
1543
|
-
grouped: true,
|
|
1544
|
-
helper: false,
|
|
1545
|
-
label: 'Checkbox 0',
|
|
1546
|
-
name: 'checkbox0',
|
|
1547
|
-
required: false,
|
|
1548
|
-
type: 'checkbox'
|
|
1549
|
-
}
|
|
1550
|
-
|
|
1551
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1552
|
-
at Array.map (<anonymous>)
|
|
1553
|
-
|
|
1554
|
-
console.log
|
|
1555
|
-
{
|
|
1556
|
-
callback: '',
|
|
1557
|
-
disabled: false,
|
|
1558
|
-
error: false,
|
|
1559
|
-
grouped: true,
|
|
1560
|
-
helper: false,
|
|
1561
|
-
label: 'Checkbox 1',
|
|
1562
|
-
name: 'checkbox1',
|
|
1563
|
-
required: false,
|
|
1564
|
-
type: 'checkbox'
|
|
1565
|
-
}
|
|
1566
|
-
|
|
1567
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1568
|
-
at Array.map (<anonymous>)
|
|
1569
|
-
|
|
1570
|
-
console.log
|
|
1571
|
-
{
|
|
1572
|
-
callback: '',
|
|
1573
|
-
disabled: false,
|
|
1574
|
-
error: false,
|
|
1575
|
-
grouped: true,
|
|
1576
|
-
helper: false,
|
|
1577
|
-
label: 'Checkbox 2',
|
|
1578
|
-
name: 'checkbox2',
|
|
1579
|
-
required: false,
|
|
1580
|
-
type: 'checkbox'
|
|
1581
|
-
}
|
|
1582
|
-
|
|
1583
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1584
|
-
at Array.map (<anonymous>)
|
|
1585
|
-
|
|
1586
|
-
console.log
|
|
1587
|
-
{
|
|
1588
|
-
callback: '',
|
|
1589
|
-
disabled: false,
|
|
1590
|
-
error: false,
|
|
1591
|
-
grouped: true,
|
|
1592
|
-
helper: false,
|
|
1593
|
-
label: 'Checkbox 3',
|
|
1594
|
-
name: 'checkbox3',
|
|
1595
|
-
required: false,
|
|
1596
|
-
type: 'checkbox'
|
|
1597
|
-
}
|
|
1598
|
-
|
|
1599
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1600
|
-
at Array.map (<anonymous>)
|
|
1601
|
-
|
|
1602
|
-
console.log
|
|
1603
|
-
{
|
|
1604
|
-
callback: '',
|
|
1605
|
-
disabled: false,
|
|
1606
|
-
error: false,
|
|
1607
|
-
grouped: true,
|
|
1608
|
-
helper: false,
|
|
1609
|
-
label: 'Checkbox 4',
|
|
1610
|
-
name: 'checkbox4',
|
|
1611
|
-
required: false,
|
|
1612
|
-
type: 'checkbox'
|
|
1613
|
-
}
|
|
1614
|
-
|
|
1615
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1616
|
-
at Array.map (<anonymous>)
|
|
1617
|
-
|
|
1618
|
-
console.log
|
|
1619
|
-
{
|
|
1620
|
-
callback: '',
|
|
1621
|
-
disabled: false,
|
|
1622
|
-
error: false,
|
|
1623
|
-
helper: false,
|
|
1624
|
-
label: 'Radio 0',
|
|
1625
|
-
name: 'radio578.1775631650797',
|
|
1626
|
-
required: false,
|
|
1627
|
-
type: 'radio',
|
|
1628
|
-
value: 'radio'
|
|
1629
|
-
}
|
|
1630
|
-
|
|
1631
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1632
|
-
at Array.map (<anonymous>)
|
|
1633
|
-
|
|
1634
|
-
console.log
|
|
1635
|
-
{
|
|
1636
|
-
callback: '',
|
|
1637
|
-
disabled: false,
|
|
1638
|
-
error: false,
|
|
1639
|
-
helper: false,
|
|
1640
|
-
label: 'Radio 1',
|
|
1641
|
-
name: 'radio578.1775631650797',
|
|
1642
|
-
required: false,
|
|
1643
|
-
type: 'radio',
|
|
1644
|
-
value: 'radio'
|
|
1645
|
-
}
|
|
1646
|
-
|
|
1647
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1648
|
-
at Array.map (<anonymous>)
|
|
1649
|
-
|
|
1650
|
-
console.log
|
|
1651
|
-
{
|
|
1652
|
-
callback: '',
|
|
1653
|
-
disabled: false,
|
|
1654
|
-
error: false,
|
|
1655
|
-
helper: false,
|
|
1656
|
-
label: 'Radio 2',
|
|
1657
|
-
name: 'radio578.1775631650797',
|
|
1658
|
-
required: false,
|
|
1659
|
-
type: 'radio',
|
|
1660
|
-
value: 'radio'
|
|
1661
|
-
}
|
|
1662
|
-
|
|
1663
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1664
|
-
at Array.map (<anonymous>)
|
|
1665
|
-
|
|
1666
|
-
console.log
|
|
1667
|
-
{
|
|
1668
|
-
callback: '',
|
|
1669
|
-
disabled: false,
|
|
1670
|
-
error: false,
|
|
1671
|
-
helper: false,
|
|
1672
|
-
label: 'Radio 3',
|
|
1673
|
-
name: 'radio578.1775631650797',
|
|
1674
|
-
required: false,
|
|
1675
|
-
type: 'radio',
|
|
1676
|
-
value: 'radio'
|
|
1677
|
-
}
|
|
1678
|
-
|
|
1679
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1680
|
-
at Array.map (<anonymous>)
|
|
1681
|
-
|
|
1682
|
-
console.log
|
|
1683
|
-
{
|
|
1684
|
-
callback: '',
|
|
1685
|
-
disabled: false,
|
|
1686
|
-
error: false,
|
|
1687
|
-
helper: false,
|
|
1688
|
-
label: 'Radio 4',
|
|
1689
|
-
name: 'radio578.1775631650797',
|
|
1690
|
-
required: false,
|
|
1691
|
-
type: 'radio',
|
|
1692
|
-
value: 'radio'
|
|
1693
|
-
}
|
|
1694
|
-
|
|
1695
|
-
at map (src/components/ChoiceGroup/ChoiceGroup.tsx:29:17)
|
|
1696
|
-
at Array.map (<anonymous>)
|
|
1697
|
-
|
|
1698
876
|
PASS src/__tests__/Loading.text.tsx
|
|
1699
877
|
PASS src/__tests__/Hero.test.tsx
|
|
1700
878
|
PASS src/__tests__/ContextMenu.test.tsx
|
|
@@ -1707,5 +885,5 @@ PASS src/__tests__/Tag.test.tsx
|
|
|
1707
885
|
Test Suites: 20 passed, 20 total
|
|
1708
886
|
Tests: 66 passed, 66 total
|
|
1709
887
|
Snapshots: 0 total
|
|
1710
|
-
Time:
|
|
888
|
+
Time: 21.711 s
|
|
1711
889
|
Ran all test suites.
|