-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(component.tabs): Add new component tabs #13
Conversation
CDS Report build#108.0 ✘
|
CDS Report build#109.0 ✘
|
CDS Report build#125.0 ✘
|
CDS Report build#129.0 ✘
|
CDS Report build#130.0 ✘
|
CDS Report build#131.0 ✘
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, in CSS files, instead of a class you can use :host {} to apply styles for the component
For example in osds-tab-panel.scss
And you also can use some mixins
packages/stencil/components/libraries/stencil-core/src/stencilConfig.js
Outdated
Show resolved
Hide resolved
packages/stencil/components/tabs/.stencil/screenshot-cache.json
Outdated
Show resolved
Hide resolved
packages/stencil/components/tabs/src/components/osds-tab-bar-item/osds-tab-bar-item.scss
Outdated
Show resolved
Hide resolved
packages/stencil/components/tabs/src/components/osds-tab-bar-item/osdsTabBarItem.tsx
Outdated
Show resolved
Hide resolved
packages/stencil/components/tabs/src/components/osds-tab-bar-item/osdsTabBarItem.tsx
Outdated
Show resolved
Hide resolved
packages/tools/storybook/stories/components/tabs/tabs.twig.stories.ts
Outdated
Show resolved
Hide resolved
packages/tools/storybook/stories/components/tabs/tabs.twig.stories.page.mdx
Outdated
Show resolved
Hide resolved
CDS Report build#137.0 ✘
|
CDS Report build#147.0 ✘
|
CDS Report build#151.0 ✘
|
CDS Report build#156.0 ✘
|
CDS Report build-storybook#172.0 ✘
|
CDS Report build-storybook#172.1 ✘
|
CDS Report build-storybook#177.0 ✘
|
CDS Report build#193.0 ✘
|
CDS Report build#194.0 ✘
|
CDS Report build#200.0 ✘
|
CDS Report build#201.0 ✘
|
CDS Report build#202.0 ✘
|
CDS Report build#203.0 ✘
|
CDS Report build#204.0 ✘
|
CDS Report build#205.0 ✘
|
CDS Report build#207.0 ✘
|
CDS Report build-storybook#209.0 ✘
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR analyzed and already fixed inside this branch:
feat/tabs-component...feat/tabs-component-fixed
i hope the diff with the fixed version will teach you on what e have todo,
and us on what is missing in contributing doc
packages/stencil/components/libraries/stencil-core/src/stencilConfig.js
Outdated
Show resolved
Hide resolved
packages/stencil/components/tabs/docs/osds-tabs/properties/usage.checked.mdx
Outdated
Show resolved
Hide resolved
packages/libraries/core/src/components/tabs/ods-tab-bar/public-api.ts
Outdated
Show resolved
Hide resolved
packages/stencil/components/tabs/src/components/osds-tab-bar/osds-tab-bar.tsx
Outdated
Show resolved
Hide resolved
packages/stencil/components/tabs/src/components/osds-tab-panel/osds-tab-panel.tsx
Outdated
Show resolved
Hide resolved
packages/stencil/components/tabs/src/components/osds-tabs/osds-tabs.e2e.screenshot.ts
Outdated
Show resolved
Hide resolved
packages/stencil/components/tabs/src/components/osds-tabs/osds-tabs.tsx
Outdated
Show resolved
Hide resolved
packages/libraries/core/src/components/tabs/ods-tabs/ods-tabs-controller.ts
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR analyzed and already fixed inside this branch:
feat/tabs-component...feat/tabs-component-fixed
i hope the diff with the fixed version will teach you on what e have todo,
and us on what is missing in contributing doc
ref: MANAGER-10948 Signed-off-by: Alex Boungnaseng <[email protected]>
ref: MANAGER-10948 Signed-off-by: Alex Boungnaseng <[email protected]>
ref: MANAGER-10948 Signed-off-by: Alex Boungnaseng <[email protected]>
ref: MANAGER-10948 Signed-off-by: Alex Boungnaseng <[email protected]>
ref: MANAGER-10948 Signed-off-by: Alex Boungnaseng <[email protected]>
ref: MANAGER-10948 Signed-off-by: Alex Boungnaseng <[email protected]>
ref: MANAGER-10948 Signed-off-by: Alex Boungnaseng <[email protected]>
ref: MANAGER-10948 Signed-off-by: Alex Boungnaseng <[email protected]>
ref: MANAGER-10948 Signed-off-by: Alex Boungnaseng <[email protected]>
ref: MANAGER-10948 Signed-off-by: Alex Boungnaseng <[email protected]>
ref: MANAGER-10948 Signed-off-by: Alex Boungnaseng <[email protected]>
ref: MANAGER-10948 Signed-off-by: Alex Boungnaseng <[email protected]>
ref: MANAGER-10948 Signed-off-by: Alex Boungnaseng <[email protected]>
ref: MANAGER-10948 Signed-off-by: Alex Boungnaseng <[email protected]>
ref: MANAGER-10948 Signed-off-by: Alex Boungnaseng <[email protected]>
ref: MANAGER-10948 Signed-off-by: Alex Boungnaseng <[email protected]>
ref: MANAGER-10948 Signed-off-by: Alex Boungnaseng <[email protected]>
ref: MANAGER-10948 Signed-off-by: Alex Boungnaseng <[email protected]>
ref: MANAGER-10948 Signed-off-by: Alex Boungnaseng <[email protected]>
ref: MANAGER-10948 Signed-off-by: Alex Boungnaseng <[email protected]>
ref: MANAGER-10948 Signed-off-by: Alex Boungnaseng <[email protected]>
4fb0b14
to
12ee322
Compare
ref: MANAGER-10948 Signed-off-by: Alex Boungnaseng <[email protected]>
@@ -0,0 +1,3 @@ | |||
.tab-panel { | |||
padding: 1rem; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to remove as in the XD
CDS Report build-storybook#250.0 ✘
|
Add new component tabs