@progress/kendo-react-layout 7.5.0-develop.8 → 8.0.0-develop.1
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 +3 -2
- package/index.d.ts +3 -2
- package/package-metadata.mjs +1 -1
- package/package.json +7 -7
package/index.d.mts
CHANGED
|
@@ -369,9 +369,10 @@ export declare interface AppBarProps {
|
|
|
369
369
|
* Specifies the theme color of the AppBar ([see example]({% slug appearance_appbar %})).
|
|
370
370
|
*
|
|
371
371
|
* * The possible values are:
|
|
372
|
-
* * `inherit`
|
|
373
372
|
* * `light` (Default)
|
|
374
|
-
* *
|
|
373
|
+
* * 'primary'
|
|
374
|
+
* * 'dark'
|
|
375
|
+
* * 'inherit'
|
|
375
376
|
*
|
|
376
377
|
*/
|
|
377
378
|
themeColor?: AppBarThemeColor;
|
package/index.d.ts
CHANGED
|
@@ -369,9 +369,10 @@ export declare interface AppBarProps {
|
|
|
369
369
|
* Specifies the theme color of the AppBar ([see example]({% slug appearance_appbar %})).
|
|
370
370
|
*
|
|
371
371
|
* * The possible values are:
|
|
372
|
-
* * `inherit`
|
|
373
372
|
* * `light` (Default)
|
|
374
|
-
* *
|
|
373
|
+
* * 'primary'
|
|
374
|
+
* * 'dark'
|
|
375
|
+
* * 'inherit'
|
|
375
376
|
*
|
|
376
377
|
*/
|
|
377
378
|
themeColor?: AppBarThemeColor;
|
package/package-metadata.mjs
CHANGED
|
@@ -10,7 +10,7 @@ const e = {
|
|
|
10
10
|
name: "@progress/kendo-react-layout",
|
|
11
11
|
productName: "KendoReact",
|
|
12
12
|
productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
|
|
13
|
-
publishDate:
|
|
13
|
+
publishDate: 1715583109,
|
|
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-layout",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.0.0-develop.1",
|
|
4
4
|
"description": "React Layout components enable you to create a perceptive and intuitive layout of web projects. KendoReact Layout package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"sideEffects": false,
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@progress/kendo-licensing": "^1.3.4",
|
|
26
|
-
"@progress/kendo-react-animation": "
|
|
27
|
-
"@progress/kendo-react-common": "
|
|
28
|
-
"@progress/kendo-react-intl": "
|
|
29
|
-
"@progress/kendo-react-popup": "
|
|
30
|
-
"@progress/kendo-react-progressbars": "
|
|
31
|
-
"@progress/kendo-svg-icons": "^
|
|
26
|
+
"@progress/kendo-react-animation": "8.0.0-develop.1",
|
|
27
|
+
"@progress/kendo-react-common": "8.0.0-develop.1",
|
|
28
|
+
"@progress/kendo-react-intl": "8.0.0-develop.1",
|
|
29
|
+
"@progress/kendo-react-popup": "8.0.0-develop.1",
|
|
30
|
+
"@progress/kendo-react-progressbars": "8.0.0-develop.1",
|
|
31
|
+
"@progress/kendo-svg-icons": "^3.0.0",
|
|
32
32
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0",
|
|
33
33
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
|
|
34
34
|
},
|