@progress/kendo-themes-html 10.2.0-dev.3 → 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 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 src_exports = {};
31
- __export(src_exports, {
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(src_exports);
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-dev.3",
4
+ "version": "10.2.1-dev.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -40,18 +40,18 @@
40
40
  "scripts": {
41
41
  "start": "node ./scripts/start",
42
42
  "build": "node ./scripts/build.js && npm run typegen",
43
- "typegen": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types/",
43
+ "typegen": "npx tsc --emitDeclarationOnly --declaration --declarationDir dist/types/",
44
+ "typecheck": "npx tsc --noEmit --emitDeclarationOnly false --project tsconfig.json ",
44
45
  "build:tests": "node ./scripts/build-tests.js",
45
- "check-types": "npx tsc --noEmit --emitDeclarationOnly false --project tsconfig.json ",
46
46
  "prepublishOnly": "npm run build"
47
47
  },
48
48
  "dependencies": {
49
49
  "@progress/kendo-svg-icons": "^4.0.0",
50
- "react": "^18.3.1",
51
- "react-dom": "^18.3.1"
50
+ "react": "^19.0.0",
51
+ "react-dom": "^19.0.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@types/react": "^18.3.3"
54
+ "@types/react": "^19.0.8"
55
55
  },
56
- "gitHead": "082662582bfa2df1e3ee8bbeab7d395ec47d944f"
56
+ "gitHead": "c52443f2723a1669ec559fc839d6ff4ca50efd80"
57
57
  }