Skip to content

Commit

Permalink
chore: bump flanksource-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Apr 10, 2022
1 parent 80cc9c6 commit fb60cda
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
14 changes: 7 additions & 7 deletions ui/package-lock.json

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

4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@babel/plugin-syntax-jsx": "^7.14.5",
"@craco/craco": "^6.2.0",
"@flanksource/flanksource-ui": "^1.0.34",
"@flanksource/flanksource-ui": "^1.0.37",
"@headlessui/react": "^1.4.0",
"@heroicons/react": "^1.0.3",
"@tailwindcss/forms": "^0.3.3",
Expand All @@ -24,7 +24,7 @@
"timeago.js": "^4.0.2",
"web-vitals": "^1.0.1"
},
"proxy": "https://canaries.canary.lab.flanksource.com/",
"proxy": "https://incident-commander.canary.lab.flanksource.com/",
"scripts": {
"start": "DISABLE_ESLINT_PLUGIN=true craco start",
"build": "DISABLE_ESLINT_PLUGIN=true craco build",
Expand Down
12 changes: 10 additions & 2 deletions ui/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,16 @@ module.exports = {
},
},
variants: {
extend: {},
},
extend: {
backgroundColor: ["disabled", "checked"],
textColor: ["disabled"],
margin: ["first", "last"],
padding: ["first", "last"],
borderWidth: ["first", "hover", "last"],
borderRadius: ["first", "last"],
borderColor: ["hover", "checked"],
},
}, // eslint-disable-next-line global-require
// eslint-disable-next-line global-require
plugins: [require("@tailwindcss/forms"), require("@tailwindcss/typography")],
};

0 comments on commit fb60cda

Please sign in to comment.