@progress/kendo-react-buttons 7.5.0-develop.5 → 7.5.0-develop.6

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.
package/index.d.mts CHANGED
@@ -1111,7 +1111,7 @@ export declare interface DropDownButtonProps extends KendoReactComponentBaseProp
1111
1111
  *
1112
1112
  * @default `solid`
1113
1113
  */
1114
- fillMode?: null | 'solid' | 'outline' | 'flat' | 'link';
1114
+ fillMode?: null | 'solid' | 'outline' | 'flat' | 'link' | 'clear';
1115
1115
  /**
1116
1116
  * Configures the `themeColor` of the DropDownButton.
1117
1117
  *
package/index.d.ts CHANGED
@@ -1111,7 +1111,7 @@ export declare interface DropDownButtonProps extends KendoReactComponentBaseProp
1111
1111
  *
1112
1112
  * @default `solid`
1113
1113
  */
1114
- fillMode?: null | 'solid' | 'outline' | 'flat' | 'link';
1114
+ fillMode?: null | 'solid' | 'outline' | 'flat' | 'link' | 'clear';
1115
1115
  /**
1116
1116
  * Configures the `themeColor` of the DropDownButton.
1117
1117
  *
@@ -10,7 +10,7 @@ const e = {
10
10
  name: "@progress/kendo-react-buttons",
11
11
  productName: "KendoReact",
12
12
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
13
- publishDate: 1713443890,
13
+ publishDate: 1713882432,
14
14
  version: "",
15
15
  licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
16
16
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-buttons",
3
- "version": "7.5.0-develop.5",
3
+ "version": "7.5.0-develop.6",
4
4
  "description": "All you need in React Button in one package: disabled/enabled states, built-in styles and more. KendoReact Buttons package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -23,8 +23,8 @@
23
23
  "sideEffects": false,
24
24
  "peerDependencies": {
25
25
  "@progress/kendo-licensing": "^1.3.4",
26
- "@progress/kendo-react-common": "7.5.0-develop.5",
27
- "@progress/kendo-react-popup": "7.5.0-develop.5",
26
+ "@progress/kendo-react-common": "7.5.0-develop.6",
27
+ "@progress/kendo-react-popup": "7.5.0-develop.6",
28
28
  "@progress/kendo-svg-icons": "^2.1.0",
29
29
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
30
30
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"