react-semaphor 0.0.310 → 0.0.312

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.
@@ -461,3 +461,8 @@ export declare type TStyle = {
461
461
  };
462
462
 
463
463
  export { }
464
+
465
+
466
+ declare namespace Calendar {
467
+ var displayName: string;
468
+ }
@@ -453,3 +453,8 @@ export declare type TStyle = {
453
453
  };
454
454
 
455
455
  export { }
456
+
457
+
458
+ declare namespace Calendar {
459
+ var displayName: string;
460
+ }
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "email": "support@semaphor.cloud"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "0.0.310",
8
+ "version": "0.0.312",
9
9
  "description": "Fully interactive and customizable dashboards for your apps.",
10
10
  "keywords": [
11
11
  "react",
@@ -104,7 +104,7 @@
104
104
  "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
105
105
  },
106
106
  "devDependencies": {
107
- "@microsoft/api-extractor": "^7.47.0",
107
+ "@microsoft/api-extractor": "^7.49.1",
108
108
  "@tanstack/react-query-devtools": "^5.62.15",
109
109
  "@types/chart.js": "^2.9.41",
110
110
  "@types/dompurify": "^3.0.5",
@@ -121,6 +121,7 @@
121
121
  "@typescript-eslint/eslint-plugin": "^6.14.0",
122
122
  "@typescript-eslint/parser": "^6.14.0",
123
123
  "@vitejs/plugin-react": "^4.2.1",
124
+ "and": "^0.0.3",
124
125
  "autoprefixer": "^10.4.18",
125
126
  "babel-plugin-react-compiler": "^19.0.0-beta-e552027-20250112",
126
127
  "eslint": "^8.55.0",
@@ -132,12 +133,14 @@
132
133
  "postcss-prefix-selector": "^2.1.0",
133
134
  "postcss-preset-env": "^10.0.9",
134
135
  "prettier-plugin-tailwindcss": "^0.6.1",
136
+ "react": "^18.2.0",
137
+ "react-dom": "^18.2.0",
135
138
  "rollup-plugin-visualizer": "^5.12.0",
136
139
  "simple-zustand-devtools": "^1.1.0",
137
140
  "tailwindcss": "^3.4.1",
138
141
  "typescript": "^5.4.5",
139
142
  "vite": "^5.0.8",
140
143
  "vite-plugin-css-injected-by-js": "^3.5.1",
141
- "vite-plugin-dts": "^3.6.4"
144
+ "vite-plugin-dts": "^4.5.0"
142
145
  }
143
146
  }