-
Notifications
You must be signed in to change notification settings - Fork 80
docs(tokens): consistency pass for new component descriptions #12148
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
Conversation
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.
Thanks for tackling so quick! 🐇
It looks like a few of the original text sections are in alignment with our doc pattern, can you take a closer look? 👀
Could you also update the PR's summary that describes the change, rather than the action of the PR? Something like "Updates design token documentation to xyz.. components"?
packages/calcite-components/src/components/shell-panel/shell-panel.scss
Outdated
Show resolved
Hide resolved
packages/calcite-components/src/components/stepper-item/stepper-item.scss
Outdated
Show resolved
Hide resolved
packages/calcite-components/src/components/tab-nav/tab-nav.scss
Outdated
Show resolved
Hide resolved
packages/calcite-components/src/components/tab-title/tab-title.scss
Outdated
Show resolved
Hide resolved
packages/calcite-components/src/components/input-number/input-number.scss
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.
Awesome, thanks for the quick turnaround! It looks like one minor change, then LGTM! 🚀
…nto dit13711/cleanup-token-descriptions
* origin/dev: (277 commits) docs(tokens): consistency pass for new component descriptions (#12148) build(preset): use valid TS module resolution (#12151) docs: update list of contributors (#12134) chore: drop obsolete transforms (#12136) chore: release main (#11890) (#12147) build(deps): bump @arcgis/lumina, typescript, vite, vitest (#12137) chore(preset): fix JSON import in build config (#12142) docs(panel, action): update `text-color-pressed` token descriptions (#12140) chore: release next fix(input-time-picker): invert text color on Windows when each masked input is focused (#12130) chore: release next refactor(sematic-tokens): update `--calcite-corner-radius-default` to reference correct token (#12131) feat(semantic-tokens): add `--calcite-color-text-highlight` tokens (#12068) chore: release next feat(combobox): add `selectAll` toggle property (#11721) chore: release next fix(sort-handle): allow move and reorder events to be cancelled (#12095) chore: release next feat: added spike data, heart chart, and progress bar icons (#12127) feat(text-area): Add design tokens for corner radius, shadow, footer background color (#12124) ...
@@ -3,7 +3,7 @@ | |||
* | |||
* These properties can be overridden using the component's tag as selector. | |||
* | |||
* @prop --calcite-tab-background-color: When `bordered`, specifies the component's background color. | |||
* @prop --calcite-tab-background-color: When `bordered`, specifies the component's background color when `bordered`. |
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.
@DitwanP Can you do a follow-up PR to remove the extra "when bordered
" at the end of this sentence?
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.
Oops! on it.
**Related Issue:** n/a ## Summary Updates token documentation for the following components: - `input-number` - `shell-panel` - `stepper-item` - `stepper` - `tabs` - `time-picker`
Related Issue: n/a
Summary
Updates token documentation for the following components:
input-number
shell-panel
stepper-item
stepper
tabs
time-picker