@golstats/gsc-reports 1.0.38 → 1.0.40

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golstats/gsc-reports",
3
- "version": "1.0.38",
3
+ "version": "1.0.40",
4
4
  "main": "dist/gsc-reports.umd.js",
5
5
  "module": "dist/gsc-reports.es.js",
6
6
  "exports": {
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@golstats/gsc-checkbox": "^1.0.13",
50
- "@golstats/gsc-template-report-maker": "^1.0.50",
50
+ "@golstats/gsc-template-report-maker": "^1.0.51",
51
51
  "@golstats/gsc-volumetric-field": "^1.0.1",
52
52
  "axios": "^1.10.0",
53
53
  "gridstack": "^12.1.1",
@@ -250,11 +250,11 @@ function closeReport() {
250
250
  </script>
251
251
  <style>
252
252
  .grid-stack-item-content {
253
- background: #3498db;
253
+ /*background: #3498db;
254
254
  color: white;
255
255
  text-align: center;
256
256
  padding: 20px;
257
- box-sizing: border-box;
257
+ box-sizing: border-box;*/
258
258
  overflow-y: hidden !important;
259
259
  overflow-x: hidden !important;
260
260
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.25);