-
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: add circle shape in button #42
Conversation
ady642
commented
May 15, 2023
•
edited
Loading
edited
CDS Report build-storybook#467.0 ✘
|
1a011d3
to
13dee9a
Compare
CDS Report build-storybook#481.0 ✘
|
CDS Report build-storybook#482.0 ✘
|
13dee9a
to
6b8cfab
Compare
CDS Report build-storybook#493.0 ✘
|
CDS Report build-storybook#494.0 ✘
|
2084060
to
c500986
Compare
CDS Report build-storybook#501.0 ✘
|
91add05
to
b03a03a
Compare
@@ -23,7 +23,7 @@ export function OdsComponentAttributes2StringAttributes<T>(attributes: OdsCompon | |||
.map(([name, value]) => { | |||
if (typeof value === "boolean") { | |||
if (value) { | |||
parameters[name] = undefined; | |||
parameters[name] = "true"; |
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.
with undefined the circle
was undefined in the stencil button component during the tests
packages/libraries/core/src/components/button/ods-button-controller.spec.ts
Outdated
Show resolved
Hide resolved
packages/stencil/components/button/src/components/osds-button/styles/osds-button.size.scss
Outdated
Show resolved
Hide resolved
b03a03a
to
e20b96c
Compare
CDS Report build-storybook#517.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.
Nice!
I would have add an usage example for circle property: packages/stencil/components/button/src/docs/osds-button/usage.mdx
packages/stencil/components/button/src/components/osds-button/osds-button.spec.ts
Outdated
Show resolved
Hide resolved
packages/stencil/components/button/src/components/osds-button/styles/osds-button.size.scss
Outdated
Show resolved
Hide resolved
packages/stencil/components/button/src/components/osds-button/styles/osds-button.size.scss
Outdated
Show resolved
Hide resolved
9da4abe
to
1976eda
Compare
1976eda
to
fc5ac94
Compare
fc5ac94
to
a846d3a
Compare