Skip to content

Commit

Permalink
Merge branch 'release/1.20.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloglacial committed Aug 29, 2024
2 parents f9b9fb8 + df23323 commit b9e837c
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 149 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marceloglacial/brinca-ui",
"version": "1.19.0",
"version": "1.20.0",
"author": "Marcelo Glacial",
"type": "module",
"repository": {
Expand Down Expand Up @@ -50,13 +50,13 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.2.8",
"@storybook/addon-interactions": "^8.2.8",
"@storybook/addon-links": "^8.2.8",
"@storybook/addon-onboarding": "^8.2.8",
"@storybook/blocks": "^8.2.8",
"@storybook/react": "^8.2.8",
"@storybook/react-vite": "^8.2.8",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/addon-onboarding": "^8.2.9",
"@storybook/blocks": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/react-vite": "^8.2.9",
"@storybook/testing-library": "^0.2.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand All @@ -75,7 +75,7 @@
"eslint-plugin-storybook": "^0.8.0",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"storybook": "^8.2.8",
"storybook": "^8.2.9",
"tailwindcss": "^3.4.9",
"typescript": "^5.5.4",
"vite": "^5.4.0",
Expand Down
8 changes: 7 additions & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ import type { Config } from 'tailwindcss'
export default {
content: ['./src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {},
extend: {
colors: {
green: {
600: '#0e874e',
},
},
},
},
plugins: [],
} satisfies Config
Loading

0 comments on commit b9e837c

Please sign in to comment.