Skip to content

Commit

Permalink
Merge branch 'develop' into remove-sass-build-dep
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow authored Dec 2, 2024
2 parents 91b9863 + b044398 commit 9902e3e
Show file tree
Hide file tree
Showing 277 changed files with 2,095 additions and 5,731 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
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.3](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.2...v10.1.0-dev.3) (2024-12-02)


### Bug Fixes

* **pager:** select value in adaptive pager has wrong vertical alignment in Safari ([6e648fb](https://github.com/telerik/kendo-themes/commit/6e648fbd9a4fcccc1ac4ea09b42e59683904d768))
* **spreadsheet:** allow clicking inside the filtered area ([e5df0a7](https://github.com/telerik/kendo-themes/commit/e5df0a7c4da2a882c7ddcf4cf5cfec1823c0c070))





# [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)


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.2",
"version": "10.1.0-dev.3",
"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.

8 changes: 8 additions & 0 deletions packages/bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.3](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.2...v10.1.0-dev.3) (2024-12-02)

**Note:** Version bump only for package @progress/kendo-theme-bootstrap





# [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)


Expand Down
8 changes: 4 additions & 4 deletions packages/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-bootstrap",
"description": "Bootstrap theme for Kendo UI",
"version": "10.1.0-dev.2",
"version": "10.1.0-dev.3",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -54,9 +54,9 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "^4.0.0",
"@progress/kendo-theme-core": "10.1.0-dev.2",
"@progress/kendo-theme-default": "10.1.0-dev.2",
"@progress/kendo-theme-utils": "10.1.0-dev.2"
"@progress/kendo-theme-core": "10.1.0-dev.3",
"@progress/kendo-theme-default": "10.1.0-dev.3",
"@progress/kendo-theme-utils": "10.1.0-dev.3"
},
"directories": {
"doc": "docs",
Expand Down
8 changes: 8 additions & 0 deletions packages/classic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.3](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.2...v10.1.0-dev.3) (2024-12-02)

**Note:** Version bump only for package @progress/kendo-theme-classic





# [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)


Expand Down
8 changes: 4 additions & 4 deletions packages/classic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-classic",
"description": "Sass port of less based themes for Kendo UI theme",
"version": "10.1.0-dev.2",
"version": "10.1.0-dev.3",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -54,9 +54,9 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "^4.0.0",
"@progress/kendo-theme-core": "10.1.0-dev.2",
"@progress/kendo-theme-default": "10.1.0-dev.2",
"@progress/kendo-theme-utils": "10.1.0-dev.2"
"@progress/kendo-theme-core": "10.1.0-dev.3",
"@progress/kendo-theme-default": "10.1.0-dev.3",
"@progress/kendo-theme-utils": "10.1.0-dev.3"
},
"directories": {
"doc": "docs",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.3](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.2...v10.1.0-dev.3) (2024-12-02)

**Note:** Version bump only for package @progress/kendo-theme-core





# [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)

**Note:** Version bump only for package @progress/kendo-theme-core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-core",
"description": "A collection of functions and mixins used for building themes for Kendo UI",
"version": "10.1.0-dev.2",
"version": "10.1.0-dev.3",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/default/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
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.3](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.2...v10.1.0-dev.3) (2024-12-02)


### Bug Fixes

* **pager:** select value in adaptive pager has wrong vertical alignment in Safari ([6e648fb](https://github.com/telerik/kendo-themes/commit/6e648fbd9a4fcccc1ac4ea09b42e59683904d768))
* **spreadsheet:** allow clicking inside the filtered area ([e5df0a7](https://github.com/telerik/kendo-themes/commit/e5df0a7c4da2a882c7ddcf4cf5cfec1823c0c070))





# [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)


Expand Down
6 changes: 3 additions & 3 deletions packages/default/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-default",
"description": "SASS resources for the default Kendo UI theme",
"version": "10.1.0-dev.2",
"version": "10.1.0-dev.3",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -53,8 +53,8 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "^4.0.0",
"@progress/kendo-theme-core": "10.1.0-dev.2",
"@progress/kendo-theme-utils": "10.1.0-dev.2"
"@progress/kendo-theme-core": "10.1.0-dev.3",
"@progress/kendo-theme-utils": "10.1.0-dev.3"
},
"directories": {
"doc": "docs",
Expand Down
1 change: 1 addition & 0 deletions packages/default/scss/splitter/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
outline: 0;
position: absolute;
user-select: none;
touch-action: none;
display: flex;
align-items: center;
justify-content: center;
Expand Down
4 changes: 0 additions & 4 deletions packages/default/scss/tabstrip/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@
flex-direction: row;
}

.k-tab-on-top {
z-index: 1;
}

.k-link {
padding-block: $kendo-tabstrip-item-padding-y;
padding-inline: $kendo-tabstrip-item-padding-x;
Expand Down
6 changes: 0 additions & 6 deletions packages/default/scss/toolbar/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,6 @@
}


// Angular specific
.k-toolbar-renderer {
display: inline-block;
border-color: inherit;
}

// Toolbar sizes
@each $size, $size-props in $kendo-toolbar-sizes {
$_padding-x: map.get( $size-props, padding-x );
Expand Down
12 changes: 12 additions & 0 deletions packages/fluent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
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.3](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.2...v10.1.0-dev.3) (2024-12-02)


### Bug Fixes

* **pager:** select value in adaptive pager has wrong vertical alignment in Safari ([6e648fb](https://github.com/telerik/kendo-themes/commit/6e648fbd9a4fcccc1ac4ea09b42e59683904d768))
* **spreadsheet:** allow clicking inside the filtered area ([e5df0a7](https://github.com/telerik/kendo-themes/commit/e5df0a7c4da2a882c7ddcf4cf5cfec1823c0c070))





# [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)


Expand Down
6 changes: 3 additions & 3 deletions packages/fluent/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-fluent",
"description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
"version": "10.1.0-dev.2",
"version": "10.1.0-dev.3",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -55,8 +55,8 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "^4.0.0",
"@progress/kendo-theme-core": "10.1.0-dev.2",
"@progress/kendo-theme-utils": "10.1.0-dev.2"
"@progress/kendo-theme-core": "10.1.0-dev.3",
"@progress/kendo-theme-utils": "10.1.0-dev.3"
},
"directories": {
"doc": "docs",
Expand Down
4 changes: 2 additions & 2 deletions packages/fluent/scss/grid/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -845,9 +845,9 @@
}

.k-grid-row-sticky td.k-grid-content-sticky,
.k-grid-row-sticky.k-alt td.k-grid-content-sticky,
.k-grid-row-sticky.k-table-alt-row td.k-grid-content-sticky,
.k-grid-row-sticky .k-table-td.k-grid-content-sticky,
.k-grid-row-sticky.k-alt .k-table-td.k-grid-content-sticky {
.k-grid-row-sticky.k-table-alt-row .k-table-td.k-grid-content-sticky {
z-index: 3;
}

Expand Down
2 changes: 1 addition & 1 deletion packages/fluent/scss/pivotgrid/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@
table-layout: auto;

.k-grid-footer,
.k-grid .k-alt {
.k-grid .k-table-alt-row {
font-weight: bold;
}
}
Expand Down
1 change: 1 addition & 0 deletions packages/fluent/scss/splitter/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
outline: 0;
position: absolute;
user-select: none;
touch-action: none;
display: flex;
align-items: center;
justify-content: center;
Expand Down
4 changes: 0 additions & 4 deletions packages/fluent/scss/tabstrip/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@
flex-direction: row;
}

.k-tab-on-top {
z-index: 1;
}

.k-link {
padding-inline: var( --kendo-tabstrip-item-padding-x, #{$kendo-tabstrip-item-padding-x} );
padding-block: var( --kendo-tabstrip-item-padding-y, #{$kendo-tabstrip-item-padding-y} );
Expand Down
6 changes: 0 additions & 6 deletions packages/fluent/scss/toolbar/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,6 @@
gap: inherit;
}

// Angular specific
.k-toolbar-renderer {
display: inline-block;
border-color: inherit;
}

// Toolbar sizes
@each $size, $size-props in $kendo-toolbar-sizes {
$_padding-x: map.get( $size-props, padding-x );
Expand Down
Loading

0 comments on commit 9902e3e

Please sign in to comment.