Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract component styles to core #5282

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from
  •  
  •  
  •  
8 changes: 0 additions & 8 deletions packages/bootstrap/scss/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
$kendo-enable-typography: false !default;

$kendo-use-input-button-width: false !default;
$kendo-use-input-spinner-width: false !default;
$kendo-use-input-spinner-icon-offset: false !default;

$kendo-zindex-popup: 1 !default;
$kendo-zindex-window: 2 !default;

$kendo-focus-shadow: null !default;

$kendo-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out !default;
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/action-buttons/_layout.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/action-buttons/_layout.scss" as *;
@use "@progress/kendo-theme-core/scss/components/action-buttons/_layout.scss" as *;

@mixin kendo-action-buttons--layout() {
@include kendo-action-buttons--layout-base();
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/action-buttons/_theme.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/action-buttons/_theme.scss" as *;
@use "@progress/kendo-theme-core/scss/components/action-buttons/_theme.scss" as *;


@mixin kendo-action-buttons--theme() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/action-buttons/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $kendo-actions-border: null !default;
$kendo-actions-gradient: null !default;


@forward "@progress/kendo-theme-default/scss/action-buttons/_variables.scss" with (
@forward "@progress/kendo-theme-core/scss/components/action-buttons/_variables.scss" with (
$kendo-actions-margin-top: $kendo-actions-margin-top,
$kendo-actions-padding-x: $kendo-actions-padding-x,
$kendo-actions-padding-y: $kendo-actions-padding-y,
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/action-sheet/_layout.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/action-sheet/_layout.scss" as *;
@use "@progress/kendo-theme-core/scss/components/action-sheet/_layout.scss" as *;


@mixin kendo-action-sheet--layout() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/action-sheet/_theme.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/action-sheet/_theme.scss" as *;
@use "@progress/kendo-theme-core/scss/components/action-sheet/_theme.scss" as *;


@mixin kendo-action-sheet--theme() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/action-sheet/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ $kendo-adaptive-actionsheet-footer-padding-y: k-spacing(2) !default;
$kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;


@forward "@progress/kendo-theme-default/scss/action-sheet/_variables.scss" with (
@forward "@progress/kendo-theme-core/scss/components/action-sheet/_variables.scss" with (
$kendo-actionsheet-padding-x: $kendo-actionsheet-padding-x,
$kendo-actionsheet-padding-y: $kendo-actionsheet-padding-y,
$kendo-actionsheet-width: $kendo-actionsheet-width,
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/adaptive/_layout.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/adaptive/_layout.scss" as *;
@use "@progress/kendo-theme-core/scss/components/adaptive/_layout.scss" as *;


@mixin kendo-adaptive--layout() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/adaptive/_theme.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/adaptive/_theme.scss" as *;
@use "@progress/kendo-theme-core/scss/components/adaptive/_theme.scss" as *;


@mixin kendo-adaptive--theme() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/adaptive/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $kendo-adaptive-scheduler-base-text: inherit !default;
$kendo-adaptive-scheduler-subtle-text: if($kendo-enable-color-system, k-color( subtle ) , $kendo-subtle-text) !default;


@forward "@progress/kendo-theme-default/scss/adaptive/_variables.scss" with (
@forward "@progress/kendo-theme-core/scss/components/adaptive/_variables.scss" with (
$kendo-adaptive-bg: $kendo-adaptive-bg,
$kendo-adaptive-text: $kendo-adaptive-text,
$kendo-adaptive-border: $kendo-adaptive-border,
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/appbar/_layout.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/appbar/_layout.scss" as *;
@use "@progress/kendo-theme-core/scss/components/appbar/_layout.scss" as *;


@mixin kendo-appbar--layout() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/appbar/_theme.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/appbar/_theme.scss" as *;
@use "@progress/kendo-theme-core/scss/components/appbar/_theme.scss" as *;


@mixin kendo-appbar--theme() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/appbar/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $kendo-appbar-box-shadow: k-elevation(4) !default;
$kendo-appbar-bottom-box-shadow: k-elevation(4) !default;


@forward "@progress/kendo-theme-default/scss/appbar/_variables.scss" with (
@forward "@progress/kendo-theme-core/scss/components/appbar/_variables.scss" with (
$kendo-appbar-margin-x: $kendo-appbar-margin-x,
$kendo-appbar-margin-y: $kendo-appbar-margin-y,
$kendo-appbar-padding-x: $kendo-appbar-padding-x,
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/autocomplete/_layout.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/autocomplete/_layout.scss" as *;
@use "@progress/kendo-theme-core/scss/components/autocomplete/_layout.scss" as *;


@mixin kendo-autocomplete--layout() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/autocomplete/_theme.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/autocomplete/_theme.scss" as *;
@use "@progress/kendo-theme-core/scss/components/autocomplete/_theme.scss" as *;


@mixin kendo-autocomplete--theme() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/avatar/_layout.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/avatar/_layout.scss" as *;
@use "@progress/kendo-theme-core/scss/components/avatar/_layout.scss" as *;


@mixin kendo-avatar--layout() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/avatar/_theme.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/avatar/_theme.scss" as *;
@use "@progress/kendo-theme-core/scss/components/avatar/_theme.scss" as *;

@mixin kendo-avatar--theme() {
@include kendo-avatar--theme-base();
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/avatar/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $kendo-avatar-sizes: (
$kendo-avatar-theme-colors: $kendo-theme-colors !default;


@forward "@progress/kendo-theme-default/scss/avatar/_variables.scss" with (
@forward "@progress/kendo-theme-core/scss/components/avatar/_variables.scss" with (
$kendo-avatar-border-width: $kendo-avatar-border-width,
$kendo-avatar-font-family: $kendo-avatar-font-family,
$kendo-avatar-font-size: $kendo-avatar-font-size,
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/badge/_layout.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/badge/_layout.scss" as *;
@use "@progress/kendo-theme-core/scss/components/badge/_layout.scss" as *;


@mixin kendo-badge--layout() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/badge/_theme.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/badge/_theme.scss" as *;
@use "@progress/kendo-theme-core/scss/components/badge/_theme.scss" as *;


@mixin kendo-badge--theme() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/badge/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ $kendo-badge-sizes: (
) !default;


@forward "@progress/kendo-theme-default/scss/badge/_variables.scss" with (
@forward "@progress/kendo-theme-core/scss/components/badge/_variables.scss" with (
$kendo-badge-border-width: $kendo-badge-border-width,
$kendo-badge-border-radius: $kendo-badge-border-radius,
$kendo-badge-padding-x: $kendo-badge-padding-x,
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/bottom-navigation/_layout.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/bottom-navigation/_layout.scss" as *;
@use "@progress/kendo-theme-core/scss/components/bottom-navigation/_layout.scss" as *;


@mixin kendo-bottom-navigation--layout() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/bottom-navigation/_theme.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/bottom-navigation/_theme.scss" as *;
@use "@progress/kendo-theme-core/scss/components/bottom-navigation/_theme.scss" as *;


@mixin kendo-bottom-navigation--theme() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ $kendo-bottom-nav-flat-bg: $kendo-component-bg !default;
$kendo-bottom-nav-flat-border: $kendo-component-border !default;


@forward "@progress/kendo-theme-default/scss/bottom-navigation/_variables.scss" with (
@forward "@progress/kendo-theme-core/scss/components/bottom-navigation/_variables.scss" with (
$kendo-bottom-nav-padding-x: $kendo-bottom-nav-padding-x,
$kendo-bottom-nav-padding-y: $kendo-bottom-nav-padding-y,
$kendo-bottom-nav-gap: $kendo-bottom-nav-gap,
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/breadcrumb/_layout.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/breadcrumb/_layout.scss" as *;
@use "@progress/kendo-theme-core/scss/components/breadcrumb/_layout.scss" as *;

@mixin kendo-breadcrumb--layout() {

Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/breadcrumb/_theme.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/breadcrumb/_theme.scss" as *;
@use "@progress/kendo-theme-core/scss/components/breadcrumb/_theme.scss" as *;


@mixin kendo-breadcrumb--theme() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/breadcrumb/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ $kendo-breadcrumb-sizes: (
) !default;


@forward "@progress/kendo-theme-default/scss/breadcrumb/_variables.scss" with (
@forward "@progress/kendo-theme-core/scss/components/breadcrumb/_variables.scss" with (
$kendo-breadcrumb-border-width: $kendo-breadcrumb-border-width,
$kendo-breadcrumb-margin-x: $kendo-breadcrumb-margin-x,
$kendo-breadcrumb-margin-y: $kendo-breadcrumb-margin-y,
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/button/_layout.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/button/_layout.scss" as *;
@use "@progress/kendo-theme-core/scss/components/button/_layout.scss" as *;


@mixin kendo-button--layout() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/button/_theme.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/button/_theme.scss" as *;
@use "@progress/kendo-theme-core/scss/components/button/_theme.scss" as *;


@mixin kendo-button--theme() {
Expand Down
3 changes: 2 additions & 1 deletion packages/bootstrap/scss/button/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@use "sass:math";
@use "../core/_index.scss" as *;
@use "../core/functions/index.import.scss" as *;
@use "../core/motion/index.import.scss" as *;

// Button

Expand Down Expand Up @@ -262,7 +263,7 @@ $kendo-flat-button-focus-ring-opacity: .12 !default;
$kendo-button-transition: $kendo-transition !default;


@forward "@progress/kendo-theme-default/scss/button/_variables.scss" with (
@forward "@progress/kendo-theme-core/scss/components/button/_variables.scss" with (
$kendo-button-border-width: $kendo-button-border-width,
$kendo-button-border-radius: $kendo-button-border-radius,
$kendo-button-padding-x: $kendo-button-padding-x,
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/calendar/_layout.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/calendar/_layout.scss" as *;
@use "@progress/kendo-theme-core/scss/components/calendar/_layout.scss" as *;


@mixin kendo-calendar--layout() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/calendar/_theme.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/calendar/_theme.scss" as *;
@use "@progress/kendo-theme-core/scss/components/calendar/_theme.scss" as *;


@mixin kendo-calendar--theme() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/calendar/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ $kendo-calendar-sizes: (
) !default;


@forward "@progress/kendo-theme-default/scss/calendar/_variables.scss" with (
@forward "@progress/kendo-theme-core/scss/components/calendar/_variables.scss" with (
$kendo-calendar-border-width: $kendo-calendar-border-width,
$kendo-calendar-font-family: $kendo-calendar-font-family,
$kendo-calendar-font-size: $kendo-calendar-font-size,
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/captcha/_layout.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/captcha/_layout.scss" as *;
@use "@progress/kendo-theme-core/scss/components/captcha/_layout.scss" as *;


@mixin kendo-captcha--layout() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/captcha/_theme.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/captcha/_theme.scss" as *;
@use "@progress/kendo-theme-core/scss/components/captcha/_theme.scss" as *;


@mixin kendo-captcha--theme() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/captcha/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $kendo-captcha-validation-message-font-size: var( --kendo-font-size-sm, inherit
$kendo-captcha-validation-message-font-style: italic !default;


@forward "@progress/kendo-theme-default/scss/captcha/_variables.scss" with (
@forward "@progress/kendo-theme-core/scss/components/captcha/_variables.scss" with (
$kendo-captcha-spacer: $kendo-captcha-spacer,
$kendo-captcha-width: $kendo-captcha-width,
$kendo-captcha-font-family: $kendo-captcha-font-family,
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/card/_layout.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/card/_layout.scss" as *;
@use "@progress/kendo-theme-core/scss/components/card/_layout.scss" as *;


@mixin kendo-card--layout() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/card/_theme.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/card/_theme.scss" as *;
@use "@progress/kendo-theme-core/scss/components/card/_theme.scss" as *;


@mixin kendo-card--theme() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/card/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ $kendo-card-callout-width: 1.3em !default;
$kendo-card-callout-height: 1.3em !default;


@forward "@progress/kendo-theme-default/scss/card/_variables.scss" with (
@forward "@progress/kendo-theme-core/scss/components/card/_variables.scss" with (
$kendo-card-padding-x: $kendo-card-padding-x,
$kendo-card-padding-y: $kendo-card-padding-y,
$kendo-card-border-width: $kendo-card-border-width,
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/chart-wizard/_layout.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/chart-wizard/_layout.scss" as *;
@use "@progress/kendo-theme-core/scss/components/chart-wizard/_layout.scss" as *;

@mixin kendo-chart-wizard--layout() {
@include kendo-chart-wizard--layout-base();
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/chart-wizard/_theme.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/chart-wizard/_theme.scss" as *;
@use "@progress/kendo-theme-core/scss/components/chart-wizard/_theme.scss" as *;

@mixin kendo-chart-wizard--theme() {
@include kendo-chart-wizard--theme-base();
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/chart-wizard/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $kendo-chart-wizard-chart-type-spacing: k-spacing(6) !default;
$kendo-chart-wizard-icon-text-gap: k-spacing(3) !default;


@forward "@progress/kendo-theme-default/scss/chart-wizard/_variables.scss" with (
@forward "@progress/kendo-theme-core/scss/components/chart-wizard/_variables.scss" with (
$kendo-chart-wizard-icon-area-color: $kendo-chart-wizard-icon-area-color,
$kendo-chart-wizard-icon-area-bg: $kendo-chart-wizard-icon-area-bg,
$kendo-chart-wizard-icon-area-border-radius: $kendo-chart-wizard-icon-area-border-radius,
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/chat/_layout.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/chat/_layout.scss" as *;
@use "@progress/kendo-theme-core/scss/components/chat/_layout.scss" as *;


@mixin kendo-chat--layout() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/chat/_theme.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/chat/_theme.scss" as *;
@use "@progress/kendo-theme-core/scss/components/chat/_theme.scss" as *;


@mixin kendo-chat--theme() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/chat/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ $kendo-chat-quick-reply-shadow-spread: .25rem !default;
$kendo-chat-quick-reply-shadow-opacity: .5 !default;


@forward "@progress/kendo-theme-default/scss/chat/_variables.scss" with (
@forward "@progress/kendo-theme-core/scss/components/chat/_variables.scss" with (
$kendo-chat-padding-x: $kendo-chat-padding-x,
$kendo-chat-padding-y: $kendo-chat-padding-y,
$kendo-chat-width: $kendo-chat-width,
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/checkbox/_layout.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@use "../core/_index.scss" as *;
@use "@progress/kendo-theme-default/scss/checkbox/_layout.scss" as *;
@use "@progress/kendo-theme-core/scss/components/checkbox/_layout.scss" as *;


@mixin kendo-checkbox--layout() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/checkbox/_theme.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/checkbox/_theme.scss" as *;
@use "@progress/kendo-theme-core/scss/components/checkbox/_theme.scss" as *;


@mixin kendo-checkbox--theme() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/checkbox/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ $kendo-checkbox-ripple-bg: $kendo-checkbox-checked-bg !default;
$kendo-checkbox-ripple-opacity: .25 !default;


@forward "@progress/kendo-theme-default/scss/checkbox/_variables.scss" with (
@forward "@progress/kendo-theme-core/scss/components/checkbox/_variables.scss" with (
$kendo-checkbox-border-width: $kendo-checkbox-border-width,
$kendo-checkbox-sm-size: $kendo-checkbox-sm-size,
$kendo-checkbox-md-size: $kendo-checkbox-md-size,
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/chip/_layout.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/chip/_layout.scss" as *;
@use "@progress/kendo-theme-core/scss/components/chip/_layout.scss" as *;


@mixin kendo-chip--layout() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/chip/_theme.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use "../core/_index.scss" as *;
@use "./_variables.scss" as *;
@use "@progress/kendo-theme-default/scss/chip/_theme.scss" as *;
@use "@progress/kendo-theme-core/scss/components/chip/_theme.scss" as *;

@mixin kendo-chip--theme() {

Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/chip/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ $kendo-chip-list-sizes: (
) !default;


@forward "@progress/kendo-theme-default/scss/chip/_variables.scss" with (
@forward "@progress/kendo-theme-core/scss/components/chip/_variables.scss" with (
$kendo-chip-border-width: $kendo-chip-border-width,
$kendo-chip-spacing: $kendo-chip-spacing,
$kendo-chip-padding-x: $kendo-chip-padding-x,
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/color-preview/_layout.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/color-preview/_layout.scss" as *;
@use "@progress/kendo-theme-core/scss/components/color-preview/_layout.scss" as *;


@mixin kendo-color-preview--layout() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/color-preview/_theme.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/color-preview/_theme.scss" as *;
@use "@progress/kendo-theme-core/scss/components/color-preview/_theme.scss" as *;


@mixin kendo-color-preview--theme() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/color-preview/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $kendo-color-preview-no-color-image: k-escape-svg( url("data:image/svg+xml,<svg
$kendo-color-preview-transparent-color-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC") !default;


@forward "@progress/kendo-theme-default/scss/color-preview/_variables.scss" with (
@forward "@progress/kendo-theme-core/scss/components/color-preview/_variables.scss" with (
$kendo-color-preview-border-radius: $kendo-color-preview-border-radius,
$kendo-color-preview-border-width: $kendo-color-preview-border-width,
$kendo-color-preview-bg: $kendo-color-preview-bg,
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/scss/coloreditor/_layout.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@progress/kendo-theme-default/scss/coloreditor/_layout.scss" as *;
@use "@progress/kendo-theme-core/scss/components/coloreditor/_layout.scss" as *;


@mixin kendo-color-editor--layout() {
Expand Down
Loading