@progress/kendo-charts 1.23.0-dev.202201120958 → 1.23.0-dev.202201170823

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -40,9 +40,9 @@ var directionsMap = {
40
40
 
41
41
  function createButton(direction) {
42
42
  var html =
43
- // '<button class="k-button k-navigator-' + direction + '" aria-label="move ' + direction + '">' +
44
- // '<span class="k-icon k-i-arrow-60-' + direction + '"/>' +
45
- '<button class="k-button ' + directionsMap[direction].className + '" aria-label="move ' + direction + '">' +
43
+ '<button class="k-button k-button-square k-rounded-full k-button-flat k-button-flat-base k-icon-button ' +
44
+ directionsMap[direction].className +
45
+ '" aria-label="move ' + direction + '">' +
46
46
  '<span class="k-icon ' + directionsMap[direction].iconClass + '" />' +
47
47
  '</button>';
48
48
 
@@ -19,7 +19,7 @@ import {
19
19
 
20
20
  function createButton(direction, iconClass) {
21
21
  var html =
22
- '<button class="k-button k-button-icon k-zoom-' + direction +
22
+ '<button class="k-button k-button-md k-rounded-md k-button-solid k-button-solid-base k-icon-button k-zoom-' + direction +
23
23
  '" title="zoom-' + direction +
24
24
  '" aria-label="zoom-' + direction + '">' +
25
25
  '<span class="k-icon ' + iconClass + '">' + '</span>' +
@@ -40,9 +40,9 @@ const directionsMap = {
40
40
 
41
41
  function createButton(direction) {
42
42
  const html =
43
- // '<button class="k-button k-navigator-' + direction + '" aria-label="move ' + direction + '">' +
44
- // '<span class="k-icon k-i-arrow-60-' + direction + '"/>' +
45
- '<button class="k-button ' + directionsMap[direction].className + '" aria-label="move ' + direction + '">' +
43
+ '<button class="k-button k-button-square k-rounded-full k-button-flat k-button-flat-base k-icon-button ' +
44
+ directionsMap[direction].className +
45
+ '" aria-label="move ' + direction + '">' +
46
46
  '<span class="k-icon ' + directionsMap[direction].iconClass + '" />' +
47
47
  '</button>';
48
48
 
@@ -19,7 +19,7 @@ import {
19
19
 
20
20
  function createButton(direction, iconClass) {
21
21
  const html =
22
- '<button class="k-button k-button-icon k-zoom-' + direction +
22
+ '<button class="k-button k-button-md k-rounded-md k-button-solid k-button-solid-base k-icon-button k-zoom-' + direction +
23
23
  '" title="zoom-' + direction +
24
24
  '" aria-label="zoom-' + direction + '">' +
25
25
  '<span class="k-icon ' + iconClass + '">' + '</span>' +