@progress/kendo-themes-html 10.2.0 → 10.2.1-dev.0
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/dist/cjs/index.js +3 -3
- package/package.json +5 -5
package/dist/cjs/index.js
CHANGED
|
@@ -27,8 +27,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
27
27
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
28
|
|
|
29
29
|
// src/index.ts
|
|
30
|
-
var
|
|
31
|
-
__export(
|
|
30
|
+
var index_exports = {};
|
|
31
|
+
__export(index_exports, {
|
|
32
32
|
ACTIONBUTTONS_CLASSNAME: () => ACTIONBUTTONS_CLASSNAME,
|
|
33
33
|
ACTIONSHEETFOOTER_CLASSNAME: () => ACTIONSHEETFOOTER_CLASSNAME,
|
|
34
34
|
ACTIONSHEETHEADER_CLASSNAME: () => ACTIONSHEETHEADER_CLASSNAME,
|
|
@@ -1190,7 +1190,7 @@ __export(src_exports, {
|
|
|
1190
1190
|
pickerStates: () => pickerStates,
|
|
1191
1191
|
states: () => states6
|
|
1192
1192
|
});
|
|
1193
|
-
module.exports = __toCommonJS(
|
|
1193
|
+
module.exports = __toCommonJS(index_exports);
|
|
1194
1194
|
|
|
1195
1195
|
// src/misc/class-names.ts
|
|
1196
1196
|
var classNames = (...args) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-themes-html",
|
|
3
3
|
"description": "A collection of HTML helpers used for developing Kendo UI themes",
|
|
4
|
-
"version": "10.2.0",
|
|
4
|
+
"version": "10.2.1-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@progress/kendo-svg-icons": "^4.0.0",
|
|
50
|
-
"react": "^
|
|
51
|
-
"react-dom": "^
|
|
50
|
+
"react": "^19.0.0",
|
|
51
|
+
"react-dom": "^19.0.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@types/react": "^
|
|
54
|
+
"@types/react": "^19.0.8"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "c52443f2723a1669ec559fc839d6ff4ca50efd80"
|
|
57
57
|
}
|