When the ThemeBuilder project has custom variables or variables exported from Figma in the output _tokens.scss file all variables are with the ‘tb’ or ‘figma’ prefix.
It will be good if these prefixes can be configuration options for the project and users can choose what prefix (or no prefix) should use.
Add a new smart code editor as a variant of the Property Grid with all visual properties. Do not replace the property grid with this editor. They can live next to each other in different tabs. The smart code editor should support all features of the property grid but with advanced functionalities.
1. Show all kendo styles attached to the selected layer in a text format
2. Marks which style is overridden by user styles
3. Users can add any CSS property, not just the one listed by the Proprty grid editors.
4. Intellisense for CSS properties, something like:
5. Intellisense for using sass/css variables – the editor can recognize the property name and list only corresponding tokens for example – background – shows color tokens, box-shadow – shows effect tokens. Something like:
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!
Add the ability to style combined state: e.g. selected:hover:active.
Currently, you can style these states separately.
Hello,
I think it would be very useful if ThemeBuilder editor could somehow highlight changes done to components, their parts and their properties.
Currently, when I want to review styling changes that I (or my coworkers) made in the past, I have to go through every part of component and look for the "revert" button.
If those changes were highlighted (see attached screenshot), it would greatly improve our workflow with ThemeBuilder.
Hello,
We are planning on setting many custom variables and would like more control over their ordering and naming.
Thank you for your consideration!
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.
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.
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>
.k-actions-stretched
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.
Add ability to style the table headers in Scheduler
Add support for all possible Button variants and configurations in ThemeBuilder. This includes all possible variants for: