Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions examples/facets/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/facets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "src/index.tsx",
"dependencies": {
"@bloomreach/discovery-web-sdk": "1.3.1",
"@bloomreach/limitless-ui-react": "^0.8.0",
"@bloomreach/limitless-ui-react": "^0.10.0",
"@bloomreach/react-banana-ui": "1.25.0",
"@uiw/react-json-view": "2.0.0-alpha.16",
"lodash": "4.17.21",
Expand Down
7 changes: 2 additions & 5 deletions examples/facets/src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,11 @@ If the tailwind play cdn javascript is not working, uncomment the block below an
}

.lui-styled {
--lui-pc-box-shadow: 0 2px 5px 0 #0028400f, 0 9px 9px 0 #0028400d, 0 20px 12px 0 #00284008, 0 36px 15px 0 #00284003, 0 57px 16px 0 #00284000;
--lui-pagination__item--active-background: #00b2db;
--lui__pc-box-shadow: 0 2px 5px 0 #0028400f, 0 9px 9px 0 #0028400d, 0 20px 12px 0 #00284008, 0 36px 15px 0 #00284003, 0 57px 16px 0 #00284000;
--lui-pagination__item-background--active: #00b2db;
}

.lui-styled .lui-tag button {
height: auto;
}

.lui-styled .lui-cg-item-checkbox {
padding: 0;
}
Loading