Skip to content

Commit

Permalink
Merge branch 'develop' into color-func-deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow authored Nov 25, 2024
2 parents b53efc7 + 3bdbfba commit ad91f02
Show file tree
Hide file tree
Showing 34 changed files with 307 additions and 116 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.1.0-dev.2](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.1...v10.1.0-dev.2) (2024-11-25)


### Bug Fixes

* **bootstrap:** add missing icon styles mixin ([7e81c25](https://github.com/telerik/kendo-themes/commit/7e81c2539359825872f4fa0d56c7f1707061e3bc))
* **bootstrap:** headings font-families don't provide fallback values ([2ff3a4a](https://github.com/telerik/kendo-themes/commit/2ff3a4a7e7d3443f660a8cbfa9451bb0538be276))
* **notification:** wrong icon size when long content is rendered ([1fac8f8](https://github.com/telerik/kendo-themes/commit/1fac8f827b32b79912709d2207156b1b125fde75))


### Features

* **grid-layout:** add component module ([7fc165a](https://github.com/telerik/kendo-themes/commit/7fc165a4db7bbc8bc85838c5e934d3d8bf346ae8))
* **stack-layout:** add component module ([5438509](https://github.com/telerik/kendo-themes/commit/5438509666b9ccb658720ab2d1d277b8469b00f2))





# [10.1.0-dev.1](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.0...v10.1.0-dev.1) (2024-11-18)

**Note:** Version bump only for package kendo-themes.repo
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "10.1.0-dev.1",
"version": "10.1.0-dev.2",
"packages": [
"packages/*"
],
Expand Down
44 changes: 22 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions packages/bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.1.0-dev.2](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.1...v10.1.0-dev.2) (2024-11-25)


### Bug Fixes

* **bootstrap:** add missing icon styles mixin ([7e81c25](https://github.com/telerik/kendo-themes/commit/7e81c2539359825872f4fa0d56c7f1707061e3bc))
* **bootstrap:** headings font-families don't provide fallback values ([2ff3a4a](https://github.com/telerik/kendo-themes/commit/2ff3a4a7e7d3443f660a8cbfa9451bb0538be276))


### Features

* **grid-layout:** add component module ([7fc165a](https://github.com/telerik/kendo-themes/commit/7fc165a4db7bbc8bc85838c5e934d3d8bf346ae8))
* **stack-layout:** add component module ([5438509](https://github.com/telerik/kendo-themes/commit/5438509666b9ccb658720ab2d1d277b8469b00f2))





# [10.1.0-dev.1](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.0...v10.1.0-dev.1) (2024-11-18)

**Note:** Version bump only for package @progress/kendo-theme-bootstrap
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/docs/customization-common.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ The following table lists the available variables for customization.
letter-spacing: $kendo-display4-letter-spacing
)
)</code></td>
<td><ul><li>1: "font-size":"calc(1rem * 5)","font-family":"unset","line-height":1.2,"font-weight":300,"letter-spacing":null</li><li>2: "font-size":"calc(1rem * 4.5)","font-family":"unset","line-height":1.2,"font-weight":300,"letter-spacing":null</li><li>3: "font-size":"calc(1rem * 4)","font-family":"unset","line-height":1.2,"font-weight":300,"letter-spacing":null</li><li>4: "font-size":"calc(1rem * 3.5)","font-family":"unset","line-height":1.2,"font-weight":300,"letter-spacing":null</li></ul></td>
<td><ul><li>1: "font-size":"calc(1rem * 5)","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":300,"letter-spacing":null</li><li>2: "font-size":"calc(1rem * 4.5)","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":300,"letter-spacing":null</li><li>3: "font-size":"calc(1rem * 4)","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":300,"letter-spacing":null</li><li>4: "font-size":"calc(1rem * 3.5)","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":300,"letter-spacing":null</li></ul></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The displays Map</div></div>
Expand Down
54 changes: 27 additions & 27 deletions packages/bootstrap/docs/customization-typography.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,59 +329,59 @@ The following table lists the available variables for customization.
</tr>
<tr>
<td>$kendo-h1-font-family</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
<td>String</td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the highest level heading.</div></div>
</td>
</tr>
<tr>
<td>$kendo-h2-font-family</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
<td>String</td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the second highest level heading.</div></div>
</td>
</tr>
<tr>
<td>$kendo-h3-font-family</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
<td>String</td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the third highest level heading.</div></div>
</td>
</tr>
<tr>
<td>$kendo-h4-font-family</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
<td>String</td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the fourth highest level heading.</div></div>
</td>
</tr>
<tr>
<td>$kendo-h5-font-family</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
<td>String</td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the fifth highest level heading.</div></div>
</td>
</tr>
<tr>
<td>$kendo-h6-font-family</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
<td>String</td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the sixth highest level heading.</div></div>
Expand Down Expand Up @@ -680,7 +680,7 @@ The following table lists the available variables for customization.
margin: $kendo-h6-margin
)
)</code></td>
<td><ul><li>h1: "font-size":"2.5rem","font-family":null,"line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h2: "font-size":"2rem","font-family":null,"line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h3: "font-size":"1.75rem","font-family":null,"line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h4: "font-size":"1.5rem","font-family":null,"line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h5: "font-size":"1.25rem","font-family":null,"line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h6: "font-size":"1rem","font-family":null,"line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li></ul></td>
<td><ul><li>h1: "font-size":"2.5rem","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h2: "font-size":"2rem","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h3: "font-size":"1.75rem","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h4: "font-size":"1.5rem","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h5: "font-size":"1.25rem","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h6: "font-size":"1rem","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li></ul></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The headings Map.</div></div>
Expand Down Expand Up @@ -919,8 +919,8 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-display1-font-family</td>
<td>String</td>
<td><code>unset</code></td>
<td><code>unset</code></td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the largest display text.</div></div>
Expand All @@ -929,8 +929,8 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-display2-font-family</td>
<td>String</td>
<td><code>unset</code></td>
<td><code>unset</code></td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the second largest display text.</div></div>
Expand All @@ -939,8 +939,8 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-display3-font-family</td>
<td>String</td>
<td><code>unset</code></td>
<td><code>unset</code></td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the third largest display text.</div></div>
Expand All @@ -949,8 +949,8 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-display4-font-family</td>
<td>String</td>
<td><code>unset</code></td>
<td><code>unset</code></td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the fourth largest display text.</div></div>
Expand Down
Loading

0 comments on commit ad91f02

Please sign in to comment.