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.
- package/dist/chunks/{index-o0BXuOBm.js → index-5TRXjSsj.js} +21398 -22756
- package/dist/chunks/index-C3nDeUKb.js +245 -0
- package/dist/chunks/{index-2XKu4IFL.js → index-DHFxECHD.js} +445 -459
- package/dist/chunks/index-Q404IERU.js +367 -0
- package/dist/chunks/{lucide-react-kyQuFRYP.js → lucide-react-BWhJMZ64.js} +6 -8
- package/dist/chunks/{lucide-react-ucGacf1C.js → lucide-react-BlblZidB.js} +1 -1
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +2 -4
- package/dist/index.cjs +1 -1
- package/dist/index.js +2 -2
- package/dist/style.css +1 -1
- package/dist/surfboard/index.cjs +1 -1
- package/dist/surfboard/index.js +2 -5
- package/dist/types/dashboard.d.ts +5 -0
- package/dist/types/main.d.ts +35 -1656
- package/dist/types/surfboard.d.ts +5 -0
- package/dist/types/types.d.ts +5 -0
- package/package.json +6 -3
- package/dist/chunks/index-KEOlC7tC.js +0 -406
- package/dist/chunks/index-weBzxO2A.js +0 -245
package/dist/types/types.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"email": "support@semaphor.cloud"
|
|
6
6
|
},
|
|
7
7
|
"license": "MIT",
|
|
8
|
-
"version": "0.0.
|
|
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.
|
|
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": "^
|
|
144
|
+
"vite-plugin-dts": "^4.5.0"
|
|
142
145
|
}
|
|
143
146
|
}
|