@progress/kendo-react-layout 5.10.0 → 5.10.1-dev.202301251437

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.
@@ -19,7 +19,7 @@ export var ActionSheetItem = function (props) {
19
19
  }, [props.focused]);
20
20
  return (React.createElement("span", { style: props.style, className: classNames('k-actionsheet-item', 'k-cursor-pointer', props.disabled && 'k-disabled', props.className), role: "button", ref: itemRef, "aria-disabled": props.disabled, tabIndex: props.tabIndex || defaultTabIndex, onClick: onClick },
21
21
  React.createElement("span", { className: "k-actionsheet-action" },
22
- props.icon,
22
+ props.icon && React.createElement("span", { className: "k-icon-wrap" }, props.icon),
23
23
  (props.title || props.description) && (React.createElement("span", { className: "k-actionsheet-item-text" },
24
24
  props.title && React.createElement("span", { className: "k-actionsheet-item-title" }, props.title),
25
25
  props.description && React.createElement("span", { className: "k-actionsheet-item-description" }, props.description))))));
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Represents the props of the KendoReact ActionSheetChildren component.
2
+ * @hidden
3
3
  */
4
4
  export interface ActionSheetChildrenProps {
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Represents the props of the KendoReact ActionSheetChildren component.
2
+ * @hidden
3
3
  */
4
4
  ;
5
5
  export {};
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-react-layout',
6
6
  productName: 'KendoReact',
7
7
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
8
- publishDate: 1674030617,
8
+ publishDate: 1674656001,
9
9
  version: '',
10
10
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
11
11
  };
@@ -22,7 +22,7 @@ var ActionSheetItem = function (props) {
22
22
  }, [props.focused]);
23
23
  return (React.createElement("span", { style: props.style, className: (0, kendo_react_common_1.classNames)('k-actionsheet-item', 'k-cursor-pointer', props.disabled && 'k-disabled', props.className), role: "button", ref: itemRef, "aria-disabled": props.disabled, tabIndex: props.tabIndex || defaultTabIndex, onClick: onClick },
24
24
  React.createElement("span", { className: "k-actionsheet-action" },
25
- props.icon,
25
+ props.icon && React.createElement("span", { className: "k-icon-wrap" }, props.icon),
26
26
  (props.title || props.description) && (React.createElement("span", { className: "k-actionsheet-item-text" },
27
27
  props.title && React.createElement("span", { className: "k-actionsheet-item-title" }, props.title),
28
28
  props.description && React.createElement("span", { className: "k-actionsheet-item-description" }, props.description))))));
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Represents the props of the KendoReact ActionSheetChildren component.
2
+ * @hidden
3
3
  */
4
4
  export interface ActionSheetChildrenProps {
5
5
  /**
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Represents the props of the KendoReact ActionSheetChildren component.
3
+ * @hidden
4
4
  */
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  ;
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-react-layout',
9
9
  productName: 'KendoReact',
10
10
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
11
- publishDate: 1674030617,
11
+ publishDate: 1674656001,
12
12
  version: '',
13
13
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
14
14
  };