@superrb/react-addons 4.0.0-30 → 4.0.0-31
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/.idea/codeStyles/Project.xml +61 -0
- package/.idea/codeStyles/codeStyleConfig.xml +5 -0
- package/.idea/copilot.data.migration.ask2agent.xml +6 -0
- package/.idea/inspectionProfiles/Project_Default.xml +6 -0
- package/.idea/modules.xml +8 -0
- package/.idea/prettier.xml +6 -0
- package/.idea/react-addons.iml +8 -0
- package/.idea/vcs.xml +6 -0
- package/.yarn/install-state.gz +0 -0
- package/.yarnrc.yml +1 -0
- package/config.d.ts.map +1 -1
- package/config.js +374 -1
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/.vscode/extensions.json +0 -7
- package/.vscode/settings.json +0 -10
- package/.yarn/sdks/eslint/bin/eslint.js +0 -32
- package/.yarn/sdks/eslint/lib/api.js +0 -32
- package/.yarn/sdks/eslint/lib/unsupported-api.js +0 -32
- package/.yarn/sdks/eslint/package.json +0 -14
- package/.yarn/sdks/integrations.yml +0 -5
- package/.yarn/sdks/prettier/bin/prettier.cjs +0 -32
- package/.yarn/sdks/prettier/index.cjs +0 -32
- package/.yarn/sdks/prettier/package.json +0 -7
- package/.yarn/sdks/typescript/bin/tsc +0 -32
- package/.yarn/sdks/typescript/bin/tsserver +0 -32
- package/.yarn/sdks/typescript/lib/tsc.js +0 -32
- package/.yarn/sdks/typescript/lib/tsserver.js +0 -248
- package/.yarn/sdks/typescript/lib/tsserverlibrary.js +0 -248
- package/.yarn/sdks/typescript/lib/typescript.js +0 -32
- package/.yarn/sdks/typescript/package.json +0 -10
- package/actions.d.ts +0 -6
- package/actions.d.ts.map +0 -1
- package/actions.js +0 -18
- package/components/video.d.ts +0 -17
- package/components/video.d.ts.map +0 -1
- package/components/video.js +0 -44
- package/context/cookies-context-provider.d.ts +0 -13
- package/context/cookies-context-provider.d.ts.map +0 -1
- package/context/cookies-context-provider.js +0 -54
- package/context.d.ts +0 -8
- package/context.d.ts.map +0 -1
- package/context.js +0 -7
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
<component name="ProjectCodeStyleConfiguration">
|
|
2
|
+
<code_scheme name="Project" version="173">
|
|
3
|
+
<HTMLCodeStyleSettings>
|
|
4
|
+
<option name="HTML_SPACE_INSIDE_EMPTY_TAG" value="true" />
|
|
5
|
+
</HTMLCodeStyleSettings>
|
|
6
|
+
<JSCodeStyleSettings version="0">
|
|
7
|
+
<option name="USE_SEMICOLON_AFTER_STATEMENT" value="false" />
|
|
8
|
+
<option name="FORCE_SEMICOLON_STYLE" value="true" />
|
|
9
|
+
<option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" />
|
|
10
|
+
<option name="USE_DOUBLE_QUOTES" value="false" />
|
|
11
|
+
<option name="FORCE_QUOTE_STYlE" value="true" />
|
|
12
|
+
<option name="ENFORCE_TRAILING_COMMA" value="WhenMultiline" />
|
|
13
|
+
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
|
|
14
|
+
<option name="SPACES_WITHIN_IMPORTS" value="true" />
|
|
15
|
+
</JSCodeStyleSettings>
|
|
16
|
+
<TypeScriptCodeStyleSettings version="0">
|
|
17
|
+
<option name="USE_SEMICOLON_AFTER_STATEMENT" value="false" />
|
|
18
|
+
<option name="FORCE_SEMICOLON_STYLE" value="true" />
|
|
19
|
+
<option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" />
|
|
20
|
+
<option name="USE_DOUBLE_QUOTES" value="false" />
|
|
21
|
+
<option name="FORCE_QUOTE_STYlE" value="true" />
|
|
22
|
+
<option name="ENFORCE_TRAILING_COMMA" value="WhenMultiline" />
|
|
23
|
+
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
|
|
24
|
+
<option name="SPACES_WITHIN_IMPORTS" value="true" />
|
|
25
|
+
</TypeScriptCodeStyleSettings>
|
|
26
|
+
<VueCodeStyleSettings>
|
|
27
|
+
<option name="INTERPOLATION_NEW_LINE_AFTER_START_DELIMITER" value="false" />
|
|
28
|
+
<option name="INTERPOLATION_NEW_LINE_BEFORE_END_DELIMITER" value="false" />
|
|
29
|
+
</VueCodeStyleSettings>
|
|
30
|
+
<codeStyleSettings language="HTML">
|
|
31
|
+
<option name="SOFT_MARGINS" value="80" />
|
|
32
|
+
<indentOptions>
|
|
33
|
+
<option name="INDENT_SIZE" value="2" />
|
|
34
|
+
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
35
|
+
<option name="TAB_SIZE" value="2" />
|
|
36
|
+
</indentOptions>
|
|
37
|
+
</codeStyleSettings>
|
|
38
|
+
<codeStyleSettings language="JavaScript">
|
|
39
|
+
<option name="SOFT_MARGINS" value="80" />
|
|
40
|
+
<indentOptions>
|
|
41
|
+
<option name="INDENT_SIZE" value="2" />
|
|
42
|
+
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
43
|
+
<option name="TAB_SIZE" value="2" />
|
|
44
|
+
</indentOptions>
|
|
45
|
+
</codeStyleSettings>
|
|
46
|
+
<codeStyleSettings language="TypeScript">
|
|
47
|
+
<option name="SOFT_MARGINS" value="80" />
|
|
48
|
+
<indentOptions>
|
|
49
|
+
<option name="INDENT_SIZE" value="2" />
|
|
50
|
+
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
51
|
+
<option name="TAB_SIZE" value="2" />
|
|
52
|
+
</indentOptions>
|
|
53
|
+
</codeStyleSettings>
|
|
54
|
+
<codeStyleSettings language="Vue">
|
|
55
|
+
<option name="SOFT_MARGINS" value="80" />
|
|
56
|
+
<indentOptions>
|
|
57
|
+
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
58
|
+
</indentOptions>
|
|
59
|
+
</codeStyleSettings>
|
|
60
|
+
</code_scheme>
|
|
61
|
+
</component>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ProjectModuleManager">
|
|
4
|
+
<modules>
|
|
5
|
+
<module fileurl="file://$PROJECT_DIR$/.idea/react-addons.iml" filepath="$PROJECT_DIR$/.idea/react-addons.iml" />
|
|
6
|
+
</modules>
|
|
7
|
+
</component>
|
|
8
|
+
</project>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module type="WEB_MODULE" version="4">
|
|
3
|
+
<component name="NewModuleRootManager">
|
|
4
|
+
<content url="file://$MODULE_DIR$" />
|
|
5
|
+
<orderEntry type="inheritedJdk" />
|
|
6
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
7
|
+
</component>
|
|
8
|
+
</module>
|
package/.idea/vcs.xml
ADDED
|
Binary file
|
package/.yarnrc.yml
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
nodeLinker: node-modules
|
package/config.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["src/config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwC,aAAa,EAAE,MAAM,YAAY,CAAA;AAEhF,MAAM,MAAM,kBAAkB,GAAG,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,OAAO,CAAC,aAAa,CAAC,CAAA;AAE3E,eAAO,MAAM,SAAS,EAAE,kBAatB,CAAA;AAEF,eAAO,MAAM,kBAAkB,EAAE,kBAO/B,CAAA;AAEF,eAAO,MAAM,yBAAyB,EAAE,
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["src/config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwC,aAAa,EAAE,MAAM,YAAY,CAAA;AAEhF,MAAM,MAAM,kBAAkB,GAAG,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,OAAO,CAAC,aAAa,CAAC,CAAA;AAE3E,eAAO,MAAM,SAAS,EAAE,kBAatB,CAAA;AAEF,eAAO,MAAM,kBAAkB,EAAE,kBAO/B,CAAA;AAEF,eAAO,MAAM,yBAAyB,EAAE,kBAoatC,CAAA;AAEF,eAAO,MAAM,sBAAsB,EAAE,kBAInC,CAAA;AAEF,eAAO,MAAM,gBAAgB,EAAE,kBAM7B,CAAA;AAEF,eAAO,MAAM,mBAAmB,EAAE,kBAUhC,CAAA"}
|
package/config.js
CHANGED
|
@@ -33,9 +33,195 @@ export const googleTagManagerCspConfig = () => ({
|
|
|
33
33
|
'https://pagead2.googlesyndication.com',
|
|
34
34
|
'https://www.googleadservices.com',
|
|
35
35
|
'https://googleads.g.doubleclick.net',
|
|
36
|
-
'https://www.google.com',
|
|
37
36
|
'https://google.com',
|
|
38
37
|
'https://stats.g.doubleclick.net',
|
|
38
|
+
'https://www.google.com',
|
|
39
|
+
'https://www.google.ad',
|
|
40
|
+
'https://www.google.ae',
|
|
41
|
+
'https://www.google.com.af',
|
|
42
|
+
'https://www.google.com.ag',
|
|
43
|
+
'https://www.google.al',
|
|
44
|
+
'https://www.google.am',
|
|
45
|
+
'https://www.google.co.ao',
|
|
46
|
+
'https://www.google.com.ar',
|
|
47
|
+
'https://www.google.as',
|
|
48
|
+
'https://www.google.at',
|
|
49
|
+
'https://www.google.com.au',
|
|
50
|
+
'https://www.google.az',
|
|
51
|
+
'https://www.google.ba',
|
|
52
|
+
'https://www.google.com.bd',
|
|
53
|
+
'https://www.google.be',
|
|
54
|
+
'https://www.google.bf',
|
|
55
|
+
'https://www.google.bg',
|
|
56
|
+
'https://www.google.com.bh',
|
|
57
|
+
'https://www.google.bi',
|
|
58
|
+
'https://www.google.bj',
|
|
59
|
+
'https://www.google.com.bn',
|
|
60
|
+
'https://www.google.com.bo',
|
|
61
|
+
'https://www.google.com.br',
|
|
62
|
+
'https://www.google.bs',
|
|
63
|
+
'https://www.google.bt',
|
|
64
|
+
'https://www.google.co.bw',
|
|
65
|
+
'https://www.google.by',
|
|
66
|
+
'https://www.google.com.bz',
|
|
67
|
+
'https://www.google.ca',
|
|
68
|
+
'https://www.google.cd',
|
|
69
|
+
'https://www.google.cf',
|
|
70
|
+
'https://www.google.cg',
|
|
71
|
+
'https://www.google.ch',
|
|
72
|
+
'https://www.google.ci',
|
|
73
|
+
'https://www.google.co.ck',
|
|
74
|
+
'https://www.google.cl',
|
|
75
|
+
'https://www.google.cm',
|
|
76
|
+
'https://www.google.cn',
|
|
77
|
+
'https://www.google.com.co',
|
|
78
|
+
'https://www.google.co.cr',
|
|
79
|
+
'https://www.google.com.cu',
|
|
80
|
+
'https://www.google.cv',
|
|
81
|
+
'https://www.google.com.cy',
|
|
82
|
+
'https://www.google.cz',
|
|
83
|
+
'https://www.google.de',
|
|
84
|
+
'https://www.google.dj',
|
|
85
|
+
'https://www.google.dk',
|
|
86
|
+
'https://www.google.dm',
|
|
87
|
+
'https://www.google.com.do',
|
|
88
|
+
'https://www.google.dz',
|
|
89
|
+
'https://www.google.com.ec',
|
|
90
|
+
'https://www.google.ee',
|
|
91
|
+
'https://www.google.com.eg',
|
|
92
|
+
'https://www.google.es',
|
|
93
|
+
'https://www.google.com.et',
|
|
94
|
+
'https://www.google.fi',
|
|
95
|
+
'https://www.google.com.fj',
|
|
96
|
+
'https://www.google.fm',
|
|
97
|
+
'https://www.google.fr',
|
|
98
|
+
'https://www.google.ga',
|
|
99
|
+
'https://www.google.ge',
|
|
100
|
+
'https://www.google.gg',
|
|
101
|
+
'https://www.google.com.gh',
|
|
102
|
+
'https://www.google.com.gi',
|
|
103
|
+
'https://www.google.gl',
|
|
104
|
+
'https://www.google.gm',
|
|
105
|
+
'https://www.google.gr',
|
|
106
|
+
'https://www.google.com.gt',
|
|
107
|
+
'https://www.google.gy',
|
|
108
|
+
'https://www.google.com.hk',
|
|
109
|
+
'https://www.google.hn',
|
|
110
|
+
'https://www.google.hr',
|
|
111
|
+
'https://www.google.ht',
|
|
112
|
+
'https://www.google.hu',
|
|
113
|
+
'https://www.google.co.id',
|
|
114
|
+
'https://www.google.ie',
|
|
115
|
+
'https://www.google.co.il',
|
|
116
|
+
'https://www.google.im',
|
|
117
|
+
'https://www.google.co.in',
|
|
118
|
+
'https://www.google.iq',
|
|
119
|
+
'https://www.google.is',
|
|
120
|
+
'https://www.google.it',
|
|
121
|
+
'https://www.google.je',
|
|
122
|
+
'https://www.google.com.jm',
|
|
123
|
+
'https://www.google.jo',
|
|
124
|
+
'https://www.google.co.jp',
|
|
125
|
+
'https://www.google.co.ke',
|
|
126
|
+
'https://www.google.com.kh',
|
|
127
|
+
'https://www.google.ki',
|
|
128
|
+
'https://www.google.kg',
|
|
129
|
+
'https://www.google.co.kr',
|
|
130
|
+
'https://www.google.com.kw',
|
|
131
|
+
'https://www.google.kz',
|
|
132
|
+
'https://www.google.la',
|
|
133
|
+
'https://www.google.com.lb',
|
|
134
|
+
'https://www.google.li',
|
|
135
|
+
'https://www.google.lk',
|
|
136
|
+
'https://www.google.co.ls',
|
|
137
|
+
'https://www.google.lt',
|
|
138
|
+
'https://www.google.lu',
|
|
139
|
+
'https://www.google.lv',
|
|
140
|
+
'https://www.google.com.ly',
|
|
141
|
+
'https://www.google.co.ma',
|
|
142
|
+
'https://www.google.md',
|
|
143
|
+
'https://www.google.me',
|
|
144
|
+
'https://www.google.mg',
|
|
145
|
+
'https://www.google.mk',
|
|
146
|
+
'https://www.google.ml',
|
|
147
|
+
'https://www.google.com.mm',
|
|
148
|
+
'https://www.google.mn',
|
|
149
|
+
'https://www.google.com.mt',
|
|
150
|
+
'https://www.google.mu',
|
|
151
|
+
'https://www.google.mv',
|
|
152
|
+
'https://www.google.mw',
|
|
153
|
+
'https://www.google.com.mx',
|
|
154
|
+
'https://www.google.com.my',
|
|
155
|
+
'https://www.google.co.mz',
|
|
156
|
+
'https://www.google.com.na',
|
|
157
|
+
'https://www.google.com.ng',
|
|
158
|
+
'https://www.google.com.ni',
|
|
159
|
+
'https://www.google.ne',
|
|
160
|
+
'https://www.google.nl',
|
|
161
|
+
'https://www.google.no',
|
|
162
|
+
'https://www.google.com.np',
|
|
163
|
+
'https://www.google.nr',
|
|
164
|
+
'https://www.google.nu',
|
|
165
|
+
'https://www.google.co.nz',
|
|
166
|
+
'https://www.google.com.om',
|
|
167
|
+
'https://www.google.com.pa',
|
|
168
|
+
'https://www.google.com.pe',
|
|
169
|
+
'https://www.google.com.pg',
|
|
170
|
+
'https://www.google.com.ph',
|
|
171
|
+
'https://www.google.com.pk',
|
|
172
|
+
'https://www.google.pl',
|
|
173
|
+
'https://www.google.pn',
|
|
174
|
+
'https://www.google.com.pr',
|
|
175
|
+
'https://www.google.ps',
|
|
176
|
+
'https://www.google.pt',
|
|
177
|
+
'https://www.google.com.py',
|
|
178
|
+
'https://www.google.com.qa',
|
|
179
|
+
'https://www.google.ro',
|
|
180
|
+
'https://www.google.ru',
|
|
181
|
+
'https://www.google.rw',
|
|
182
|
+
'https://www.google.com.sa',
|
|
183
|
+
'https://www.google.com.sb',
|
|
184
|
+
'https://www.google.sc',
|
|
185
|
+
'https://www.google.se',
|
|
186
|
+
'https://www.google.com.sg',
|
|
187
|
+
'https://www.google.sh',
|
|
188
|
+
'https://www.google.si',
|
|
189
|
+
'https://www.google.sk',
|
|
190
|
+
'https://www.google.com.sl',
|
|
191
|
+
'https://www.google.sn',
|
|
192
|
+
'https://www.google.so',
|
|
193
|
+
'https://www.google.sm',
|
|
194
|
+
'https://www.google.sr',
|
|
195
|
+
'https://www.google.st',
|
|
196
|
+
'https://www.google.com.sv',
|
|
197
|
+
'https://www.google.td',
|
|
198
|
+
'https://www.google.tg',
|
|
199
|
+
'https://www.google.co.th',
|
|
200
|
+
'https://www.google.com.tj',
|
|
201
|
+
'https://www.google.tl',
|
|
202
|
+
'https://www.google.tm',
|
|
203
|
+
'https://www.google.tn',
|
|
204
|
+
'https://www.google.to',
|
|
205
|
+
'https://www.google.com.tr',
|
|
206
|
+
'https://www.google.tt',
|
|
207
|
+
'https://www.google.com.tw',
|
|
208
|
+
'https://www.google.co.tz',
|
|
209
|
+
'https://www.google.com.ua',
|
|
210
|
+
'https://www.google.co.ug',
|
|
211
|
+
'https://www.google.co.uk',
|
|
212
|
+
'https://www.google.com.uy',
|
|
213
|
+
'https://www.google.co.uz',
|
|
214
|
+
'https://www.google.com.vc',
|
|
215
|
+
'https://www.google.co.ve',
|
|
216
|
+
'https://www.google.co.vi',
|
|
217
|
+
'https://www.google.com.vn',
|
|
218
|
+
'https://www.google.vu',
|
|
219
|
+
'https://www.google.ws',
|
|
220
|
+
'https://www.google.rs',
|
|
221
|
+
'https://www.google.co.za',
|
|
222
|
+
'https://www.google.co.zm',
|
|
223
|
+
'https://www.google.co.zw',
|
|
224
|
+
'https://www.google.cat',
|
|
39
225
|
],
|
|
40
226
|
'script-src': [
|
|
41
227
|
'https://www.googletagmanager.com',
|
|
@@ -61,6 +247,193 @@ export const googleTagManagerCspConfig = () => ({
|
|
|
61
247
|
'https://pagead2.googlesyndication.com',
|
|
62
248
|
'https://www.googleadservices.com',
|
|
63
249
|
'https://google.com',
|
|
250
|
+
'https://www.google.com',
|
|
251
|
+
'https://www.google.ad',
|
|
252
|
+
'https://www.google.ae',
|
|
253
|
+
'https://www.google.com.af',
|
|
254
|
+
'https://www.google.com.ag',
|
|
255
|
+
'https://www.google.al',
|
|
256
|
+
'https://www.google.am',
|
|
257
|
+
'https://www.google.co.ao',
|
|
258
|
+
'https://www.google.com.ar',
|
|
259
|
+
'https://www.google.as',
|
|
260
|
+
'https://www.google.at',
|
|
261
|
+
'https://www.google.com.au',
|
|
262
|
+
'https://www.google.az',
|
|
263
|
+
'https://www.google.ba',
|
|
264
|
+
'https://www.google.com.bd',
|
|
265
|
+
'https://www.google.be',
|
|
266
|
+
'https://www.google.bf',
|
|
267
|
+
'https://www.google.bg',
|
|
268
|
+
'https://www.google.com.bh',
|
|
269
|
+
'https://www.google.bi',
|
|
270
|
+
'https://www.google.bj',
|
|
271
|
+
'https://www.google.com.bn',
|
|
272
|
+
'https://www.google.com.bo',
|
|
273
|
+
'https://www.google.com.br',
|
|
274
|
+
'https://www.google.bs',
|
|
275
|
+
'https://www.google.bt',
|
|
276
|
+
'https://www.google.co.bw',
|
|
277
|
+
'https://www.google.by',
|
|
278
|
+
'https://www.google.com.bz',
|
|
279
|
+
'https://www.google.ca',
|
|
280
|
+
'https://www.google.cd',
|
|
281
|
+
'https://www.google.cf',
|
|
282
|
+
'https://www.google.cg',
|
|
283
|
+
'https://www.google.ch',
|
|
284
|
+
'https://www.google.ci',
|
|
285
|
+
'https://www.google.co.ck',
|
|
286
|
+
'https://www.google.cl',
|
|
287
|
+
'https://www.google.cm',
|
|
288
|
+
'https://www.google.cn',
|
|
289
|
+
'https://www.google.com.co',
|
|
290
|
+
'https://www.google.co.cr',
|
|
291
|
+
'https://www.google.com.cu',
|
|
292
|
+
'https://www.google.cv',
|
|
293
|
+
'https://www.google.com.cy',
|
|
294
|
+
'https://www.google.cz',
|
|
295
|
+
'https://www.google.de',
|
|
296
|
+
'https://www.google.dj',
|
|
297
|
+
'https://www.google.dk',
|
|
298
|
+
'https://www.google.dm',
|
|
299
|
+
'https://www.google.com.do',
|
|
300
|
+
'https://www.google.dz',
|
|
301
|
+
'https://www.google.com.ec',
|
|
302
|
+
'https://www.google.ee',
|
|
303
|
+
'https://www.google.com.eg',
|
|
304
|
+
'https://www.google.es',
|
|
305
|
+
'https://www.google.com.et',
|
|
306
|
+
'https://www.google.fi',
|
|
307
|
+
'https://www.google.com.fj',
|
|
308
|
+
'https://www.google.fm',
|
|
309
|
+
'https://www.google.fr',
|
|
310
|
+
'https://www.google.ga',
|
|
311
|
+
'https://www.google.ge',
|
|
312
|
+
'https://www.google.gg',
|
|
313
|
+
'https://www.google.com.gh',
|
|
314
|
+
'https://www.google.com.gi',
|
|
315
|
+
'https://www.google.gl',
|
|
316
|
+
'https://www.google.gm',
|
|
317
|
+
'https://www.google.gr',
|
|
318
|
+
'https://www.google.com.gt',
|
|
319
|
+
'https://www.google.gy',
|
|
320
|
+
'https://www.google.com.hk',
|
|
321
|
+
'https://www.google.hn',
|
|
322
|
+
'https://www.google.hr',
|
|
323
|
+
'https://www.google.ht',
|
|
324
|
+
'https://www.google.hu',
|
|
325
|
+
'https://www.google.co.id',
|
|
326
|
+
'https://www.google.ie',
|
|
327
|
+
'https://www.google.co.il',
|
|
328
|
+
'https://www.google.im',
|
|
329
|
+
'https://www.google.co.in',
|
|
330
|
+
'https://www.google.iq',
|
|
331
|
+
'https://www.google.is',
|
|
332
|
+
'https://www.google.it',
|
|
333
|
+
'https://www.google.je',
|
|
334
|
+
'https://www.google.com.jm',
|
|
335
|
+
'https://www.google.jo',
|
|
336
|
+
'https://www.google.co.jp',
|
|
337
|
+
'https://www.google.co.ke',
|
|
338
|
+
'https://www.google.com.kh',
|
|
339
|
+
'https://www.google.ki',
|
|
340
|
+
'https://www.google.kg',
|
|
341
|
+
'https://www.google.co.kr',
|
|
342
|
+
'https://www.google.com.kw',
|
|
343
|
+
'https://www.google.kz',
|
|
344
|
+
'https://www.google.la',
|
|
345
|
+
'https://www.google.com.lb',
|
|
346
|
+
'https://www.google.li',
|
|
347
|
+
'https://www.google.lk',
|
|
348
|
+
'https://www.google.co.ls',
|
|
349
|
+
'https://www.google.lt',
|
|
350
|
+
'https://www.google.lu',
|
|
351
|
+
'https://www.google.lv',
|
|
352
|
+
'https://www.google.com.ly',
|
|
353
|
+
'https://www.google.co.ma',
|
|
354
|
+
'https://www.google.md',
|
|
355
|
+
'https://www.google.me',
|
|
356
|
+
'https://www.google.mg',
|
|
357
|
+
'https://www.google.mk',
|
|
358
|
+
'https://www.google.ml',
|
|
359
|
+
'https://www.google.com.mm',
|
|
360
|
+
'https://www.google.mn',
|
|
361
|
+
'https://www.google.com.mt',
|
|
362
|
+
'https://www.google.mu',
|
|
363
|
+
'https://www.google.mv',
|
|
364
|
+
'https://www.google.mw',
|
|
365
|
+
'https://www.google.com.mx',
|
|
366
|
+
'https://www.google.com.my',
|
|
367
|
+
'https://www.google.co.mz',
|
|
368
|
+
'https://www.google.com.na',
|
|
369
|
+
'https://www.google.com.ng',
|
|
370
|
+
'https://www.google.com.ni',
|
|
371
|
+
'https://www.google.ne',
|
|
372
|
+
'https://www.google.nl',
|
|
373
|
+
'https://www.google.no',
|
|
374
|
+
'https://www.google.com.np',
|
|
375
|
+
'https://www.google.nr',
|
|
376
|
+
'https://www.google.nu',
|
|
377
|
+
'https://www.google.co.nz',
|
|
378
|
+
'https://www.google.com.om',
|
|
379
|
+
'https://www.google.com.pa',
|
|
380
|
+
'https://www.google.com.pe',
|
|
381
|
+
'https://www.google.com.pg',
|
|
382
|
+
'https://www.google.com.ph',
|
|
383
|
+
'https://www.google.com.pk',
|
|
384
|
+
'https://www.google.pl',
|
|
385
|
+
'https://www.google.pn',
|
|
386
|
+
'https://www.google.com.pr',
|
|
387
|
+
'https://www.google.ps',
|
|
388
|
+
'https://www.google.pt',
|
|
389
|
+
'https://www.google.com.py',
|
|
390
|
+
'https://www.google.com.qa',
|
|
391
|
+
'https://www.google.ro',
|
|
392
|
+
'https://www.google.ru',
|
|
393
|
+
'https://www.google.rw',
|
|
394
|
+
'https://www.google.com.sa',
|
|
395
|
+
'https://www.google.com.sb',
|
|
396
|
+
'https://www.google.sc',
|
|
397
|
+
'https://www.google.se',
|
|
398
|
+
'https://www.google.com.sg',
|
|
399
|
+
'https://www.google.sh',
|
|
400
|
+
'https://www.google.si',
|
|
401
|
+
'https://www.google.sk',
|
|
402
|
+
'https://www.google.com.sl',
|
|
403
|
+
'https://www.google.sn',
|
|
404
|
+
'https://www.google.so',
|
|
405
|
+
'https://www.google.sm',
|
|
406
|
+
'https://www.google.sr',
|
|
407
|
+
'https://www.google.st',
|
|
408
|
+
'https://www.google.com.sv',
|
|
409
|
+
'https://www.google.td',
|
|
410
|
+
'https://www.google.tg',
|
|
411
|
+
'https://www.google.co.th',
|
|
412
|
+
'https://www.google.com.tj',
|
|
413
|
+
'https://www.google.tl',
|
|
414
|
+
'https://www.google.tm',
|
|
415
|
+
'https://www.google.tn',
|
|
416
|
+
'https://www.google.to',
|
|
417
|
+
'https://www.google.com.tr',
|
|
418
|
+
'https://www.google.tt',
|
|
419
|
+
'https://www.google.com.tw',
|
|
420
|
+
'https://www.google.co.tz',
|
|
421
|
+
'https://www.google.com.ua',
|
|
422
|
+
'https://www.google.co.ug',
|
|
423
|
+
'https://www.google.co.uk',
|
|
424
|
+
'https://www.google.com.uy',
|
|
425
|
+
'https://www.google.co.uz',
|
|
426
|
+
'https://www.google.com.vc',
|
|
427
|
+
'https://www.google.co.ve',
|
|
428
|
+
'https://www.google.co.vi',
|
|
429
|
+
'https://www.google.com.vn',
|
|
430
|
+
'https://www.google.vu',
|
|
431
|
+
'https://www.google.ws',
|
|
432
|
+
'https://www.google.rs',
|
|
433
|
+
'https://www.google.co.za',
|
|
434
|
+
'https://www.google.co.zm',
|
|
435
|
+
'https://www.google.co.zw',
|
|
436
|
+
'https://www.google.cat',
|
|
64
437
|
],
|
|
65
438
|
'style-src': [
|
|
66
439
|
'https://googletagmanager.com',
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superrb/react-addons",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.0.0-
|
|
4
|
+
"version": "4.0.0-31",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.js",
|
|
7
7
|
"repository": "https://github.com/superrbstudio/react-addons",
|
|
@@ -53,4 +53,4 @@
|
|
|
53
53
|
},
|
|
54
54
|
"packageManager": "yarn@4.12.0",
|
|
55
55
|
"stableVersion": "3.0.0"
|
|
56
|
-
}
|
|
56
|
+
}
|