Commit 1c92d18
authored
* `[showcase][general]` Add "content-slot" class/styles for better displaying slotted content
* `[showcase][general]` Add "show-boundary" UI helper class
* `[showcase][tab]` Apply "show-boundary" class on tab cases
* `[mercury][tab]` Update spacing-body and reorder selectors
* `[mercury][tab]` Format html on save
* `[mercury][tab]` Add mixins for "tab-filled-list" and "tab-outlined"
* `[mercury][tab]` Comment out tab-list border
(Should only apply for "tab-list-outlined")
* `[mercury][showcase][tab]` Add "tab-filled-list" and "tab-outlined"
* `[mercury][tab]` Rename "extend" to "variant"
* `[mercury][tokens]` Update tab token value
* `[mercury][tab]` Comment out "filled-list" and "outlined" cases
This cases have not been discused yet. Keeping them commented in case design decides to keep them.
* `[showcase][general]` ]Remove border from `.background-color-container`
* `[mercury][tab]` Comment out include's for tab variantants
These variants are hidden because they have not been discussed yet.
* `[showcase][general]` Remove ".show-boundary" class selector
This helper border was included to show the component boundary, when it has not a visible border. This feature for the showcase was not approved.
* `[mercury][tab]` Fix elevation cases
Elevation classes should be applied on the tab itself
* `[mercury][tab]` Apply a default surface background on the `tab-list`
* `[design-systems]` Update bun.lock
* `[showcase]` Update index.html - remove line
* `[showcase][tab]` Update tab showcase metadata/cases
* `[mercury][tab]` Remove spacing body from host
* `[showcase][general]` Make elevation-box padding bigger
* `[showcase][common-snippets]` Format on save
* [showcase][common-snippets]` Fix typo
* `[mercury][tab]` Apply "elevation" or "surface" bg-color to sortable button
* `[showcase][tab]` Remove since it is not required with new tab style
* `[showcase][copy-code-component]` Format on save
* `[showcase]` Recover `blockquote-info` inline-start border color
* `[mercury][tab]` Remove "outlnied" and "filled-list" variants
- The mentioned variants were not approved. The only tab style is the default, that has no background and no border
* `[mercury]` Update bundles tests
* Update bun.lock
* `[mercury][tab]` Fix tab button "selected" background and border color on drag
* `[mercury][tests]` Update bundles tests
* `[mercury][tab]` Refactor: Simplify token system and apply DRY principles
- Remove 18 --tab-caption tokens
- Apply CSS properties directly in mixins
- Consolidate duplicate hover/active states
- Remove ~41 lines of duplicate code
* Update bun.lock
* `[showcase][copy-code]` Fix ch-tab-render elevation color
* `[mercury][tab][flexible-layout]` Update bundles tests
1 parent a6976e9 commit 1c92d18
File tree
20 files changed
+622
-615
lines changed- packages
- common/src
- metadata/components/tab
- mercury/src
- base
- components/tab
- tests/bundles
- expected-bundle-content
- base
- components
- tokens/semantic
- showcase/src
- app/components/tab
- user-controls
- common-snippets
- copy-code
20 files changed
+622
-615
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
| |||
134 | 136 | | |
135 | 137 | | |
136 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
0 commit comments