Skip to content

Commit

Permalink
Merge branch 'master' into ci/chore/upgrade-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
smouillour authored Nov 30, 2023
2 parents 01a5221 + a07c9cb commit 3a43c41
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/rich-kangaroos-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@talend/design-system': patch
---

TDOPS-5762 - Fix Design System accordion button that would submit a form
5 changes: 5 additions & 0 deletions .changeset/sharp-goats-obey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@talend/react-faceted-search': patch
---

Move bootstrap-theme as dependency instead of devDependency
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
import { forwardRef, ReactChild, Ref } from 'react';

import classnames from 'classnames';

import tokens from '@talend/design-tokens';

import { ButtonIcon } from '../../ButtonIcon';
import { SizedIcon } from '../../Icon';
import { Divider } from '../../Divider';
import { SizedIcon } from '../../Icon';
import { StackHorizontal } from '../../Stack';
import { Status } from '../../Status';
import { variants } from '../../Status/Primitive/StatusPrimitive';

import { PanelHeaderAction } from './types';

import styles from './CollapsiblePanelHeader.module.scss';

export type CollapsiblePanelHeaderPropsType = {
Expand Down Expand Up @@ -149,6 +150,7 @@ const CollapsiblePanelHeader = forwardRef(
ref={ref}
data-test="panel.header"
data-testid="panel.header"
type="button"
>
{getContent()}
</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ exports[`Accordion should render a11y html 1`] = `
data-test="panel.header"
data-testid="panel.header"
id="CollapsiblePanel__control--id-mocked-uuid-0"
type="button"
>
<div
class="theme-iconWrapper"
Expand Down Expand Up @@ -67,6 +68,7 @@ exports[`Accordion should render a11y html 1`] = `
data-test="panel.header"
data-testid="panel.header"
id="CollapsiblePanel__control--id-mocked-uuid-1"
type="button"
>
<div
class="theme-iconWrapper"
Expand Down Expand Up @@ -122,6 +124,7 @@ exports[`Accordion should render a11y html 1`] = `
data-test="panel.header"
data-testid="panel.header"
id="CollapsiblePanel__control--id-mocked-uuid-2"
type="button"
>
<div
class="theme-iconWrapper"
Expand Down Expand Up @@ -192,6 +195,7 @@ exports[`Accordion should render a11y html 1`] = `
data-test="panel.header"
data-testid="panel.header"
id="CollapsiblePanel__control--id-mocked-uuid-3"
type="button"
>
<div
class="theme-iconWrapper"
Expand Down Expand Up @@ -247,6 +251,7 @@ exports[`Accordion should render a11y html 1`] = `
data-test="panel.header"
data-testid="panel.header"
id="CollapsiblePanel__control--id-mocked-uuid-4"
type="button"
>
<div
class="theme-iconWrapper"
Expand Down
2 changes: 1 addition & 1 deletion packages/faceted-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"url": "https://github.com/Talend/ui.git"
},
"dependencies": {
"@talend/bootstrap-theme": "^8.3.0",
"@talend/daikon-tql-client": "^1.3.1",
"@talend/utils": "^2.8.0",
"@talend/react-bootstrap": "^2.1.1",
Expand All @@ -52,7 +53,6 @@
"@talend/icons": "^7.3.0",
"@talend/locales-tui-components": "^11.4.5",
"@talend/locales-tui-faceted-search": "^11.3.0",
"@talend/react-components": "^12.2.0",
"@talend/scripts-core": "^16.3.0",
"@talend/scripts-config-babel": "^13.2.0",
"@talend/scripts-config-jest": "^13.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ exports[`CollapsibleFieldset should render 1`] = `
data-test="panel.header"
data-testid="panel.header"
id="CollapsiblePanel__control--id-42"
type="button"
>
<div
class="theme-iconWrapper"
Expand Down

0 comments on commit 3a43c41

Please sign in to comment.