@instructure/canvas-theme 11.6.0 → 11.6.1-snapshot-129

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 CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [11.6.0](https://github.com/instructure/instructure-ui/compare/v11.5.0...v11.6.0) (2026-02-18)
6
+ ## [11.6.1-snapshot-129](https://github.com/instructure/instructure-ui/compare/v11.6.0...v11.6.1-snapshot-129) (2026-03-16)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/canvas-theme
9
9
 
@@ -11,557 +11,300 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- # [11.5.0](https://github.com/instructure/instructure-ui/compare/v11.4.0...v11.5.0) (2026-02-03)
14
+ # [11.6.0](https://github.com/instructure/instructure-ui/compare/v11.5.0...v11.6.0) (2026-02-18)
15
15
 
16
16
  **Note:** Version bump only for package @instructure/canvas-theme
17
17
 
18
+ # [11.5.0](https://github.com/instructure/instructure-ui/compare/v11.4.0...v11.5.0) (2026-02-03)
18
19
 
19
-
20
-
20
+ **Note:** Version bump only for package @instructure/canvas-theme
21
21
 
22
22
  # [11.4.0](https://github.com/instructure/instructure-ui/compare/v11.3.0...v11.4.0) (2026-01-20)
23
23
 
24
24
  **Note:** Version bump only for package @instructure/canvas-theme
25
25
 
26
-
27
-
28
-
29
-
30
26
  # [11.3.0](https://github.com/instructure/instructure-ui/compare/v11.2.0...v11.3.0) (2026-01-12)
31
27
 
32
28
  **Note:** Version bump only for package @instructure/canvas-theme
33
29
 
34
-
35
-
36
-
37
-
38
30
  # [11.2.0](https://github.com/instructure/instructure-ui/compare/v11.0.1...v11.2.0) (2025-11-06)
39
31
 
40
-
41
32
  ### Features
42
33
 
43
- * **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
44
-
45
-
46
-
47
-
34
+ - **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
48
35
 
49
36
  # [11.1.0](https://github.com/instructure/instructure-ui/compare/v11.0.1...v11.1.0) (2025-11-05)
50
37
 
51
-
52
38
  ### Features
53
39
 
54
- * **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
55
-
56
-
57
-
58
-
40
+ - **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
59
41
 
60
42
  ## [11.0.1](https://github.com/instructure/instructure-ui/compare/v11.0.0...v11.0.1) (2025-10-13)
61
43
 
62
44
  **Note:** Version bump only for package @instructure/canvas-theme
63
45
 
64
-
65
-
66
-
67
-
68
46
  # [11.0.0](https://github.com/instructure/instructure-ui/compare/v10.26.0...v11.0.0) (2025-10-06)
69
47
 
70
-
71
48
  ### Features
72
49
 
73
- * **many:** instUI v11 release ([36f5438](https://github.com/instructure/instructure-ui/commit/36f54382669186227ba24798bbf7201ef2f5cd4c))
74
-
50
+ - **many:** instUI v11 release ([36f5438](https://github.com/instructure/instructure-ui/commit/36f54382669186227ba24798bbf7201ef2f5cd4c))
75
51
 
76
52
  ### BREAKING CHANGES
77
53
 
78
- * **many:** InstUI v11 contains the following breaking changes:
79
- - React 16 and 17 are no longer supported
80
- - remove `PropTypes` from all packages
81
- - remove `CodeEditor` component
82
- - remove `@instui/theme-registry` package
83
- - remove `@testable`, `@experimental`, `@hack` decorators
84
- - InstUISettingsProvider's `as` prop is removed
85
- - `canvas.use()`, `canvasHighContrast.use()` functions are removed
86
- - `canvasThemeLocal`, `canvasHighContrastThemeLocal` are removed
87
- - `variables` field on theme objects are removed
88
- - remove deprecated props from Table: Row's `isStacked`, Body's
54
+ - **many:** InstUI v11 contains the following breaking changes:
55
+
56
+ * React 16 and 17 are no longer supported
57
+ * remove `PropTypes` from all packages
58
+ * remove `CodeEditor` component
59
+ * remove `@instui/theme-registry` package
60
+ * remove `@testable`, `@experimental`, `@hack` decorators
61
+ * InstUISettingsProvider's `as` prop is removed
62
+ * `canvas.use()`, `canvasHighContrast.use()` functions are removed
63
+ * `canvasThemeLocal`, `canvasHighContrastThemeLocal` are removed
64
+ * `variables` field on theme objects are removed
65
+ * remove deprecated props from Table: Row's `isStacked`, Body's
89
66
  `isStacked`, `hover`, and `headers`
90
- - `Table`'s `caption` prop is now required
91
- - `ui-dom-utils`'s `getComputedStyle` can now return `undefined`
92
-
93
-
94
-
95
-
67
+ * `Table`'s `caption` prop is now required
68
+ * `ui-dom-utils`'s `getComputedStyle` can now return `undefined`
96
69
 
97
70
  # [10.26.0](https://github.com/instructure/instructure-ui/compare/v10.25.0...v10.26.0) (2025-10-01)
98
71
 
99
72
  **Note:** Version bump only for package @instructure/canvas-theme
100
73
 
101
-
102
-
103
-
104
-
105
74
  # [10.25.0](https://github.com/instructure/instructure-ui/compare/v10.24.2...v10.25.0) (2025-09-09)
106
75
 
107
76
  **Note:** Version bump only for package @instructure/canvas-theme
108
77
 
109
-
110
-
111
-
112
-
113
78
  ## [10.24.2](https://github.com/instructure/instructure-ui/compare/v10.24.1...v10.24.2) (2025-08-11)
114
79
 
115
80
  **Note:** Version bump only for package @instructure/canvas-theme
116
81
 
117
-
118
-
119
-
120
-
121
82
  ## [10.24.1](https://github.com/instructure/instructure-ui/compare/v10.24.0...v10.24.1) (2025-07-30)
122
83
 
123
84
  **Note:** Version bump only for package @instructure/canvas-theme
124
85
 
125
-
126
-
127
-
128
-
129
86
  # [10.24.0](https://github.com/instructure/instructure-ui/compare/v10.23.0...v10.24.0) (2025-07-18)
130
87
 
131
88
  **Note:** Version bump only for package @instructure/canvas-theme
132
89
 
133
-
134
-
135
-
136
-
137
90
  # [10.23.0](https://github.com/instructure/instructure-ui/compare/v10.22.0...v10.23.0) (2025-07-09)
138
91
 
139
92
  **Note:** Version bump only for package @instructure/canvas-theme
140
93
 
141
-
142
-
143
-
144
-
145
94
  # [10.22.0](https://github.com/instructure/instructure-ui/compare/v10.21.0...v10.22.0) (2025-07-04)
146
95
 
147
96
  **Note:** Version bump only for package @instructure/canvas-theme
148
97
 
149
-
150
-
151
-
152
-
153
98
  # [10.21.0](https://github.com/instructure/instructure-ui/compare/v10.20.1...v10.21.0) (2025-06-27)
154
99
 
155
100
  **Note:** Version bump only for package @instructure/canvas-theme
156
101
 
157
-
158
-
159
-
160
-
161
102
  ## [10.20.1](https://github.com/instructure/instructure-ui/compare/v10.20.0...v10.20.1) (2025-06-17)
162
103
 
163
104
  **Note:** Version bump only for package @instructure/canvas-theme
164
105
 
165
-
166
-
167
-
168
-
169
106
  # [10.20.0](https://github.com/instructure/instructure-ui/compare/v10.19.1...v10.20.0) (2025-06-13)
170
107
 
171
-
172
108
  ### Bug Fixes
173
109
 
174
- * **many:** update dependencies, browsersdb and moment timezone database ([3813636](https://github.com/instructure/instructure-ui/commit/3813636458c901ad4bc74a4d5ae015cb55defcb2))
175
-
176
-
177
-
178
-
110
+ - **many:** update dependencies, browsersdb and moment timezone database ([3813636](https://github.com/instructure/instructure-ui/commit/3813636458c901ad4bc74a4d5ae015cb55defcb2))
179
111
 
180
112
  ## [10.19.1](https://github.com/instructure/instructure-ui/compare/v10.19.0...v10.19.1) (2025-06-05)
181
113
 
182
114
  **Note:** Version bump only for package @instructure/canvas-theme
183
115
 
184
-
185
-
186
-
187
-
188
116
  # [10.19.0](https://github.com/instructure/instructure-ui/compare/v10.18.1...v10.19.0) (2025-06-03)
189
117
 
190
118
  **Note:** Version bump only for package @instructure/canvas-theme
191
119
 
192
-
193
-
194
-
195
-
196
120
  ## [10.18.1](https://github.com/instructure/instructure-ui/compare/v10.18.0...v10.18.1) (2025-05-29)
197
121
 
198
122
  **Note:** Version bump only for package @instructure/canvas-theme
199
123
 
200
-
201
-
202
-
203
-
204
124
  # [10.18.0](https://github.com/instructure/instructure-ui/compare/v10.17.0...v10.18.0) (2025-05-26)
205
125
 
206
126
  **Note:** Version bump only for package @instructure/canvas-theme
207
127
 
208
-
209
-
210
-
211
-
212
128
  # [10.17.0](https://github.com/instructure/instructure-ui/compare/v10.16.4...v10.17.0) (2025-05-20)
213
129
 
214
130
  **Note:** Version bump only for package @instructure/canvas-theme
215
131
 
216
-
217
-
218
-
219
-
220
132
  ## [10.16.4](https://github.com/instructure/instructure-ui/compare/v10.16.3...v10.16.4) (2025-05-09)
221
133
 
222
134
  **Note:** Version bump only for package @instructure/canvas-theme
223
135
 
224
-
225
-
226
-
227
-
228
136
  ## [10.16.3](https://github.com/instructure/instructure-ui/compare/v10.16.1...v10.16.3) (2025-04-30)
229
137
 
230
138
  **Note:** Version bump only for package @instructure/canvas-theme
231
139
 
232
-
233
-
234
-
235
-
236
140
  ## [10.16.2](https://github.com/instructure/instructure-ui/compare/v10.16.1...v10.16.2) (2025-04-22)
237
141
 
238
142
  **Note:** Version bump only for package @instructure/canvas-theme
239
143
 
240
-
241
-
242
-
243
-
244
144
  ## [10.16.1](https://github.com/instructure/instructure-ui/compare/v10.16.0...v10.16.1) (2025-04-22)
245
145
 
246
146
  **Note:** Version bump only for package @instructure/canvas-theme
247
147
 
248
-
249
-
250
-
251
-
252
148
  # [10.16.0](https://github.com/instructure/instructure-ui/compare/v10.15.2...v10.16.0) (2025-04-11)
253
149
 
254
150
  **Note:** Version bump only for package @instructure/canvas-theme
255
151
 
256
-
257
-
258
-
259
-
260
152
  ## [10.15.2](https://github.com/instructure/instructure-ui/compare/v10.15.1...v10.15.2) (2025-04-07)
261
153
 
262
154
  **Note:** Version bump only for package @instructure/canvas-theme
263
155
 
264
-
265
-
266
-
267
-
268
156
  ## [10.15.1](https://github.com/instructure/instructure-ui/compare/v10.15.0...v10.15.1) (2025-04-03)
269
157
 
270
158
  **Note:** Version bump only for package @instructure/canvas-theme
271
159
 
272
-
273
-
274
-
275
-
276
160
  # [10.15.0](https://github.com/instructure/instructure-ui/compare/v10.14.0...v10.15.0) (2025-03-31)
277
161
 
278
162
  **Note:** Version bump only for package @instructure/canvas-theme
279
163
 
280
-
281
-
282
-
283
-
284
164
  # [10.14.0](https://github.com/instructure/instructure-ui/compare/v10.13.0...v10.14.0) (2025-03-17)
285
165
 
286
166
  **Note:** Version bump only for package @instructure/canvas-theme
287
167
 
288
-
289
-
290
-
291
-
292
168
  # [10.13.0](https://github.com/instructure/instructure-ui/compare/v10.12.0...v10.13.0) (2025-03-06)
293
169
 
294
170
  **Note:** Version bump only for package @instructure/canvas-theme
295
171
 
296
-
297
-
298
-
299
-
300
172
  # [10.12.0](https://github.com/instructure/instructure-ui/compare/v10.11.0...v10.12.0) (2025-02-24)
301
173
 
302
174
  **Note:** Version bump only for package @instructure/canvas-theme
303
175
 
304
-
305
-
306
-
307
-
308
176
  # [10.11.0](https://github.com/instructure/instructure-ui/compare/v10.10.0...v10.11.0) (2025-02-03)
309
177
 
310
178
  **Note:** Version bump only for package @instructure/canvas-theme
311
179
 
312
-
313
-
314
-
315
-
316
180
  # [10.10.0](https://github.com/instructure/instructure-ui/compare/v10.9.0...v10.10.0) (2024-12-18)
317
181
 
318
182
  **Note:** Version bump only for package @instructure/canvas-theme
319
183
 
320
-
321
-
322
-
323
-
324
184
  # [10.9.0](https://github.com/instructure/instructure-ui/compare/v10.8.0...v10.9.0) (2024-12-12)
325
185
 
326
186
  **Note:** Version bump only for package @instructure/canvas-theme
327
187
 
328
-
329
-
330
-
331
-
332
188
  # [10.8.0](https://github.com/instructure/instructure-ui/compare/v10.7.0...v10.8.0) (2024-12-09)
333
189
 
334
190
  **Note:** Version bump only for package @instructure/canvas-theme
335
191
 
336
-
337
-
338
-
339
-
340
192
  # [10.7.0](https://github.com/instructure/instructure-ui/compare/v10.6.1...v10.7.0) (2024-12-03)
341
193
 
342
194
  **Note:** Version bump only for package @instructure/canvas-theme
343
195
 
344
-
345
-
346
-
347
-
348
196
  ## [10.6.1](https://github.com/instructure/instructure-ui/compare/v10.6.0...v10.6.1) (2024-11-26)
349
197
 
350
198
  **Note:** Version bump only for package @instructure/canvas-theme
351
199
 
352
-
353
-
354
-
355
-
356
200
  # [10.6.0](https://github.com/instructure/instructure-ui/compare/v10.5.0...v10.6.0) (2024-11-18)
357
201
 
358
202
  **Note:** Version bump only for package @instructure/canvas-theme
359
203
 
360
-
361
-
362
-
363
-
364
204
  # [10.5.0](https://github.com/instructure/instructure-ui/compare/v10.4.1...v10.5.0) (2024-11-07)
365
205
 
366
206
  **Note:** Version bump only for package @instructure/canvas-theme
367
207
 
368
-
369
-
370
-
371
-
372
208
  ## [10.4.1](https://github.com/instructure/instructure-ui/compare/v10.4.0...v10.4.1) (2024-10-28)
373
209
 
374
-
375
210
  ### Bug Fixes
376
211
 
377
- * update license ([1c039d9](https://github.com/instructure/instructure-ui/commit/1c039d9cbf5a3ea99b59803ddde5c6c0b2d76ba5))
378
-
379
-
380
-
381
-
212
+ - update license ([1c039d9](https://github.com/instructure/instructure-ui/commit/1c039d9cbf5a3ea99b59803ddde5c6c0b2d76ba5))
382
213
 
383
214
  # [10.4.0](https://github.com/instructure/instructure-ui/compare/v10.3.0...v10.4.0) (2024-10-16)
384
215
 
385
216
  **Note:** Version bump only for package @instructure/canvas-theme
386
217
 
387
-
388
-
389
-
390
-
391
218
  # [10.3.0](https://github.com/instructure/instructure-ui/compare/v10.2.2...v10.3.0) (2024-10-03)
392
219
 
393
220
  **Note:** Version bump only for package @instructure/canvas-theme
394
221
 
395
-
396
-
397
-
398
-
399
222
  ## [10.2.2](https://github.com/instructure/instructure-ui/compare/v10.2.1...v10.2.2) (2024-09-13)
400
223
 
401
224
  **Note:** Version bump only for package @instructure/canvas-theme
402
225
 
403
-
404
-
405
-
406
-
407
226
  ## [10.2.1](https://github.com/instructure/instructure-ui/compare/v10.2.0...v10.2.1) (2024-08-30)
408
227
 
409
228
  **Note:** Version bump only for package @instructure/canvas-theme
410
229
 
411
-
412
-
413
-
414
-
415
230
  # [10.2.0](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.2.0) (2024-08-23)
416
231
 
417
-
418
232
  ### Features
419
233
 
420
- * **many:** add data visualization colors, refactor theme code ([c395e17](https://github.com/instructure/instructure-ui/commit/c395e17a43be9fd7ec9d6854f28ae8584c3667bc))
421
-
422
-
423
-
424
-
234
+ - **many:** add data visualization colors, refactor theme code ([c395e17](https://github.com/instructure/instructure-ui/commit/c395e17a43be9fd7ec9d6854f28ae8584c3667bc))
425
235
 
426
236
  # [10.1.0](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.1.0) (2024-08-23)
427
237
 
428
-
429
238
  ### Features
430
239
 
431
- * **many:** add data visualization colors, refactor theme code ([c395e17](https://github.com/instructure/instructure-ui/commit/c395e17a43be9fd7ec9d6854f28ae8584c3667bc))
432
-
433
-
434
-
435
-
240
+ - **many:** add data visualization colors, refactor theme code ([c395e17](https://github.com/instructure/instructure-ui/commit/c395e17a43be9fd7ec9d6854f28ae8584c3667bc))
436
241
 
437
242
  # [10.0.0](https://github.com/instructure/instructure-ui/compare/v9.5.1...v10.0.0) (2024-07-31)
438
243
 
439
-
440
244
  ### Features
441
245
 
442
- * **many:** rewrite color system ([1e5809e](https://github.com/instructure/instructure-ui/commit/1e5809e28dee8c2a71703a429609b8d2f95d76e6))
443
-
246
+ - **many:** rewrite color system ([1e5809e](https://github.com/instructure/instructure-ui/commit/1e5809e28dee8c2a71703a429609b8d2f95d76e6))
444
247
 
445
248
  ### BREAKING CHANGES
446
249
 
447
- * **many:** Breaks color overrides in certain cases
448
-
449
-
450
-
451
-
250
+ - **many:** Breaks color overrides in certain cases
452
251
 
453
252
  ## [9.5.1](https://github.com/instructure/instructure-ui/compare/v9.5.0...v9.5.1) (2024-07-30)
454
253
 
455
254
  **Note:** Version bump only for package @instructure/canvas-theme
456
255
 
457
-
458
-
459
-
460
-
461
256
  # [9.5.0](https://github.com/instructure/instructure-ui/compare/v9.3.0...v9.5.0) (2024-07-26)
462
257
 
463
258
  **Note:** Version bump only for package @instructure/canvas-theme
464
259
 
465
-
466
-
467
-
468
-
469
260
  # [9.4.0](https://github.com/instructure/instructure-ui/compare/v9.3.0...v9.4.0) (2024-07-26)
470
261
 
471
262
  **Note:** Version bump only for package @instructure/canvas-theme
472
263
 
473
-
474
-
475
-
476
-
477
264
  # [9.3.0](https://github.com/instructure/instructure-ui/compare/v9.2.0...v9.3.0) (2024-07-17)
478
265
 
479
266
  **Note:** Version bump only for package @instructure/canvas-theme
480
267
 
481
-
482
-
483
-
484
-
485
268
  # [9.2.0](https://github.com/instructure/instructure-ui/compare/v9.1.0...v9.2.0) (2024-07-09)
486
269
 
487
270
  **Note:** Version bump only for package @instructure/canvas-theme
488
271
 
489
-
490
-
491
-
492
-
493
272
  # [9.1.0](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.1.0) (2024-06-14)
494
273
 
495
274
  **Note:** Version bump only for package @instructure/canvas-theme
496
275
 
497
-
498
-
499
-
500
-
501
276
  ## [9.0.1](https://github.com/instructure/instructure-ui/compare/v9.0.0...v9.0.1) (2024-05-09)
502
277
 
503
278
  **Note:** Version bump only for package @instructure/canvas-theme
504
279
 
505
-
506
-
507
-
508
-
509
280
  # [9.0.0](https://github.com/instructure/instructure-ui/compare/v8.56.0...v9.0.0) (2024-05-09)
510
281
 
511
282
  **Note:** Version bump only for package @instructure/canvas-theme
512
283
 
513
-
514
-
515
-
516
-
517
284
  # [8.56.0](https://github.com/instructure/instructure-ui/compare/v8.55.1...v8.56.0) (2024-05-06)
518
285
 
519
286
  **Note:** Version bump only for package @instructure/canvas-theme
520
287
 
521
-
522
-
523
-
524
-
525
288
  ## [8.55.1](https://github.com/instructure/instructure-ui/compare/v8.55.0...v8.55.1) (2024-04-30)
526
289
 
527
290
  **Note:** Version bump only for package @instructure/canvas-theme
528
291
 
529
-
530
-
531
-
532
-
533
292
  # [8.55.0](https://github.com/instructure/instructure-ui/compare/v8.54.0...v8.55.0) (2024-04-09)
534
293
 
535
294
  **Note:** Version bump only for package @instructure/canvas-theme
536
295
 
537
-
538
-
539
-
540
-
541
296
  # [8.54.0](https://github.com/instructure/instructure-ui/compare/v8.53.2...v8.54.0) (2024-03-21)
542
297
 
543
298
  **Note:** Version bump only for package @instructure/canvas-theme
544
299
 
545
-
546
-
547
-
548
-
549
300
  ## [8.53.2](https://github.com/instructure/instructure-ui/compare/v8.53.1...v8.53.2) (2024-02-15)
550
301
 
551
302
  **Note:** Version bump only for package @instructure/canvas-theme
552
303
 
553
-
554
-
555
-
556
-
557
304
  ## [8.53.1](https://github.com/instructure/instructure-ui/compare/v8.53.0...v8.53.1) (2024-02-09)
558
305
 
559
306
  **Note:** Version bump only for package @instructure/canvas-theme
560
307
 
561
-
562
-
563
-
564
-
565
308
  # [8.53.0](https://github.com/instructure/instructure-ui/compare/v8.52.0...v8.53.0) (2024-02-08)
566
309
 
567
310
  **Note:** Version bump only for package @instructure/canvas-theme
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/canvas-theme",
3
- "version": "11.6.0",
3
+ "version": "11.6.1-snapshot-129",
4
4
  "description": "A theme for Canvas LMS made by Instructure Inc.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -15,11 +15,11 @@
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.27.6",
18
- "@instructure/shared-types": "11.6.0",
19
- "@instructure/ui-themes": "11.6.0"
18
+ "@instructure/shared-types": "11.6.1-snapshot-129",
19
+ "@instructure/ui-themes": "11.6.1-snapshot-129"
20
20
  },
21
21
  "devDependencies": {
22
- "@instructure/ui-babel-preset": "11.6.0"
22
+ "@instructure/ui-babel-preset": "11.6.1-snapshot-129"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public"
@@ -27,6 +27,7 @@
27
27
  "sideEffects": false,
28
28
  "exports": {
29
29
  ".": {
30
+ "src": "./src/index.ts",
30
31
  "types": "./types/index.d.ts",
31
32
  "import": "./es/index.js",
32
33
  "require": "./lib/index.js",