Skip to content

Commit

Permalink
chore(vulnerability):fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
divyadaglia-unbxd committed Jul 19, 2023
1 parent 1502b54 commit 0fddc2c
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 29 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unbxd-ui/react-search-sdk",
"version": "1.2.28",
"version": "1.2.29-beta.1",
"description": "Unbxd React Search JS SDK",
"main": "public/dist/js/reactSearch.js",
"files": [
Expand Down
8 changes: 4 additions & 4 deletions public/css/core/modules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
/* SearchBox Ends*/

/* Products Begins*/
/** .UNX-products__list {
.UNX-products__list {
@apply grid gap-4;
}*/
}

.UNX-productCard__container {
.-details {
Expand Down Expand Up @@ -51,14 +51,14 @@
}
}

/** .UNX-swatch__item {
.UNX-swatch__item {
@apply m-1;
cursor: pointer;

&.-selected {
@apply border-2 border-gray-600;
}
}*/
}

/* Products Ends*/

Expand Down
1 change: 0 additions & 1 deletion public/css/theme/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
@tailwind components;
@tailwind utilities;


@import './modules.scss';
4 changes: 2 additions & 2 deletions public/dist/css/core.css

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

2 changes: 1 addition & 1 deletion public/dist/css/ie.css

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

Binary file modified public/dist/css/ie.min.css
Binary file not shown.
Loading

0 comments on commit 0fddc2c

Please sign in to comment.