@leafygreen-ui/combobox 1.0.1 → 1.0.2

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
@@ -1,5 +1,19 @@
1
1
  # @leafygreen-ui/combobox
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [acd6919]
8
+ - Updated dependencies [acd6919]
9
+ - Updated dependencies [acd6919]
10
+ - Updated dependencies [acd6919]
11
+ - Updated dependencies [acd6919]
12
+ - @leafygreen-ui/lib@9.2.0
13
+ - @leafygreen-ui/icon@11.8.0
14
+ - @leafygreen-ui/checkbox@7.0.0
15
+ - @leafygreen-ui/palette@3.3.2
16
+
3
17
  ## 1.0.1
4
18
 
5
19
  ### Patch Changes
package/README.md CHANGED
@@ -20,7 +20,9 @@ npm install @leafygreen-ui/combobox
20
20
 
21
21
  ## Example
22
22
 
23
- ```tsx
23
+ ```js
24
+ import { Combobox, ComboboxOption } from '@leafygreen-ui/combobox';
25
+
24
26
  <Combobox
25
27
  label="Choose a fruit"
26
28
  description="Please pick one"
@@ -35,7 +37,7 @@ npm install @leafygreen-ui/combobox
35
37
  <ComboboxOption value="habanero" />
36
38
  <ComboboxOption value="jalapeno" displayName="Jalapeño" />
37
39
  </ComboboxGroup>
38
- </Combobox>
40
+ </Combobox>;
39
41
  ```
40
42
 
41
43
  **Output HTML**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leafygreen-ui/combobox",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "leafyGreen UI Kit Combobox",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -20,15 +20,15 @@
20
20
  "access": "public"
21
21
  },
22
22
  "dependencies": {
23
- "@leafygreen-ui/checkbox": "^6.0.6",
23
+ "@leafygreen-ui/checkbox": "^7.0.0",
24
24
  "@leafygreen-ui/emotion": "^4.0.0",
25
- "@leafygreen-ui/icon": "^11.7.0",
25
+ "@leafygreen-ui/icon": "^11.8.0",
26
26
  "@leafygreen-ui/icon-button": "^10.0.0",
27
27
  "@leafygreen-ui/inline-definition": "^2.0.6",
28
28
  "@leafygreen-ui/interaction-ring": "^1.1.1",
29
29
  "@leafygreen-ui/hooks": "^7.2.0",
30
- "@leafygreen-ui/lib": "^9.1.0",
31
- "@leafygreen-ui/palette": "^3.2.2",
30
+ "@leafygreen-ui/lib": "^9.2.0",
31
+ "@leafygreen-ui/palette": "^3.3.2",
32
32
  "@leafygreen-ui/popover": "^7.2.2",
33
33
  "@leafygreen-ui/typography": "^8.1.0"
34
34
  }
@@ -181,9 +181,19 @@
181
181
  "signature": "6d1de212b8bd4724eac17e794ad76494c300849dbac7e009315f877b26116962",
182
182
  "affectsGlobalScope": false
183
183
  },
184
+ "../lib/dist/createUniqueClassName/index.d.ts": {
185
+ "version": "52b0cd0d25660744b7c03d3495df51b283c316f1f0deb6ef88ba6a020a929197",
186
+ "signature": "52b0cd0d25660744b7c03d3495df51b283c316f1f0deb6ef88ba6a020a929197",
187
+ "affectsGlobalScope": false
188
+ },
189
+ "../lib/dist/getNodeTextContent/index.d.ts": {
190
+ "version": "fa7ed390b591727b2d9f27af0dc699571cfe3aa9e0487fec1f75b6bab8939abd",
191
+ "signature": "fa7ed390b591727b2d9f27af0dc699571cfe3aa9e0487fec1f75b6bab8939abd",
192
+ "affectsGlobalScope": false
193
+ },
184
194
  "../lib/dist/index.d.ts": {
185
- "version": "afb238e3f083e4e3e5d5b26cf67436b4d5cd3995ceb75355669bfa248459509a",
186
- "signature": "afb238e3f083e4e3e5d5b26cf67436b4d5cd3995ceb75355669bfa248459509a",
195
+ "version": "2424e04cd4abf125d91521f135c5184296c19c1ec86f2c42f52da75ee9322f1b",
196
+ "signature": "2424e04cd4abf125d91521f135c5184296c19c1ec86f2c42f52da75ee9322f1b",
187
197
  "affectsGlobalScope": false
188
198
  },
189
199
  "./src/Combobox.types.ts": {
@@ -191,9 +201,19 @@
191
201
  "signature": "d32dec5ef54f1891f1385e674b7317799184f283c0887d4e94a4f1b4d4f367c6",
192
202
  "affectsGlobalScope": false
193
203
  },
194
- "../icon/dist/types.d.ts": {
195
- "version": "6189a422af5fafa98b5b8ac48dc456f450141d6f6c390c4819df0035cef2741f",
196
- "signature": "6189a422af5fafa98b5b8ac48dc456f450141d6f6c390c4819df0035cef2741f",
204
+ "../icon/dist/types/SVGR.d.ts": {
205
+ "version": "3ac952b315b3b60d76d4430e567421f8f771cfa642d9f9c395abe0cffbfa9070",
206
+ "signature": "3ac952b315b3b60d76d4430e567421f8f771cfa642d9f9c395abe0cffbfa9070",
207
+ "affectsGlobalScope": false
208
+ },
209
+ "../icon/dist/types/LGGlyph.d.ts": {
210
+ "version": "5e885493d5c4ae66bfc71d241735358aae840d64269761e3b769f935fc1bdebb",
211
+ "signature": "5e885493d5c4ae66bfc71d241735358aae840d64269761e3b769f935fc1bdebb",
212
+ "affectsGlobalScope": false
213
+ },
214
+ "../icon/dist/types/index.d.ts": {
215
+ "version": "c987aac5b1bb6238e95195b80798c39951930e2e5522d9124027d3ac1e8c58df",
216
+ "signature": "c987aac5b1bb6238e95195b80798c39951930e2e5522d9124027d3ac1e8c58df",
197
217
  "affectsGlobalScope": false
198
218
  },
199
219
  "../icon/dist/glyphCommon.d.ts": {
@@ -202,8 +222,13 @@
202
222
  "affectsGlobalScope": false
203
223
  },
204
224
  "../icon/dist/createIconComponent.d.ts": {
205
- "version": "7dac080fbe454d0d5fdd084b8ff6d23d96240659bea4fb1dd70867519adc118a",
206
- "signature": "7dac080fbe454d0d5fdd084b8ff6d23d96240659bea4fb1dd70867519adc118a",
225
+ "version": "78397820279d9fec470cb508b916680c15d5f28ed0f0ca268aaf157dc7e75a07",
226
+ "signature": "78397820279d9fec470cb508b916680c15d5f28ed0f0ca268aaf157dc7e75a07",
227
+ "affectsGlobalScope": false
228
+ },
229
+ "../icon/dist/createGlyphComponent.d.ts": {
230
+ "version": "16b2f89dfd1d01fb211f574109543e58c8f6cb6858c027c2dc4dfe1af682aceb",
231
+ "signature": "16b2f89dfd1d01fb211f574109543e58c8f6cb6858c027c2dc4dfe1af682aceb",
207
232
  "affectsGlobalScope": false
208
233
  },
209
234
  "../icon/dist/glyphs/index.d.ts": {
@@ -217,8 +242,8 @@
217
242
  "affectsGlobalScope": false
218
243
  },
219
244
  "../icon/dist/index.d.ts": {
220
- "version": "c8014c72f4e9e98a3531e86345a076fe38ab203289b22e8412759f07af1294ea",
221
- "signature": "c8014c72f4e9e98a3531e86345a076fe38ab203289b22e8412759f07af1294ea",
245
+ "version": "2a4eebbdfc059be41fffed4cb4b1c976ed849c9a3266875dd855e9df26153111",
246
+ "signature": "2a4eebbdfc059be41fffed4cb4b1c976ed849c9a3266875dd855e9df26153111",
222
247
  "affectsGlobalScope": false
223
248
  },
224
249
  "./src/ComboboxContext.tsx": {
@@ -542,8 +567,8 @@
542
567
  "affectsGlobalScope": false
543
568
  },
544
569
  "../inline-definition/dist/InlineDefinition.d.ts": {
545
- "version": "e7af714d082d8cf9131f79369204cbc397996286d83aa25ca9dd4126ecb32892",
546
- "signature": "e7af714d082d8cf9131f79369204cbc397996286d83aa25ca9dd4126ecb32892",
570
+ "version": "fe07079efdb5cc88510cb2bc1dffb91beab7f25bd8c957d1ae1e89b38a2c6d5b",
571
+ "signature": "fe07079efdb5cc88510cb2bc1dffb91beab7f25bd8c957d1ae1e89b38a2c6d5b",
547
572
  "affectsGlobalScope": false
548
573
  },
549
574
  "../inline-definition/dist/index.d.ts": {
@@ -636,14 +661,19 @@
636
661
  "signature": "ec2aeca8129d81bffdbe02728835057a173e848eb0babbf7c5235b74ad6b20b8",
637
662
  "affectsGlobalScope": false
638
663
  },
664
+ "../tokens/dist/typeScales.d.ts": {
665
+ "version": "611689ec8255546849c62f0f9921e230f99ef5ca0379cec90eb277656978df32",
666
+ "signature": "611689ec8255546849c62f0f9921e230f99ef5ca0379cec90eb277656978df32",
667
+ "affectsGlobalScope": false
668
+ },
639
669
  "../tokens/dist/breakpoints.d.ts": {
640
670
  "version": "eeaca2f6f51aca3a24eee686720732ec4589769827d56a3331d80cd1105a39ca",
641
671
  "signature": "eeaca2f6f51aca3a24eee686720732ec4589769827d56a3331d80cd1105a39ca",
642
672
  "affectsGlobalScope": false
643
673
  },
644
674
  "../tokens/dist/index.d.ts": {
645
- "version": "6d4af341430fa31369bfd93c7c7aeff075c8e0d5de8ff959a90e32a3d402d577",
646
- "signature": "6d4af341430fa31369bfd93c7c7aeff075c8e0d5de8ff959a90e32a3d402d577",
675
+ "version": "3cff82b7d35bb6602e9dedb366f922abb10cf540f75529b5687766fc9f706b97",
676
+ "signature": "3cff82b7d35bb6602e9dedb366f922abb10cf540f75529b5687766fc9f706b97",
647
677
  "affectsGlobalScope": false
648
678
  },
649
679
  "./src/Combobox.styles.ts": {
@@ -766,9 +796,14 @@
766
796
  "signature": "228e51523027368f2abddc9939ee0a7fd1975bb5fe93a44d09f0183f626ef8a2",
767
797
  "affectsGlobalScope": false
768
798
  },
799
+ "../checkbox/dist/types.d.ts": {
800
+ "version": "32fd1d842badde5267773be2aafbbf2792407e80535365ef6d687e3597ca3bee",
801
+ "signature": "32fd1d842badde5267773be2aafbbf2792407e80535365ef6d687e3597ca3bee",
802
+ "affectsGlobalScope": false
803
+ },
769
804
  "../checkbox/dist/Checkbox.d.ts": {
770
- "version": "26105229426d81a4410ef17808f21ee9bac59eeb391947fc546e43dc02f51c6b",
771
- "signature": "26105229426d81a4410ef17808f21ee9bac59eeb391947fc546e43dc02f51c6b",
805
+ "version": "2be81df016da37f038e0ccf8ccb64dbb83eed775ba82252e1b21cf566578de02",
806
+ "signature": "2be81df016da37f038e0ccf8ccb64dbb83eed775ba82252e1b21cf566578de02",
772
807
  "affectsGlobalScope": false
773
808
  },
774
809
  "../checkbox/dist/index.d.ts": {
@@ -2365,11 +2400,15 @@
2365
2400
  "../checkbox/dist/Checkbox.d.ts": [
2366
2401
  "../../node_modules/@types/prop-types/index.d.ts",
2367
2402
  "../../node_modules/@types/react/index.d.ts",
2368
- "../lib/dist/index.d.ts"
2403
+ "../checkbox/dist/types.d.ts"
2369
2404
  ],
2370
2405
  "../checkbox/dist/index.d.ts": [
2371
2406
  "../checkbox/dist/Checkbox.d.ts"
2372
2407
  ],
2408
+ "../checkbox/dist/types.d.ts": [
2409
+ "../../node_modules/@types/react/index.d.ts",
2410
+ "../lib/dist/index.d.ts"
2411
+ ],
2373
2412
  "./src/Chip.tsx": [
2374
2413
  "../../node_modules/@types/react/index.d.ts",
2375
2414
  "../emotion/dist/index.d.ts",
@@ -2501,29 +2540,42 @@
2501
2540
  "../icon-button/dist/index.d.ts": [
2502
2541
  "../icon-button/dist/IconButton.d.ts"
2503
2542
  ],
2543
+ "../icon/dist/createGlyphComponent.d.ts": [
2544
+ "../icon/dist/types/index.d.ts"
2545
+ ],
2504
2546
  "../icon/dist/createIconComponent.d.ts": [
2505
2547
  "../../node_modules/@types/react/index.d.ts",
2506
2548
  "../icon/dist/glyphCommon.d.ts",
2507
- "../icon/dist/types.d.ts"
2549
+ "../icon/dist/types/index.d.ts"
2508
2550
  ],
2509
2551
  "../icon/dist/glyphs/index.d.ts": [
2510
2552
  "../../node_modules/@types/react/index.d.ts",
2511
- "../icon/dist/types.d.ts"
2553
+ "../icon/dist/types/index.d.ts"
2512
2554
  ],
2513
2555
  "../icon/dist/index.d.ts": [
2514
2556
  "../../node_modules/@types/react/index.d.ts",
2557
+ "../icon/dist/createGlyphComponent.d.ts",
2515
2558
  "../icon/dist/createIconComponent.d.ts",
2516
2559
  "../icon/dist/glyphCommon.d.ts",
2517
2560
  "../icon/dist/glyphs/index.d.ts",
2518
- "../icon/dist/isComponentGlyph.d.ts"
2561
+ "../icon/dist/isComponentGlyph.d.ts",
2562
+ "../icon/dist/types/index.d.ts"
2519
2563
  ],
2520
2564
  "../icon/dist/isComponentGlyph.d.ts": [
2521
2565
  "../../node_modules/@types/react/index.d.ts",
2522
- "../icon/dist/types.d.ts"
2566
+ "../icon/dist/types/index.d.ts"
2523
2567
  ],
2524
- "../icon/dist/types.d.ts": [
2568
+ "../icon/dist/types/LGGlyph.d.ts": [
2569
+ "../../node_modules/@types/react/index.d.ts",
2570
+ "../icon/dist/types/SVGR.d.ts"
2571
+ ],
2572
+ "../icon/dist/types/SVGR.d.ts": [
2525
2573
  "../../node_modules/@types/react/index.d.ts"
2526
2574
  ],
2575
+ "../icon/dist/types/index.d.ts": [
2576
+ "../icon/dist/types/LGGlyph.d.ts",
2577
+ "../icon/dist/types/SVGR.d.ts"
2578
+ ],
2527
2579
  "../inline-definition/dist/InlineDefinition.d.ts": [
2528
2580
  "../../node_modules/@types/prop-types/index.d.ts",
2529
2581
  "../../node_modules/@types/react/index.d.ts",
@@ -2538,8 +2590,13 @@
2538
2590
  "../interaction-ring/dist/index.d.ts": [
2539
2591
  "../interaction-ring/dist/InteractionRing.d.ts"
2540
2592
  ],
2593
+ "../lib/dist/getNodeTextContent/index.d.ts": [
2594
+ "../../node_modules/@types/react/index.d.ts"
2595
+ ],
2541
2596
  "../lib/dist/index.d.ts": [
2542
2597
  "../../node_modules/@types/react/index.d.ts",
2598
+ "../lib/dist/createUniqueClassName/index.d.ts",
2599
+ "../lib/dist/getNodeTextContent/index.d.ts",
2543
2600
  "../lib/dist/typeIs.d.ts"
2544
2601
  ],
2545
2602
  "../palette/dist/index.d.ts": [
@@ -2561,7 +2618,8 @@
2561
2618
  "../tokens/dist/index.d.ts": [
2562
2619
  "../tokens/dist/breakpoints.d.ts",
2563
2620
  "../tokens/dist/fontFamilies.d.ts",
2564
- "../tokens/dist/spacing.d.ts"
2621
+ "../tokens/dist/spacing.d.ts",
2622
+ "../tokens/dist/typeScales.d.ts"
2565
2623
  ],
2566
2624
  "../tooltip/dist/Tooltip.d.ts": [
2567
2625
  "../../node_modules/@types/prop-types/index.d.ts",
@@ -3397,11 +3455,15 @@
3397
3455
  "../checkbox/dist/Checkbox.d.ts": [
3398
3456
  "../../node_modules/@types/prop-types/index.d.ts",
3399
3457
  "../../node_modules/@types/react/index.d.ts",
3400
- "../lib/dist/index.d.ts"
3458
+ "../checkbox/dist/types.d.ts"
3401
3459
  ],
3402
3460
  "../checkbox/dist/index.d.ts": [
3403
3461
  "../checkbox/dist/Checkbox.d.ts"
3404
3462
  ],
3463
+ "../checkbox/dist/types.d.ts": [
3464
+ "../../node_modules/@types/react/index.d.ts",
3465
+ "../lib/dist/index.d.ts"
3466
+ ],
3405
3467
  "./src/Chip.tsx": [
3406
3468
  "../../node_modules/@types/react/index.d.ts",
3407
3469
  "./src/Combobox.types.ts"
@@ -3487,29 +3549,42 @@
3487
3549
  "../icon-button/dist/index.d.ts": [
3488
3550
  "../icon-button/dist/IconButton.d.ts"
3489
3551
  ],
3552
+ "../icon/dist/createGlyphComponent.d.ts": [
3553
+ "../icon/dist/types/index.d.ts"
3554
+ ],
3490
3555
  "../icon/dist/createIconComponent.d.ts": [
3491
3556
  "../../node_modules/@types/react/index.d.ts",
3492
3557
  "../icon/dist/glyphCommon.d.ts",
3493
- "../icon/dist/types.d.ts"
3558
+ "../icon/dist/types/index.d.ts"
3494
3559
  ],
3495
3560
  "../icon/dist/glyphs/index.d.ts": [
3496
3561
  "../../node_modules/@types/react/index.d.ts",
3497
- "../icon/dist/types.d.ts"
3562
+ "../icon/dist/types/index.d.ts"
3498
3563
  ],
3499
3564
  "../icon/dist/index.d.ts": [
3500
3565
  "../../node_modules/@types/react/index.d.ts",
3566
+ "../icon/dist/createGlyphComponent.d.ts",
3501
3567
  "../icon/dist/createIconComponent.d.ts",
3502
3568
  "../icon/dist/glyphCommon.d.ts",
3503
3569
  "../icon/dist/glyphs/index.d.ts",
3504
- "../icon/dist/isComponentGlyph.d.ts"
3570
+ "../icon/dist/isComponentGlyph.d.ts",
3571
+ "../icon/dist/types/index.d.ts"
3505
3572
  ],
3506
3573
  "../icon/dist/isComponentGlyph.d.ts": [
3507
3574
  "../../node_modules/@types/react/index.d.ts",
3508
- "../icon/dist/types.d.ts"
3575
+ "../icon/dist/types/index.d.ts"
3576
+ ],
3577
+ "../icon/dist/types/LGGlyph.d.ts": [
3578
+ "../../node_modules/@types/react/index.d.ts",
3579
+ "../icon/dist/types/SVGR.d.ts"
3509
3580
  ],
3510
- "../icon/dist/types.d.ts": [
3581
+ "../icon/dist/types/SVGR.d.ts": [
3511
3582
  "../../node_modules/@types/react/index.d.ts"
3512
3583
  ],
3584
+ "../icon/dist/types/index.d.ts": [
3585
+ "../icon/dist/types/LGGlyph.d.ts",
3586
+ "../icon/dist/types/SVGR.d.ts"
3587
+ ],
3513
3588
  "../inline-definition/dist/InlineDefinition.d.ts": [
3514
3589
  "../../node_modules/@types/prop-types/index.d.ts",
3515
3590
  "../../node_modules/@types/react/index.d.ts",
@@ -3524,8 +3599,13 @@
3524
3599
  "../interaction-ring/dist/index.d.ts": [
3525
3600
  "../interaction-ring/dist/InteractionRing.d.ts"
3526
3601
  ],
3602
+ "../lib/dist/getNodeTextContent/index.d.ts": [
3603
+ "../../node_modules/@types/react/index.d.ts"
3604
+ ],
3527
3605
  "../lib/dist/index.d.ts": [
3528
3606
  "../../node_modules/@types/react/index.d.ts",
3607
+ "../lib/dist/createUniqueClassName/index.d.ts",
3608
+ "../lib/dist/getNodeTextContent/index.d.ts",
3529
3609
  "../lib/dist/typeIs.d.ts"
3530
3610
  ],
3531
3611
  "../palette/dist/index.d.ts": [
@@ -3547,7 +3627,8 @@
3547
3627
  "../tokens/dist/index.d.ts": [
3548
3628
  "../tokens/dist/breakpoints.d.ts",
3549
3629
  "../tokens/dist/fontFamilies.d.ts",
3550
- "../tokens/dist/spacing.d.ts"
3630
+ "../tokens/dist/spacing.d.ts",
3631
+ "../tokens/dist/typeScales.d.ts"
3551
3632
  ],
3552
3633
  "../tooltip/dist/Tooltip.d.ts": [
3553
3634
  "../../node_modules/@types/prop-types/index.d.ts",
@@ -3828,6 +3909,7 @@
3828
3909
  "../box/dist/index.d.ts",
3829
3910
  "../checkbox/dist/Checkbox.d.ts",
3830
3911
  "../checkbox/dist/index.d.ts",
3912
+ "../checkbox/dist/types.d.ts",
3831
3913
  "./src/Chip.tsx",
3832
3914
  "./src/Combobox.styles.ts",
3833
3915
  "./src/Combobox.tsx",
@@ -3855,16 +3937,21 @@
3855
3937
  "../hooks/dist/useViewportSize.d.ts",
3856
3938
  "../icon-button/dist/IconButton.d.ts",
3857
3939
  "../icon-button/dist/index.d.ts",
3940
+ "../icon/dist/createGlyphComponent.d.ts",
3858
3941
  "../icon/dist/createIconComponent.d.ts",
3859
3942
  "../icon/dist/glyphCommon.d.ts",
3860
3943
  "../icon/dist/glyphs/index.d.ts",
3861
3944
  "../icon/dist/index.d.ts",
3862
3945
  "../icon/dist/isComponentGlyph.d.ts",
3863
- "../icon/dist/types.d.ts",
3946
+ "../icon/dist/types/LGGlyph.d.ts",
3947
+ "../icon/dist/types/SVGR.d.ts",
3948
+ "../icon/dist/types/index.d.ts",
3864
3949
  "../inline-definition/dist/InlineDefinition.d.ts",
3865
3950
  "../inline-definition/dist/index.d.ts",
3866
3951
  "../interaction-ring/dist/InteractionRing.d.ts",
3867
3952
  "../interaction-ring/dist/index.d.ts",
3953
+ "../lib/dist/createUniqueClassName/index.d.ts",
3954
+ "../lib/dist/getNodeTextContent/index.d.ts",
3868
3955
  "../lib/dist/index.d.ts",
3869
3956
  "../lib/dist/typeIs.d.ts",
3870
3957
  "../palette/dist/index.d.ts",
@@ -3877,6 +3964,7 @@
3877
3964
  "../tokens/dist/fontFamilies.d.ts",
3878
3965
  "../tokens/dist/index.d.ts",
3879
3966
  "../tokens/dist/spacing.d.ts",
3967
+ "../tokens/dist/typeScales.d.ts",
3880
3968
  "../tooltip/dist/Tooltip.d.ts",
3881
3969
  "../tooltip/dist/index.d.ts",
3882
3970
  "../typography/dist/FormElements.d.ts",