Skip to content

Commit

Permalink
Merge pull request #314 from divyadaglia-unbxd/vulnerability_moderate
Browse files Browse the repository at this point in the history
chore(tailwind):cover all components to generate css
  • Loading branch information
divyadaglia-unbxd authored Jul 24, 2023
2 parents 720d1d4 + f265010 commit 69a7a76
Show file tree
Hide file tree
Showing 9 changed files with 109 additions and 75 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@unbxd-ui/react-search-sdk": "^1.2.21",
"@unbxd-ui/react-search-sdk": "^1.2.30",
"bootstrap": "^4.5.2",
"express": "^4.17.1",
"html-loader": "^1.3.1",
Expand Down
170 changes: 101 additions & 69 deletions demo/yarn.lock

Large diffs are not rendered by default.

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.29",
"version": "1.2.30",
"description": "Unbxd React Search JS SDK",
"main": "public/dist/js/reactSearch.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion public/dist/css/core.css

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Binary file modified public/dist/css/reactSearch.min.css
Binary file not shown.
2 changes: 1 addition & 1 deletion public/dist/css/theme.css

Large diffs are not rendered by default.

Binary file modified public/dist/css/theme.min.css
Binary file not shown.
4 changes: 3 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module.exports = {
content: ['./demo/','./src/','./demo/public/index.html', './public/css/core/*.scss'
content: ['./demo/public/index.html', './public/css/core/*.scss',
'./src/**/*.js',
'./demo/src/**/*.js'
],
target: 'relaxed',
prefix: '',
Expand Down

0 comments on commit 69a7a76

Please sign in to comment.