File tree Expand file tree Collapse file tree 3 files changed +3
-24
lines changed Expand file tree Collapse file tree 3 files changed +3
-24
lines changed Original file line number Diff line number Diff line change 43
43
"axios" : " ^1.6.7" ,
44
44
"fuse.js" : " ^7.0.0" ,
45
45
"query-string" : " ^6.13.1" ,
46
- "ramda" : " ^0.27.1" ,
47
- "react-dotdotdot" : " ^1.3.1"
46
+ "ramda" : " ^0.27.1"
48
47
},
49
48
"devDependencies" : {
50
49
"@swc/core" : " ^1.3.0" ,
102
101
}
103
102
},
104
103
"packageManager" : " yarn@1.22.22"
105
- }
104
+ }
Original file line number Diff line number Diff line change 1
1
import React from "react"
2
- import Dotdotdot from "react-dotdotdot"
3
2
import { Bucket } from "./types"
4
3
5
4
interface Props {
@@ -33,7 +32,7 @@ export function SearchFacetItem(props: Props) {
33
32
/>
34
33
< div className = "facet-label" >
35
34
< label htmlFor = { facetId } className = { "facet-key" } >
36
- < Dotdotdot clamp = { 1 } > { displayKey || "" } </ Dotdotdot >
35
+ { displayKey ?? "" }
37
36
</ label >
38
37
< div className = "facet-count" > { facet . doc_count } </ div >
39
38
</ div >
Original file line number Diff line number Diff line change @@ -3545,11 +3545,6 @@ isexe@^2.0.0:
3545
3545
resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz"
3546
3546
integrity "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
3547
3547
3548
- isobject@^3.0.1 :
3549
- version "3.0.1"
3550
- resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
3551
- integrity sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==
3552
-
3553
3548
istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.2.0 :
3554
3549
version "3.2.0"
3555
3550
resolved "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz"
@@ -4425,13 +4420,6 @@ object.hasown@^1.1.2:
4425
4420
define-properties "^1.1.4"
4426
4421
es-abstract "^1.20.4"
4427
4422
4428
- object.pick@^1.3.0 :
4429
- version "1.3.0"
4430
- resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747"
4431
- integrity sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==
4432
- dependencies :
4433
- isobject "^3.0.1"
4434
-
4435
4423
object.values@^1.1.1 :
4436
4424
version "1.1.1"
4437
4425
resolved "https://registry.npmjs.org/object.values/-/object.values-1.1.1.tgz"
@@ -4796,13 +4784,6 @@ react-dom@^16.13.1:
4796
4784
prop-types "^15.6.2"
4797
4785
scheduler "^0.19.1"
4798
4786
4799
- react-dotdotdot@^1.3.1 :
4800
- version "1.3.1"
4801
- resolved "https://registry.yarnpkg.com/react-dotdotdot/-/react-dotdotdot-1.3.1.tgz#b94324bf66cdb70e4acffe5460e4480a91135e50"
4802
- integrity sha512-ImqoKTD4ZdyfF/h7jdPCZur01QlZxx3A9/gZSf9mbvseNZwVTvd+dPwi/hg1UTtP+30luy2d5j0KG+XEfdBPLQ==
4803
- dependencies :
4804
- object.pick "^1.3.0"
4805
-
4806
4787
react-error-boundary@^3.1.0 :
4807
4788
version "3.1.4"
4808
4789
resolved "https://registry.yarnpkg.com/react-error-boundary/-/react-error-boundary-3.1.4.tgz#255db92b23197108757a888b01e5b729919abde0"
You can’t perform that action at this time.
0 commit comments