Skip to content

Commit

Permalink
Removed extra test controls
Browse files Browse the repository at this point in the history
  • Loading branch information
MRita443 committed Aug 7, 2023
1 parent 7c49e28 commit 33d1395
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
11 changes: 6 additions & 5 deletions src/lib/layout/hexagons/TeamMemberHexagon.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ export default {
title: 'Atoms/Hexagons/Team Member Hexagon',
component: TeamMemberHexagon,
parameters: {
layout: 'centered'
layout: 'centered',
controls: { exclude: ['orientation', 'teamMember'] }
}
};

export const CustomIconHexagon = {
args: {
teamMember: {
data: {
name: 'Bruno Rosendo',
role: 'Co-Gestor de Projetos',
photoPath: 'images/previews/bruno-rosendo.png',
Expand All @@ -25,7 +26,7 @@ export const CustomIconHexagon = {

export const HoveredCustomIconHexagon = {
args: {
teamMember: {
data: {
name: 'Bruno Rosendo',
role: 'Co-Gestor de Projetos',
photoPath: 'images/previews/bruno-rosendo.png',
Expand All @@ -43,7 +44,7 @@ export const HoveredCustomIconHexagon = {

export const DefaultIconHexagon = {
args: {
teamMember: {
data: {
name: 'Bruno Rosendo',
role: 'Co-Gestor de Projetos',
photoPath: 'images/previews/bruno-rosendo.png',
Expand All @@ -56,7 +57,7 @@ export const DefaultIconHexagon = {

export const HoveredDefaultIconHexagon = {
args: {
teamMember: {
data: {
name: 'Bruno Rosendo',
role: 'Co-Gestor de Projetos',
photoPath: 'images/previews/bruno-rosendo.png',
Expand Down
3 changes: 0 additions & 3 deletions tailwind.config.cjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{html,js,svelte,ts,stories.js,stories.ts}'],
future: {
hoverOnlyWhenSupported: true
},
theme: {
extend: {
colors: {
Expand Down

0 comments on commit 33d1395

Please sign in to comment.