Skip to content

Commit

Permalink
Merge branch 'develop' into setup-nx
Browse files Browse the repository at this point in the history
  • Loading branch information
Juveniel authored Jul 1, 2024
2 parents de03290 + 49c7856 commit b81a91b
Show file tree
Hide file tree
Showing 747 changed files with 7,013 additions and 2,980 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.1.0-dev.2](https://github.com/telerik/kendo-themes/compare/v8.1.0-dev.1...v8.1.0-dev.2) (2024-07-01)


### Bug Fixes

* **bottom-navigation:** correct typography inconsistencies ([e3ce2e4](https://github.com/telerik/kendo-themes/commit/e3ce2e47ca756f72d791c7ae27530ea640fd043a))
* **card:** correct typography inconsistencies ([e4cc6fe](https://github.com/telerik/kendo-themes/commit/e4cc6fef8eebafca781cfc5bc9dd6d69395e5d5d))
* **chat:** correct typography inconsistencies ([f5bc974](https://github.com/telerik/kendo-themes/commit/f5bc974ff7c83f0b0429583191f3eaaad7296bea))
* **upload:** correct typography inconsistencies ([0f37a0f](https://github.com/telerik/kendo-themes/commit/0f37a0fcf4d3553861da48e03fb5a304993b0d2e))
* **window:** correct typography inconsistencies ([aa6f295](https://github.com/telerik/kendo-themes/commit/aa6f295b5d23300fb8ec4833f3d39ba90eabf95d))





# [8.1.0-dev.1](https://github.com/telerik/kendo-themes/compare/v8.1.0-dev.0...v8.1.0-dev.1) (2024-06-24)


### Features

* **bootstrap:** update main-dark swatch ([537f168](https://github.com/telerik/kendo-themes/commit/537f168cd20502bb1ac4642d901d7f594554a733))
* **default:** update main-dark swatch ([8a52826](https://github.com/telerik/kendo-themes/commit/8a52826a0fe1a62b48f31b230892d3cfff7a6b6c))
* **fluent:** add main-dark swatch ([b7dd92c](https://github.com/telerik/kendo-themes/commit/b7dd92c20f7458c964ff64371d0aab0ab9589e8e))
* **material:** update main-dark swatch ([a57a8be](https://github.com/telerik/kendo-themes/commit/a57a8be52c5e306974ff47bf20d6111bf0b4982f))





# [8.1.0-dev.0](https://github.com/telerik/kendo-themes/compare/v8.0.2-dev.4...v8.1.0-dev.0) (2024-06-17)


Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function swatchJsonTransformer( json ) {
if ( colorsMap.length ) {
sassContent.push(`\t$kendo-colors: (`);
sassContent.push(colorsMap.map( (color) => `\t${color.name}: ${color.value},`).join( '\n' ));
sassContent.push(`\t);`);
sassContent.push(`\t)`);
}

sassContent.push(variables.map( (variable) => `\t$${variable.name}: ${variable.value},`).join( '\n' ));
Expand Down
30 changes: 15 additions & 15 deletions integrations/webpack/package-lock.json

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

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": "8.1.0-dev.0",
"version": "8.1.0-dev.2",
"packages": [
"packages/*"
],
Expand Down
50 changes: 25 additions & 25 deletions package-lock.json

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

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

# [8.1.0-dev.2](https://github.com/telerik/kendo-themes/compare/v8.1.0-dev.1...v8.1.0-dev.2) (2024-07-01)


### Bug Fixes

* **bottom-navigation:** correct typography inconsistencies ([e3ce2e4](https://github.com/telerik/kendo-themes/commit/e3ce2e47ca756f72d791c7ae27530ea640fd043a))
* **chat:** correct typography inconsistencies ([f5bc974](https://github.com/telerik/kendo-themes/commit/f5bc974ff7c83f0b0429583191f3eaaad7296bea))
* **upload:** correct typography inconsistencies ([0f37a0f](https://github.com/telerik/kendo-themes/commit/0f37a0fcf4d3553861da48e03fb5a304993b0d2e))
* **window:** correct typography inconsistencies ([aa6f295](https://github.com/telerik/kendo-themes/commit/aa6f295b5d23300fb8ec4833f3d39ba90eabf95d))





# [8.1.0-dev.1](https://github.com/telerik/kendo-themes/compare/v8.1.0-dev.0...v8.1.0-dev.1) (2024-06-24)


### Features

* **bootstrap:** update main-dark swatch ([537f168](https://github.com/telerik/kendo-themes/commit/537f168cd20502bb1ac4642d901d7f594554a733))





# [8.1.0-dev.0](https://github.com/telerik/kendo-themes/compare/v8.0.2-dev.4...v8.1.0-dev.0) (2024-06-17)


Expand Down
4 changes: 2 additions & 2 deletions packages/bootstrap/docs/customization-bottom-navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-bottom-nav-line-height</td>
<td>String</td>
<td><code>var( --kendo-line-height-sm, normal )</code></td>
<td><code>var(--kendo-line-height-sm, normal)</code></td>
<td><code>var( --kendo-line-height-xs, normal )</code></td>
<td><code>var(--kendo-line-height-xs, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the BottomNavigation.</div></div>
Expand Down
6 changes: 3 additions & 3 deletions packages/bootstrap/docs/customization-calendar.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,9 @@ The following table lists the available variables for customization.
</tr>
<tr>
<td>$kendo-calendar-header-cell-line-height</td>
<td>Number</td>
<td><code>2</code></td>
<td><code>2</code></td>
<td>String</td>
<td><code>var( --kendo-line-height-lg, normal )</code></td>
<td><code>var(--kendo-line-height-lg, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the header cells in the Calendar.</div></div>
Expand Down
60 changes: 50 additions & 10 deletions packages/bootstrap/docs/customization-chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,18 +160,18 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-chat-timestamp-font-size</td>
<td>String</td>
<td><code>smaller</code></td>
<td><code>smaller</code></td>
<td><code>var( --kendo-font-size-sm, inherit )</code></td>
<td><code>var(--kendo-font-size-sm, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font size of the Chat timestamp.</div></div>
</td>
</tr>
<tr>
<td>$kendo-chat-timestamp-line-height</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
<td>String</td>
<td><code>var( --kendo-line-height, normal )</code></td>
<td><code>var(--kendo-line-height, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the Chat timestamp.</div></div>
Expand Down Expand Up @@ -207,6 +207,46 @@ The following table lists the available variables for customization.
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The background color of the Chat timestamp.</div></div>
</td>
</tr>
<tr>
<td>$kendo-chat-message-meta-font-size</td>
<td>String</td>
<td><code>var( --kendo-font-size-sm, inherit )</code></td>
<td><code>var(--kendo-font-size-sm, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font size of the Chat message meta text.</div></div>
</td>
</tr>
<tr>
<td>$kendo-chat-message-meta-line-height</td>
<td>String</td>
<td><code>var( --kendo-line-height-xs, normal )</code></td>
<td><code>var(--kendo-line-height-xs, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the Chat message meta text.</div></div>
</td>
</tr>
<tr>
<td>$kendo-chat-author-font-size</td>
<td>String</td>
<td><code>var( --kendo-font-size-sm, inherit )</code></td>
<td><code>var(--kendo-font-size-sm, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font size of the Chat author text.</div></div>
</td>
</tr>
<tr>
<td>$kendo-chat-author-line-height</td>
<td>String</td>
<td><code>var( --kendo-line-height-xs, normal )</code></td>
<td><code>var(--kendo-line-height-xs, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the Chat author text.</div></div>
</td>
</tr>
<tr>
<td>$kendo-chat-bubble-padding-x</td>
<td>String</td>
Expand Down Expand Up @@ -239,9 +279,9 @@ The following table lists the available variables for customization.
</tr>
<tr>
<td>$kendo-chat-bubble-line-height</td>
<td>Number</td>
<td><code>1.25</code></td>
<td><code>1.25</code></td>
<td>String</td>
<td><code>var( --kendo-line-height, normal )</code></td>
<td><code>var(--kendo-line-height, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the Chat bubble message.</div></div>
Expand Down Expand Up @@ -379,9 +419,9 @@ The following table lists the available variables for customization.
</tr>
<tr>
<td>$kendo-chat-quick-reply-line-height</td>
<td>Number</td>
<td>String</td>
<td><code>$kendo-chat-bubble-line-height</code></td>
<td><code>1.25</code></td>
<td><code>var(--kendo-line-height, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the Chat quick reply.</div></div>
Expand Down
Loading

0 comments on commit b81a91b

Please sign in to comment.