Skip to content

Commit

Permalink
feat(material): enable color system
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This commit enables the new Color System,
which introduces a new way of implementing and customizing the colors.
If the user has customized some of the old color variables like
`$kendo-color-primary`, `$kendo-body-bg`, `$kendo-base-bg`, etc, they
would need to migrate their customizations by following the Migration Guide
which can be found in the Progress Design System Docs.
  • Loading branch information
JoomFX committed Mar 22, 2024
1 parent b47cc6f commit 2dc48a0
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/material/lib/swatches/material-aqua-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"kendo-enable-color-system": {
"name": "New color system",
"type": "boolean",
"value": false
"value": true
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/material/lib/swatches/material-arctic.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"kendo-enable-color-system": {
"name": "New color system",
"type": "boolean",
"value": false
"value": true
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/material/lib/swatches/material-burnt-teal.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"kendo-enable-color-system": {
"name": "New color system",
"type": "boolean",
"value": false
"value": true
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/material/lib/swatches/material-dataviz-v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"kendo-enable-color-system": {
"name": "New color system",
"type": "boolean",
"value": false
"value": true
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/material/lib/swatches/material-eggplant.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"kendo-enable-color-system": {
"name": "New color system",
"type": "boolean",
"value": false
"value": true
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/material/lib/swatches/material-lime-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"kendo-enable-color-system": {
"name": "New color system",
"type": "boolean",
"value": false
"value": true
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/material/lib/swatches/material-lime.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"kendo-enable-color-system": {
"name": "New color system",
"type": "boolean",
"value": false
"value": true
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/material/lib/swatches/material-main-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"kendo-enable-color-system": {
"name": "New color system",
"type": "boolean",
"value": false
"value": true
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/material/lib/swatches/material-main.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"kendo-enable-color-system": {
"name": "New color system",
"type": "boolean",
"value": false
"value": true
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/material/lib/swatches/material-nova.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"kendo-enable-color-system": {
"name": "New color system",
"type": "boolean",
"value": false
"value": true
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/material/lib/swatches/material-pacific-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"kendo-enable-color-system": {
"name": "New color system",
"type": "boolean",
"value": false
"value": true
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/material/lib/swatches/material-pacific.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"kendo-enable-color-system": {
"name": "New color system",
"type": "boolean",
"value": false
"value": true
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/material/lib/swatches/material-sky-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"kendo-enable-color-system": {
"name": "New color system",
"type": "boolean",
"value": false
"value": true
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/material/lib/swatches/material-sky.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"kendo-enable-color-system": {
"name": "New color system",
"type": "boolean",
"value": false
"value": true
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/material/lib/swatches/material-smoke.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"kendo-enable-color-system": {
"name": "New color system",
"type": "boolean",
"value": false
"value": true
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/material/scss/core/color-system/_swatch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@import "./_functions.scss";

// Config
$kendo-enable-color-system: false !default;
$kendo-enable-color-system: true !default;

// Colors
$_default-colors: (
Expand Down
2 changes: 1 addition & 1 deletion packages/material/scss/input/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ $kendo-input-spinner-icon-offset: null !default;

/// The color of the Input separator.
/// @group input
$kendo-input-separator-text: rgba( $kendo-component-border, .12 ) !default;
$kendo-input-separator-text: $kendo-component-border !default;
/// The opacity of the Input separator.
/// @group input
$kendo-input-separator-opacity: .5 !default;
Expand Down

0 comments on commit 2dc48a0

Please sign in to comment.