Skip to content

Commit

Permalink
chore: review
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfrancois committed Sep 29, 2023
1 parent e99ca52 commit 000d837
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
10 changes: 10 additions & 0 deletions packages/design-docs/netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[build]
ignore = "git log -1 --pretty=%B | grep dependabot"

[[plugins]]
package = "@algolia/netlify-plugin-crawler"
[plugins.inputs]
branches = ['master']
customDomain = "design.talend.com"
renderJavaScript = true

5 changes: 2 additions & 3 deletions packages/design-docs/src/StatusTable.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { Suspense } from 'react';

import theme from './StatusTable.module.scss';

// eslint-disable-next-line @talend/import-depth
import statuses from '@talend/design-system/src/stories/status.json';
import { Statuses, ComponentStatuses } from '@talend/storybook-docs';
import theme from './StatusTable.module.scss';

function toTitleCase(value: string) {
return value
Expand Down
4 changes: 0 additions & 4 deletions packages/design-system/src/stories/icons/Icon.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import { useState, useEffect } from 'react';
import type { ChangeEvent, FormEvent } from 'react';
import { IconGallery, IconItem } from '@storybook/blocks';

import { StackHorizontal, Icon } from '../../';
import { AllIconsTemplate } from './Icons';

Expand Down
5 changes: 4 additions & 1 deletion packages/storybook-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
},
"dependencies": {
"@talend/design-system": "^7.15.0",
"@talend/design-tokens": "^2.9.0"
"@talend/design-tokens": "^2.9.0",
"classnames": "^2.3.1",
"figma-js": "^1.16.0",
"react": "^17.0.2"
},
"devDependencies": {
"@talend/scripts-core": "^14.0.1"
Expand Down

0 comments on commit 000d837

Please sign in to comment.