@contentful/f36-popover 4.20.7 → 4.20.9
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/README.mdx +1 -1
- package/package.json +3 -3
- package/CHANGELOG.md +0 -387
package/README.mdx
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
title: 'Popover'
|
|
3
3
|
slug: /components/popover/
|
|
4
4
|
github: 'https://github.com/contentful/forma-36/tree/main/packages/components/popover'
|
|
5
|
-
storybook: 'https://
|
|
5
|
+
storybook: 'https://f36-storybook.contentful.com/?path=/story/components-popover--basic'
|
|
6
6
|
typescript: ./src/Popover.tsx
|
|
7
7
|
---
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/f36-popover",
|
|
3
|
-
"version": "4.20.
|
|
3
|
+
"version": "4.20.9",
|
|
4
4
|
"description": "Forma 36: Popover component",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsup"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@contentful/f36-core": "^4.20.
|
|
9
|
+
"@contentful/f36-core": "^4.20.9",
|
|
10
10
|
"@contentful/f36-tokens": "^4.0.1",
|
|
11
|
-
"@contentful/f36-utils": "^4.20.
|
|
11
|
+
"@contentful/f36-utils": "^4.20.9",
|
|
12
12
|
"@popperjs/core": "^2.11.5",
|
|
13
13
|
"emotion": "^10.0.17",
|
|
14
14
|
"react-popper": "^2.3.0"
|
package/CHANGELOG.md
DELETED
|
@@ -1,387 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
## 4.20.7
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Updated dependencies []:
|
|
8
|
-
- @contentful/f36-utils@4.20.7
|
|
9
|
-
- @contentful/f36-core@4.20.7
|
|
10
|
-
|
|
11
|
-
## 4.20.6
|
|
12
|
-
|
|
13
|
-
### Patch Changes
|
|
14
|
-
|
|
15
|
-
- Updated dependencies []:
|
|
16
|
-
- @contentful/f36-utils@4.20.6
|
|
17
|
-
- @contentful/f36-core@4.20.6
|
|
18
|
-
|
|
19
|
-
## 4.20.5
|
|
20
|
-
|
|
21
|
-
### Patch Changes
|
|
22
|
-
|
|
23
|
-
- Updated dependencies []:
|
|
24
|
-
- @contentful/f36-utils@4.20.5
|
|
25
|
-
- @contentful/f36-core@4.20.5
|
|
26
|
-
|
|
27
|
-
## 4.20.4
|
|
28
|
-
|
|
29
|
-
### Patch Changes
|
|
30
|
-
|
|
31
|
-
- Updated dependencies []:
|
|
32
|
-
- @contentful/f36-utils@4.20.4
|
|
33
|
-
- @contentful/f36-core@4.20.4
|
|
34
|
-
|
|
35
|
-
## 4.20.3
|
|
36
|
-
|
|
37
|
-
### Patch Changes
|
|
38
|
-
|
|
39
|
-
- Updated dependencies [[`d3c27ab8`](https://github.com/contentful/forma-36/commit/d3c27ab830ec9c2cc096e8be33da496c2dc284ea)]:
|
|
40
|
-
- @contentful/f36-core@4.20.3
|
|
41
|
-
- @contentful/f36-utils@4.20.3
|
|
42
|
-
|
|
43
|
-
## 4.20.2
|
|
44
|
-
|
|
45
|
-
### Patch Changes
|
|
46
|
-
|
|
47
|
-
- Updated dependencies []:
|
|
48
|
-
- @contentful/f36-utils@4.20.2
|
|
49
|
-
- @contentful/f36-core@4.20.2
|
|
50
|
-
|
|
51
|
-
## 4.20.1
|
|
52
|
-
|
|
53
|
-
### Patch Changes
|
|
54
|
-
|
|
55
|
-
- Updated dependencies []:
|
|
56
|
-
- @contentful/f36-utils@4.20.1
|
|
57
|
-
- @contentful/f36-core@4.20.1
|
|
58
|
-
|
|
59
|
-
## 4.20.0
|
|
60
|
-
|
|
61
|
-
### Patch Changes
|
|
62
|
-
|
|
63
|
-
- Updated dependencies []:
|
|
64
|
-
- @contentful/f36-utils@4.20.0
|
|
65
|
-
- @contentful/f36-core@4.20.0
|
|
66
|
-
|
|
67
|
-
## 4.19.2
|
|
68
|
-
|
|
69
|
-
### Patch Changes
|
|
70
|
-
|
|
71
|
-
- Updated dependencies []:
|
|
72
|
-
- @contentful/f36-utils@4.19.2
|
|
73
|
-
- @contentful/f36-core@4.19.2
|
|
74
|
-
|
|
75
|
-
## 4.19.1
|
|
76
|
-
|
|
77
|
-
### Patch Changes
|
|
78
|
-
|
|
79
|
-
- [#2209](https://github.com/contentful/forma-36/pull/2209) [`42f0c321`](https://github.com/contentful/forma-36/commit/42f0c3218965137191842f492fe5dbf4bd10784c) Thanks [@denkristoffer](https://github.com/denkristoffer)! - build: build ESM to JS file - legacy output
|
|
80
|
-
fix(notification): use type imports
|
|
81
|
-
- Updated dependencies []:
|
|
82
|
-
- @contentful/f36-utils@4.19.1
|
|
83
|
-
- @contentful/f36-core@4.19.1
|
|
84
|
-
|
|
85
|
-
## 4.19.0
|
|
86
|
-
|
|
87
|
-
### Patch Changes
|
|
88
|
-
|
|
89
|
-
- Updated dependencies []:
|
|
90
|
-
- @contentful/f36-utils@4.19.0
|
|
91
|
-
- @contentful/f36-core@4.19.0
|
|
92
|
-
|
|
93
|
-
## 4.18.0
|
|
94
|
-
|
|
95
|
-
### Patch Changes
|
|
96
|
-
|
|
97
|
-
- Updated dependencies []:
|
|
98
|
-
- @contentful/f36-utils@4.18.0
|
|
99
|
-
- @contentful/f36-core@4.18.0
|
|
100
|
-
|
|
101
|
-
## 4.17.0
|
|
102
|
-
|
|
103
|
-
### Patch Changes
|
|
104
|
-
|
|
105
|
-
- Updated dependencies []:
|
|
106
|
-
- @contentful/f36-utils@4.17.0
|
|
107
|
-
- @contentful/f36-core@4.17.0
|
|
108
|
-
|
|
109
|
-
## 4.16.0
|
|
110
|
-
|
|
111
|
-
### Patch Changes
|
|
112
|
-
|
|
113
|
-
- Updated dependencies []:
|
|
114
|
-
- @contentful/f36-utils@4.16.0
|
|
115
|
-
- @contentful/f36-core@4.16.0
|
|
116
|
-
|
|
117
|
-
## 4.15.1
|
|
118
|
-
|
|
119
|
-
### Patch Changes
|
|
120
|
-
|
|
121
|
-
- Updated dependencies []:
|
|
122
|
-
- @contentful/f36-utils@4.15.1
|
|
123
|
-
- @contentful/f36-core@4.15.1
|
|
124
|
-
|
|
125
|
-
## 4.15.0
|
|
126
|
-
|
|
127
|
-
### Patch Changes
|
|
128
|
-
|
|
129
|
-
- Updated dependencies []:
|
|
130
|
-
- @contentful/f36-utils@4.15.0
|
|
131
|
-
- @contentful/f36-core@4.15.0
|
|
132
|
-
|
|
133
|
-
## 4.14.0
|
|
134
|
-
|
|
135
|
-
### Patch Changes
|
|
136
|
-
|
|
137
|
-
- Updated dependencies []:
|
|
138
|
-
- @contentful/f36-utils@4.14.0
|
|
139
|
-
- @contentful/f36-core@4.14.0
|
|
140
|
-
|
|
141
|
-
## 4.13.0
|
|
142
|
-
|
|
143
|
-
### Patch Changes
|
|
144
|
-
|
|
145
|
-
- Updated dependencies []:
|
|
146
|
-
- @contentful/f36-utils@4.13.0
|
|
147
|
-
- @contentful/f36-core@4.13.0
|
|
148
|
-
|
|
149
|
-
## 4.12.0
|
|
150
|
-
|
|
151
|
-
### Patch Changes
|
|
152
|
-
|
|
153
|
-
- Updated dependencies []:
|
|
154
|
-
- @contentful/f36-utils@4.12.0
|
|
155
|
-
- @contentful/f36-core@4.12.0
|
|
156
|
-
|
|
157
|
-
## 4.11.0
|
|
158
|
-
|
|
159
|
-
### Patch Changes
|
|
160
|
-
|
|
161
|
-
- Updated dependencies []:
|
|
162
|
-
- @contentful/f36-utils@4.11.0
|
|
163
|
-
- @contentful/f36-core@4.11.0
|
|
164
|
-
|
|
165
|
-
## 4.11.0-beta.0
|
|
166
|
-
|
|
167
|
-
### Patch Changes
|
|
168
|
-
|
|
169
|
-
- Updated dependencies []:
|
|
170
|
-
- @contentful/f36-utils@4.11.0-beta.0
|
|
171
|
-
- @contentful/f36-core@4.11.0-beta.0
|
|
172
|
-
|
|
173
|
-
## 4.10.5
|
|
174
|
-
|
|
175
|
-
### Patch Changes
|
|
176
|
-
|
|
177
|
-
- [#2005](https://github.com/contentful/forma-36/pull/2005) [`32cac8e8`](https://github.com/contentful/forma-36/commit/32cac8e8bdeedfe29b36bc6025eec11607c93da8) Thanks [@denkristoffer](https://github.com/denkristoffer)! - feat: Datepicker component
|
|
178
|
-
|
|
179
|
-
- Updated dependencies []:
|
|
180
|
-
- @contentful/f36-utils@4.10.5
|
|
181
|
-
- @contentful/f36-core@4.10.5
|
|
182
|
-
|
|
183
|
-
## 4.10.4
|
|
184
|
-
|
|
185
|
-
### Patch Changes
|
|
186
|
-
|
|
187
|
-
- Updated dependencies []:
|
|
188
|
-
- @contentful/f36-utils@4.10.4
|
|
189
|
-
- @contentful/f36-core@4.10.4
|
|
190
|
-
|
|
191
|
-
## 4.10.3
|
|
192
|
-
|
|
193
|
-
### Patch Changes
|
|
194
|
-
|
|
195
|
-
- [#2094](https://github.com/contentful/forma-36/pull/2094) [`1bc834c6`](https://github.com/contentful/forma-36/commit/1bc834c65097e5b253b7bc69a96a16121b4e7cc4) Thanks [@massao](https://github.com/massao)! - bump popper version
|
|
196
|
-
|
|
197
|
-
- Updated dependencies []:
|
|
198
|
-
- @contentful/f36-utils@4.10.3
|
|
199
|
-
- @contentful/f36-core@4.10.3
|
|
200
|
-
|
|
201
|
-
## 4.10.2
|
|
202
|
-
|
|
203
|
-
### Patch Changes
|
|
204
|
-
|
|
205
|
-
- Updated dependencies []:
|
|
206
|
-
- @contentful/f36-utils@4.10.2
|
|
207
|
-
- @contentful/f36-core@4.10.2
|
|
208
|
-
|
|
209
|
-
## 4.10.1
|
|
210
|
-
|
|
211
|
-
### Patch Changes
|
|
212
|
-
|
|
213
|
-
- Updated dependencies []:
|
|
214
|
-
- @contentful/f36-utils@4.10.1
|
|
215
|
-
- @contentful/f36-core@4.10.1
|
|
216
|
-
|
|
217
|
-
## 4.10.0
|
|
218
|
-
|
|
219
|
-
### Patch Changes
|
|
220
|
-
|
|
221
|
-
- Updated dependencies []:
|
|
222
|
-
- @contentful/f36-utils@4.10.0
|
|
223
|
-
- @contentful/f36-core@4.10.0
|
|
224
|
-
|
|
225
|
-
## 4.9.0
|
|
226
|
-
|
|
227
|
-
### Patch Changes
|
|
228
|
-
|
|
229
|
-
- Updated dependencies []:
|
|
230
|
-
- @contentful/f36-utils@4.9.0
|
|
231
|
-
- @contentful/f36-core@4.9.0
|
|
232
|
-
|
|
233
|
-
## 4.8.2
|
|
234
|
-
|
|
235
|
-
### Patch Changes
|
|
236
|
-
|
|
237
|
-
- Updated dependencies []:
|
|
238
|
-
- @contentful/f36-utils@4.8.2
|
|
239
|
-
- @contentful/f36-core@4.8.2
|
|
240
|
-
|
|
241
|
-
## 4.8.1
|
|
242
|
-
|
|
243
|
-
### Patch Changes
|
|
244
|
-
|
|
245
|
-
- Updated dependencies []:
|
|
246
|
-
- @contentful/f36-utils@4.8.1
|
|
247
|
-
- @contentful/f36-core@4.8.1
|
|
248
|
-
|
|
249
|
-
## 4.8.0
|
|
250
|
-
|
|
251
|
-
### Patch Changes
|
|
252
|
-
|
|
253
|
-
- Updated dependencies []:
|
|
254
|
-
- @contentful/f36-utils@4.8.0
|
|
255
|
-
- @contentful/f36-core@4.8.0
|
|
256
|
-
|
|
257
|
-
## 4.7.0
|
|
258
|
-
|
|
259
|
-
### Patch Changes
|
|
260
|
-
|
|
261
|
-
- Updated dependencies [[`e50b8945`](https://github.com/contentful/forma-36/commit/e50b8945faef7323187e1bd9a2a9cbfcbae2e405)]:
|
|
262
|
-
- @contentful/f36-core@4.7.0
|
|
263
|
-
- @contentful/f36-utils@4.7.0
|
|
264
|
-
|
|
265
|
-
## 4.6.2
|
|
266
|
-
|
|
267
|
-
### Patch Changes
|
|
268
|
-
|
|
269
|
-
- Updated dependencies []:
|
|
270
|
-
- @contentful/f36-utils@4.6.2
|
|
271
|
-
- @contentful/f36-core@4.6.2
|
|
272
|
-
|
|
273
|
-
## 4.6.1
|
|
274
|
-
|
|
275
|
-
### Patch Changes
|
|
276
|
-
|
|
277
|
-
- Updated dependencies []:
|
|
278
|
-
- @contentful/f36-utils@4.6.1
|
|
279
|
-
- @contentful/f36-core@4.6.1
|
|
280
|
-
|
|
281
|
-
## 4.6.0
|
|
282
|
-
|
|
283
|
-
### Patch Changes
|
|
284
|
-
|
|
285
|
-
- Updated dependencies []:
|
|
286
|
-
- @contentful/f36-utils@4.6.0
|
|
287
|
-
- @contentful/f36-core@4.6.0
|
|
288
|
-
|
|
289
|
-
## 4.5.0
|
|
290
|
-
|
|
291
|
-
### Patch Changes
|
|
292
|
-
|
|
293
|
-
- Updated dependencies [[`d841d7cb`](https://github.com/contentful/forma-36/commit/d841d7cbf74b20192028591197bc42df3d2ebc2e)]:
|
|
294
|
-
- @contentful/f36-utils@4.5.0
|
|
295
|
-
- @contentful/f36-core@4.5.0
|
|
296
|
-
|
|
297
|
-
## 4.4.1
|
|
298
|
-
|
|
299
|
-
### Patch Changes
|
|
300
|
-
|
|
301
|
-
- Updated dependencies []:
|
|
302
|
-
- @contentful/f36-utils@4.4.1
|
|
303
|
-
- @contentful/f36-core@4.4.1
|
|
304
|
-
|
|
305
|
-
## 4.4.0
|
|
306
|
-
|
|
307
|
-
### Patch Changes
|
|
308
|
-
|
|
309
|
-
- Updated dependencies [[`a9459709`](https://github.com/contentful/forma-36/commit/a945970959bc7e9478bec822bb775a513c6aa0fe)]:
|
|
310
|
-
- @contentful/f36-core@4.4.0
|
|
311
|
-
- @contentful/f36-utils@4.4.0
|
|
312
|
-
|
|
313
|
-
## 4.3.11
|
|
314
|
-
|
|
315
|
-
### Patch Changes
|
|
316
|
-
|
|
317
|
-
- Updated dependencies []:
|
|
318
|
-
- @contentful/f36-utils@4.3.11
|
|
319
|
-
- @contentful/f36-core@4.3.11
|
|
320
|
-
|
|
321
|
-
## 4.3.10
|
|
322
|
-
|
|
323
|
-
### Patch Changes
|
|
324
|
-
|
|
325
|
-
- Updated dependencies []:
|
|
326
|
-
- @contentful/f36-utils@4.3.10
|
|
327
|
-
- @contentful/f36-core@4.3.10
|
|
328
|
-
|
|
329
|
-
## 4.3.9
|
|
330
|
-
|
|
331
|
-
### Patch Changes
|
|
332
|
-
|
|
333
|
-
- [#1953](https://github.com/contentful/forma-36/pull/1953) [`df985087`](https://github.com/contentful/forma-36/commit/df98508780f63754e29df09d4f6239bdc84982a8) Thanks [@massao](https://github.com/massao)! - bump packages versions to have consistent versioning
|
|
334
|
-
|
|
335
|
-
- Updated dependencies [[`df985087`](https://github.com/contentful/forma-36/commit/df98508780f63754e29df09d4f6239bdc84982a8)]:
|
|
336
|
-
- @contentful/f36-core@4.3.9
|
|
337
|
-
- @contentful/f36-utils@4.3.9
|
|
338
|
-
|
|
339
|
-
## [4.2.5](https://github.com/contentful/forma-36/compare/@contentful/f36-popover@4.2.4...@contentful/f36-popover@4.2.5) (2022-03-14)
|
|
340
|
-
|
|
341
|
-
**Note:** Version bump only for package @contentful/f36-popover
|
|
342
|
-
|
|
343
|
-
## [4.2.4](https://github.com/contentful/forma-36/compare/@contentful/f36-popover@4.2.3...@contentful/f36-popover@4.2.4) (2022-03-10)
|
|
344
|
-
|
|
345
|
-
**Note:** Version bump only for package @contentful/f36-popover
|
|
346
|
-
|
|
347
|
-
## [4.2.3](https://github.com/contentful/forma-36/compare/@contentful/f36-popover@4.2.2...@contentful/f36-popover@4.2.3) (2022-03-09)
|
|
348
|
-
|
|
349
|
-
**Note:** Version bump only for package @contentful/f36-popover
|
|
350
|
-
|
|
351
|
-
## [4.2.2](https://github.com/contentful/forma-36/compare/@contentful/f36-popover@4.2.1...@contentful/f36-popover@4.2.2) (2022-03-03)
|
|
352
|
-
|
|
353
|
-
### Bug Fixes
|
|
354
|
-
|
|
355
|
-
- migrate links from master to main ([#1923](https://github.com/contentful/forma-36/issues/1923)) ([607301d](https://github.com/contentful/forma-36/commit/607301d57a2e83190d2aa298120ddb8493e8c429))
|
|
356
|
-
|
|
357
|
-
## [4.2.1](https://github.com/contentful/forma-36/compare/@contentful/f36-popover@4.2.0...@contentful/f36-popover@4.2.1) (2022-02-17)
|
|
358
|
-
|
|
359
|
-
**Note:** Version bump only for package @contentful/f36-popover
|
|
360
|
-
|
|
361
|
-
# [4.2.0](https://github.com/contentful/forma-36/compare/@contentful/f36-popover@4.1.2...@contentful/f36-popover@4.2.0) (2022-02-09)
|
|
362
|
-
|
|
363
|
-
### Features
|
|
364
|
-
|
|
365
|
-
- by default render Popover only when it's open ([#1873](https://github.com/contentful/forma-36/issues/1873)) ([48a511b](https://github.com/contentful/forma-36/commit/48a511bc48c17d3e4bf0cbfb8d16da8c3cbc29b2))
|
|
366
|
-
|
|
367
|
-
## [4.1.2](https://github.com/contentful/forma-36/compare/@contentful/f36-popover@4.1.1...@contentful/f36-popover@4.1.2) (2022-01-31)
|
|
368
|
-
|
|
369
|
-
**Note:** Version bump only for package @contentful/f36-popover
|
|
370
|
-
|
|
371
|
-
## [4.1.1](https://github.com/contentful/forma-36/compare/@contentful/f36-popover@4.1.0...@contentful/f36-popover@4.1.1) (2022-01-31)
|
|
372
|
-
|
|
373
|
-
**Note:** Version bump only for package @contentful/f36-popover
|
|
374
|
-
|
|
375
|
-
# [4.1.0](https://github.com/contentful/forma-36/compare/@contentful/f36-popover@4.0.1...@contentful/f36-popover@4.1.0) (2022-01-25)
|
|
376
|
-
|
|
377
|
-
### Bug Fixes
|
|
378
|
-
|
|
379
|
-
- focus styles for Popover content in safari ([#1816](https://github.com/contentful/forma-36/issues/1816)) ([8739fea](https://github.com/contentful/forma-36/commit/8739fea19759dd026c671fd2e9473a23c498bcc5))
|
|
380
|
-
|
|
381
|
-
### Features
|
|
382
|
-
|
|
383
|
-
- implement props list redesign [BAU-535](<[#1756](https://github.com/contentful/forma-36/issues/1756)>) ([21c57e7](https://github.com/contentful/forma-36/commit/21c57e72008b75990d03af4e7500edc1c7f3d26d))
|
|
384
|
-
|
|
385
|
-
## [4.0.1](https://github.com/contentful/forma-36/compare/@contentful/f36-popover@4.0.0...@contentful/f36-popover@4.0.1) (2022-01-11)
|
|
386
|
-
|
|
387
|
-
**Note:** Version bump only for package @contentful/f36-popover
|