@khanacademy/wonder-blocks-breadcrumbs 3.0.8 → 3.1.1
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 +206 -178
- package/LICENSE +21 -0
- package/dist/es/index.js +4 -4
- package/dist/index.js +4 -4
- package/package.json +8 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,306 +1,334 @@
|
|
|
1
1
|
# @khanacademy/wonder-blocks-breadcrumbs
|
|
2
2
|
|
|
3
|
+
## 3.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ee8d95a: Rollback rollup version from v4 to v2 to prevent an issue with CJS builds in unit tests
|
|
8
|
+
- Updated dependencies [ee8d95a]
|
|
9
|
+
- @khanacademy/wonder-blocks-core@12.1.1
|
|
10
|
+
- @khanacademy/wonder-blocks-tokens@4.2.1
|
|
11
|
+
|
|
12
|
+
## 3.1.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- f03298f: Tooling:
|
|
17
|
+
|
|
18
|
+
- Switching to `pnpm`.
|
|
19
|
+
- Upgrading `rollup` to v4 and `@babel/runtime` to match the current webapp version.
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 969864b: Update internal addStyle variable name to address aphrodite-add-style-variable-name linting rule
|
|
24
|
+
- bb2a026: pnpm: Switch to workspace protocol to handle dependency versions with changesets on monorepo setup"
|
|
25
|
+
- Updated dependencies [969864b]
|
|
26
|
+
- Updated dependencies [bb2a026]
|
|
27
|
+
- Updated dependencies [f03298f]
|
|
28
|
+
- @khanacademy/wonder-blocks-core@12.1.0
|
|
29
|
+
- @khanacademy/wonder-blocks-tokens@4.2.0
|
|
30
|
+
|
|
3
31
|
## 3.0.8
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
|
6
34
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
35
|
+
- Updated dependencies [0199324d]
|
|
36
|
+
- @khanacademy/wonder-blocks-core@12.0.0
|
|
9
37
|
|
|
10
38
|
## 3.0.7
|
|
11
39
|
|
|
12
40
|
### Patch Changes
|
|
13
41
|
|
|
14
|
-
-
|
|
15
|
-
-
|
|
16
|
-
-
|
|
42
|
+
- Updated dependencies [8cfaeab0]
|
|
43
|
+
- Updated dependencies [c162abb4]
|
|
44
|
+
- @khanacademy/wonder-blocks-tokens@4.1.0
|
|
17
45
|
|
|
18
46
|
## 3.0.6
|
|
19
47
|
|
|
20
48
|
### Patch Changes
|
|
21
49
|
|
|
22
|
-
-
|
|
23
|
-
-
|
|
50
|
+
- Updated dependencies [0de25cd8]
|
|
51
|
+
- @khanacademy/wonder-blocks-tokens@4.0.0
|
|
24
52
|
|
|
25
53
|
## 3.0.5
|
|
26
54
|
|
|
27
55
|
### Patch Changes
|
|
28
56
|
|
|
29
|
-
-
|
|
30
|
-
-
|
|
57
|
+
- Updated dependencies [7516b239]
|
|
58
|
+
- @khanacademy/wonder-blocks-core@11.1.0
|
|
31
59
|
|
|
32
60
|
## 3.0.4
|
|
33
61
|
|
|
34
62
|
### Patch Changes
|
|
35
63
|
|
|
36
|
-
-
|
|
37
|
-
-
|
|
38
|
-
-
|
|
39
|
-
-
|
|
64
|
+
- 11a0f5c6: No functional changes. Adding prepublishOnly script.
|
|
65
|
+
- Updated dependencies [11a0f5c6]
|
|
66
|
+
- @khanacademy/wonder-blocks-tokens@3.0.1
|
|
67
|
+
- @khanacademy/wonder-blocks-core@11.0.1
|
|
40
68
|
|
|
41
69
|
## 3.0.3
|
|
42
70
|
|
|
43
71
|
### Patch Changes
|
|
44
72
|
|
|
45
|
-
-
|
|
46
|
-
-
|
|
73
|
+
- Updated dependencies [d23c9c5f]
|
|
74
|
+
- @khanacademy/wonder-blocks-core@11.0.0
|
|
47
75
|
|
|
48
76
|
## 3.0.2
|
|
49
77
|
|
|
50
78
|
### Patch Changes
|
|
51
79
|
|
|
52
|
-
-
|
|
53
|
-
-
|
|
54
|
-
-
|
|
55
|
-
-
|
|
80
|
+
- Updated dependencies [b6009b77]
|
|
81
|
+
- Updated dependencies [897686bc]
|
|
82
|
+
- Updated dependencies [56d961f1]
|
|
83
|
+
- @khanacademy/wonder-blocks-core@10.0.0
|
|
56
84
|
|
|
57
85
|
## 3.0.1
|
|
58
86
|
|
|
59
87
|
### Patch Changes
|
|
60
88
|
|
|
61
|
-
-
|
|
62
|
-
-
|
|
89
|
+
- Updated dependencies [f4abd572]
|
|
90
|
+
- @khanacademy/wonder-blocks-core@9.0.0
|
|
63
91
|
|
|
64
92
|
## 3.0.0
|
|
65
93
|
|
|
66
94
|
### Major Changes
|
|
67
95
|
|
|
68
|
-
-
|
|
96
|
+
- e6abdd17: Upgrade to React 18
|
|
69
97
|
|
|
70
98
|
### Patch Changes
|
|
71
99
|
|
|
72
|
-
-
|
|
73
|
-
-
|
|
74
|
-
-
|
|
100
|
+
- Updated dependencies [e6abdd17]
|
|
101
|
+
- @khanacademy/wonder-blocks-core@8.0.0
|
|
102
|
+
- @khanacademy/wonder-blocks-tokens@3.0.0
|
|
75
103
|
|
|
76
104
|
## 2.2.8
|
|
77
105
|
|
|
78
106
|
### Patch Changes
|
|
79
107
|
|
|
80
|
-
-
|
|
81
|
-
-
|
|
108
|
+
- Updated dependencies [6999fd39]
|
|
109
|
+
- @khanacademy/wonder-blocks-tokens@2.1.0
|
|
82
110
|
|
|
83
111
|
## 2.2.7
|
|
84
112
|
|
|
85
113
|
### Patch Changes
|
|
86
114
|
|
|
87
|
-
-
|
|
88
|
-
-
|
|
89
|
-
-
|
|
90
|
-
-
|
|
115
|
+
- 02a1b298: Make sure we don't package tsconfig and tsbuildinfo files
|
|
116
|
+
- Updated dependencies [02a1b298]
|
|
117
|
+
- @khanacademy/wonder-blocks-core@7.0.1
|
|
118
|
+
- @khanacademy/wonder-blocks-tokens@2.0.1
|
|
91
119
|
|
|
92
120
|
## 2.2.6
|
|
93
121
|
|
|
94
122
|
### Patch Changes
|
|
95
123
|
|
|
96
|
-
-
|
|
97
|
-
-
|
|
124
|
+
- Updated dependencies [07f7f407]
|
|
125
|
+
- @khanacademy/wonder-blocks-core@7.0.0
|
|
98
126
|
|
|
99
127
|
## 2.2.5
|
|
100
128
|
|
|
101
129
|
### Patch Changes
|
|
102
130
|
|
|
103
|
-
-
|
|
104
|
-
-
|
|
105
|
-
-
|
|
131
|
+
- Updated dependencies [f17dc1ee]
|
|
132
|
+
- Updated dependencies [991eb43f]
|
|
133
|
+
- @khanacademy/wonder-blocks-tokens@2.0.0
|
|
106
134
|
|
|
107
135
|
## 2.2.4
|
|
108
136
|
|
|
109
137
|
### Patch Changes
|
|
110
138
|
|
|
111
|
-
-
|
|
112
|
-
-
|
|
113
|
-
-
|
|
114
|
-
-
|
|
139
|
+
- 559e82d5: Update to build tooling, generating smaller output
|
|
140
|
+
- Updated dependencies [559e82d5]
|
|
141
|
+
- @khanacademy/wonder-blocks-core@6.4.3
|
|
142
|
+
- @khanacademy/wonder-blocks-tokens@1.3.1
|
|
115
143
|
|
|
116
144
|
## 2.2.3
|
|
117
145
|
|
|
118
146
|
### Patch Changes
|
|
119
147
|
|
|
120
|
-
-
|
|
121
|
-
-
|
|
148
|
+
- Updated dependencies [eab37b8b]
|
|
149
|
+
- @khanacademy/wonder-blocks-core@6.4.2
|
|
122
150
|
|
|
123
151
|
## 2.2.2
|
|
124
152
|
|
|
125
153
|
### Patch Changes
|
|
126
154
|
|
|
127
|
-
-
|
|
128
|
-
-
|
|
155
|
+
- Updated dependencies [5dfac06e]
|
|
156
|
+
- @khanacademy/wonder-blocks-core@6.4.1
|
|
129
157
|
|
|
130
158
|
## 2.2.1
|
|
131
159
|
|
|
132
160
|
### Patch Changes
|
|
133
161
|
|
|
134
|
-
-
|
|
135
|
-
-
|
|
162
|
+
- Updated dependencies [9bfeead9]
|
|
163
|
+
- @khanacademy/wonder-blocks-tokens@1.3.0
|
|
136
164
|
|
|
137
165
|
## 2.2.0
|
|
138
166
|
|
|
139
167
|
### Minor Changes
|
|
140
168
|
|
|
141
|
-
-
|
|
169
|
+
- 58075352: Change testId to render the default Testing Library HTML attribute: data-testid (was data-test-id)
|
|
142
170
|
|
|
143
171
|
### Patch Changes
|
|
144
172
|
|
|
145
|
-
-
|
|
146
|
-
-
|
|
173
|
+
- Updated dependencies [58075352]
|
|
174
|
+
- @khanacademy/wonder-blocks-core@6.4.0
|
|
147
175
|
|
|
148
176
|
## 2.1.14
|
|
149
177
|
|
|
150
178
|
### Patch Changes
|
|
151
179
|
|
|
152
|
-
-
|
|
153
|
-
-
|
|
154
|
-
-
|
|
155
|
-
-
|
|
180
|
+
- Updated dependencies [874081aa]
|
|
181
|
+
- Updated dependencies [874081aa]
|
|
182
|
+
- Updated dependencies [a9bf603a]
|
|
183
|
+
- @khanacademy/wonder-blocks-tokens@1.2.0
|
|
156
184
|
|
|
157
185
|
## 2.1.13
|
|
158
186
|
|
|
159
187
|
### Patch Changes
|
|
160
188
|
|
|
161
|
-
-
|
|
162
|
-
-
|
|
189
|
+
- Updated dependencies [4cfb4977]
|
|
190
|
+
- @khanacademy/wonder-blocks-tokens@1.1.0
|
|
163
191
|
|
|
164
192
|
## 2.1.12
|
|
165
193
|
|
|
166
194
|
### Patch Changes
|
|
167
195
|
|
|
168
|
-
-
|
|
169
|
-
-
|
|
196
|
+
- Updated dependencies [e83f8991]
|
|
197
|
+
- @khanacademy/wonder-blocks-tokens@1.0.0
|
|
170
198
|
|
|
171
199
|
## 2.1.11
|
|
172
200
|
|
|
173
201
|
### Patch Changes
|
|
174
202
|
|
|
175
|
-
-
|
|
176
|
-
-
|
|
177
|
-
-
|
|
178
|
-
-
|
|
203
|
+
- 60aba5b8: Update internal spacing references (from wb-spacing to wb-tokens)
|
|
204
|
+
- Updated dependencies [7cd7f6cc]
|
|
205
|
+
- Updated dependencies [7c51f377]
|
|
206
|
+
- @khanacademy/wonder-blocks-tokens@0.2.0
|
|
179
207
|
|
|
180
208
|
## 2.1.10
|
|
181
209
|
|
|
182
210
|
### Patch Changes
|
|
183
211
|
|
|
184
|
-
-
|
|
185
|
-
-
|
|
212
|
+
- Updated dependencies [6df21f71]
|
|
213
|
+
- @khanacademy/wonder-blocks-core@6.3.1
|
|
186
214
|
|
|
187
215
|
## 2.1.9
|
|
188
216
|
|
|
189
217
|
### Patch Changes
|
|
190
218
|
|
|
191
|
-
-
|
|
192
|
-
-
|
|
219
|
+
- Updated dependencies [7055ca94]
|
|
220
|
+
- @khanacademy/wonder-blocks-core@6.3.0
|
|
193
221
|
|
|
194
222
|
## 2.1.8
|
|
195
223
|
|
|
196
224
|
### Patch Changes
|
|
197
225
|
|
|
198
|
-
-
|
|
199
|
-
-
|
|
226
|
+
- Updated dependencies [4b97b9a2]
|
|
227
|
+
- @khanacademy/wonder-blocks-core@6.2.0
|
|
200
228
|
|
|
201
229
|
## 2.1.7
|
|
202
230
|
|
|
203
231
|
### Patch Changes
|
|
204
232
|
|
|
205
|
-
-
|
|
206
|
-
-
|
|
233
|
+
- Updated dependencies [2871f0a9]
|
|
234
|
+
- @khanacademy/wonder-blocks-core@6.1.1
|
|
207
235
|
|
|
208
236
|
## 2.1.6
|
|
209
237
|
|
|
210
238
|
### Patch Changes
|
|
211
239
|
|
|
212
|
-
-
|
|
213
|
-
-
|
|
214
|
-
-
|
|
240
|
+
- Updated dependencies [efb59c29]
|
|
241
|
+
- Updated dependencies [8bc40ed2]
|
|
242
|
+
- @khanacademy/wonder-blocks-core@6.1.0
|
|
215
243
|
|
|
216
244
|
## 2.1.5
|
|
217
245
|
|
|
218
246
|
### Patch Changes
|
|
219
247
|
|
|
220
|
-
-
|
|
221
|
-
-
|
|
248
|
+
- Updated dependencies [f19da46e]
|
|
249
|
+
- @khanacademy/wonder-blocks-core@6.0.2
|
|
222
250
|
|
|
223
251
|
## 2.1.4
|
|
224
252
|
|
|
225
253
|
### Patch Changes
|
|
226
254
|
|
|
227
|
-
-
|
|
228
|
-
-
|
|
255
|
+
- Updated dependencies [1920feb8]
|
|
256
|
+
- @khanacademy/wonder-blocks-core@6.0.1
|
|
229
257
|
|
|
230
258
|
## 2.1.3
|
|
231
259
|
|
|
232
260
|
### Patch Changes
|
|
233
261
|
|
|
234
|
-
-
|
|
235
|
-
-
|
|
236
|
-
-
|
|
262
|
+
- Updated dependencies [674a1e5c]
|
|
263
|
+
- Updated dependencies [674a1e5c]
|
|
264
|
+
- @khanacademy/wonder-blocks-core@6.0.0
|
|
237
265
|
|
|
238
266
|
## 2.1.2
|
|
239
267
|
|
|
240
268
|
### Patch Changes
|
|
241
269
|
|
|
242
|
-
-
|
|
243
|
-
-
|
|
270
|
+
- Updated dependencies [1344436f]
|
|
271
|
+
- @khanacademy/wonder-blocks-core@5.4.0
|
|
244
272
|
|
|
245
273
|
## 2.1.1
|
|
246
274
|
|
|
247
275
|
### Patch Changes
|
|
248
276
|
|
|
249
|
-
-
|
|
250
|
-
-
|
|
251
|
-
-
|
|
277
|
+
- 9f3752d4: Used named functions in componenets with forwarded refs
|
|
278
|
+
- Updated dependencies [9f3752d4]
|
|
279
|
+
- @khanacademy/wonder-blocks-core@5.3.1
|
|
252
280
|
|
|
253
281
|
## 2.1.0
|
|
254
282
|
|
|
255
283
|
### Minor Changes
|
|
256
284
|
|
|
257
|
-
-
|
|
258
|
-
-
|
|
285
|
+
- c0b558f9: Forward refs in BreadcrumbsItem
|
|
286
|
+
- 9800fbf7: Forward refs in Breacrumbs
|
|
259
287
|
|
|
260
288
|
### Patch Changes
|
|
261
289
|
|
|
262
|
-
-
|
|
263
|
-
-
|
|
264
|
-
-
|
|
290
|
+
- Updated dependencies [c37b99aa]
|
|
291
|
+
- Updated dependencies [c4cef3e6]
|
|
292
|
+
- @khanacademy/wonder-blocks-core@5.3.0
|
|
265
293
|
|
|
266
294
|
## 2.0.13
|
|
267
295
|
|
|
268
296
|
### Patch Changes
|
|
269
297
|
|
|
270
|
-
-
|
|
271
|
-
-
|
|
298
|
+
- Updated dependencies [d4c412b5]
|
|
299
|
+
- @khanacademy/wonder-blocks-core@5.2.3
|
|
272
300
|
|
|
273
301
|
## 2.0.12
|
|
274
302
|
|
|
275
303
|
### Patch Changes
|
|
276
304
|
|
|
277
|
-
-
|
|
278
|
-
-
|
|
305
|
+
- Updated dependencies [64a188e3]
|
|
306
|
+
- @khanacademy/wonder-blocks-core@5.2.2
|
|
279
307
|
|
|
280
308
|
## 2.0.11
|
|
281
309
|
|
|
282
310
|
### Patch Changes
|
|
283
311
|
|
|
284
|
-
-
|
|
285
|
-
-
|
|
286
|
-
-
|
|
312
|
+
- Updated dependencies [5a1ea891]
|
|
313
|
+
- Updated dependencies [df9a10aa]
|
|
314
|
+
- @khanacademy/wonder-blocks-core@5.2.1
|
|
287
315
|
|
|
288
316
|
## 2.0.10
|
|
289
317
|
|
|
290
318
|
### Patch Changes
|
|
291
319
|
|
|
292
|
-
-
|
|
293
|
-
-
|
|
294
|
-
-
|
|
295
|
-
-
|
|
320
|
+
- Updated dependencies [fa70c895]
|
|
321
|
+
- Updated dependencies [19ab0408]
|
|
322
|
+
- Updated dependencies [fa70c895]
|
|
323
|
+
- @khanacademy/wonder-blocks-core@5.2.0
|
|
296
324
|
|
|
297
325
|
## 2.0.9
|
|
298
326
|
|
|
299
327
|
### Patch Changes
|
|
300
328
|
|
|
301
|
-
-
|
|
302
|
-
-
|
|
303
|
-
-
|
|
329
|
+
- Updated dependencies [3c400719]
|
|
330
|
+
- Updated dependencies [a6164ed0]
|
|
331
|
+
- @khanacademy/wonder-blocks-core@5.1.0
|
|
304
332
|
|
|
305
333
|
## 2.0.8
|
|
306
334
|
|
|
@@ -310,9 +338,9 @@
|
|
|
310
338
|
|
|
311
339
|
### Patch Changes
|
|
312
340
|
|
|
313
|
-
-
|
|
314
|
-
-
|
|
315
|
-
-
|
|
341
|
+
- c20f48f3: Don't transpile classes when building bundles
|
|
342
|
+
- Updated dependencies [c20f48f3]
|
|
343
|
+
- @khanacademy/wonder-blocks-core@5.0.4
|
|
316
344
|
|
|
317
345
|
## 2.0.5
|
|
318
346
|
|
|
@@ -322,163 +350,163 @@
|
|
|
322
350
|
|
|
323
351
|
### Patch Changes
|
|
324
352
|
|
|
325
|
-
-
|
|
326
|
-
-
|
|
353
|
+
- Updated dependencies [b281e2eb]
|
|
354
|
+
- @khanacademy/wonder-blocks-core@5.0.3
|
|
327
355
|
|
|
328
356
|
## 2.0.2
|
|
329
357
|
|
|
330
358
|
### Patch Changes
|
|
331
359
|
|
|
332
|
-
-
|
|
333
|
-
-
|
|
360
|
+
- Updated dependencies [21ce20c7]
|
|
361
|
+
- @khanacademy/wonder-blocks-core@5.0.2
|
|
334
362
|
|
|
335
363
|
## 2.0.1
|
|
336
364
|
|
|
337
365
|
### Patch Changes
|
|
338
366
|
|
|
339
|
-
-
|
|
340
|
-
-
|
|
341
|
-
-
|
|
342
|
-
-
|
|
343
|
-
-
|
|
344
|
-
-
|
|
367
|
+
- ccb6fe00: Miscellaneous TS type fixes
|
|
368
|
+
- d4c2b18c: Fix a variety of issues with Flow types generated by flowgen
|
|
369
|
+
- Updated dependencies [ccb6fe00]
|
|
370
|
+
- Updated dependencies [d4c2b18c]
|
|
371
|
+
- @khanacademy/wonder-blocks-core@5.0.1
|
|
372
|
+
- @khanacademy/wonder-blocks-spacing@4.0.1
|
|
345
373
|
|
|
346
374
|
## 2.0.0
|
|
347
375
|
|
|
348
376
|
### Major Changes
|
|
349
377
|
|
|
350
|
-
-
|
|
378
|
+
- 1ca4d7e3: Fix minor issue with generate Flow types (this is a major bump b/c I forgot to do one after doing the TS conversion)
|
|
351
379
|
|
|
352
380
|
### Patch Changes
|
|
353
381
|
|
|
354
|
-
-
|
|
355
|
-
-
|
|
356
|
-
-
|
|
382
|
+
- Updated dependencies [1ca4d7e3]
|
|
383
|
+
- @khanacademy/wonder-blocks-core@5.0.0
|
|
384
|
+
- @khanacademy/wonder-blocks-spacing@4.0.0
|
|
357
385
|
|
|
358
386
|
## 1.0.41
|
|
359
387
|
|
|
360
388
|
### Patch Changes
|
|
361
389
|
|
|
362
|
-
-
|
|
363
|
-
-
|
|
364
|
-
-
|
|
365
|
-
-
|
|
390
|
+
- b5ba5568: Ensure that flow lib defs use React.ElementConfig<> isntead of JSX.LibraryManagedAttributes<>
|
|
391
|
+
- Updated dependencies [b5ba5568]
|
|
392
|
+
- @khanacademy/wonder-blocks-core@4.9.1
|
|
393
|
+
- @khanacademy/wonder-blocks-spacing@3.0.7
|
|
366
394
|
|
|
367
395
|
## 1.0.40
|
|
368
396
|
|
|
369
397
|
### Patch Changes
|
|
370
398
|
|
|
371
|
-
-
|
|
372
|
-
-
|
|
399
|
+
- Updated dependencies [779b031d]
|
|
400
|
+
- @khanacademy/wonder-blocks-core@4.9.0
|
|
373
401
|
|
|
374
402
|
## 1.0.39
|
|
375
403
|
|
|
376
404
|
### Patch Changes
|
|
377
405
|
|
|
378
|
-
-
|
|
379
|
-
-
|
|
380
|
-
-
|
|
381
|
-
-
|
|
382
|
-
-
|
|
383
|
-
-
|
|
384
|
-
-
|
|
385
|
-
-
|
|
386
|
-
-
|
|
387
|
-
-
|
|
388
|
-
-
|
|
389
|
-
-
|
|
390
|
-
-
|
|
391
|
-
-
|
|
392
|
-
-
|
|
393
|
-
-
|
|
394
|
-
-
|
|
395
|
-
-
|
|
396
|
-
-
|
|
406
|
+
- d816af08: Update build and test configs use TypeScript
|
|
407
|
+
- 3891f544: Update babel config to include plugins that Storybook needed
|
|
408
|
+
- 0d28bb1c: Configured TypeScript
|
|
409
|
+
- 3d05f764: Fix HOCs and other type errors
|
|
410
|
+
- c2ec4902: Update eslint configuration, fix lint
|
|
411
|
+
- 2983c05b: Include 'types' field in package.json
|
|
412
|
+
- 77ff6a66: Generate Flow types from TypeScript types
|
|
413
|
+
- ec8d4b7f: Fix miscellaneous TypeScript errors
|
|
414
|
+
- Updated dependencies [d816af08]
|
|
415
|
+
- Updated dependencies [3891f544]
|
|
416
|
+
- Updated dependencies [0d28bb1c]
|
|
417
|
+
- Updated dependencies [873f4a14]
|
|
418
|
+
- Updated dependencies [3d05f764]
|
|
419
|
+
- Updated dependencies [c2ec4902]
|
|
420
|
+
- Updated dependencies [2983c05b]
|
|
421
|
+
- Updated dependencies [77ff6a66]
|
|
422
|
+
- Updated dependencies [ec8d4b7f]
|
|
423
|
+
- @khanacademy/wonder-blocks-core@4.8.0
|
|
424
|
+
- @khanacademy/wonder-blocks-spacing@3.0.6
|
|
397
425
|
|
|
398
426
|
## 1.0.38
|
|
399
427
|
|
|
400
428
|
### Patch Changes
|
|
401
429
|
|
|
402
|
-
-
|
|
403
|
-
-
|
|
404
|
-
-
|
|
405
|
-
-
|
|
430
|
+
- 91cb727c: Remove file extensions from imports
|
|
431
|
+
- Updated dependencies [91cb727c]
|
|
432
|
+
- Updated dependencies [91cb727c]
|
|
433
|
+
- @khanacademy/wonder-blocks-core@4.7.0
|
|
406
434
|
|
|
407
435
|
## 1.0.37
|
|
408
436
|
|
|
409
437
|
### Patch Changes
|
|
410
438
|
|
|
411
|
-
-
|
|
412
|
-
-
|
|
413
|
-
-
|
|
439
|
+
- 496119f2: Cleanup WB interdependencies
|
|
440
|
+
- Updated dependencies [496119f2]
|
|
441
|
+
- @khanacademy/wonder-blocks-core@4.6.2
|
|
414
442
|
|
|
415
443
|
## 1.0.36
|
|
416
444
|
|
|
417
445
|
### Patch Changes
|
|
418
446
|
|
|
419
|
-
-
|
|
420
|
-
-
|
|
447
|
+
- @khanacademy/wonder-blocks-core@4.6.1
|
|
448
|
+
- @khanacademy/wonder-blocks-typography@1.1.36
|
|
421
449
|
|
|
422
450
|
## 1.0.35
|
|
423
451
|
|
|
424
452
|
### Patch Changes
|
|
425
453
|
|
|
426
|
-
-
|
|
427
|
-
-
|
|
428
|
-
-
|
|
429
|
-
-
|
|
430
|
-
-
|
|
454
|
+
- Updated dependencies [b561425a]
|
|
455
|
+
- Updated dependencies [a566e232]
|
|
456
|
+
- Updated dependencies [d2b21a6e]
|
|
457
|
+
- @khanacademy/wonder-blocks-core@4.6.0
|
|
458
|
+
- @khanacademy/wonder-blocks-typography@1.1.35
|
|
431
459
|
|
|
432
460
|
## 1.0.34
|
|
433
461
|
|
|
434
462
|
### Patch Changes
|
|
435
463
|
|
|
436
|
-
-
|
|
437
|
-
-
|
|
438
|
-
-
|
|
464
|
+
- Updated dependencies [175a2dd2]
|
|
465
|
+
- @khanacademy/wonder-blocks-core@4.5.0
|
|
466
|
+
- @khanacademy/wonder-blocks-typography@1.1.34
|
|
439
467
|
|
|
440
468
|
## 1.0.33
|
|
441
469
|
|
|
442
470
|
### Patch Changes
|
|
443
471
|
|
|
444
|
-
-
|
|
445
|
-
-
|
|
446
|
-
-
|
|
472
|
+
- Updated dependencies [6ee20af9]
|
|
473
|
+
- @khanacademy/wonder-blocks-core@4.4.0
|
|
474
|
+
- @khanacademy/wonder-blocks-typography@1.1.33
|
|
447
475
|
|
|
448
476
|
## 1.0.32
|
|
449
477
|
|
|
450
478
|
### Patch Changes
|
|
451
479
|
|
|
452
|
-
-
|
|
453
|
-
-
|
|
480
|
+
- Updated dependencies [34c7aacb]
|
|
481
|
+
- @khanacademy/wonder-blocks-color@1.2.0
|
|
454
482
|
|
|
455
483
|
## 1.0.31
|
|
456
484
|
|
|
457
485
|
### Patch Changes
|
|
458
486
|
|
|
459
|
-
-
|
|
460
|
-
-
|
|
461
|
-
-
|
|
462
|
-
-
|
|
487
|
+
- Updated dependencies [5f4a4297]
|
|
488
|
+
- Updated dependencies [2b96fd59]
|
|
489
|
+
- @khanacademy/wonder-blocks-core@4.3.2
|
|
490
|
+
- @khanacademy/wonder-blocks-typography@1.1.32
|
|
463
491
|
|
|
464
492
|
## 1.0.30
|
|
465
493
|
|
|
466
494
|
### Patch Changes
|
|
467
495
|
|
|
468
|
-
-
|
|
469
|
-
-
|
|
496
|
+
- @khanacademy/wonder-blocks-core@4.3.1
|
|
497
|
+
- @khanacademy/wonder-blocks-typography@1.1.31
|
|
470
498
|
|
|
471
499
|
## 1.0.29
|
|
472
500
|
|
|
473
501
|
### Patch Changes
|
|
474
502
|
|
|
475
|
-
-
|
|
476
|
-
-
|
|
477
|
-
-
|
|
503
|
+
- Updated dependencies [246a921d]
|
|
504
|
+
- @khanacademy/wonder-blocks-core@4.3.0
|
|
505
|
+
- @khanacademy/wonder-blocks-typography@1.1.30
|
|
478
506
|
|
|
479
507
|
## 1.0.28
|
|
480
508
|
|
|
481
509
|
### Patch Changes
|
|
482
510
|
|
|
483
|
-
-
|
|
484
|
-
-
|
|
511
|
+
- @khanacademy/wonder-blocks-core@4.2.1
|
|
512
|
+
- @khanacademy/wonder-blocks-typography@1.1.29
|
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2018 Khan Academy
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/dist/es/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import { addStyle } from '@khanacademy/wonder-blocks-core';
|
|
|
6
6
|
import { spacing } from '@khanacademy/wonder-blocks-tokens';
|
|
7
7
|
|
|
8
8
|
const _excluded$1 = ["aria-label", "children", "testId"];
|
|
9
|
-
const
|
|
9
|
+
const StyledOl = addStyle("ol");
|
|
10
10
|
const Breadcrumbs = React.forwardRef(function Breadcrumbs(props, ref) {
|
|
11
11
|
const {
|
|
12
12
|
"aria-label": ariaLabel = "Breadcrumbs",
|
|
@@ -19,7 +19,7 @@ const Breadcrumbs = React.forwardRef(function Breadcrumbs(props, ref) {
|
|
|
19
19
|
"aria-label": ariaLabel,
|
|
20
20
|
"data-testid": testId,
|
|
21
21
|
ref: ref
|
|
22
|
-
}), React.createElement(
|
|
22
|
+
}), React.createElement(StyledOl, {
|
|
23
23
|
style: styles$1.container
|
|
24
24
|
}, React.Children.map(children, (item, index) => {
|
|
25
25
|
const isLastChild = index === lastChildIndex;
|
|
@@ -40,7 +40,7 @@ const styles$1 = StyleSheet.create({
|
|
|
40
40
|
});
|
|
41
41
|
|
|
42
42
|
const _excluded = ["children", "showSeparator", "testId"];
|
|
43
|
-
const
|
|
43
|
+
const StyledLi = addStyle("li");
|
|
44
44
|
const StyledSvg = addStyle("svg");
|
|
45
45
|
const BreadcrumbsItem = React.forwardRef(function BreadcrumbsItem(props, ref) {
|
|
46
46
|
const {
|
|
@@ -62,7 +62,7 @@ const BreadcrumbsItem = React.forwardRef(function BreadcrumbsItem(props, ref) {
|
|
|
62
62
|
r: "1.5"
|
|
63
63
|
}));
|
|
64
64
|
};
|
|
65
|
-
return React.createElement(
|
|
65
|
+
return React.createElement(StyledLi, _extends({}, otherProps, {
|
|
66
66
|
style: styles.item,
|
|
67
67
|
"data-testid": testId,
|
|
68
68
|
ref: ref
|
package/dist/index.js
CHANGED
|
@@ -34,7 +34,7 @@ var _objectWithoutPropertiesLoose__default = /*#__PURE__*/_interopDefaultLegacy(
|
|
|
34
34
|
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
35
35
|
|
|
36
36
|
const _excluded$1 = ["aria-label", "children", "testId"];
|
|
37
|
-
const
|
|
37
|
+
const StyledOl = wonderBlocksCore.addStyle("ol");
|
|
38
38
|
const Breadcrumbs = React__namespace.forwardRef(function Breadcrumbs(props, ref) {
|
|
39
39
|
const {
|
|
40
40
|
"aria-label": ariaLabel = "Breadcrumbs",
|
|
@@ -47,7 +47,7 @@ const Breadcrumbs = React__namespace.forwardRef(function Breadcrumbs(props, ref)
|
|
|
47
47
|
"aria-label": ariaLabel,
|
|
48
48
|
"data-testid": testId,
|
|
49
49
|
ref: ref
|
|
50
|
-
}), React__namespace.createElement(
|
|
50
|
+
}), React__namespace.createElement(StyledOl, {
|
|
51
51
|
style: styles$1.container
|
|
52
52
|
}, React__namespace.Children.map(children, (item, index) => {
|
|
53
53
|
const isLastChild = index === lastChildIndex;
|
|
@@ -68,7 +68,7 @@ const styles$1 = aphrodite.StyleSheet.create({
|
|
|
68
68
|
});
|
|
69
69
|
|
|
70
70
|
const _excluded = ["children", "showSeparator", "testId"];
|
|
71
|
-
const
|
|
71
|
+
const StyledLi = wonderBlocksCore.addStyle("li");
|
|
72
72
|
const StyledSvg = wonderBlocksCore.addStyle("svg");
|
|
73
73
|
const BreadcrumbsItem = React__namespace.forwardRef(function BreadcrumbsItem(props, ref) {
|
|
74
74
|
const {
|
|
@@ -90,7 +90,7 @@ const BreadcrumbsItem = React__namespace.forwardRef(function BreadcrumbsItem(pro
|
|
|
90
90
|
r: "1.5"
|
|
91
91
|
}));
|
|
92
92
|
};
|
|
93
|
-
return React__namespace.createElement(
|
|
93
|
+
return React__namespace.createElement(StyledLi, _extends__default["default"]({}, otherProps, {
|
|
94
94
|
style: styles.item,
|
|
95
95
|
"data-testid": testId,
|
|
96
96
|
ref: ref
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khanacademy/wonder-blocks-breadcrumbs",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"design": "v1",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -9,22 +9,21 @@
|
|
|
9
9
|
"main": "dist/index.js",
|
|
10
10
|
"module": "dist/es/index.js",
|
|
11
11
|
"types": "dist/index.d.ts",
|
|
12
|
-
"scripts": {
|
|
13
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
|
14
|
-
"prepublishOnly": "../../utils/publish/package-pre-publish-check.sh"
|
|
15
|
-
},
|
|
16
12
|
"author": "",
|
|
17
13
|
"license": "MIT",
|
|
18
14
|
"dependencies": {
|
|
19
|
-
"@babel/runtime": "^7.
|
|
20
|
-
"@khanacademy/wonder-blocks-core": "
|
|
21
|
-
"@khanacademy/wonder-blocks-tokens": "
|
|
15
|
+
"@babel/runtime": "^7.24.5",
|
|
16
|
+
"@khanacademy/wonder-blocks-core": "12.1.1",
|
|
17
|
+
"@khanacademy/wonder-blocks-tokens": "4.2.1"
|
|
22
18
|
},
|
|
23
19
|
"peerDependencies": {
|
|
24
20
|
"aphrodite": "^1.2.5",
|
|
25
21
|
"react": "18.2.0"
|
|
26
22
|
},
|
|
27
23
|
"devDependencies": {
|
|
28
|
-
"@khanacademy/wb-dev-build-settings": "
|
|
24
|
+
"@khanacademy/wb-dev-build-settings": "2.1.1"
|
|
25
|
+
},
|
|
26
|
+
"scripts": {
|
|
27
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
29
28
|
}
|
|
30
29
|
}
|