Completed
Last Updated: 12 Oct 2023 12:31 by ADMIN
Created by: Kamen Velikov
Comments: 0
Type: Feature Request
1
Add ability to style theme variants such as .k-tooltip-warning, k-tooltip-error, etc.
Pending Review
Last Updated: 20 Jun 2023 08:15 by Nick
Created by: Nick
Comments: 0
Type: Feature Request
5

Consider providing export options for fonts - for example the one requested below:

...

I would like to request the inclusion of a non-exportable option in the Font Manager. Specifically, I suggest adding an additional field that allows users to choose whether to include a particular font in the "_fonts.scss" file or not.

The purpose behind this request is to utilize these fonts within the ThemeBuilder Pro to observe the visual outcomes (including Typeface & Icon fonts). However, it I do not want to generate these fonts in the final zip since I already have fonts with the same names in my application. I solely require the font names to be present in the "_tokens.scss" file.

Under Review
Last Updated: 19 Jun 2023 11:04 by ADMIN
Add the ability to style the content of complex components e.g. the buttons in the Toolbar component
Need More Info
Last Updated: 19 Jun 2023 09:04 by ADMIN
Created by: Matt
Comments: 1
Type: Feature Request
0

Themebuilder used to export non compiled css

Now it's only compiled, and it's not easily plug and play with my current npm bundler.

Please bring back option to export non-compiled css

Unplanned
Last Updated: 15 Jun 2023 15:05 by ADMIN
Created by: Nick
Comments: 0
Type: Feature Request
1

Consider providing a configuration file that stores information about mapped variables (e.g. like Figma variables mapped to Kendo variables)

Example scenario:

1. Create a new Figma design based on UI Kit
2. Export it to ThemeBuilder
3. Map the 3rd party or figma-styles to the ThemeBuilder styles.
4. Save the mappings between them as some external config file 
5. When I create a new project based on my customized UI kit and I export it to ThemeBuilder
6. Instead of re-doing for a new project the mappings for a couple of hours again by hand, load up the mappings file which I saved from the previous project and the tools just connects the dots.

 

Need More Info
Last Updated: 09 May 2023 11:00 by ADMIN

I am getting this error, but am not able to revert the changes nor does it say where exact the error is. Do I have to start all over again!?
In my opinion the whole ThemeBuilder is still in Beta.

I suggest to implement a protocol tool with which you can revert the last 10 changes made in to the theme!

 

Unplanned
Last Updated: 25 Apr 2023 06:14 by ADMIN

Hi,

I would like to build a Sass theme using the Telerik Sass theme builder. My theme should look like the classic-silver.css theme (like provided at href="https://kendo.cdn.telerik.com/themes/6.2.0/classic/classic-silver.css) with a few minor changes.

  • Is it possible to load the classic-silver.css theme into the Telerik Sass theme builder in order to then modify it?

If yes, please give me instructions how to do that.

Regards, Manu

 

Completed
Last Updated: 09 Apr 2024 09:34 by ADMIN

As the subject suggests, I think the ability to support multiple swatches in a single project would be a fantastic addition to Themebuilder!

This change would allow a user to select a theme that'll encompass an app's light mode, and once finished, select a separate theme to repeat the process for dark.

As it currently stands, separate Themebuilder projects need to be created in order to separate light and dark themes. 

Thank you in advance for your consideration!

Under Review
Last Updated: 24 Mar 2025 06:04 by ADMIN

Add the ability to style combined state: e.g. selected:hover:active.

Currently, you can style these states separately.

Completed
Last Updated: 17 May 2024 07:11 by ADMIN
It would be nice if i am able to add custom colors to primary palette color in theme builder.

Under Review
Last Updated: 23 Feb 2023 16:13 by ADMIN

We started using Kendo / ThemeBuilder in our existing project which is using this root font size:

html {
    font-size: 10px;
}

This obviously cause issues with Kendo themese and ThemeBuilder which expects this value to be 16px.

Is there a way to configure this in ThemeBuilder or could this be implemented in the future?

Alternative solution would be to switch to 16px in our project. Which means we would have to recompute all CSS values which are using rem units.

 

Completed
Last Updated: 09 Aug 2024 14:13 by ADMIN


I want to upload 2 variants of the same font (let's say Roboto with weight 300 and 500).

Then I want to configure the same font family for both of them.

This is currently not allowed (see attached screenshot).

I have to choose different names which results in an export like this:

@font-face {
  font-family: Roboto300;
  src: url('../fonts/roboto-v18-latin_latin-ext-300.woff') format('woff');
  font-style: normal;
  font-weight: 300;
  font-display: auto;
}

@font-face {
  font-family: Roboto500;
  src: url('../fonts/roboto-v18-latin_latin-ext-500.woff') format('woff');
  font-style: normal;
  font-weight: 500;
  font-display: auto;
}

But what I want to achieve is this:

@font-face {
  font-family: Roboto;
  src: url('../fonts/roboto-v18-latin_latin-ext-300.woff') format('woff');
  font-style: normal;
  font-weight: 300;
  font-display: auto;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/roboto-v18-latin_latin-ext-500.woff') format('woff');
  font-style: normal;
  font-weight: 500;
  font-display: auto;
}

My use case is that I want to set the font family only once and the just set different font-weight for individual components.

Also, we have migrated to Kendo / ThemeBuilder in our existing project which relies on fonts to be configured this way.

Under Review
Last Updated: 23 Feb 2023 15:03 by ADMIN

The style for dialog actions is exported with the following selector 

.k-dialog-wrapper .k-window.k-dialog .k-window-actions.k-dialog-actions.k-actions.k-actions-stretched

This is not applied when I switch actions bar to a different layout than the default

<DialogActionsBar layout="start">
</DialogActionsBar>
because of the selector part 
.k-actions-stretched

Completed
Last Updated: 13 Aug 2024 07:30 by ADMIN
Add support for CSS transitions in the Property Editor in order to override the current animations from Kendo and add new ones. Those properties allow the definition of the transition between two states of an element.
Completed
Last Updated: 06 Feb 2023 09:47 by ADMIN
Created by: ThemeBuilder
Comments: 0
Type: Feature Request
1
Introduce a way to style the SearchBox of the Grid component.
Under Review
Last Updated: 23 Jan 2023 09:42 by ADMIN
Created by: Steve
Comments: 1
Type: Feature Request
2

I would like to be able to set the style for the focus state for all the input controls in one place.

Currently I would need to select each control, go the advanced edit and set my style. If I then need to make a small change to that style I have to repeat the process for each individual component.

It would be useful if there was a selector on the title bar of each component group that allowed you to set a styles for all the components in the group for states such as hover, focus etc.

Under Review
Last Updated: 17 Jan 2023 15:45 by ADMIN
Created by: Kamen Velikov
Comments: 0
Type: Feature Request
0

Add ability to style the table headers in Scheduler

Under Review
Last Updated: 04 Mar 2025 12:14 by ADMIN
Created by: Kamen Velikov
Comments: 6
Type: Feature Request
15

Add support for all possible Kendo/Telerik Components variants and configurations in ThemeBuilder.

For example, this includes all possible variants for creating a Kendo Button

The above should also be supported for various Kendo/Telerik components like 

- DateInput (requested through t.1633591)

- DropDownList (requested through t.1633591)

Completed
Last Updated: 11 Nov 2024 10:53 by ADMIN
Created by: Simon
Comments: 4
Type: Feature Request
7
How do you set separate padding for different size buttons? I want to make use of the small, medium, large sizes available in the toolkit, but in Themebuilder, it seems there is only one size button
Unplanned
Last Updated: 14 Nov 2022 10:21 by ADMIN
Created by: Rick
Comments: 1
Type: Feature Request
4
One story that appears missing from the FluentUI on ThemeBuilder appears to be Dark Mode for FluentUI.