-
Notifications
You must be signed in to change notification settings - Fork 77
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
Design token phase II - Integration across components #7180
Labels
2 - in development
Issues that are actively being worked on.
Calcite (design)
Issues logged by Calcite designers.
design-tokens
Issues requiring design tokens.
enhancement
Issues tied to a new feature or request.
epic
Large scale issues to be broken up into sub-issues and tracked via sprints and/or project.
estimate - 13
Requires planning and input from team, consider smaller steps.
impact - p2 - want for an upcoming milestone
User set priority impact status of p2 - want for an upcoming milestone
p - high
Issue should be addressed in the current milestone, impacts component or core functionality
Milestone
Comments
3 tasks
3 tasks
A list of components we could use for exploring tokens to start estimations and next steps:
|
jcfranco
added a commit
that referenced
this issue
Aug 18, 2023
**Related Issue:** #7180 ## Summary This updates how `onToggleOpenCloseComponent` determines the duration for the `openTransitionProp` to be more robust to work consistently across browsers. The previous approach relied on the computed `transition` property having all associated transition values laid out per prop, which didn't work in Safari since it won't include all values if shared. This change should be covered by existing tests. cc @Elijbet
3 tasks
This was referenced Oct 5, 2023
A related issue surfaced with the Maps SDK for JS team regarding a global font family variable, #7175. Should we consider the effort as part of the design token epic above? cc @alisonailea |
benelan
pushed a commit
that referenced
this issue
Feb 8, 2025
**Related Issue:** #7180 ## Summary Add `label` component tokens. `--calcite-label-text-color`: Specifies the component's text color.
benelan
pushed a commit
that referenced
this issue
Feb 8, 2025
**Related Issue:** #7180 ## Summary Add `link` component tokens. `--calcite-link-text-color`: Specifies the component's text color.
benelan
pushed a commit
that referenced
this issue
Feb 8, 2025
**Related Issue:** #7180 ## Summary Add tokens for the slider component, e2e, and custom-theme chromatic tests. (WIP) ### Slider Tokens `--calcite-slider-text-color`: Specifies the component's text color. `--calcite-slider-track-color`: Specifies the component's track color. `--calcite-slider-track-fill-color`: Specifies the component's fill track color. `--calcite-slider-handle-fill-color`: Specifies the component's handle fill color. `--calcite-slider-handle-extension-color`: Specifies the component's handle extension color. `--calcite-slider-tick-color`: Specifies the component's tick color. `--calcite-slider-tick-border-color`: Specifies the component's tick border color. `--calcite-slider-tick-selected-color`: Specifies the component's tick color when in selected range. `--calcite-slider-graph-color`: Specifies the component's graph color.
benelan
pushed a commit
that referenced
this issue
Feb 8, 2025
**Related Issue:** #7180 ## Summary adds new component tokens, e2e tests, demo page examples, and chromatic theme tests. ### New CSS variables #### List --calcite-list-background-color: Specifies the component's background color. #### ListItem --calcite-list-background-color-hover: Specifies the component's background color when hovered. --calcite-list-background-color-press: Specifies the component's background color when pressed. --calcite-list-background-color: Specifies the component's background color. --calcite-list-border-color: Specifies the component's border color. --calcite-list-content-color: Specifies the content color. --calcite-list-description-color: Specifies the description color. --calcite-list-icon-color: Specifies the component's icon color. --calcite-list-label-color: Specifies the label color. --calcite-list-selection-border-color: Specifies the component's selection border color. #### ListItemGroup --calcite-list-background-color: Specifies the component's background color. --calcite-list-color: Specifies the component's color.
benelan
pushed a commit
that referenced
this issue
Feb 8, 2025
**Related Issue:** #7180 This will also serve as a pattern for consuming component like Dialog, Sheet, etc. ## Summary `--calcite-panel-corner-radius`: Specifies the corner radius of the component. `--calcite-panel-heading-text-color`: Specifies the text color of the component's `heading`. `--calcite-panel-description-text-color`: Specifies the text color of the component's `description`. `--calcite-panel-border-color`: Specifies the border color of the component. `--calcite-panel-background-color`: Specifies the background color of the component. `--calcite-panel-header-background-color`: Specifies the background color of the component's footer. `--calcite-panel-footer-background-color`: Specifies the background color of the component's footer. `--calcite-panel-space`: Specifies the padding of the component's `"unnamed (default)"` slot. `--calcite-panel-header-content-space`: Specifies the padding of the `"header-content"` slot. `--calcite-panel-footer-space`: Specifies the padding of the component's footer. `--calcite-action-background-color`: Specifies the background color of the component's `closable`, `collapsible`, and `back` Action components. Will apply to any slotted Calcite Action components. `--calcite-action-background-color-hover`: Specifies the background color of the component's `closable`, `collapsible`, and `back` Action components when hovered. Will apply to any slotted Calcite Action components. `--calcite-action-background-color-pressed`: Specifies the background color of the component's `closable`, `collapsible`, and `back` Action components when pressed. Will apply to any slotted Calcite Action components. `--calcite-action-text-color-hover`: Specifies the text and icon color of the component's `closable`, `collapsible`, and `back` Action components when hovered. Will apply to any slotted Calcite Action components. `--calcite-action-text-color-pressed`: Specifies the text and icon color of the component's `closable`, `collapsible`, and `back` Action components when pressed. Will apply to any slotted Calcite Action components. `--calcite-popover-border-color`: Specifies the border color of the component's Calcite Popover component, which is used to display a Calcite Action Menu when slotted Calcite Actions are present in the `header-actions-end` slot. Will apply to any slotted Calcite Popover components. `--calcite-panel-content-space`: [Deprecated] Specifies the padding of the component's content. Use `--calcite-panel-space` instead. `--calcite-panel-footer-padding`: [Deprecated] Specifies the padding of the component's footer. Use `--calcite-panel-footer-space` instead. `--calcite-panel-header-border-block-end`: [Deprecated] Specifies the component header's block end border. Use `--calcite-panel-border-color` instead.
benelan
pushed a commit
that referenced
this issue
Feb 8, 2025
**Related Issue:** #7180 ## Summary Add the following component-scoped CSS Variables to calcite-navigation-user: `--calcite-navigation-accent-color`: Specifies the components's border color when `active`. `--calcite-navigation-user-avatar-corner-radius`: Specifies the corner radius of avatar. `--calcite-navigation-user-avatar-color`: Specifies the icon color of avatar. `--calcite-navigation-background-color`: Specifies the component's background color. `--calcite-navigation-user-full-name-text-color`: Specifies the component's full name text color. `--calcite-navigation-user-name-text-color`: Specifies the component's username text color.
benelan
pushed a commit
that referenced
this issue
Feb 8, 2025
**Related Issue:** #7180 ## Summary Add the following component-scoped CSS Variables to calcite-navigation-logo: `--calcite-navigation-accent-color`: Specifies the component's border color when `active`. `--calcite-navigation-background-color`: Specifies the component's background color. `--calcite-navigation-logo-heading-text-color`: Specifies the component's default color for heading text. `--calcite-navigation-logo-text-color`: Specifies the component's default color for icon and description text.
benelan
pushed a commit
that referenced
this issue
Feb 8, 2025
**Related Issue:** #7180 This will also serve as a pattern for related component like Input Text, Input Number, etc. ## Summary `--calcite-input-background-color`: Specifies the background color of the component. `--calcite-input-border-color`: Specifies the border color of the component. `--calcite-input-corner-radius`: Specifies the corner radius of the component. `--calcite-input-shadow`: Specifies the shadow of the component. `--calcite-input-icon-color`: Specifies the icon color of the component. `--calcite-input-text-color`: Specifies the text color of the component. `--calcite-input-placeholder-text-color`: Specifies the color of placeholder text in the component. `--calcite-input-actions-background-color`: Specifies the background color of Input's `clearable` and `number-button-type` elements. `--calcite-input-actions-background-color-hover`: Specifies the background color of Input's `clearable` and `number-button-type` elements when hovered. `--calcite-input-actions-background-color-press`: Specifies the background color of Input's `clearable` and `number-button-type` elements when pressed. `--calcite-input-actions-icon-color`: Specifies the icon color of Input's `clearable` and `number-button-type` elements. `--calcite-input-actions-icon-color-hover`: Specifies the icon color of Input's `clearable` and `number-button-type` elements when hovered. `--calcite-input-actions-icon-color-press`: Specifies the icon color of Input's `clearable` and `number-button-type` elements when pressed. `--calcite-input-loading-background-color`: Specifies the background color of the `loading` element, when present. `--calcite-input-loading-fill-color`: Specifies the fill color of the `loading` element, when present. `--calcite-input-prefix-background-color`: Specifies the background color of the component's prefix, when present. `--calcite-input-prefix-text-color`: Specifies the text color of the prefix of the component's prefix, when present. `--calcite-input-suffix-background-color`: Specifies the background color of the component's suffix, when present. `--calcite-input-suffix-text-color`: Specifies the text color of the component's suffix, when present. `--calcite-input-prefix-size`: Specifies the component's prefix width, when present. _[existing]_ `--calcite-input-suffix-size`: Specifies the component's suffix width, when present. _[existing]_
benelan
pushed a commit
that referenced
this issue
Feb 8, 2025
**Related Issue:** #7180 #6695 ## Summary Add design tokens for loader component along with e2e tests. New tokens added: `--calcite-loader-progress-color-inline`: Specifies the width and height of the component when set to inline. `--calcite-loader-text-spacing`: Specifies the component's text margin. `--calcite-loader-text-weight`: Specifies the component's font weight. `--calcite-loader-color`: Specifies the component's text color. `--calcite-loader-progress-color`: Specifies the component's progress ring color. `--calcite-loader-track-color`: Specifies the component's track color. Renamed tokens: `--calcite-loader-padding` --> `--calcite-loader-spacing`⚠️ Deprecated tokens: `--calcite-loader-size-inline`
benelan
pushed a commit
that referenced
this issue
Feb 8, 2025
**Related Issue:** #7180 ## Summary Provide consistency and alignment in our docs across the design system for component design tokens, also in alignment with our #10058 and #10430. 📚 Also of note, there was an extra `*` in the `navigation logo` [internal doc](https://next-preview.sites.afd.arcgis.com/calcite-design-system/components/navigation-logo/#styles).
benelan
pushed a commit
that referenced
this issue
Feb 8, 2025
**Related Issue:** #7180 ## Summary Adds the following subcomponent tokens (CSS props): - `--calcite-block-section-background-color` - `--calcite-block-section-border-color` - `--calcite-block-section-header-text-color` - `--calcite-block-section-text-color` - `--calcite-block-section-text-color-hover`
benelan
pushed a commit
that referenced
this issue
Feb 8, 2025
**Related Issue:** #7180 ## Summary Adds the following subcomponent tokens (CSS props): - `--calcite-block-border-color` - `--calcite-block-header-background-color` - `--calcite-block-header-background-color-hover` - `--calcite-block-header-text-color` - `--calcite-block-block-text-color` - `--calcite-block-block-text-color-hover`
benelan
pushed a commit
that referenced
this issue
Feb 8, 2025
**Related Issue:** #7180 ## Summary Adds the following subcomponent tokens (CSS props): - `--calcite-notice-background-color` - `--calcite-notice-close-background-color-focus` - `--calcite-notice-close-background-color-press` - `--calcite-notice-close-text-color-hover` - `--calcite-notice-close-text-color` - `--calcite-notice-content-text-color`
benelan
pushed a commit
that referenced
this issue
Feb 8, 2025
**Related Issue:** #7180 ## Summary Updates component token descriptions for `block` and `notice` in alignment with our [documentation standard](https://github.com/Esri/calcite-design-system/wiki/tokens-documentation#component-tokens).
benelan
pushed a commit
that referenced
this issue
Feb 8, 2025
**Related Issue:** [#7180](#7180) ## Summary Add `rating` component tokens. `--calcite-rating-spacing`: Specifies the amount of left and right margin spacing between each item. `--calcite-rating-color-hover`: Specifies the component's item color when hovered or selected. `--calcite-rating-color`: Specifies the component's item color. `--calcite-rating-average-color`: Specifies the component's item color when average is set. `--calcite-rating-average-text-color`: Specifies the component's average text color. `--calcite-rating-count-text-color`: Specifies the component's count text color. --------- Co-authored-by: Ali Stump <astump@esri.com>
benelan
pushed a commit
that referenced
this issue
Feb 8, 2025
**Related Issue:** #7180 ## Summary Add the following component-scoped CSS Variables to calcite-menu-item: `--calcite-menu-item-accent-color`: Specifies the border color of the component when `active`. `--calcite-menu-item-accent-color-hover`: Specifies the border color of the component when hovered. ` --calcite-menu-background-color`: Specifies the background color of the component. `--calcite-menu-item-sub-menu-border-color`: Specifies the border color of sub-menu. ` --calcite-menu-item-sub-menu-corner-radius`: Specifies the border radius of sub-menu. `--calcite-menu-text-color`: Specifies the text color of the component.
benelan
pushed a commit
that referenced
this issue
Feb 8, 2025
**Related Issue:** [#7180](#7180) ## Summary Add `select` component tokens. `--calcite-select-font-size`: Specifies the font size of `calcite-option`s in the component. `--calcite-select-text-weight`: Specifies the font weight of `calcite-option`s in the component. `--calcite-select-text-color`: Specifies the text color of `calcite-option`s in the component. `--calcite-select-border-color`: Specifies the component's border color. `--calcite-select-icon-color`: Specifies the component's icon color. `--calcite-select-icon-color-hover`: Specifies the component's icon color when hovered or active.
benelan
pushed a commit
that referenced
this issue
Feb 8, 2025
**Related Issue:** [#7180](#7180) ## Summary Add `pagination` component tokens. `--calcite-pagination-spacing`: Specifies the amount of left and right margin spacing between each item. `--calcite-pagination-size`: Specifies the width of each item. `--calcite-pagination-color`: Specifies the component's item color. `--calcite-pagination-color-hover`: Specifies the component's item color when hovered or selected. `--calcite-pagination-color-border-hover`: Specifies the component's item bottom border color when hovered. `--calcite-pagination-color-border-active`: Specifies the component's item bottom border color when selected. `--calcite-pagination-background-color`: Specifies the component's item background color when active. `--calcite-pagination-icon-color-background-hover`: Specifies the component's chevron item background color when hovered.
benelan
pushed a commit
that referenced
this issue
Feb 8, 2025
**Related Issue:** #7180 ## Summary Refactor block heading text color. `open/close` icon shares a hover state with the color of the heading text when the component is open. Adds the following component token: `--calcite-block-heading-text-color-press`
benelan
pushed a commit
that referenced
this issue
Feb 8, 2025
**Related Issue:** #7180 Blocked issues: #11210 ## Summary ### Calcite Button --calcite-button-background-color: Specifies the component's background color when appearance="solid" or appearance="outline-fill". --calcite-button-border-color: Specifies the component's border color when it has appearance="outline" or appearance="outline-fill". --calcite-button-corner-radius: Specifies the component's corner radius. --calcite-button-text-color: Specifies the component's text color.
benelan
pushed a commit
that referenced
this issue
Feb 8, 2025
**Related Issue:** #7180 ## Summary Add `graph` component tokens. `--calcite-graph-highlight-fill-color`: Specifies the fill color of the `highlight` element, when present.
benelan
pushed a commit
that referenced
this issue
Feb 8, 2025
**Related Issue:** #7180 ## Summary Add `flow` and `flow-item` component tokens. ### Deprecates the following tokens - `--calcite-flow-item-footer-padding`: [Deprecated] Use `--calcite-flow-footer-space` instead. Specifies the padding of the component's footer. - `--calcite-flow-item-header-border-block-end`: [Deprecated] Use `--calcite-flow-border-color` instead. Specifies the component header's block end border. ### Adds the following tokens - `--calcite-flow-corner-radius`: Specifies the component's corner radius. - `--calcite-flow-heading-text-color`: Specifies the text color of the component's `heading`. - `--calcite-flow-description-text-color`: Specifies the text color of the component's `description`. - `--calcite-flow-border-color`: Specifies the component's border color. - `--calcite-flow-background-color`: Specifies the component's background color. - `--calcite-flow-header-background-color`: Specifies the background color of the component's header. - `--calcite-flow-footer-background-color`: Specifies the background color of the component's footer. - `--calcite-flow-space`: Specifies the padding of the component's `"unnamed (default)"` slot. - `--calcite-flow-header-content-space`: Specifies the padding of the `"header-content"` slot. - `--calcite-flow-footer-space`: Specifies the padding of the component's footer. - `--calcite-action-background-color`: Specifies the background color of the component's `closable`, `collapsible`, and `back` `calcite-action`s. Applies to any slotted `calcite-action`s. - `--calcite-action-background-color-hover`: Specifies the background color of the component's `closable`, `collapsible`, and `back` `calcite-action`s when hovered. Applies to any slotted `calcite-action`s. - `--calcite-action-background-color-pressed`: Specifies the background color of the component's `closable`, `collapsible`, and `back` `calcite-action`s when pressed. Applies to any slotted `calcite-action`s. - `--calcite-action-text-color-hover`: Specifies the text and icon color of the component's `closable`, `collapsible`, and `back` `calcite-action`s when hovered. Applies to any slotted `calcite-action`s. - `--calcite-action-text-color-pressed`: Specifies the text and icon color of the component's `closable`, `collapsible`, and `back` `calcite-action`s when pressed. Applies to any slotted `calcite-action`s. - `--calcite-popover-border-color`: Specifies the border color of the component's internally rendered `calcite-popover`, which is rendered within a `calcite-action` menu when slotted `calcite-action`s are present in the `header-actions-end` slot. Applies to any slotted `calcite-popover`s. - `--calcite-flow-header-action-background-color-hover`: Specifies the background color of the component's `calcite-action` items in the flow item header when hovered. - `--calcite-flow-header-action-background-color-press`: Specifies the background color of the component's `calcite-action` items in the flow item header when pressed. - `--calcite-flow-header-action-background-color`: Specifies the background color of the component's `calcite-action` items in the flow item header. - `--calcite-flow-header-action-indicator-color`: Specifies the color of the component's `calcite-action` items' indicator in the flow item header. - `--calcite-flow-header-action-text-color-press`: Specifies the text color of the component's `calcite-action` items in the flow item header when pressed. - `--calcite-flow-header-action-text-color`: Specifies the text color of the component's `calcite-action` items in the flow item header.
benelan
pushed a commit
that referenced
this issue
Feb 8, 2025
…#11359) **Related Issue:** #7180 ## Summary Add `segmented-control`, `segmented-control-item` component tokens. `--calcite-segmented-control-color`: Specifies the component's color. `--calcite-segmented-control-background-color`: Specifies the component's background color. `--calcite-segmented-control-border-color`: Specifies the component's border color. `--calcite-segmented-control-shadow`: Specifies the component's shadow. `--calcite-segmented-control-icon-color`: Specifies the icons's color.
benelan
pushed a commit
that referenced
this issue
Feb 8, 2025
**Related Issue:** #7180 ## Summary Add `inline-editable` component tokens. `--calcite-inline-editable-background-color-hover`: Specifies the component's background color when hovered. `--calcite-inline-editable-background-color`: Specifies the component's background color. ` --calcite-inline-editable-button-background-color`: Specifies the button element's background color when appearance="solid" or appearance="outline-fill". `--calcite-inline-editable-button-corner-radius`: Specifies the button element's corner radius. `--calcite-inline-editable-button-loader-color`: Specifies the button element's loader color. `--calcite-inline-editable-button-shadow-color`: Specifies the button element's box-shadow color. `--calcite-inline-editable-button-text-color`: Specifies the button element's text color.
benelan
pushed a commit
that referenced
this issue
Feb 8, 2025
**Related Issue:** #7180 ## Summary Adds following tokens for `calcite-date-picker` component: `--calcite-date-picker-border-color`: Specifies the component's border color. `--calcite-date-picker-corner-radius`: Specifies the component's border radius. `--calcite-date-picker-range-calendar-divider-color`: Specifies the divider color between calendar's when `range="true"`. `--calcite-date-picker-week-header-text-color`: Specifies the week header text color. `--calcite-date-picker-header-action-background-color`: Specifies the background color of header action's of the component. `--calcite-date-picker-header-action-background-color-hover`: Specifies the background color of header action's of the component when hovered. `--calcite-date-picker-header-action-background-color-press`: Specifies the background color of header action's of the component when pressed. `--calcite-date-picker-header-action-text-color`: Specifies the text color of header action's of the component. `--calcite-date-picker-header-action-text-color-press`: Specifies the text color of header action's of the component when pressed. `--calcite-date-picker-year-text-color`: Specifies the text color of year & suffix of the component. `--calcite-date-picker-month-select-font-size`: Specifies the font size of month select of the component. `--calcite-date-picker-month-select-text-color`: Specifies the text color of month select of the component. `--calcite-date-picker-month-select-icon-color`: Specifies the icon color of month select of the component. `--calcite-date-picker-month-select-icon-color-hover`: Specifies the icon color of month select of the component when hovered. `--calcite-date-picker-day-background-color`: Specifies the background color of day of the component. `--calcite-date-picker-day-background-color-hover`: Specifies the background color of day of the component when hovered. `--calcite-date-picker-day-text-color`: Specifies the text color of day of the component. `--calcite-date-picker-day-text-color-hover`: Specifies the text color of day of the component when hovered. `--calcite-date-picker-current-day-text-color`: Specifies the text color of current day of the component. `--calcite-date-picker-day-background-color-selected`: Specifies the background color of selected day of the component. `--calcite-date-picker-day-text-color-selected`: Specifies the text color of selected day of the component. `--calcite-date-picker-day-range-text-color`: Specifies the text color of select day range of the component. `--calcite-date-picker-day-range-background-color`: Specifies the background color of select day range of the component. `--calcite-date-picker-day-outside-range-background-color-hover`: Specifies the background color of day's outside current range when hovered. `--calcite-date-picker-day-outside-range-text-color-hover`: Specifies the text color of day's outside current range when hovered.
alisonailea
added a commit
that referenced
this issue
Feb 12, 2025
…11465) **Related Issue:** #7180 ## Summary Add Component Tokens ### Dropdown --calcite-dropdown-background-color ### Dropdown Group --calcite-dropdown-group-border-color: Specifies the color of the dropdown's border. --calcite-dropdown-group-title-text-color: Specifies the color of the dropdown's title. ### Dropdown Item --calcite-dropdown-item-background-color-hover: Specifies the background color of the dropdown item when hovered. --calcite-dropdown-item-background-color-press: Specifies the background color of the dropdown item when selected or active. --calcite-dropdown-item-icon-color-hover: Specifies the color of the dropdown item icon when hovered. --calcite-dropdown-item-icon-color-press: Specifies the color of the dropdown item icons when selected or active. --calcite-dropdown-item-text-color-press: Specifies the color of the dropdown item text when selected or active. --calcite-dropdown-item-text-color: Specifies the color of the dropdown item text.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
2 - in development
Issues that are actively being worked on.
Calcite (design)
Issues logged by Calcite designers.
design-tokens
Issues requiring design tokens.
enhancement
Issues tied to a new feature or request.
epic
Large scale issues to be broken up into sub-issues and tracked via sprints and/or project.
estimate - 13
Requires planning and input from team, consider smaller steps.
impact - p2 - want for an upcoming milestone
User set priority impact status of p2 - want for an upcoming milestone
p - high
Issue should be addressed in the current milestone, impacts component or core functionality
Description
Addresses the final, or second phase, of our design token integration from #6558.
Majority of the effort will be performed in June and July, targeted for early August for additional documentation and pages for the September main release.
cc @alisonailea @jcfranco
Acceptance Criteria
.scss
file as a JSDocs@prop "token name": "description"
@prop "token name": [Deprecated] Use "new token name" instead. "description"
describe("deprecated", () => {})
sectionRelevant Info
design-tokens
label.high
❗ priority components)Components
--calcite-color-focus
global variable across the design system #10510accordion-item
@alisonailea merged - 2.12.0 ✔️accordion
@alisonailea merged - 2.12.0 ✔️action-bar
@alisonailea merged - 2.12.0 ✔️action-group
@alisonailea merged - 2.12.0 ✔️action-menu
@alisonailea merged - 2.12.0 ✔️action-pad
@alisonailea merged - 2.12.0 ✔️action
@alisonailea merged - 2.12.0 and 2.13.0 verified by KH on 9/24/24 ✔️alert
@aPreciado88 merged - 2.13.0 - verified by DP on 9/26/24 ✔️avatar
high
❗ @alisonailea merged - 2.13.0 - verified by DP on 9/26/24 ✔️block-section
@Elijbet merged - 3.0.0 -KH follow-up with EK on--calcite-block-section-background-color
on 12/27/24 creating [block-section] Make gap around header uniform when outline offset is applied. #11175 ✔️block
@Elijbet merged - 3.0.0 KH follow-up with EK on--calcite-block-header-text-color
on 1/14/25 ✔️button
high
❗ @alisonailea merged -3.0.0
verified by KH on 2/6/25 ✔️card
@alisonailea merged - 2.13.0 - verified by DP on 9/26/24 ✔️card group
@alisonailea merged - 2.13.0 - verified by DP on 9/26/24 ✔️checkbox
@aPreciado88 merged - 2.13.0 - verified by DP on 9/26/24 ✔️chip-group
@alisonailea _merged - 2.13.0 - verified by DP on 9/27/24 (Follow-up question) ✔️chip
@alisonailea merged - 2.13.0 - verified by DP on 9/27/24 (Resulted in this issue for patch release) ✔️color-picker-hex-input
color-picker-swatch
color-picker
combobox-item-group
@anveshmekalacombobox-item
@anveshmekalacombobox
@anveshmekaladate-picker-day
installed -3.0.0-next.130 @anveshmekala verified by KH on 2/6/25 ✔️date-picker-month-header
installed -3.0.0-next.130 @anveshmekala verified by KH on 2/6/25 ✔️date-picker-month
installed -3.0.0-next.130 @anveshmekala verified by KH on 2/6/25 ✔️date-picker
installed -3.0.0-next.130 @anveshmekala verified by KH on 2/6/25 ✔️dialog
high
❗@josercarcamodropdown-group
high
❗ @alisonailea - PR installed for3.1
feat(dropdown): add component tokens #11465 - verified by KH on 2/12/25 with3.1.0-next.1
✔️dropdown-item
high
❗@alisonailea - PR installed for3.1
feat(dropdown): add component tokens #11465 - verified by KH on 2/12/25 with3.1.0-next.1
✔️dropdown
high
❗@alisonailea - PR installed for3.1
feat(dropdown): add component tokens #11465 - verified by KH on 2/12/25 with3.1.0-next.1
✔️fab
@alisonaileafilter
flow-item
@driskullflow
@driskullgraph
@driskull feat(graph): add component tokens #11355handle
@Elijbet - merged 2.13.0 verified by KH on 9/25/24 ✔️icon
@alisonailea - merged - 2.12.0 verified by DP on 11/25/24 ✔️inline-editable
@driskull feat(inline-editable): add component tokens #11357 verified by KH on 02/06/25 ✔️input-date-picker
input-message
--calcite-input-message-spacing-value
var not inheritable #10620input-number
input-text
input-time-picker
input
high
❗@macandcheese merged 3.0.0 verified by KH on 1/14/25 ✔️label
@driskull feat(label): add component tokens #10688 verified by DP on 11/25/24 ✔️link
@driskull feat(link): add component tokens #10689 verified by DP on 11/25/24 ✔️list-item-group
@driskull feat(list, list-item, list-item-group): add component tokens #10669 verified by DP on 11/25/24 ✔️list-item
@driskull feat(list, list-item, list-item-group): add component tokens #10669 verified by DP on 11/25/24 ✔️list
@driskull feat(list, list-item, list-item-group): add component tokens #10669 verified by DP on 11/25/24 ✔️loader
high
❗@DitwanP merged 3.0.0-next.61 - verified by KH on 12/13/24 ✔️menu-item
high
❗ @anveshmekala merged 3.0.0-next.92 - verified by KH on 1/14/25 ✔️menu
high
❗ @anveshmekala ( no tokens required ) - verified by KH on 1/14/25 ✔️meter
navigation-logo
high
❗ @anveshmekala _merged 3.0.0-next.23 verified by DP on 11/25/24 ✔️navigation-user
high
❗ @anveshmekala _merged 3.0.0-next.23 verified by DP on 11/25/24 ✔️navigation
high
❗ @anveshmekala _merged 3.0.0-next.0 verified by DP on 11/25/24 ✔️notice
@Elijbet _merged 3.0.0-next.91 verified by KH on 1/14/25 ✔️pagination
@aPreciado88 merged - 3.0.0 verified by KH on 1/14/25 ✔️panel
high
❗@macandcheese _merged PR verified by DP on 11/25/24 ✔️-space
css properties forheader-content
slot #8907corner-radius
#8675popover
@Elijbet - merged 2.13.0 - verified by KH on 9/24/24 ✔️progress
@Elijbet - merged 2.13.0 - verified by KH on 9/24/24 ✔️radio-button
radio-button-group
rating
@aPreciado88 merged - 3.0.0 verified by KH on 1/14/25 ✔️scrim
feat(scrim): Add component tokens #8662 verified by KH on 2/6/25 ✔️segmented-control-item
@driskull feat(segmented-control, segmented-control-item): add component tokens #11359 verified by KH on 2/6/25 ✔️segmented-control
@driskull feat(segmented-control, segmented-control-item): add component tokens #11359 verified by KH on 2/6/25 ✔️border
instead ofoutline
for styling #8832select
@aPreciado88 merged - 3.0.0 verified by KH on 1/14/25 ✔️shell-center-row
shell-panel
shell
slider
high
❗ @DitwanP verified by DP on 11/25/24 ✔️split-button
@alisonailea with feat(split-button): add component tokens #11474stepper-item
stepper
switch
high
❗ @driskull feat(switch): add component tokens #10647 verified by DP on 11/25/24 ✔️tab-nav
tab-title
tab
table
tabs
@jcfranco in-progresstext-area
high
❗ @benelan merged2.13.0
- verified by KH on 9/27/24 ✔️tile
@eriklharper merged3.0.0
verified by DP on 11/25/24 ✔️time-picker
tooltip
@driskull feat(tooltip): add component tokens #10687 verified by DP on 11/25/24 ✔️tree-item
tree
future deprecated)tip-manager
(feat(tip-manager): add component tokens #8782(deprecated)modal
not applicableoption-group
not applicableoption
pick-list-group
(deprecated)pick-list-item
(deprecated)pick-list
(deprecated)stack
(future deprecated bytile-select-group
tile-group
)(future deprecated bytile-select
tile-group
)(future deprecated))tip-group
(8781future deprecated)tip
(feat(tip): add component tokens #8641(deprecated)value-list-item
(deprecated)value-list
Example Use Case
Priority impact
impact - p2 - want for an upcoming milestone
Esri team
Calcite (design)
The text was updated successfully, but these errors were encountered: